@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    faq_sp.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (max-width: 640px) {
/*------------------------------------------------------------------------------------------
*
*
    max-width: 640px;
*
*
------------------------------------------------------------------------------------------ */
#contents_area{
    padding: 0 0 0 0;
    overflow: hidden;
}

/* --------------------------------------------------
*
    #faq_body
*
-------------------------------------------------- */
#faq_body{
    margin: 0 auto;
}

#faq_body section{
    padding: 30px 15px;
    position: relative;
}

#faq_body section + section{
    border-top: 1px dashed #bebebe;
    padding: 30px 15px;
    position: relative;
}

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

#faq_body section h2{
    margin: 0 0 20px 0;
    padding: 0 0 8px 0;
    display: inline-block;
    font-size: 16px;
    letter-spacing: .08em;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

#faq_body section p{
    margin: 0 0 25px 0;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: .08em;
}

#faq_body section p:last-child{
    margin: 0;
}

#faq_body section p.ico{
    text-indent: -1em;
    padding-left: 1em;
}

#faq_body section p.ico:before{
    content: '●';
    color: #809ec2;
}

#faq_body section .caution{
    margin: 10px 0 0 0;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 12px;
    letter-spacing: .025em;
    line-height: 1.9583em;
    display: block;
}

#faq_body section .holiday{
    margin: 30px 0 0 0;
    padding: 15px;
    border: 1px solid #809ec2;
    border-radius: 10px;
}

#faq_body section .holiday h3{
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8em;
    letter-spacing: .08em;
    text-align: center;
}

#faq_body section .holiday dl{
    opacity: 0;
}

#faq_body section .holiday dl:after{
    content: '';
    display: block;
    clear: both;
    font-size: 0;
}

#faq_body section .holiday dt{
    clear: both;
    float: left;
    width: 25%;
    margin: 0 0 10px 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 2.08333em;
    letter-spacing: .08em; 
}

#faq_body section .holiday dd{
    width: 75%;
    float: left;
    margin: 0 0 20px 0;
    font-size: 13px;
    letter-spacing: .08em;
    line-height: 2.34375em;
    color: #ff3e4b;
}

#faq_body section .holiday dd:last-child{
    margin: 0;
}

#faq_body section .holiday dd br{
    display: inherit;
}

#faq_body #section_way li{
    margin: 0 0 40px 0;
}

#faq_body #section_way li:last-child{ margin: 0;}

#faq_body #section_way h3{
    padding: 1px 0 0 35px;
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 2.15em;
    letter-spacing: .08em;
    position: relative;
}

#faq_body #section_way h3 .num{
    width: 26px;
    height: 26px;
    display: block;
    text-indent: .15em;
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    font-weight: bold;
    color: #fff;
    background-color: #809ec2;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 0;
}

#faq_body #section_way p{
    padding: 0 5px;
    font-size: 13px;
}

#faq_body #section_way .img{
    margin: 25px 0 0 0;
}

#faq_body #section_way .img img{
    width: 100%;
}

#faq_body #section_map .img_tobichi{
    text-align: center;
}

#faq_body #section_map .img_tobichi a{
    border: none !important;
}

#faq_body #section_map .img_tobichi img{
    width: 180px;
}


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