/* --------------------
 Medical Treatment
-------------------- */
:root {
    --color-blue-steel: #6a8ac1;
    --color-blue-steel-rgb: 106, 138, 193;
    --color-blue-sky: #8ea8d5;
    --color-blue-sky-rgb: 142, 168, 213;
    --color-blue-pale: #b8caea;
    --color-blue-pale-rgb: 184, 202, 234;
    --color-purple-vivid: #9f00b8;
    --color-purple-vivid-rgb: 159, 0, 184;
    --color-gray-mid: #707070;
    --color-gray-mid-rgb: 112, 112, 112;
    --color-gray-light: #d9d9d9;
    --color-gray-light-rgb: 217, 217, 217;
    --color-gray-lighter: #e5e5e5;
    --color-gray-lighter-rgb: 229, 229, 229;
    --color-gray-offwhite: #f5f5f5;
    --color-gray-offwhite-rgb: 245, 245, 245;
    --color-gray-verylight: #f8f8f8;
    --color-gray-verylight-rgb: 248, 248, 248;
    --color-red-soft: #e37979;
    --color-red-soft-rgb: 227, 121, 121;
    --color-pink-pastel: #f2cdcd;
    --color-pink-pastel-rgb: 242, 205, 205;
    --color-pink-pale: #e59e9e;
    --color-pink-pale-rgb: 229, 158, 158;
    --color-white: #ffffff;
    --color-white-rgb: 255, 255, 255;
}

img {
    height: auto;
}

.mt__overview {
    padding: 0 0 30.7692307692vw;
}

@media (min-width: 769px) {
    .mt__overview {
        padding: 0 0 9.7222222222vw;
    }
}

.mt__overview-container {
    margin: 0 auto;
    padding: 0 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .mt__overview-container {
        max-width: 82.3611111111vw;
        padding: 0;
    }
}

.mt__overview__title {
    margin: 0 0 7.6923076923vw;
    padding: 6.1538461538vw 0 0;
    position: relative;
}

@media (min-width: 769px) {
    .mt__overview__title {
        margin: 0 0 2.9166666667vw;
        padding: 2.2222222222vw 0 0;
    }
}

.mt__overview__title:before {
    background-color: var(--color-blue-sky);
    border-radius: 0.5128205128vw;
    content: "";
    display: block;
    height: 1.0256410256vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 10.2564102564vw;
}

@media (min-width: 769px) {
    .mt__overview__title:before {
        border-radius: 0.1388888889vw;
        height: 0.2777777778vw;
        width: 3.4722222222vw;
    }
}

.mt__overview__title__ja {
    color: var(--color-blue-sky);
    font-family: var(--ff-tsukushi-b);
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 0 2.0512820513vw;
    text-align: center;
}

@media (min-width: 769px) {
    .mt__overview__title__ja {
        font-size: 3rem;
        margin: 0 0 0.5555555556vw;
    }
}

.mt__overview__title__en {
    color: var(--color-blue-sky);
    font-family: var(--ff-tsukushi-b);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 769px) {
    .mt__overview__title__en {
        font-size: 1.1666666667rem;
    }
}

.mt__overview__content {
    margin: 0 0 10.2564102564vw;
}

@media (min-width: 769px) {
    .mt__overview__content {
        margin: 0 0 2.7777777778vw;
    }
}

.mt__overview__content p {
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0 0 1.5em;
}

@media (min-width: 769px) {
    .mt__overview__content p {
        font-size: 1.3333333333rem;
        text-align: center;
    }
}

.mt__overview__content p:last-child {
    margin-bottom: 0;
}

.mt__overview__table {
    background-color: var(--color-white);
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 10.2564102564vw;
    width: 100%;
}

@media (min-width: 769px) {
    .mt__overview__table {
        margin: 0 0 2.7777777778vw;
        table-layout: fixed;
    }
}

.mt__overview__table caption {
    font-family: var(--ff-tsukushi-b);
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin: 0 0 4.1025641026vw;
    text-align: center;
}

@media (min-width: 769px) {
    .mt__overview__table caption {
        font-size: 1.6666666667rem;
        margin: 0 0 1.1111111111vw;
    }
}

.mt__overview__table > tbody > tr > th, .mt__overview__table > tbody > tr > td {
    border-bottom: 1px solid var(--color-gray-lighter);
    border-left: 1px solid var(--color-gray-lighter);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    padding: 2.0512820513vw 3.0769230769vw;
    text-align: left;
    vertical-align: middle;
}

@media (min-width: 769px) {
    .mt__overview__table > tbody > tr > th, .mt__overview__table > tbody > tr > td {
        font-size: 1.1666666667rem;
        padding: 0.8333333333vw 1.1111111111vw;
    }
}

.mt__overview__table > tbody > tr > th:last-child, .mt__overview__table > tbody > tr > td:last-child {
    border-right: 1px solid var(--color-gray-lighter);
}

.mt__overview__table > tbody > tr:first-child > th, .mt__overview__table > tbody > tr:first-child > td {
    border-top: 1px solid var(--color-gray-lighter);
}

.mt__overview__table > tbody > tr p {
    font-size: inherit;
    margin-bottom: 1em;
}

.mt__overview__table > tbody > tr p:first-child {
    margin-top: 0;
}

.mt__overview__table > tbody > tr p:last-child {
    margin-bottom: 0;
}