.dentures-page {
    color: #2D344A;
    font-family: "Noto Sans JP", sans-serif;
}

.dentures-peace h2 {
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;
    padding-top: 102px;
    padding-bottom: 77px;
    text-align: center;
}

@media (max-width: 768px) {
    .dentures-peace h2 {
        font-size: 30px;
        line-height: 1.5;
        padding-bottom: 36px;
        padding-top: 72px;
    }
}

.dentures-peace h2 span {
    font-size: 46px;
}

@media (max-width: 768px) {
    .dentures-peace h2 span {
        font-size: 36px;
    }
}

.dentures-peace .mind-peace {
    padding-top: 0;
    padding-bottom: 122px;
}

@media (max-width: 768px) {
    .dentures-peace .mind-peace {
        padding-bottom: 86px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.dentures-peace .mind-peace .mind-item {
    border-radius: 4px;
    border: 2px solid #FFF;
    background: rgba(245, 243, 245, 0.60);
    padding-right: 60px;
}

@media (max-width: 768px) {
    .dentures-peace .mind-peace .mind-item {
        padding-right: 29px;
    }
}

.dentures-peace .mind-peace .mind-item img {
    max-width: 198px;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 1px solid #fff;
    background: #fff;
}

@media (max-width: 768px) {
    .dentures-peace .mind-peace .mind-item img {
        max-width: 161px;
    }
}

.dentures-peace .mind-peace .mind-item .mind-text h3 {
    font-family: "Zen Old Mincho", sans-serif;
    font-weight: 700;
}

.dentures-peace .mind-peace .mind-item .mind-text h3.ltpc {
    letter-spacing: -3.6px;
}

@media (max-width: 768px) {
    .dentures-peace .mind-peace .mind-item .mind-text h3.ltpc {
        letter-spacing: -2.6px;
    }
}

.difference-wrap {
    padding-bottom: 99px;
}

@media (max-width: 768px) {
    .difference-wrap {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 99px;
    }
}

.difference-wrap h2 {
    font-family: "Zen Old Mincho", sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 43px;
}

.difference-wrap h2 span {
    font-size: 46px;
}

@media (max-width: 768px) {
    .difference-wrap h2 {
        font-size: 30px;
        padding-top: 62px;
        padding-bottom: 36px;
    }

    .difference-wrap h2 span {
        font-size: 36px;
    }
}

.difference-wrap p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    padding-bottom: 71px;
}

@media (max-width: 768px) {
    .difference-wrap p {
        font-size: 14px;
        line-height: 1.8;
        padding-bottom: 25px;
        text-align: left;
    }
}

.dentures-difference-box {
    display: flex;
    gap: 22px;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: nowrap;
    min-width: 1200px;
}

@media (max-width: 768px) {
    .dentures-difference-box {
        gap: 3px;
        min-width: calc(100px + 180px * 2 + 3px * 2);
    }
}

.dentures-difference-item-center {
    width: 100%;
    max-width: 297px;
}

@media (max-width: 768px) {
    .dentures-difference-item-center {
        max-width: 100px;
    }

}

.dentures-difference-item-center ul {
    list-style: none;
    background: #F5F7FF;
}

.dentures-difference-item-center ul li {
    padding-top: 31px;
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 2px solid #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .dentures-difference-item-center ul li {
        font-size: 12px;
        padding: 17px 0 21px;
    }
}

.dentures-difference-item {
    width: 100%;
    max-width: 430px;
}

@media (max-width: 768px) {
    .dentures-difference-item {
        max-width: 180px;
    }

}

.dentures-difference-item ul {
    list-style: none;
    border-radius: 20px 20px 0 0;
    background: #FFFAEC;
}

.dentures-difference-item ul.bg-pink {
    background: #FFF3F3;
}

.dentures-difference-item ul li {
    text-align: center;
    border-bottom: 2px solid #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    padding: 31px 30px 30px;
}

.dentures-difference-item ul li._2line {
    padding-top: 16px;
    padding-bottom: 17px;
}

@media (max-width: 768px) {
    .dentures-difference-item ul li._2line,
    .dentures-difference-item ul li {
        font-size: 12px;
        padding: 8px 0 10.75px;
    }
}

.dentures-difference-item ul li:has(span) {
    padding-top: 16px;
    padding-bottom: 16px;
}

@media (max-width: 768px) {
    .dentures-difference-item ul li:has(span) {
        padding-top: 9px;
        padding-bottom: 10px;
    }
}

.dentures-difference-item ul li span {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .dentures-difference-item ul li span {
        font-size: 10px;
    }
}

.dentures-difference-item ul li:has(img) {
    padding-top: 25px;
    padding-bottom: 25px;
}

@media (max-width: 768px) {
    .dentures-difference-item ul li:has(img) {
        padding: 11px 25px 14px;
    }
}

.dentures-difference-item ul li img {
    margin: 0 auto;
    border-radius: 2.531px;
    background: #D9D9D9;
}

.dentures-difference-item-center ul li.title,
.dentures-difference-item ul li.title {
    font-size: 24px;
    font-weight: 700;
    line-height: 2;
    padding-bottom: 24px;
}

@media (max-width: 768px) {
    .dentures-difference-item-center ul li.title,
    .dentures-difference-item ul li.title {
        font-size: 15px;
        padding-bottom: 18px;
        padding-top: 23px;
        line-height: 1.6;
    }

    .dentures-difference-item-center ul li.title:has(strong),
    .dentures-difference-item ul li.title:has(strong) {
        line-height: 1.1;
        padding-top: 17px;
        padding-bottom: 12px;
    }
}

.dentures-difference-item ul li strong {
    font-size: 20px;
}

@media (max-width: 768px) {
    .dentures-difference-item ul li strong {
        font-size: 12px;
        line-height: 1.6;
    }
}

@media (max-width: 768px) {
    .dentures-page .adult-contact h2 {
        padding-bottom: 21px;
    }
}

.dentures-flow .timeline-number.first {
    top: 45%;
}

@media (max-width: 768px) {
    .dentures-flow .timeline-number.first {
        top: 17px;
    }
}