@charset "UTF-8";


/*******************************

質問　Css

*******************************/
.page #hero{
    border-top-color: #9e6d9e;
    padding-bottom:20px;
    background: #ece2ec;
    border-bottom: none;
}

section {
    margin-bottom: 80px;
    overflow: hidden;
}


/*-----------------------------
secQ
-------------------------------*/

section h2{
    font-size: 24px;
    background: url(../images/heading_back.png) no-repeat;
    padding: 45px 35px;
    min-height: 112px;
    margin-bottom: 40px;
    color: #9e6d9e;
    position: relative;
}

.question01 h2:after, .answer01 h2:after{
    content: url(../images/illust01.png);
    display: block;
    position: absolute;
    right: 20px;
    top:23px;
}

.question02 h2:after, .answer02 h2:after{
    content: url(../images/illust02.png);
    display: block;
    position: absolute;
    right: 30px;
    top:20px;
}

.question03 h2:after, .answer03 h2:after{
    content: url(../images/illust03.png);
    display: block;
    position: absolute;
    right: 15px;
    top:22px;
}


.secQ ul{
    width: 100%;
    overflow: hidden;
}

.secQ ul li{
    margin-bottom: 20px;
}

.secQ ul li a{
    text-decoration: underline;
}

.secQ ul li a:hover{
    text-decoration: none;
}


@media screen and (max-width: 767px) {

    section h2{
    background: #ebe1eb;
    padding: 0;
    padding: 20px 3%;
    min-height: auto;
    margin-bottom: 20px;
    font-size:20px;
    border: 1px solid #b7b7b6;
    font-weight: bold;
    line-height: 1.5;
}



.question01 h2:after, .question02 h2:after, .question03 h2:after, .answer01 h2:after, .answer02 h2:after, .answer03 h2:after{
    display:none;
}


}

/*-----------------------------
secA
-------------------------------*/
.secA dl{
    width: 100%;
    overflow: hidden;
    margin: -170px 0 40px;
    padding: 170px 0 25px;
    border-bottom: 1px dotted #9e6d9e;
}

.secA dl dt{
    background: url(../images/icon_q.png) left top no-repeat;
    min-height: 43px;
    padding-left: 60px;
    color: #9e6d9e;
    font-size: 24px;
    margin-bottom: 20px;
}

.secA dl dd{
    background: url(../images/icon_a.png) 15px top no-repeat;
    min-height: 18px;
    padding-left: 60px;
}

@media screen and (max-width: 767px) {
    .secA dl{
        margin: -76px 0 40px;
        padding: 76px 0 25px;
    }
    .secA dl dt{
    background: url(../images/icon_q.png) left 50% no-repeat;
    min-height: 43px;
    padding-left: 60px;
    color: #9e6d9e;
    font-size: 18px;
    margin-bottom: 20px;
}

}
