@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    faq_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#contents_area{
    min-width: 950px;
    padding: 45px 0 0 0;
    overflow: hidden;
}

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

#faq_body section{
    padding: 0 170px 60px 170px;
    position: relative;
}

#faq_body section + section{
    border-top: 1px dashed #bebebe;
    padding: 60px 170px;
}

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

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

#faq_body section p{
    margin: 0 0 30px 0;
    font-size: 15px;
    line-height: 2.3666em;
    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: 5px 0 0 0;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 12px;
    letter-spacing: .08em;
    line-height: 1.9583em;
    display: block;
}

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

#faq_body section .holiday h3{
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.08333em;
    letter-spacing: .08em;
}

#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: 15%;
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.08333em;
    letter-spacing: .08em; 
}

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


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

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

#faq_body #section_way h3{
    padding: 0 0 0 55px;
    margin: 0 0 30px 0;
    font-size: 15px;
    line-height: 2.3666em;
    letter-spacing: .08em;
    position: relative;
}

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

#faq_body #section_way p{
    padding: 0 55px;
}

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

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

#faq_body #section_map .img_tobichi{
    position: absolute;
    top: 60px;
    right: 170px;
}

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

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