@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    about_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------
*
    .faq_nav
*
-------------------------------------------------- */
.faq_nav{
    width: 100%;
    min-width: 960px;
    background-color: #fff;
    position: fixed;
    border-bottom: 1px solid #eaeaea;
    top: 60px;
    left: 0;
    z-index: 5;
}

.faq_nav ul{
    max-width: 960px;
    margin: 0 auto;
    letter-spacing: -.40em;
}

.faq_nav ul li{
    width: 16.666%;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
    cursor: pointer;
    position: relative;
    transition: color .1s ease .0s;
}

.faq_nav ul li:after{
    opacity: 0;
    height: 0;
    transition: height .1s ease .0s;
}

.is_pc .faq_nav ul li:hover:after,
.is_sp .faq_nav ul li.touch:after,
.faq_nav ul li.current:after{
    content: '';
    display: block;
    width: 100%;
    opacity: 1;
    height: 2px;
    background-color: #ff8200;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: height .15s ease .05s;
}

.is_pc .faq_nav ul li:hover,
.is_sp .faq_nav ul li.touch,
.faq_nav ul li.current{
    color: #ff8200;
    transition: color .15s ease .05s;
}

.faq_nav ul li:last-child{
    border: none;
}



/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 35px 0 0 0;
    background-position: center;
    background-size: cover;
    position: relative;
    color: #fff;
}

#mv:before{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
}

#mv img{
    width: 100%;
    min-height: 240px;
    visibility: hidden;
}

#mv .section_wrap{
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    display: table;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

#mv .section_wrap .section_inner{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

#mv h1{
    margin: 0 0 25px 0;
    font-size: 36px;
    letter-spacing: .2em;
    line-height: 1.8em;
}

#mv .desc{
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 2em;
}



#post_body{
    width: 640px;
    padding: 60px 0;
    margin: 0 auto;
}

#post_body a{
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
}

#post_body a:hover,
#post_body a.touch{
    border-bottom: 1px solid #ff8000;
}

#post_body article{
    margin: 0 0 50px 0;
}

#post_body h2{
    margin: 0 0 40px 0;
    font-size: 24px;
}

#post_body dl{
    margin: 0 0 40px 0;
    padding: 0 15px 40px 15px;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 2em;
    border-bottom: 1px dashed #aeaeae;
}

#post_body dl dt{
    padding: 0 0 0 35px;
    margin: 0 0 15px 0;
    position: relative;
}

#post_body dl dt:before{
    content: 'Q';
    font-size: 24px;
    font-weight: 500;
    color: #ff8000;
    position: absolute;
    top: -5px;
    left: 0;
}

#post_body dl dd{
    padding: 0 0 0 35px;
    position: relative;
}

#post_body dl dd:before{
    content: 'A';
    font-size: 24px;
    font-weight: 500;
    color: #32b200;
    position: absolute;
    top: -5px;
    left: 0;
}

#post_body dl dd+dd{
    margin: 20px 0 0 0;
}

#post_body dl dd+dd:before{
    display: none;
}

#post_body dl dd h3{
    margin: 40px 0 0 0;
    font-size: 20px;
    line-height: 2em;
}

#post_body dl dd.notes{
    color: #ff8200;
}

} /* ----- min-width : 641px ----- */