@charset "utf-8";

#contents{
    width: 100%;
}
.mv{
    width: 100%;
    background: #ffffff;
    border-bottom: 3px solid #1e1933;
}
.mv-title{
    width: 596px;
    margin: 0 auto;
    padding: 26px 0 54px;
}
.mv-title img{
    width: 100%;
}
.tab{
    width: 960px;
    margin: 0 auto;
    display: table;
}
.tab p{
    width: 320px;
    display: table-cell;
}
.tab p a{
    display: block;
    text-decoration: none;
    text-align: center;
    color: #787585;
    padding: 21px 0;
    font-size: 16px;
    font-weight: bold;
}
.tab p.current a{
    background: #1e1933;
    color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.contents-detail{
    background: url('../img/bg.png') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 85px;
}
.contents-detail .txt-1{
    width: 150.5px;
    margin: 0 auto 45px;
    padding-top: 100px;
}
.txt-1 img{
    width: 100%;
}
.contents-detail .txt-2{
    width: 291px;
    margin: 0 auto 45px;
}
.txt-2 img{
    width: 100%;
}
.contents-txt p{
    text-align: center;
    margin: 0 0 1.75em 0;
    color: #1e1933;
    font-weight: bold;
    font-size: 16px;
}
.contents-txt p:last-child{
    margin: 0;
}
.btn-wrap {
    width: 560px;
    margin: 0 auto;
    padding: 60px 0 64px;
    overflow: hidden;
    position: relative;
    z-index: 11;
}
.btn-wrap p{
    width: 230px;
    float: left;
    margin: 0;
}
.btn-wrap p:nth-child(1){
    margin-right: 100px;
}
.btn-wrap p a{
  padding-left: 0;
  text-decoration: none;
}
.btn-wrap p a:before{
 color: #fff;
}

.btn-wrap p a span{
    font-size: 14px;
}

