.about-fq {
    margin: 17px auto 105px auto;
}

@media screen and (max-width: 768px) {
    .about-fq {
        margin-top: 23px;
        margin-bottom: 46px;
    }
}

.about-fq .main .container {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .about-fq .main .container {
        margin: 40px auto 28px auto;
    }
}

.about-fq .main .container .jp {
    font-size: 36px;
    line-height: 48px;
}

.about-fq .main .container .jp span {
    font-family: 'en';
}

@media screen and (max-width: 768px) {
    .about-fq .main .container .jp {
        font-size: 24px;
        line-height: 30px;
    }
}

.about-fq .container {
    margin: 60px auto;
    max-width: 900px;
}

@media screen and (max-width: 768px) {
    .about-fq .container {
        max-width: calc(100% - 30px);
        margin: 0 auto;
    }
}

.about-fq .container .sections .sub-heading {
    border-bottom: 1px #707070 solid;
    padding-top: 6px;
    padding-bottom: 18px;
    margin-bottom: 20px;
    font-size: 24px;
}

.about-fq .container .sections .section {
    border-bottom: 1px #b0b0b0 solid;
    padding: 24px 0;
}

.about-fq .container .sections .section:first-of-type {
    border-top: 2px #707070 solid;
}

.about-fq .container .sections .section:last-of-type {
    border-bottom: 2px #707070 solid;
}

.about-fq .container .sections .section .row .detail .title {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
    .about-fq .container .sections .section .row .detail .title {
        align-items: flex-start;
    }
}

.about-fq .container .sections .section .row .detail .title .question {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FFFFFF;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 50px;
    margin-right: 17px;
    flex-shrink: 0;
}

@media screen and (max-width: 768px) {
    .about-fq .container .sections .section .row .detail .title .question {
        margin-right: 10px;
    }
}

.about-fq .container .sections .section .row .detail .title .jp {
    display: flex;
    font-size: 20px;
}

.about-fq .container .sections .section .row .detail .title .jp span {
    font-family: 'en';
}

.about-fq .container .sections .section .row .detail .text {
    font-size: 14px;
}

.about-fq .container .sections .section .row .detail .text a {
    color: #D23C11;
    text-decoration: underline;
}

.about-fq .container .sections .section .row .detail .text .list {
    display: flex;
}

.about-fq .container .sections .section .row .detail .text .list span {
    display: flex;
    flex-shrink: 0;
}

.about-fq .container .sections .section .row .detail .text .list p {
    display: flex;
}

@media screen and (max-width: 768px) {
    .about-fq .container .sections .section .row .detail .title .jp {
        margin-top: 12px;
        font-size: 18px;
    }

    .about-fq .container .sections .section .row .detail .text {
        font-size: 15px;
    }

    .about-fq .container .sections .section .row .detail .text a {
        width: 100%;
        word-wrap: break-word;
        letter-spacing: -0.5px;
    }

    .about-fq .container .sections .section .row .detail .text .for_pc {
        display: none;
    }
}

.for_sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .for_sp {
        display: block;
    }
}