@charset "utf-8";
body:before{
    content: "";
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: url('../img/bg.png') no-repeat center center;
    background-size: cover;
}
footer{
    background: #ffffff;
}
nav{
    background: #fff;
}
#contents{
    padding: 0;
}
#contents > header{
    background: #fff;
}
#contents > header h2 span{
    display: inline-block;
}
#contents > header h2 small{
  margin-top: 4px;
}
.contents-detail{
    padding-bottom: 64px;
}
.contents-detail-width{
    padding: 0 10px;
}
.tab{
    width: calc(100% + 20px);
    display: table;
    height: 54px;
    margin: 0 -10px 40px;
    background: #fff;
    border-bottom: 1px #ccc solid;
}
.tab > p{
    width: 33.33%;
    display: table-cell;
    vertical-align: middle;
    /*border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
}
.tab > p + p{
    border-left: 1px #ccc solid;
}
.tab p a{
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.07;
    letter-spacing: -.04em;
    font-weight: bold;
    color: #1e1933;
    padding: 0 4px;
    text-decoration: none;
}
.tab p.current{
    background: #fa960a;
}
.tab p.current a{
    color: #ffffff;
}
.txt-1{
    text-align: center;
    font-size: 28px;
    letter-spacing: .08em;
    font-weight: 700;
    font-family: 'Merriweather', serif;
    margin-bottom: 10px;
}
.txt-1 img{
    width: 100%;
    vertical-align: bottom;
}
.txt-2{
    width: 102px;
    margin: 0 auto 15px;
}
.txt-2 img{
    width: 100%;
    vertical-align: bottom;
}
.contents-txt p{
    font-size: 18px;
    line-height: 1.56;
    color: #1e1933;
    margin-bottom: 1.56em;
    letter-spacing: .06em;
}
.contents-txt p:last-child{
    margin-bottom: 0;
}
.btn-wrap{
    padding: 55px 0 52px;
    background: #ffffff;
}
.btn-wrap p{
    width: 267px;
    margin: 0 auto 20px;
}
.btn-wrap p a{
    background: #fa960a;
    color: #ffffff;
    font-size: 13px;
    display: block;
    padding: 4px 0;
    text-align: center;
    font-weight: bold;
    border-radius: 2px;
    text-decoration: none;
    position: relative;
}






