/* =========================
   リード文
   セクション
   ========================= */
.short-term-lead-block {
    padding: 100px 10.4%;
}

.short-term-lead-question {
    color: #175899;
    text-align: center;
    text-shadow: 0 4px 4px rgba(23, 88, 153, 0.20);
    font-family: "Shippori Mincho";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
}

.short-term-lead-text {
    color: #091B2C;
    text-align: center;
    font-size: 1.6rem;
    line-height: 30px;
    margin-top: 40px;
}


/* ===== ブレイクポイント：タブレット ===== */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .short-term-lead-block {
        padding: 100px 10.4%;
    }

    .short-term-lead-question {
        font-size: 2.4rem;
        letter-spacing: 0.4px;
    }

    .short-term-lead-text {
        line-height: 26px;
        text-align: start;
        padding: 0 4%;
    }
}

/* ===== ブレイクポイント：スマホ ===== */
@media (max-width: 768px) {
    .short-term-lead-block {
        padding: 40px 4.5%;
    }

    .short-term-lead-question {
        font-size: 2.0rem;
        letter-spacing: 0.4px;
    }

    .short-term-lead-text {
        line-height: 26px;
        text-align: start;
        padding: 0 4%;
    }
}

/* =========================
   インプラント治療を短期間で
   終わらせる方法とは？
   セクション
   ========================= */
.short-term-method-block {
    padding: 100px 6.2%;
    background-color: #E4EDF5;
}

.short-term-method-unit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin: 0 auto;
    max-width: 1000px;
}

.short-term-method-unit img {
    margin: 0 auto;
}

.short-term-method-unit p {
    color: #091B2C;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 30px;
}

/* ===== ブレイクポイント：スマホ ===== */
@media (max-width: 768px) {
    .short-term-method-block {
        padding: 40px 4.5%;
    }

    .short-term-method-unit {
        display: block;
        margin: 0 auto;
        max-width: 1000px;
    }

    .short-term-method-unit img {
        margin: 0 auto;
        padding: 0 4%;
    }

    .short-term-method-unit p {
        line-height: 26px;
        margin-top: 40px;
        padding: 0 4%;
    }
}

/* =========================
   当院のインプラント治療の
   短縮への取り組み
   セクション
   ========================= */
.shortening-efforts {
    padding: 100px 6.2%;
    background-image: linear-gradient(to right, rgba(6, 116, 189, 0.15) 1px, transparent 1px), linear-gradient(to bottom, rgba(6, 116, 189, 0.15) 1px, transparent 1px);
    background-size: 20px 20px;
}

.shortening-efforts-text {
    color: #091B2C;
    font-size: 1.6rem;
    line-height: 30px;
    padding: 0 9%;
}

/* ===== ブレイクポイント：スマホ ===== */
@media (max-width: 768px) {
    .shortening-efforts {
        padding: 40px 4.5%;
    }

    .shortening-efforts-text {
        line-height: 26px;
        padding: 0 4%;
    }
}

/* =========================
   オールオン4で治療期間を短縮
   セクション
   ========================= */
.all-on-4-shortening-block {
    padding: 40px 6.2% 100px;
}

.all-on-4-shortening-unit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin: 0 auto;
    max-width: 1000px;
}

.all-on-4-shortening-unit img {
    margin: 0 auto;
}

.all-on-4-shortening-unit p {
    color: #091B2C;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 30px;
}

.all-on-4-shortening-block .button-1-unit {
    margin: 40px auto 0px;
}

/* ===== ブレイクポイント：スマホ ===== */
@media (max-width: 768px) {
    .all-on-4-shortening-block {
        padding: 40px 4.5%;
    }

    .all-on-4-shortening-unit {
        display: block;
        margin: 0 auto;
        max-width: 1000px;
    }

    .all-on-4-shortening-unit img {
        margin: 0 auto;
    }

    .all-on-4-shortening-unit p {
        line-height: 26px;
        margin-top: 40px;
        padding: 0 4%;
    }
}

/* =========================
   抜歯即時埋入で治療期間を短縮
   セクション
   ========================= */
.tooth-extraction-implantation-block {
    padding: 100px 6.2%;
    background-image: linear-gradient(to right, rgba(6, 116, 189, 0.15) 1px, transparent 1px), linear-gradient(to bottom, rgba(6, 116, 189, 0.15) 1px, transparent 1px);
    background-size: 20px 20px;
}

.tooth-extraction-implantation-lump {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 75px;
    max-width: 1138px;
    margin: 0 auto;
}

.tooth-extraction-implantation-unit {
    padding: 20px 20px 40px 20px;
}

.tooth-extraction-implantation-unit--white {
    background-color: #FFFEFE;
}

.tooth-extraction-implantation-unit--bluegray {
    background-color: #E4EDF5;
}

.tooth-extraction-implantation-summary {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

.tooth-extraction-implantation-unit {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 11px;
}

.tooth-extraction-implantation-unit--bluegray {
    background-color: #E4EDF5;
}


.tooth-extraction-implantation-unit--white {
    background-color: #FFFEFE;
}


/* チェック付きリスト */
.tooth-extraction-implantation-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tooth-extraction-implantation-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    color: #2D7FC9;
    text-align: center;
    font-size: 2.0rem;
    line-height: normal;
}

/* checkをアイコンとして表示 */
.tooth-extraction-implantation-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url("../images/under-check-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 4px;
}

.tooth-extraction-implantation-text {
    color: #091B2C;
    font-size: 1.6rem;
    line-height: normal;
}

/* ===== ブレイクポイント：スマホ ===== */
@media (max-width: 768px) {
    .tooth-extraction-implantation-block {
        padding: 40px 4.5%;
        background-image: linear-gradient(to right, rgba(6, 116, 189, 0.15) 1px, transparent 1px), linear-gradient(to bottom, rgba(6, 116, 189, 0.15) 1px, transparent 1px);
        background-size: 20px 20px;
    }

    .tooth-extraction-implantation-lump {
        gap: 40px;
    }

    .tooth-extraction-implantation-unit {
        padding: 20px 20px 20px 20px;
    }


    .tooth-extraction-implantation-summary {
        margin-top: 20px;
        display: block;
    }

    .tooth-extraction-implantation-unit {
        margin-bottom: 20px;
    }

    .tooth-extraction-implantation-list li {
        padding-left: 28px;
        font-size: 1.8rem;
    }

    .tooth-extraction-implantation-list li::before {
        margin-top: 2px;
    }

}

/* =========================
   よくある質問
   セクション
   ========================= */
.faq {
    padding: 100px 6.2%;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1138px;
    margin: 0 auto;
}

.faq-item {
    padding: 24px;
    background: #f7fafd;
    border-left: 4px solid #175899;
}

.faq-question {
    font-size: 2.4rem;
    color: #175899;
    margin-bottom: 12px;
    line-height: 1.4;
}

.faq-answer {
    font-size: 1.6rem;
    line-height: 1.7;
    color: #091B2C;
}

/* ===== ブレイクポイント：スマホ ===== */
@media (max-width: 768px) {
    .faq {
        padding: 40px 4.5%;
    }

    .faq-question {
        font-size: 2.0rem;
    }
}