@charset "utf-8";
/* medicalcheck 価格改定対応スタイル 2026年10月 */

/* ========================================
   2026年10月以降の新料金表示
   使い方: <span class="price-oct2026">※2026年10月以降　〇〇〇円</span>
======================================== */

.price-oct2026 {
    color: #b22222;
    display: block;
    font-size: 0.7em;
    /* margin-top: 4px; */
    /* font-weight: bold; */
    line-height: 1.2;
}

/* テーブル（table03）内での調整 */
.table03 td .price-oct2026,
.table03 th .price-oct2026 {
    font-size: 0.7em;
    margin-top: 2px;
    font-weight: 300;
}

/* 料金セクション（section#fee など）内での調整 */
#fee .price-oct2026 {
    font-size: 0.9em;
}

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

    .mb-10{
        margin-bottom: 70px;
    }
}

@media screen and (min-width:641px) {

    .mb-10{
        margin-bottom:100px;
    }

    #hayame img{
        width:80%;
        display: block;
        margin:auto;
    }
}

