@charset "UTF-8";
.faqCnt_wrap {
    padding: 120px 0 200px;
}
.faqCnt_box {
    margin-bottom: 80px;
}
.faqCnt_box:last-child {
    margin-bottom: 0;
}
.faqCnt_ttl {
    position: relative;
    color: #1a1a1a;
    font-size: 24px;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: .05em;
    padding-left: 24px;
    margin-bottom: 40px;
}
.faqCnt_ttl:before {
    content: '';
    display: block;
    width: 8px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 9px;
    background: #1a1a1a;
    z-index: 1;
}
.faqBox_wrap {
    background: #f0f0f0;
    border-radius: 8px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.12);
    margin-bottom: 8px;
}
.faqBox_wrap:last-child {
    margin-bottom: 0;
}
.faqQ_ttl {
    width: 100%;
    height: auto;
    position: relative;
}
.faqQ_ttl p {
    display: block;
    width: 100%;
    position: relative;
}
.faqQ_ttl a:before,
.faqQ_ttl a:after {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.faqQ_ttl a:after {
    transform: translateY(-50%) rotate(90deg);
    transition: .2s;
}
.faqQ_ttl a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: .03em;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
    padding: 40px;
    padding-right: 54px;
    border-radius: 8px;
    border: 1px solid #fff;
}
.faqQ_ttl a span {
    position: relative;
    display: inline-block;
    padding-left: 38px;
}
.faqQ_ttl a span:before {
    content: 'Q';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #1a1a1a;
    letter-spacing: .05em;
    z-index: 1;
}
.faqQ_ttl a p:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    right: -38px;
    top: 50%;
    margin-top: -12px;
    background: #1a1a1a;
    z-index: 1;
    transition: .4s all;
}
.faqQ_ttl.is-on a {
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    border-radius: 8px 8px 0 0;
}
.faqQ_ttl.is-on a:after {
    transform: rotate(0);
}
.faqQ_ttl.is-on a p:before {
    background: #4a4a4a;
}
.faqA_box {
    display: none;
    background: #fff;
    /*border-top: 1px solid #4a4a4a;*/
    border-radius: 0 0 8px 8px;
    padding: 40px;
}
.faqA_box.is-open {
    display: block;
}
.faqA_box .txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}
.faqA_box .txt span {
    position: relative;
    display: inline-block;
    padding-left: 38px;
}
.faqA_box .txt span:before {
    content: 'A';
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #4a4a4a;
    letter-spacing: .05em;
    z-index: 1;
}
@media(min-width:767px) {
    .faqQ_ttl a:hover {
        border: 1px solid #1a1a1a;
    }
    .faqQ_ttl.is-on a:hover {
        border: 1px solid #f0f0f0;
    }
    .faqA_box .txt a:hover {
        text-decoration: none;
    }
    .faqQ_ttl a:hover p:before {
        transform: scale(1.1429, 1.1429);
    }
}
@media screen and (min-width:767px) and ( max-width:1024px) {
}
/*sp*/
@media only screen and (max-width:767px) {
    .faqCnt_wrap {
        padding: 80px 24px 80px;
    }
    .faqCnt_box {
        margin-bottom: 64px;
    }
    .faqCnt_ttl {
        font-size: 18px;
        padding-left: 22px;
        margin-bottom: 28px;
    }
    .faqCnt_ttl:before {
        width: 6px;
        height: 18px;
        top: 6px;
    }
    .faqBox_wrap {
        border-radius: 4px;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
        margin-bottom: 6px;
    }
    .faqQ_ttl {
        height: auto;
    }
    .faqQ_ttl a:before,
    .faqQ_ttl a:after {
        width: 8px;
        right: 18px;
    }
    .faqQ_ttl a {
        font-size: 16px;
        line-height: 1.42;
        letter-spacing: .01em;
        padding: 20px 14px;
        padding-right: 34px;
        border-radius: 4px;
    }
    .faqQ_ttl a span {
        padding-left: 25px;
    }
    .faqQ_ttl a span:before {
        content: 'Q';
        top: 50%;
        transform: translateY(-50%);
        font-size: 14px;
    }
    .faqQ_ttl a p:before {
        width: 20px;
        height: 20px;
        right: -22px;
        margin-top: -10px;
    }
    .faqA_box {
        border-radius: 0 0 4px 4px;
        padding: 20px 14px;
    }
    .faqA_box .txt {
        font-size: 16px;
        line-height: 1.8;
    }
    .faqA_box .txt span {
        padding-left: 25px;
    }
    .faqA_box .txt span:before {
        content: 'A';
        top: 8px;
        font-size: 15px;
    }
}
