@charset "utf-8";
.about__topic--question {
    margin-top: 200px;
    text-align: center;
    color: var(--primarydarkbrown);
    font-family: "Shippori Mincho";
    font-size: 2rem;
}

/* .question__wrapper dt {
    padding: 30px 0 0 0;
    border-top: 1px solid var(--primary-lightbrown);
} */


.question__border {
    content: '';
    background-image: url(../image/common/border.svg);
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    background-position: bottom;
    width: 100%;
    height: 2px;
    margin-top: 50px;
}

.question__wrapper dt {
    padding: 30px 0 0 0;
    background-image: url(../image/common/border.svg);
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
}

.question__wrapper dt:first-of-type {
    margin: 0;
}

.question__group {
    margin-top: 76px;
    padding: 0 var(--contentPadding);
}

.question__mainTopic {
    margin-bottom: 10px;
    font-family: "Shippori Mincho";
    font-size: 1.8rem;
}

.question__mainTopic--second {
    margin-top: 60px;
}

.question__topic {
    margin-top: 30px;
    color: var(--primarydarkbrown);
    font-family: "Zen Kaku Gothic New";
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: normal;
}

.question__span {
    display: inline-block;
    margin-right: 10px;
    font-family: "EB Garamond";
    font-size: 1.6rem;
}

.question__txt {
    margin: 20px 0 0 25px;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.3rem;
    line-height: 2.2rem; /* 169.231% */
}

/* question pc */

@media screen and (min-width: 769px) {
    .about__topic--question {
        margin-top: 280px;
        font-size: 3.2rem;
    }

    .question__wrapper dt {
        padding: 50px 0 0 0;
    }

    .question__group {
        margin: 100px auto 0;
        padding: 0 var(--contentPaddingPc);
    }

    .question__mainTopic {
        margin-bottom: 20px;
        font-size: 2.4rem;
    }

    .question__mainTopic--second {
        margin-top: 100px;
    }

    .question__topic {
        margin-top: 50px;
        font-size: 2rem;
    }

    .question__span {
        display: inline-block;
        margin-right: 32px;
        font-size: 2.2rem;
    }

    .question__txt {
        margin: 20px 0 0 55px;
        font-size: 1.6rem;
        line-height: 3.2rem;
    }
}
