#sect02{
    background-color: #F9F9F9;
    padding-top: 80px;
    padding-bottom: 90px;
}
    #sect02 .u-inner{
        width: 880px;
    }
    @media screen and (max-width: 1100px) {
        #sect02{
            padding-top: 40px;
            padding-bottom: 40px;
        }
        #sect02 .u-inner{
            width: 88vw;
            margin: 0 auto;
        }
    }
    .fa_category_menu{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 32px;
    }
    .fa_category_menu li{
        list-style: none;
        width: calc((100% - 8px) / 4);
        margin: 1px;
    }
        .fa_category_menu li a{
            width: 100%;
            height: 102px;
            background-color: #C3C4C4;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            color: #fff;
            position: relative;
        }
        .fa_category_menu li a:hover,
        .fa_category_menu li a:active,
        .fa_category_menu li.active a{
            background-color: #000;
        }
        .fa_category_menu li a::after{
            position: absolute;
            content: ' ';
            width: 14px;
            height: 8px;
            background: url('/html/template/default/assets/img/white-arrow-down.png');
            background-size: cover;
            left: calc(50% - 7px);
            bottom: 16px;
        }
    @media screen and (max-width: 768px) {
        .fa_category_menu{
            width: 100%;
            flex-direction: column;
        }
        .fa_category_menu li{
            width: 100%;
            margin: 0;
        }
        .fa_category_menu li a{
            height: 50px;
        }
        .fa_category_menu li a br{
            display: none;
        }
        .fa_category_menu li a::after{
            left: unset;
            bottom: unset;
            right: 20px;
            top: 21px;
        }

    }
    .search_fa_box{
        background-color: #fff;
        border: solid 1px #E2E2E2;		
        display: flex;
        align-items: center;
        width: fit-content;
        height: fit-content;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 80px;
    }
        .search_fa_box input[type="text"]{
            width: 600px;
            height: 50px;
            border: none;
            padding: 5px 15px;
            font-size: 16px;
            outline: none;
        }
            .search_fa_box input[type="text"]:focus,
            .search_fa_box input[type="text"]:active{
            }
        .search_fa_box label{
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        @media screen and (max-width: 768px) {
            .search_fa_box{
                margin-bottom: 64px;
            }
        }

    .sect_title03{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .qa_list{
        margin-bottom: 80px;
    }

    .tab-group-name {
        font-weight: bold;
        font-size: large;
        background-color: #000000;
        color: #ffffff;
    }
    .tab-group-name:hover {
        color: white;
        opacity: 0.8;
    }

    /* 質問タブエリア */
    .nav-tabs{
        display: flex;
        flex-wrap: wrap;
    }
    .nav-tabs>li{
        float: none;
    }
    .nav-tabs>li>a{
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
        display: flex;
        align-items: center;
        margin-bottom: 2px;
        height: 95%;
        padding: 10px 5px;
        text-decoration: none;
    }
    .nav-tabs>li.current>a,
    .nav-tabs>li.current>a:focus,
    .nav-tabs>li.current>a:hover{
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }
    .nav-tabs>li>a p{
        margin: 0;
    }
    @media only screen and (max-width: 768px) and (min-width: 681px) {
        .nav-tabs>li {
            width: 50%;
            text-align: center;
        }
    }
    @media only screen and (max-width: 680px) {
        .nav-tabs>li {
            width: 100%;
            text-align: center;
        }
        .nav-tabs{
            border-bottom: none;
        }
        .nav-tabs>li>a{
            margin-right: 0;
            height: auto;
        }
        .nav-tabs>li.current>a{
            background-color: #ddd!important;
        }
    }

    /* アイコンサイズ */
    img.faq-icon {
        width: 40px;
    }
    img.q-icon {
        width: 28px;
        position: absolute;
        left: 10px;
    }
    img.a-icon {
        width: 28px;
        position: absolute;
        left: 10px;
    }

    /* 質問・回答エリア */
    .tab-content>.active{
        margin-top: 10px;
    }
    .tab-pane dt,
    .tab-pane dd{
        position: relative;
        padding: 1rem 0;
        padding-left: 58px;
    }
    .tab-pane.current{
        display: block;
    }
    .tab-content.sp{
        display: none;
    }
    @media only screen and (max-width: 680px) {
        img.faq-icon {
            width: 30px;
        }
        hr{
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .nav-item.current>.tab-content.sp{
            display: block;
            text-align: left;
        }
        .tab-panesp dt,
        .tab-panesp dd{
            position: relative;
            padding: 1rem 0;
            padding-left: 58px;
        }
        .tab-content{
            display: none;
        }
    }

/** 追加 */
.answer span {
    display: block;
    margin-top: 20px;
}
.answer .list {
    /* padding: 40px 30px; */
    background: #f9f9f9;
    list-style: none;
    /* margin: 40px 0 0; */
}
.answer .list li {
    margin: 0;
}    
.answer .list > li:not(:last-child) {
    margin-bottom: 20px;
}
.answer .list ul {
list-style: none;
/* font-size: 18px; */
margin: 0;
display: flex;
}
.answer .list ul li:nth-child(1) {
width: 40%;
color: #7f8eb3;
}
.answer .list ul li:nth-child(2) {
width: 60%;
/* color: #5d677a; */
}
.answer .list ul li:nth-child(1) > div {
display: flex;
width: 100%;
align-items: center;
/* font-size: 18px; */
}
.answer .list ul li:nth-child(1) .line {
background: radial-gradient(#000 10%, transparent 30%) center / 7px 7px;
background: -ms-radial-gradient(#000 10%, transparent 30%) center / 7px 7px;
content: '';
display: flex;
flex: 1 1 auto;
height: 7px;
margin: 0 10px;
}
.answer .list ul li:nth-child(1) .line {
padding: 0;
border: 0;
outline: 0;
}

.answer .ImgBox {
/* margin-bottom: 40px; */
}
.answer .ImgBox p {
margin: 40px 0;
padding: 10px 40px;
color: #fff;
background: #7f8eb3;
display: inline-block;
border-radius: 30px;
}
.answer .RightButton {
text-align: right;
margin: 80px auto;
}
.answer .list.ver2 .list100 li {
border-top: solid 2px #7f8eb3;
width: 100% !important;
color: #000 !important;
padding-top: 20px;
}


.answer .list2 {
padding: 40px 30px;
background: #f9f9f9;
list-style: none;
margin: 0 0 40px;
display: flex;
}
.answer .list2 > li:first-child {
margin-right: 2%;
}
.answer .list2 ul {
list-style: none;
/* font-size: 18px; */
margin: 0;
display: flex;
flex-direction: column;
}
.answer .list2 ul li:nth-child(1) {
/* color: #7f8eb3; */
border-bottom: solid 2px #7f8eb3;
padding-bottom: 10px;
font-weight: bold;
}
.answer .list2 ul li:nth-child(2) {
/* color: #5d677a; */
margin-top: 20px;
line-height: 1.3em;
}

.answer .list2 > li {
margin: 0;
width: 49%;
}
.answer .list2 > li:nth-child(2) {
text-align: center;
}
.answer .StarFour {
padding: 40px 30px;
background: #f9f9f9;
list-style: none;
margin: 0;
}
@media screen and (max-width: 767px) {
.answer .list, .faq .gray-box {
    padding: 10px;
}
.answer .list li, .answer .list.ver2 li, .answer .list2 li {
    margin: 0 0 10px;
}
.answer .list ul {
    flex-direction: column;
}
.answer .list ul li:nth-child(1), .answer .list ul li:nth-child(2), .answer .list.ver2 ul li:nth-child(1), .answer .list.ver2 ul li:nth-child(2) {
    width: 100%;
}
.answer .list ul li:nth-child(1) {
    margin-bottom: 0;
}
.answer .list ul li:nth-child(1) .line {
    display: none;
}
.answer .list2 {
    flex-direction: column;
    padding: 20px 10px;
}
.answer .list2 > li {
    width: 100%;
}
.answer .list2 > li:first-child {
    margin-right: 0;
    margin-bottom: 20px;
}
.answer .StarFour {
    padding: 10px;
    margin: 20px 0 0;
}


}


@media screen and (min-width: 768px) {
    .answer span {
        font-size: 14px;
    }
}

