@charset "UTF-8";
/**質問用**/
#faq{margin:0 auto;margin-top:50px;width:97%;max-width:1100px;}
.tab-nav {
  border-bottom: 2px solid rgb(7 138 145);
  margin-bottom: 60px;
}
.tab-nav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}
.tab-nav ul li {
    font-size: 100%;
}

.tab-nav-col03 li {
    width: 310px;
}
#sub-main .tab-nav ul li a {
    display: block;
    background-color: #f6f6f6;
    color: #4c4948;
    text-decoration: none;
    padding: 12px 5px;
    background-position: left 50% bottom 10px;
    background-repeat: no-repeat;
    transition: .4s;
}
#sub-main .tab-nav ul li.is-active a {
    padding: 12px 5px 24px;
    background-color: rgb(7 138 145);
    color: #fff;
    background-image: url(../img/tab-arrow.svg);
}
.sec-title04 {
    line-height: 1;
    font-size: 140%;
    margin-bottom: 55px;
    text-align: center;
    color: rgb(7 138 145);
}.faq-list dl {
    margin-bottom: 1px;
}.faq-list dl dt a {
    position: relative;
    font-weight: bold;
    font-size: 100%;
    display: block;
    padding: 14px 30px 14px 65px;
    text-decoration: none;
    background-color: #1bc0c926;
    background-image: url(/common/img/icon-plus.svg);
    background-position: right 20px top 50%;
    background-repeat: no-repeat;
}
.faq-list dl dt.is-active a {
    background-image: url(/common/img/icon-minus.svg);
}

.faq-list dl dd {
    display: none;
    position: relative;
    line-height: 2.3;
    padding: 18px 20px 18px 65px;
}
.faq-list dl dt a:before {
    content: " ";
    width: 30px;
    height: 100%;
    position: absolute;
    left: 22px;
    top: 0;
    background-repeat: no-repeat;
    background-position: left 0 top 50%;
    background-image: url(/common/img/icon-q.svg);
}
.faq-list dl dd:before {
    content: " ";
    width: 30px;
    height: 100%;
    position: absolute;
    left: 22px;
    top: 0;
    background-repeat: no-repeat;
    background-position: left 0 top 28px;
    background-image: url(/common/img/icon-a.svg);
}
@media only screen and (max-width: 1100px) {
    .tab-nav ul li {
        font-size: 90%;
        line-height: 1.5;
        width:32%;
    }
    .tab-nav ul li a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 50px;
        padding: 5px 5px;
        background-position: left 50% bottom 5px;
    }
}