@charset "utf-8";

/*-----------------------------------------------
	common
-----------------------------------------------*/
.mainTitBox.lazyloaded{ background:url(../img/faq/bgFaq01.jpg) top center / cover no-repeat;}
@media only screen and (max-width:767px){
    .mainTitBox.lazyloaded{ background:url(../img/faq/bgFaq01Sp.jpg) top center / cover no-repeat;}
}

.fBold{
    font-weight: 700;
}

@media only screen and (max-width:1400px){
    .br1400{
        display: none;
    }
}

/* .cmnConceptBtn */
.cmnConceptBtn{
    display:flex;
    justify-content:center;
    width:100%;
    margin:0 auto;
}
.cmnConceptBtn .aBtnLink{
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    font-weight:700;
    font-size:20px;
    letter-spacing:1px;
    text-align:center;
    width:700px;
    height:100px;
    background:#006253;
    color: #fff;
}

.cmnConceptBtn .aBtnLink::after{
    content: "";
    background: url(../img/common/iconArrow60_12_w.png) center / contain no-repeat;
    width: 30px;
    height: 6px;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.cmnConceptBtn .aBtnLink .txt{
    position: relative;
}
@media only screen and (max-width:767px){
    .cmnConceptBtn{
        margin:0 auto;
    }
    .cmnConceptBtn .aBtnLink{
        font-size:14px;
        line-height: 1.429;
        letter-spacing:0.7px;
        width:86.666%;
        max-width: 325px;
        height:64px;
    }
    .cmnConceptBtn .aBtnLink::after{
        right: 20px;
    }
}
@media only screen and (max-width:359px){
    .cmnConceptBtn .aBtnLink::after{
        width: 25px;
        right: 8px;
    }
}


/*-----------------------------------------------
	index
-----------------------------------------------*/
/* secContent */
.mainContent{
    padding-bottom: 40px;
}
@media only screen and (max-width:767px){
    .contentCover{
        display: flex;
        flex-direction: column;
    }
    .mainContent{
        order: 2;
        padding-bottom: 0px;
    }
    .mainContent.details{
        padding-bottom: 9px;
    }
}
.secCmnTit{
    background: url(../img/faq/bgTop.jpg) center top no-repeat;
}
@media only screen and (max-width:767px){
    .secCmnTit{
        background: url(../img/faq/bgTop_sp.jpg) center top no-repeat;
        background-size: cover;
    }
}
.secFaq{
    margin: 79px auto 50px;
}
.secFaq .faqBox:nth-child(n+2){
    margin-top: 49px;
}
.secFaq .titCategory{
    position: relative;
    display: flex;
    /* display: inline-block; */
    align-items: center;
    padding: 0 30px;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    background: #006253;
    line-height: 1.5;
    padding-right: 32px;
    padding: 32px 0 27px;
    padding-left: 30px;
    padding-right: 46px;
    letter-spacing: 1px;
    cursor: pointer;
}
.secFaq .titCategory::before{
    position: absolute;
    content: "";
    width: 18px;
    height: 2px;
    background: #fff;
    right: 30px;
    top: calc(50% - 1px);
    /* padding-left: 30px; */
    /* margin-left: 10px; */
}
.secFaq .titCategory::after{
    position: absolute;
    content: "";
    width: 2px;
    height: 18px;
    background: #fff;
    right: 38px;
    top: calc(50% - 9px);
}
.secFaq .titCategory.opened::after{
    display: none;
}
.secFaq .boxList{
    display: none;
    background: #f5f5f5;
    padding: 0 30px;
}
.secFaq .boxItem{
    /* background: #fff; */
    /* padding: 48px 30px; */
    position: relative;
    padding: 30px 0;
    cursor: pointer;
}
.secFaq .boxAnswer{
    display: none;
}
.secFaq .queBox {
    display: flex;
    position: relative;
    /* padding: 30px 0; */
}
/* .secFaq .queBox.opened{
    padding-bottom: 28px;
} */
.secFaq .queBox::before{
    position: absolute;
    content: "";
    width: 18px;
    height: 2px;
    background: #000;
    right: 0;
    top: calc(50% - 1px);
}
.secFaq .queBox::after{
    position: absolute;
    content: "";
    width: 2px;
    height: 18px;
    background: #000;
    right: 8px;
    top: calc(50% - 9px);
}
.secFaq .queBox.opened::after{
    display: none;
}
.secFaq .icon{
    flex-shrink: 0;
}
.secFaq .titQuestion{
    font-size: 20px;
    line-height: 1.3;
    margin-left: 14px;
    padding-top: 2px;
    font-weight: bold;
    padding-right: 20px;
    display: inline-block;
}
.secFaq .innerBox{
    display: flex;
    margin-top: 18px;
    margin-left: -3px;
}
.secFaq .txtAnswer{
    margin-left: 17px;
    font-size: 16px;
    line-height: 1.86;
    padding-top: 0;
    letter-spacing: 0.5px;
    /* padding-bottom: 28px; */
    display: inline-block;
    padding-right: 20px;
}
.secFaq .boxItem + .boxItem{
    border-top: 1px solid #333333;
}
.secFaq a{
    display: inline-block;
    color: #0078ff;
}
@media only screen and (max-width:767px){
    .secFaq{
        margin: 51px auto 30px;
    }
    .secFaq .boxList{
        display: none;
        background: #f5f5f5;
        padding: 0 15px;
    }
    .secFaq .queBox {
        display: flex;
        position: relative;
        /* padding: 19px 0 15px; */
    }
    .secFaq .faqBox:nth-child(n+2){
        margin-top: 29px;
    }
    .secFaq .titCategory{
        height: 60px;
        padding: 0 15px;
        font-size: 18px;
        letter-spacing: 0.5px;
    }
    .secFaq .titCategory::before{
        width: 14px;
        right: 15px;
    }
    .secFaq .titCategory::after{
        height: 14px;
        right: 21px;
        top: calc(50% - 7px);
    }
    .secFaq .boxItem{
        padding: 19px 0 15px;
    }
    .secFaq .queBox::before{
        width: 14px;
        top: 13px;
    }
    .secFaq .queBox::after{
        height: 14px;
        right: 6px;
        top: 8px;
    }
    .secFaq .icon{
        width: 26px;
    }
    .secFaq .boxAnswer .icon{
        width: 32px;
    }
    .secFaq .titQuestion{
        font-size: 16px;
        line-height: 1.66;
        padding-top: 2px;
        padding-right: 25px;
        margin-left: 8px;
        letter-spacing: 0;
    }
    .secFaq .innerBox{
        margin-top: 5px;
    }
    .secFaq .txtAnswer{
        font-size: 12px;
        line-height: 1.58;
        padding-top: 6px;
        margin-left: 4px;
        padding-bottom: 0;
    }
    .secFaq .queBox.opened {
        display: flex;
        position: relative;
        /* padding: 21px 0px 0px; */
    }
    .secFaq .queBox.opened::before {
        right: 0;
        /* top: calc(50% - 4px); */
        width: 14px;
    }
}
@media only screen and (max-width:374px){
    .secFaq .titQuestion{
        font-size: 14px;
    }
}