#faq_wrapper{
    padding-top: 0.5rem;
    max-width: 1000px;
    margin: auto;
    line-height: 1.5;
    box-sizing: border-box;
}
#faq_wrapper p{
    padding: 15px;
}
#faq_wrapper h1{
    background-color: #259;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 1.3rem;
    color: #fff;
    text-align: left;
    padding: 10px;
    margin-bottom: 1rem;
}
.h1_icon{
    width: 1.3rem;
    height: auto;
    margin-right: 3px;
}

#faq_wrapper dl{
    width: 90%;
    margin: auto;
}
#faq_wrapper dl dt{
    padding: 10px;
    display: block;
    cursor: pointer;
    border-bottom: 2px dashed #fff;
    border-radius: 10px;
    font-weight: bold;
    font-family: sans-serif!important;
}
#faq_wrapper dl dd{
    padding: 10px;
    margin-bottom: 50px;
    font-family: sans-serif!important;
}
.Q{
    font-weight: bold;
    color: #259;
    font-size: 1.5rem;
    text-shadow: 2px 2px #ccc;
    padding-right: 4px;
    font-family: sans-serif!important;
}
.A{
    font-weight: bold;
    color: #a00;
    font-size: 1.5rem;
    text-shadow: 2px 2px #ccc;
    padding-right: 4px;
    font-family: sans-serif!important;
}
#question .attention{
    font-size: 0.8rem;
    color: #444;
}
#question .bold{
    font-weight: bold;
}

#faq_wrapper #zenpan dt{
    background-color: #fdd;
}
#faq_wrapper #moshikomi dt{
    background: #ddf;
}
#faq_wrapper #shiharai dt{
    background-color: #ffa;/*背景に同化するので黄色だけ明度下げる*/
}
#faq_wrapper #after dt{
    background-color: #dfd;
}
#faq_wrapper h2{
    font-weight:bold;
    padding:1.5rem 0 0.5rem 0;
    font-size: 1.1rem;
    font-family: sans-serif!important;
}







@media(max-width:769px){
    #faq_wrapper h1,
    #faq_wrapper h2{
        text-align: center;
    }
    
    #faq_wrapper h1{
        margin-bottom: 0rem;
    }
}