@charset "utf-8";

#contents{
    width: 100%;
}
#contents > header{
  min-height: 14.4em;
}
#contents > header h2 small{
  margin: .39em 0 0;
}
.mv{
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
}

.tab{
    width: 960px;
    margin: 0 auto;
    display: table;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
.tab p{
    width: 320px;
    display: table-cell;
}
.tab p:nth-child(2){
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
.tab p a{
    display: block;
    text-decoration: none;
    text-align: center;
    color: #000;
    padding: 4px 0;
    font-size: 18px;
    font-weight: bold;
}
.tab p.current a{
    background: #fa960a;
    color: #ffffff;
}
.contents-detail{
    background: url('../img/bg.png') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 105px;
}
.contents-title{
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1e1933;
    margin-bottom: 26px;
    font-family: 'Merriweather', serif;
    padding-top: 64px;
}
.contents-detail .txt-1{
    width: 150.5px;
    margin: 0 auto 40px;
    padding-top: 95px;
}
.txt-1 img{
    width: 100%;
}
.contents-detail .txt-2{
    width: 291px;
    margin: 0 auto 40px;
}
.txt-2 img{
    width: 100%;
}
.contents-txt p{
    text-align: center;
    color: #1e1933;
    /*font-weight: bold;*/
    margin-bottom: 1.56em;
    font-size: 18px;
    line-height: 1.56;
}
.contents-txt p:last-child{
    margin: 0;
}
.btn-wrap {
    width: 554px;
    margin: 0 auto;
    padding: 60px 0 64px;
    overflow: hidden;
    position: relative;
    z-index: 11;
}
.btn-wrap p{
    float: left;
    margin: 0;
}
.btn-wrap p:nth-child(1){
    margin-right: 20px;
}
.btn-wrap p a{
    width: 267px;
    height: 3em;
}
.btn-wrap p a span{
    padding: 0;
    font-size: 13px;
    background: #fa960a;
}

