@charset "utf-8";

/* =========================
   入れ歯が合わない時に現れる症状
   セクション
   ========================= */
.denture-symptoms-block {
    padding: 100px 6.2%;
}



.denture-summary {
    display: flex;
    max-width: 1138px;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    margin: 0 auto;
}

.denture-unit {
    display: flex;
    padding: 20px;
    align-items: start;
    justify-content: center;
    gap: 40px;
    align-self: stretch;
    background: #FFFEFE;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    z-index: -2;
}


.denture-image img {
    margin: 0 auto;
}

.denture-text {
    max-width: 687px;
}

.denture-text p {
    color: #091B2C;
    font-size: 1.6rem;
    line-height: 30px;
}

/* ===== ブレイクポイント：タブレット ===== */
@media screen and (min-width: 768px) and (max-width: 1024px) {


    .denture-unit {
        display: block;
    }

    .denture-text {
        max-width: 100%;
    }
}

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



    .denture-unit {
        display: block;
        padding: 20px;
        align-items: center;
        justify-content: center;
        gap: 40px;
        align-self: stretch;
        background: #FFFEFE;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        z-index: -2;
    }

    .denture-unit.denture-unit--reverse {
        background: #E4EDF5;
        flex-direction: row-reverse;
        z-index: -2;
    }

    .denture-image img {
        margin: 0 auto;
    }

    .denture-text {
        max-width: 687px;
        text-align: center;
        margin-top: 20px;
    }


    .denture-text p {
        line-height: 26px;
        text-align: start;
        margin-top: 20px;
    }
}

/* =========================
   入れ歯が合わない原因
   セクション
   ========================= */
.causes-of-dentures-block {
    padding: 40px 6.2% 100px;
}



.denture-causes-summary {
    display: flex;
    max-width: 1138px;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    margin: 0 auto;
}

.denture-causes-unit {
    display: flex;
    flex-direction: row-reverse;
    padding: 20px;
    align-items: center;
    justify-content: center;
    gap: 40px;
    align-self: stretch;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.denture-causes-unit--blue {
    background-color: #E4EDF5;
    z-index: -2;
}

.denture-causes-unit--white {
    background-color: #FFFEFE;
    z-index: -2;
}

.denture-causes-image img {
    margin: 0 auto;
}

.denture-causes-text {
    max-width: 687px;
}

.denture-causes-text p {
    color: #091B2C;
    font-size: 1.6rem;
    line-height: 30px;
}

/* ===== ブレイクポイント：タブレット ===== */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .denture-causes-unit {
        display: block;
    }

    .denture-causes-text {
        max-width: 100%;
    }
}

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

    .denture-causes-unit {
        display: block;
        padding: 20px;
        align-items: center;
        justify-content: center;
        gap: 40px;
        align-self: stretch;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        z-index: -2;
    }

    .denture-causes-image img {
        margin: 0 auto;
    }

    .denture-causes-text {
        max-width: 687px;
        text-align: center;
        margin-top: 20px;
    }


    .denture-causes-text p {
        line-height: 26px;
        text-align: start;
        margin-top: 20px;
    }
}

/* =========================
   入れ歯が合わないまま使用すると？
   セクション
   ========================= */
.dentures-left-unattended-block {
    padding: 100px 6.2%;
    background: #eaf3fa;
    z-index: -10;
}

.content-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1069px;
    margin: 0 auto;
}

.content-box {
    background: #fff;
    border: 1px solid #175899;
    padding: 10px 20px 20px;
}

.content-box--wide {
    grid-column: 1 / -1;
    max-width: 816px;
    margin: 0 auto;
}

.content-box-text {
    color: #091B2C;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 30px;
}

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

    .content-grid {
        display: block;
    }

    .content-box {
        margin-bottom: 40px;
    }


    .content-box-text {
        line-height: 26px;
    }


}

/* =========================
   入れ歯が合わない時の対処法
   セクション
   ========================= */
.handle-of-dentures-block {
    padding: 100px 6.2%;
}



.denture-handle-summary {
    display: flex;
    max-width: 1138px;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    margin: 0 auto;
}

.denture-handle-unit {
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: center;
    gap: 40px;
    align-self: stretch;
    background: #FFFEFE;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    z-index: -2;
}


.denture-handle-image img {
    margin: 0 auto;
}

.denture-handle-text {
    max-width: 687px;
}

.denture-handle-text p {
    color: #091B2C;
    font-size: 1.6rem;
    line-height: 30px;
}
/* ===== ブレイクポイント：タブレット ===== */
@media screen and (min-width: 768px) and (max-width: 1024px) {


    .denture-unit {
        display: block;
    }

    .denture-text {
        max-width: 100%;
    }
}

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



    .denture-handle-unit {
        display: block;
        padding: 20px;
        align-items: center;
        justify-content: center;
        gap: 40px;
        align-self: stretch;
        background: #FFFEFE;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        z-index: -2;
    }

    .denture-handle-image img {
        margin: 0 auto;
    }

    .denture-handle-text {
        max-width: 687px;
        text-align: center;
        margin-top: 20px;
    }


    .denture-handle-text p {
        line-height: 26px;
        text-align: start;
        margin-top: 20px;
    }
}

/* =========================
   まとめセクション
   ========================= */
.summary-block {
    padding: 100px 6.2%;
    background: #E4EDF5;
    z-index: -5;
}

.summary-unit {
    display: flex;
    max-width: 951px;
    padding: 30px 20px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    background: #FFF;
    margin: 0 auto;
}

.summary-unit img {
    margin: 0 auto;
}

.summary-text-center {
    color: #091B2C;
    font-size: 1.6rem;
    line-height: normal;
}

/* ===== ブレイクポイント：タブレット ===== */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .summary-unit {
        gap: 30px;
    }
}

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

    .summary-unit {
        gap: 20px;
    }

    .summary-unit img {
        margin: 0 auto;
    }

    .summary-text-center {
        line-height: 26px;
    }

}