@charset "UTF-8";

/*--20260608 新規 その他注意事項--*/
.scn-caution-list {
    max-width: 960px;
    margin-inline: auto;
}

/*--20260608 新規 各県ポスティング料金比較表（A4サイズ基準）--*/
.scn-price-btn {
    display: inline-block;
    min-width: 160px;
    padding: 10px 16px;
    border-radius: 5px;
    background: #2C58B9;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.scn-price-btn:hover {
    opacity: .8;
}
.scn-price-table-col-area {
    width: 90px;
}
.scn-price-table-col-household {
    width: 100px;
}
.scn-price-table-col-detached {
    width: 100px;
}
.scn-price-table-col-apart {
    width: 120px;
}
.scn-price-table-col-detail {
    width: 250px;
}
.scn-compare-price .scn-price-table__wrap .scn-table__table th,
.scn-compare-price .scn-price-table__wrap .scn-table__table td {
    text-align: center;
}
.scn-price-table__table td:has(.scn-price-btn) {
    text-align: center;
}
.scn-color-red {
    color: red;
}
.scn-font-bold {
    font-weight: 700;
}
.scn-compare-price .scn-table__wrap {
    max-height: 450px;
}

/*--20260608 各エリアのポスティング料金表--*/
.scn-pricetable-main-heading {
    margin-top: 100px;
}
.scn-table__wrap.scn-price-table__wrap {
    overscroll-behavior: none;
    border: none;
}
.scn-table__table {
    table-layout: auto;
}
.scn-section-sub-title {
    font-size: 18px;
    font-weight: 700;
}
.scn-text-right {
    text-align: right;
}
.scn-price-table .scn-note {
    display: block;
    max-width: 960px;
    margin-inline: auto;
}

@media (max-width: 768px) {

    .scn-table__table th,
    .scn-table__table td {
        white-space: nowrap;
    }
}