
.pc-only {
    display: block;
}
.sp-only {
    display: none;
}
h1{
    padding: 0;
    margin: 0;
}
/** タブレット */
@media screen and (max-width: 768px){
    .sp-only {
        display: block;
    }
    .pc-only {
        display: none;
    }
}
section {
    font-family: "Zen Maru Gothic", sans-serif;
    background-color: #103381;
    position: relative;
    overflow: hidden;
}

img{
    width: 100%;
    height: auto;
    vertical-align: top;
}

.f-kv__deco{
    width: 300px;
    top: -13%;
    position: absolute;
    left: 1%;
}
.f-kv__sub-block{
    position: relative;
    margin: -4vw 0 4vw;
}

.f-kv__sub{
    position: relative;
}

.top-deco{
    width: fit-content;
    margin: 70px auto 0;
    background: #fff;
    border-radius: 20px;
    padding: 35px 20px;
    position: relative;
}


#main > div:not(#drop-bg), .footer{
    position: relative;
    z-index: 2;
}
#main::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}
#drop-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}
.drop {
    position: absolute;
    pointer-events: none;
    opacity: 0.8;
}



.detail{
    width: 90%;
    margin: 80px auto 0;
    padding-bottom: 80px;
}

.faq{
    width: 90%;
    margin: 0 auto 80px;
    background-color: #fff;
    border-radius: 35px;
    line-height: 1;
    padding: 30px 0;
}
.faq .faq__title{
    width: 95%;
    margin: 0 auto;
    position: relative;
}
.faq__list{
    width: 95%;
    margin: 50px auto 0;
}
.faq__list .faq__list-title{
    font-weight: 900;
    font-size: 30px;
    padding: 15px 15px 15px 50px;
    border-radius: 5px;
    color: #14395F;
    position:relative;    
}
.faq__list .faq__list-title:before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 15px;
    background-color: rgba(237,116,67,1);
    top: 0;
    bottom: 0;
    margin: auto 0;
    position: absolute;
}
.faq__list .faq__list-title:after{
    content: "";
    width: 100%;
    height: 5px;
    border-radius: 5px;
    left: 0;
    background-color: rgba(237,116,67,1);
    bottom: 0;
    position: absolute;
}
.faq__list.account .faq__list-title:before, 
.faq__list.account .faq__list-title:after{
    background-color: #2f9c46;
}
.faq__list.stamp .faq__list-title:before, 
.faq__list.stamp .faq__list-title:after{
    background-color: #ec78aa;
}
.faq__list.benefit .faq__list-title:before, 
.faq__list.benefit .faq__list-title:after{
    background-color: #afa716;
}
.faq__list > ul{
    width: 95%;
    margin: 40px auto 0;
}
.faq__list > ul > li {

    position: relative;
    padding-bottom: 30px;
}
.faq__list > ul > li:not(:first-child){
    margin-top: 30px;
}
.faq__list > ul > li:not(:last-child):after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0; /* 位置調整 */
    width: 100%;
    height: 6px; /* 線の太さ */
    background-image: radial-gradient(#333 2px, transparent 2px);
    background-size: 17px 6px; /* 点の間隔 */
    background-repeat: repeat-x;

}
.faq__list ul li .quest{
    margin-left: 1em;
}
.faq__list ul li .quest p {
    position: relative;
    padding-left: 30px;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.5;
}
.faq__list ul li .quest p:before{
    position: absolute;
    content: "";
    width: 24px;
    height: 30px;
    background-image: url(../images/icon_q.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
}
.faq__list ul li .ans{
    width: 95%;
    margin: 30px auto 0;
    padding: 15px 20px;
    border-radius: 5px;
    background-color: rgba(200,225,234,.5);
}
.faq__list ul li .ans p {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
}
.faq__list ul li .ans p strong {
    font-weight: bold;
    border-bottom: 1px solid;
}
.ans_list {
    width: 97%;
    margin: 10px auto;
}
.ans_list li{
    position: relative;
    padding-left: 15px;
}
.ans_list li:before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    background-color: #000;
    top: 11px;
}

.faq__link{
    position: relative;
    top: -70px;
}
.faq__link-box{
    width: fit-content;
    margin: 30px auto 0;
    display: flex;
    gap: 20px;
    max-width: 95%;
}
.faq__link-box > div{
    border-radius: 10px;
}
.faq__link-box > div:first-of-type{
    background-color: #ed7443;
}
.faq__link-box > div:nth-of-type(2){
    background-color: #2f9c46;
}
.faq__link-box > div:nth-of-type(3){
    background-color: #ec78aa;
}
.faq__link-box > div:nth-of-type(4){
    background-color: #afa716;
}
.faq__link-box > div p{
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    padding: 20px 30px;
    line-height: 1.3;
}

@media screen and (max-width: 768px){ 
    
.f-kv__deco--sp{
    width: 200px;
    margin: auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
.f-kv__deco-txt{
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
    width: fit-content;
    margin: 20px auto 0;
    background-color: #103381;
    padding: 20px 0;
    border-radius: 20px;
    min-width: 90%;
}
.f-kv__deco-txt strong{
    font-weight: bold;
    font-size: 23px;
}
.f-kv__deco-txt > p:not(:first-child){
    margin-top: 10px;
    font-size: 16px;
}
.f-kv__deco--sp + p{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #000;
}
    .detail-sp{
        background-color: #fff;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        padding: 20px 0;
    }
    .detail-sp > div {
        width: 95%;
        margin: 20px auto 0;
    }
    .detail-sp > div:first-of-type{
        margin-top: 0;
    }
    

    .faq{
        border-radius: 10px;
        padding: 20px 0;
    }
    .faq .faq__title{
        width: 90%;
    }
    .faq__list{
        margin: 30px auto 0;
    }
    .faq__list .faq__list-title{
        font-size: 20px;
        padding: 10px 10px 10px 30px;
    }
    .faq__list .faq__list-title:before{
        width:15px;
        height:15px;
        left: 10px;
    }
    .faq__list > ul{
        margin: 25px auto 0;
    }
    .faq__list ul li .quest{
        margin-left: 0;
    }
    .faq__list ul li .quest p{
        font-size: 18px;
    }
    .faq__list ul li .ans{
        width: 100%;
        margin-top: 20px;
        padding: 10px;
    }
    .faq__list ul li .ans p{
        font-size: 16px;
    }
    .ans_list li:before{
        top: 8px;
    }
    .faq__link-box{
        display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 95%;
    gap: 15px;
    }
    .faq__link-box > div p{
        font-size: 12px;
        padding: 10px;
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
    }
}