.inr_mv_area .inr {
  background-image: url(../img/faq-mv.jpg); }

.faq{
    padding-bottom: 170px;
}

.faq_head{
text-align:center;
margin-bottom:40px;
font-size:14px;
}
.faq_sort{
    display: flex;
    margin: 0 auto 40px;
    justify-content: flex-end;
}


.keyword{
    width: 240px;
    border: solid 1px #666;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    
}

.keyword input{
    width: calc(100% - 40px);
    height: 100%;
    padding: 0 10px;
    font-size: 14px;
}


.keyword button{
    width: 40px;
    height: 100%;
   display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
}
.keyword img{
    width: 20px;
    display: block;
}

.keyword:after{
    content: "";
    
}
.faq_sort_box{
    background: #008E72;
    width: 170px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
   color: #fff;
    border-radius: 100px;
    margin-left: 20px;
    font-size: 13.5px;
    cursor: pointer;
}

.faq_sort_box select{
    width: 100%;
    height: 100%;
    padding-left: 1em;
    cursor: pointer;
}

.faq_sort_box select option{
    color: #000;
}

.faq_list li{
    border: solid 1px rgba(100, 100, 100, 0.59);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(204, 204, 204, 0.8);
    padding: 0 40px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
    position: relative;
text-align: justify;
}


.faq_icon{
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 40px;
    left: 0;
    background: #008e72;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.faq_list .question{
    position: relative;
    cursor: pointer;
    padding: 40px 40px;
    line-height: 1.6;
}

.faq_list .question:after{
    content: "笆ｼ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    color: #008E72;
    transition-duration: 0.2s;
}
.faq_list .question.open:after{
    transform: translateY(-50%) rotate(180deg);
}


.answer .faq_icon{
    background: #00347a;
}
.faq_list .answer{
    border-top: solid 1px rgba(100, 100, 100, 0.59);
    padding: 40px 40px;
    line-height: 1.6;
    font-size: 16px;
    position: relative;
    display: none;
}
.faq_list .question img,.faq_list .answer img{
display: block;
    margin: 0 auto;
    max-width: 480px;
    width: 100%;


}

th,td {
    border: solid 1px;
padding:8px;}

table {
    border-collapse:  collapse;     /* セルの線を重ねる */
}

.faq_list a{
        text-decoration: underline;
    }



.no-faq{
    text-align: center;
    padding-top: 40px;
}

@media screen and (max-width: 767px){
    
    .faq{
    padding-bottom: 100px;
}
    
.faq_head{
margin-bottom:40px;
font-size:12px;
}

.keyword{
    width: 60%;
    max-width: 240px;
    
}
    .faq_sort_box{
        width: 40%;
        max-width: 170px;
    }

.faq_list li{
    font-size: 14px;
padding: 0 20px;
}

.faq_icon{
    font-size: 12px;
    width: 28px;
    height: 28px;
}
.faq_list .question{
    position: relative;
    cursor: pointer;
    padding: 28px 36px;

}

.faq_list .answer{
    font-size: 13px;
padding: 28px 36px;
}
}
