@charset "utf-8";
.texta{
    color: #efac60;
    text-decoration: underline;
}
.texta:hover{
    text-decoration: none;
}
.subhead {
    background: #efd860;
    color: #3c3c3c;
    text-align: center;
    position: relative;
    height: 150px;
}
.subhead h2{
    font-size: 40px;
    font-weight: 500;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    white-space: nowrap;
}
.head3{
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}
.head3 span{
    font-size: 14px;
}
.head3::before {
    content: "";
    background-color: #3c3c3c;
    width: 15px;
    height: 1px;
    transform: translateX(-100%);
    position: absolute;
    left: 35%;
    top: 50%;
}
.head3::after {
    content: "";
    background-color: #3c3c3c;
    width: 15px;
    height: 1px;
    position: absolute;
    transform: translateX(100%);
    right: 35%;
    top: 50%;
}
.con_box {
    margin-top: 80px;
    padding: 0 20px;
    font-weight: 400;
    font-size: 14px;
}
.br500{
    display: none;
}   
.to_top{
    max-width: 250px;
    height: 50px;
    border: solid 1px #3c3c3c;
    margin: 80px auto 0;
}
.to_top a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #3c3c3c;
    transition-duration: 0.3s;
}
.to_top a:hover{
    background: #3c3c3c;
    color: #fff;
}

/* 20250828 */
.ac_inner .p-faq__a-txt a {
  color: #1f45c4;
}


@media (max-width:650px){
.subhead {
    height: 100px;
}
.subhead h2{
    font-size: 28px;
}
.head3{
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 40px 0;
    position: relative;
}
.head3::before {
    content: "";
    background-color: #3c3c3c;
    width: 15px;
    height: 1px;
    position: absolute;
    left: 35%;
    top: 50%;
}
.con_box {
    max-width: 100%;
    margin: 40px auto 0;
    padding: 0 20px;
    font-weight: 400;
    font-size: 14px;
}
.to_top{
    max-width: 200px;
    height: 40px;
}
.to_top a{
    font-size: 13px;
}
}

@media (max-width:500px){
.br500{
    display: initial;
}
.con_box{
    margin: 30px auto 0;
}
.head3{
    font-size: 24px;
    margin: 0 0 40px 0;
}
.head3::before {
    width: 10px;
    left: 30%;
}
.head3::after {
    width: 10px;
    right: 30%;
}
}










/**/

#faq{
    max-width: 1000px;
    padding: 0 20px;
    }
.acc_nav{
    display: flex;
    justify-content: center;
    max-width: 1000px;
    flex-wrap: wrap;
    margin: 0px auto 80px;
    gap: 15px 2%;
}
/* .acc_nav li{
    width: 31%;
    font-size: 16px;
    font-weight: 500;
    position: relative;
} */

.acc_nav li {
    width: 32%;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.acc_nav li:first-child{
    /* margin-right: 4%; */
    /* margin-bottom: 4%; */
}
.acc_nav li.active a{
    background: #3c3c3c;
    color: #fff;
}
.acc_nav li::before{
    position: absolute;
    content: "";
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 15px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    animation-name: goDown;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    opacity: 0;
    pointer-events: none;
}
.acc_nav li a{
    height: 50px;
    border: 1px solid #3c3c3c;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.6s;
    text-align: center;
    border-radius: 0px;
    color: #3c3c3c;
}
.acc_nav li a:hover{
    background: #3c3c3c;
    color: #fff;
    transition-duration: 0.6s;
}
.acc_nav li:hover::before{
    /* content: ""; */
    opacity: 0 !important;
    transition-duration: 0.3s;
    
}

@keyframes goDown {
    100% {
        bottom: -30px;
        opacity: 1;
    }
}

/**/
.faq_bg{
    background: #f0f0f0;
    padding: 80px 0;
}

/**/
.faq_h2{
    position: relative;
    text-align: center;
margin: 0 auto 40px;}
.faq_h2::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.faq_h2 h3{
    display: inline-block;
    background: #fff;
    position: relative;
    padding: 0 10px;
    font-size: 24px;
    letter-spacing: 3px;
    font-weight: 500;
}
.accordion_one{
    margin: 0 auto 30px;
    /* border-bottom: solid 1px #e8e8e8; */
}
.accordion_one:first-of-type{
    /* border-top: solid 1px #e8e8e8; */
}

/**/
.faq_box{
    margin: 0 auto 60px;
}
.faq_ttl{
    padding: 1em 1.5em;
    font-size: 18px;
    background: #fef45a;
    color: #3c3c3c;
    margin-bottom: 30px;
}

/*=========
accordion
=========*/


.accordion_area {
    width: 96%;
}
.accordion_area .accordion_one .ac_header {background-color: #ffffff;border-bottom: 1px solid #e8e8e8;padding: 2rem 4rem 2rem 1rem;position: relative;z-index: +1;cursor: pointer;transition: .2s;}
/* .accordion_area .accordion_one .ac_header:not(.open):hover {
background-color: #f1f8ff;
} */
.accordion_area .accordion_one:nth-child(odd) .ac_header {
background-color: #ffff;
}
/* .accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
background-color: #f1f8ff;
} */
.accordion_area .accordion_one .ac_header .i_box {
position: absolute;
top: 50%;
right: 2rem;
width: 20px;
height: 20px;
margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
position: absolute;
content: "";
margin: auto;
box-sizing: border-box;
vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
border-top: 2px solid #4b4b4b;
width: 18px;
height: 0;
top: 0;
bottom: 0;
right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
border-left: 2px solid #4b4b4b;
width: 0;
height: 18px;
top: 0;
bottom: 0;
right: 9px;
transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
height: 0;
}
.accordion_area .accordion_one .ac_inner {display: none;padding: 1rem 4rem 1rem 1rem;/* border-left: 1px solid #ccc; *//* border-right: 1px solid #ccc; *//* border-bottom: 1px solid #ccc; */box-sizing: border-box;background: #fff;}
@media screen and (max-width: 750px) {
.accordion_area .accordion_one .ac_header {
    padding: 1.0rem 2rem 1.0rem 1.0rem;
}
.accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
}
.accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
}
.accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
}
.accordion_area .accordion_one .ac_inner {
    padding: 1.0rem 2rem 1.5rem 1rem;
}
}

/*=========
faq
=========*/

.p-faq__headinner {
display: block;
padding-left: 35px;
position: relative;
line-height: 1.5;
}
.p-faq__headinner::before {position: absolute;left: 15px;content: "Q";/* color: #09357f; */font-size: 20px;font-weight: bold;/* padding: 0 30px; */line-height: 19px;}
.p-faq__headinner.read::before{
display: none;
}
.p-faq__headinner p.p-faq__q-txt {font-size: 16px;margin: 0 0 0 20px;/* font-weight: 600; */}
@media screen and (max-width: 750px) {
.p-faq__headinner {
    padding-left: 25px;
}
.p-faq__headinner::before {
    font-size: 14px;
    left: 0px;
}
.p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
    margin: 0;
}
}
.p-faq__bodyinner {
display: block;
padding-left: 35px;
position: relative;
line-height: 1.5;
}
.p-faq__bodyinner::before {position: absolute;left: 15px;content: "A";color: #fdb65a;font-size: 20px;font-weight: bold;line-height: 19px;}
.p-faq__bodyinner p.p-faq__a-txt {font-size: 16px;margin: 0 0 0 20px;line-height: 1.7;letter-spacing: 0.01em;text-align: justify;}
.p-faq__bodyinner p.p-faq__a-txt a{
    color: #1f45c4;
}


@media screen and (max-width: 750px) {
.p-faq__bodyinner {
    padding-left: 25px;
}
.p-faq__bodyinner::before {
    font-size: 14px;
    left: 0px;
}
.p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
    margin: 0 ;
}
}


@media screen and (max-width: 950px) {
    .acc_nav {
        margin: 0px auto 40px;
        flex-wrap: wrap;
        width: 80%;
        /* justify-content: center; */
        justify-content: space-between;
        gap: unset;
    }
    .acc_nav li {
        width: 48%;
        margin: 0 0 0%;
        font-size: 14px;
    }
    .acc_nav li:nth-child(n + 3) {
        /* margin-right: 4%; */
        margin-top: 3%;
    }
}
@media screen and (max-width: 750px) {
    
    
}



@media screen and (max-width: 650px) {
    .subhead{
        height: 400px;
    }
    .faq_bg{
        padding: 60px 0 20px;
    }

    .acc_nav li {
        /* font-size: 15px; */
    }

    .acc_nav {
        margin: 0px auto 40px;
        width: 100%;
    }

    .acc_nav li {
        margin: 0 0 0%;
    }

    .faq_box {
        margin: 0 auto 50px;
    }

    .faq_h2{
        margin: 0 auto 30px;
    }

    .faq_h2 h3{
        font-size: 18px;
    }
    
}



.fade0 {
	opacity: 0;
	-webkit-transition-duration: 1s;
	transition-duration: 1s
}
.fade0.is-show {
	opacity: 1;
	-webkit-transition-duration: 1s;
	transition-duration: 1s
}

.d01{
    transition-delay: 0.3s;
}
.d02{
    transition-delay: 0.6s;
}
.d03{
    transition-delay: 0.9s;
}
.d04{
    transition-delay: 1.2s;
}

.faq_subttl{
    font-size: 20px;
    margin-bottom: 10px;
    padding-left: 1.2em;
    font-weight: 600;
    color: #f09f37;
}
.faq_sec .accordion_one:last-child{
    margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
    .faq_ttl{
        font-size: 14px;
    }
    
    .faq_subttl {
    font-size: 16px;
    padding-left: 1.0em;
}
}

@media screen and (max-width: 500px){
    .acc_nav li{
        width: 100%;
    }
    .acc_nav li:first-child{
        margin-right: unset;
    }
    .acc_nav li:nth-child(n + 2 ){
        margin-top: 4%;
    }
}