﻿/* ▽ ヘッダーに隠れないように設定）BaseはCommon.css）  */
body {
    padding-top: 110px;
}
/* △ ヘッダーに隠れないように設定  */


/* ▽ */
@media screen and (min-width: 1400px) {
    .address_btn {
        width: 200px;
        font-size: 16px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .page_section {
        font-size: 20px;
    }
    .address_btn {
        width: 180px;
        font-size: 13px;
    }
}

@media screen and (min-width: 800px) and (max-width: 1199px) {
    .page_section {
        font-size: 18px;
    }
    .address_btn {
        width: 140px;
        font-size: 13px;
    }
}

@media screen and (max-width: 799px) {
    .page_section {
        font-size: 18px;
    }

    .address_btn {
        width: 120px;
        font-size: 12px;
        padding-left: 1px;
        padding-right: 1px;
    }
}

/* △ */