@media screen and (min-width: 560px) {
.sp-br {
display: none;
}
}

body{
  font-family:'メイリオ', 'Meiryo', sans-serif;
}

@media screen and (max-width: 768px) {
    .sp-scroll-note {
        display: block !important;
    }
}

/* ===== この表専用 ===== */
.fee-table {
    overflow-x: auto;
    margin-bottom: 30px;
}

.fee-table table {
    border-collapse: collapse;
    width: 100%;
    min-width: 800px; /* スマホで横スクロール */
}

.fee-table th,
.fee-table td {
    padding: 8px;
    border: 1px solid #ddd;
}

.fee-table th {
    background-color: #ffffff;
}

.fee-table .after {
    color: #ff0000;
}

.fee-table .highlight {
    color: #ff0000;
    font-weight: bold;
}

/* 横スクロール案内 */
.fee-table .scroll-message {
    display: none;
    font-size: 14px;
    color: #555;
    margin: 10px 0;
    text-align: center;
}

/* スマホ表示 */
@media (max-width: 600px) {

    .fee-table .scroll-message {
        display: block;
    }

    .fee-table th,
    .fee-table td {
        font-size: 12px;
        padding: 4px;
    }
}