@charset "UTF-8";

.qanda_main_pankuzu_container{
    background-color:#efefef;
}
.qanda_main_pankuzu_ul{
    max-width:960px;
    margin:0 auto;
    display:flex;
    padding:20px;
}
.qanda_main_pankuzu_li{
    line-height:2;
    margin-right:20px;
}

/* keyvisual */
.qanda_main_keyvisual{
    background: url("../img/qanda_page_keyvisual.jpg") no-repeat center center/cover;
    position:relative;
    z-index: 1;
}
.qanda_main_keyvisual::before{
content:"";
display:block;
background:rgba(0,0,0,0.3);
position:absolute;
left:0;
top:0;
right:0;
bottom:0;
z-index: -1;
}
.qanda_main_keyvisual_container{
max-width:960px;
margin: 0 auto;
padding:60px 0;
display:flex;
justify-content: center;
align-items: center;
}

.qanda_main_qanda_h2{
    width: 6.5em;
    font-size: 37px;
    line-height: 1.65;
    text-align: center;
    letter-spacing: 0.08em;
    margin: 30px auto;
    color: #fff;
}

.qanda_main_qanda_container{
    background-color:#F9F9F9;
    background-image:url("../img/kasou_bg-image.png");
    position:relative;
    overflow: hidden;
    padding-bottom:100px;
}
.qanda_main_qanda_wrapper{
    background:#aaa;
    max-width:1000px;
    margin:70px auto;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 3px;
    border:1px dotted #efefef;
}
.qanda_main_qanda_q-box{
    background:#efefef;
    display:flex;
    align-items: center;
    padding:2rem 0;
}
.qanda_main_qanda_a-box{
    background:#0B1542;
    display:flex;
    align-items: center;
    padding:2rem 0;
}
.qanda_main_qanda_q-box_h3{
    font-weight:600;
    font-size:clamp(1.875rem, 1.516rem + 1.64vw, 2.5rem);
    padding:0 2rem;
    text-align:center;
    box-sizing: border-box;
    width:20%;
}
.qanda_main_qanda_a-box_h3{
    font-weight:600;
    font-size:clamp(1.875rem, 1.516rem + 1.64vw, 2.5rem);
    padding:0 2rem;
    color:#F9F9F9;
    text-align:center;
    box-sizing: border-box;
    width:20%;
}
.qanda_main_qanda_q-box_title{
    color:#0B1542;
    padding:0 3rem 0 3rem;
    line-height:1.6;
    width:80%;
    font-size:1.2rem;
    font-weight:800;
    box-sizing: border-box;
    border-left:1px dotted #0B1542;
}
.qanda_main_qanda_a-box_title{
    background-color: #0B1542;
    color:#fff;
    padding:0 3rem 0 3rem;
    line-height:1.8;
    width:80%;
    box-sizing: border-box;
    border-left:1px dotted #fff;
}
.qanda_main_qanda_a-box_list_li{
    line-height:1.6;
    margin-top:1rem;
    color:#fff;
}
.qanda_main_qanda_a-box_list_li:first-child{
    margin-top:0;
}
.qanda_main_qanda_a-box_title .large{
    font-weight:700;
    padding:0rem 0 1rem 0;
    display:inline-block;
}

.qanda_main_qanda_a-box_title .small{
    font-size:0.88rem;
    line-height:1.6;
    display:inline-block;
}

@media (max-width:767px){
.qanda_main_qanda_container{
    padding:0 3%;
}
.qanda_main_qanda_q-box_h3{
    width:30%;
}
.qanda_main_qanda_a-box_h3{
    width:30%;
}
.qanda_main_qanda_q-box_title{
    width:70%;
}
.qanda_main_qanda_a-box_title{
    width:70%;
}

.qanda_main_qanda_a-box_title, .qanda_main_qanda_q-box_title{
    padding:0 2rem 0 2rem; 
}

}
