body {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #f9f9f9;
    color: #333;
    line-height: 1.8;
}

.containers {
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 20px;
}

.title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
    color: #005a9c;
}

.tm-copy {
    font-size: 16px;
    margin-bottom: 30px;
}

.point-title {
    font-size: 22px;
    font-weight: 600;
    margin: 50px 0 20px;
    border-left: 5px solid #C01F17;
    padding-left: 15px;
    color: #C01F17;
}

.swap-point {
    margin-top: 40px;
}

.swap-section {
    margin-bottom: 40px;
}

.swap-section h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.swap-section p {
    font-size: 14px;
    color: #666;
}

.swap-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.swap-table th,
.swap-table td {
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
}

.swap-table th {
    background-color: #f0f0f0;
    font-weight: bold;
    text-align: center;
}

.swap-table td {
    text-align: left;
}

.swap-info {
    margin-top: 40px;
}

.icon {
    font-weight: bold;
    color: #C01F17;
}

.note {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.formula-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.formula-table th,
.formula-table td {
    border: 1px solid #dfe6e9;
    padding: 10px;
    font-size: 14px;
}

.formula-table th {
    background-color: #ecf0f1;
    font-weight: bold;
    text-align: center;
    color: #2c3e50;
}

.formula-table td {
    text-align: left;
    color: #34495e;
}

a {
    color: #C01F17;
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 4px;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 50px;

}

.breadcrumb li {
    display: inline;
    /*横に並ぶように*/
    list-style: none;
    font-size: small;
    margin-top: 10px;

}

.breadcrumb li:after {
    /* >を表示*/
    content: '>';
    padding: 0 0.2em;

}

.breadcrumb li:last-child:after {
    content: '';
}

li[itemprop="itemListElement"] a {
    color: rgb(5, 5, 5);
    text-decoration: none;
}


@media screen and (max-width: 600px) {
    .title {
        font-size: 22px;
    }

    .point-title {
        font-size: 18px;
    }

    .tm-copy {
        font-size: 15px;
    }

    .swap-table th,
    .swap-table td {
        font-size: 13px;
        padding: 8px;
    }

    .span-url {
        max-width: 90%;
        margin-top: 50px;
        margin-left: -5px;
    }

    .breadcrumb li {
        font-size: small;
        margin-left: 2px;
    }
}