/* common */
body {
    line-height: 1.6;
    overflow-x: hidden;
}

.page-heading {
    padding-bottom: 10px;
    border-bottom: 1px solid #7e7e7e;
    font-size: 18px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.contents-section .section-heading {
    padding-bottom: 10px;
    border-bottom: 1px solid #7e7e7e;
    font-size: 16px;
    font-weight: 400;
}

.section-heading span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    color: #7e7e7e;
}

.section-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}

.inner {
    padding-top: 60px;
}

.inner>p {
    line-height: 1.8;
}

/* Company */

.company-section img {
    margin-bottom: 0;
}

.section--bg {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    background: #FAF5F0;
}

.company-table {
    padding: 80px 0 40px;
    margin-top: 40px;
}

.company-table .contents-section {
    margin-top: 0;
}

.company-list {
    max-width: 700px;
    margin: 60px auto 0;
    line-height: 1.8;
}

.company-list dl {
    display: flex;
    flex-wrap: wrap;
}

.company-list dt {
    width: 160px;
    padding: 30px 0;
    color: #E76235;
    border-bottom: 1px solid #7e7e7e;
}

.company-list dd {
    width: calc(100% - 160px);
    padding: 30px 0;
    border-bottom: 1px solid #7e7e7e;
}

.company-list dd span {
    display: block;
    text-indent: -1em;
    margin-left: 1em;
}

.clinic-area {
    display: flex;
    max-width: 890px;
    height: 232px;
    margin: 0 auto;
    gap: 90px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #000;
}

.clinic-area figure {
    width: 300px;
    height: 230px;
}

.clinic-area img {
    object-fit: cover;
}

.clinic-area .desc-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.desc-wrap .text {
    min-width: 14em;
    line-height: 1.8;
}

.desc-wrap .logo img {
    margin-bottom: 20px;
}

/* Brand Message */
.about {
    margin-top: 40px;
}

.about .title {
    font-weight: 700;
    margin-bottom: 40px;
}

.about .text>p {
    margin-bottom: 40px;
    text-align: justify;
}

.about .text>p:last-child {
    margin-bottom: 0;
}

.message .inner>p {
    margin-bottom: 20px;
}

.message-box {
    max-width: 890px;
    height: 230px;
    background: #FAF5F0;
    margin: 40px auto 0;
}

.message-box .inner {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.message-box figure {
    margin-right: 30px;
    width: 198px;
}

.message-box .body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 198px);
}

.message-box .body>p {
    margin-bottom: 1rem;
}

.message-box .desc {
    font-size: 14px;
}

.message-box .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
}

.message-box .list li {
    font-size: 12px;
    line-height: 2;
    border: 1px solid #000;
    text-align: center;
    padding: 0 5px;
}

.ingredient-item {
    background-color: #fff;
    border: 1px solid #7e7e7e;
    padding: 50px;
    margin-top: 40px;
}

.ingredient-item .inner {
    display: flex;
    align-items: flex-start;
    padding: 0;
}

.ingredient-item .text {
    max-width: 555px;
    margin-right: 9%;
}

.ingredient-item .title {
    padding-bottom: 10px;
    border-bottom: 1px solid #7e7e7e;
}

.ingredient-item .list {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    gap: 1rem;
    font-size: 12px;
}

.ingredient-item .list li {
    border: 1px solid #7e7e7e;
    padding: 0 10px;
}

.dermatology .clinic-area {
    height: 232px;
}

.dermatology figure {
    width: 230px;
    height: 230px;
}

.dermatology img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.dermatology>.clinic-area {
    justify-content: flex-start;
}

.dermatology .primary-btn {
    font-size: 14px;
    width: 220px;
}

/* Topics */
.topics .inner {
    padding-top: 40px;
    padding-bottom: 60px;
}

.topics-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.topics-item:first-child {
    margin-top: 0;
}

.topics-item .text {
    width: 500px;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .section-wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .inner {
        padding-top: 40px;
    }

    .clinic-area {
        gap: 20px;
    }

    .clinic-area .desc-wrap {
        gap: 20px;
    }

    .desc-wrap .text {
        min-width: 12em;
    }

    .message-box {
        height: auto;
    }

    .message-box .inner {
        display: block;
    }

    .message-box figure,
    .message-box .body {
        width: 100%;
    }

    .ingredient-item {
        padding: 20px;
    }

    .dermatology>.clinic-area {
        gap: 8vw;
    }

    .dermatology>.clinic-area .desc-wrap {
        flex-direction: column;
    }

    .topics .inner {
        padding-top: 0;
        padding-bottom: 0;
    }

    .topics-item {
        row-gap: 20px;
    }
}

@media screen and (max-width: 480px) {
    .company-table {
        padding-top: 60px;
    }

    .company-list {
        margin-top: 20px;
    }

    .company-list dl {
        font-size: 14px;
    }

    .company-list dt {
        width: 120px;
    }

    .company-list dd {
        width: calc(100% - 120px);
    }

    .clinic-area {
        margin-top: 60px;
        padding: 10px;
    }

    .clinic-area figure {
        width: 50%;
    }

    .clinic-area .desc-wrap {
        display: block;
    }

    .desc-wrap .text {
        min-width: none;
        font-size: 12px;
    }

    .desc-wrap .logo {
        margin-top: 10px;
    }

    .desc-wrap .logo img {
        margin-bottom: 10px;
    }

    .message-box .list {
        grid-template-columns: repeat(1, 1fr);
    }

    .ingredient-item .inner {
        flex-direction: column;
        gap: 20px;
    }

    .ingredient-item .list {
        flex-wrap: wrap;
        width: max-content;
        text-align: center;
    }

    .ingredient-item .text {
        margin-right: 0;
    }

    .dermatology>.clinic-area {
        gap: 10px;
        height: auto;
    }

    .dermatology figure {
        height: auto;
    }

    .dermatology .link {
        margin-top: 10px;
    }
}

/* Privacy Policy */
.privacy-policy .inner {
    padding-top: 0;
}

.privacy-policy h3 {
    margin-top: 40px;
}

.ta-r {
    text-align: right;
    margin-top: 40px;
}

/* asct */
.asct-inner h3 {
    margin-top: 40px;
    font-size: 16px;
}

.asct-inner h4 {
    margin-top: 20px;
}

.asct-inner p {
    line-height: normal;
}

.asct-inner a {
    text-decoration: underline;
}

.small {
    font-size: 12px;
}

.asct-inner .m-0 {
    margin: 0;
}

/* faq */
.faq .contents-wrap p {
    line-height: normal;
}

.faq-item {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #000;
}

.faq-q {
    margin-bottom: 2rem;
    position: relative;
    font-size: 1rem;
    height: 40px;
    font-weight: 700;
    padding-left: 4rem;
    text-align: justify;
}

.faq-q::before {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
    font-weight: 700;
    content: "Q";
    background: #5c5a5a;
    color: #fff;
}

.faq-a {
    position: relative;
    padding: 0 1rem 0 4rem;
    text-align: justify;
}

.faq-a::before {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
    font-weight: 700;
    content: "A";
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

.faq-a .small {
    font-size: 14px;
}

@media screen and (max-width: 768px) {

    .faq-a,
    .faq-q {
        padding-left: 3rem;
        padding-right: 0;
    }

    .faq-a::before,
    .faq-q::before {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}