@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    about_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px;
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {

/* --------------------------------------------------
*
    .faq_nav
*
-------------------------------------------------- */
.faq_nav{
    width: 100%;
    background-color: #fff;
    position: fixed;
    border-top: 1px solid #eaeaea;
    bottom: 0;
    left: 0;
    z-index: 3;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: transform .15s ease .25s;
}

.faq_nav.hide{
    transform: translateY(72px);
    -webkit-transform: translateY(72px);
    transition: transform .15s ease .05s;
}

.faq_nav ul{
    margin: 0 auto;
    letter-spacing: -.40em;
    overflow: hidden;
}

.faq_nav ul li{
    width: 33.333%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #eaeaea;
    border-left: 1px dashed #eaeaea;
    font-size: 11px;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: 0;
    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;
}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin-top: 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, .1);
    position: absolute;
    top: 0;
    left: 0;
}

#mv img{
    width: 100%;
    min-height: 200px;
    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: 20px;
    letter-spacing: .2em;
}

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



#post_body{
    padding: 30px 15px 10px 15px;
    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 30px 0;
}

#post_body h2{
    margin: 0 0 25px 0;
    font-size: 18px;
    text-align: center;
}

#post_body dl{
    margin: 0 0 25px 0;
    padding: 0 15px 25px 15px;
    font-size: 13px;
    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: 20px;
    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 !important;
}

#post_body dl dd h3{
    font-size: 16px;
}

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

} /* ----- max-width: 640px ----- */
