.furusato-tax-post p {
    margin-bottom: 0;
}

.furusato-tax-post .section1 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.furusato-tax-post .section1 .left {
    text-align: center;
    width: 320px;
}

.furusato-tax-post .section1 .left img {
    margin-bottom: 10px;
}

.furusato-tax-post .section1 .right {
    flex: 1;
    padding: 0 20px;
}

.furusato-tax-post .section1 .price {
    margin-bottom: 20px;
}

.furusato-tax-post .section1 .price .label {
    margin-bottom: -10px;
}

.furusato-tax-post .section1 .price .value {
    color: #FB0501;
    font-size: 1.5rem;
    font-weight: 700;
}

.furusato-tax-post .section1 .right .review {
    align-items: center;
    display: flex;
    gap: 10px;
}

.furusato-tax-post .section1 .right .review .stars img {
    max-height: 30px;
}

.furusato-tax-post .section1 .right .review .value {
    color: #565656;
    font-size: 1.25rem;
    font-weight: 700;
    transform: translateY(2px);
}

.furusato-tax-post .section1 .right .link {
    margin-bottom: 50px;
}

.furusato-tax-post .section1 .right .link a {
    text-decoration: none;
}

.furusato-tax-post .section1 .right .link a:hover {
    color: #E53900;
}

.furusato-tax-post .section1 .right .place {
    align-items: center;
    display: flex;
    gap: 10px;
}

.furusato-tax-post .section1 .right .place .icon {
    max-height: 30px;
}

.furusato-tax-post .section1 .right .place .value {
    color: #565656;
    transform: translateY(2px);
}

.furusato-tax-post .section2 h2 {
    background-color: #FFE9E9;
    border-bottom: none;
    color: #9F0C14;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0;
    padding: 10px;
}

.furusato-tax-post .section3 {
    border-bottom: 2px solid #565656;
    border-top: 2px solid #565656;
    margin: 20px 0 50px;
}

.furusato-tax-post .section3 .row {
    align-items: center;
    display: flex;
    gap: 0 10px;
    padding: 10px;
}

.furusato-tax-post .section3 .row:not(:last-child) {
    border-bottom: 1px solid #565656;
}

.furusato-tax-post .section3 .price {
    min-width: 240px;
}

.furusato-tax-post .section3 .price .label {
    margin-bottom: -10px;
}

.furusato-tax-post .section3 .price .value {
    color: #FB0501;
    font-size: 1.25rem;
    font-weight: 700;
}

.furusato-tax-post .section3 .icon {
    width: 30px;
}

.furusato-tax-post .section3 .site {
    flex: 1;
    font-size: 1.25rem;
    font-weight: 700;
    transform: translateY(2px);
}

.furusato-tax-post .section3 .site a {
    color: #565656;
    text-decoration: none;
}

.furusato-tax-post .section3 .site a:hover {
    color: #E53900;
}

.furusato-tax-post .section3 .url {
    font-size: 1.25rem;
    font-weight: 700;
}

.furusato-tax-post .section3 .url a {
    border: 2px solid #9F0C14;
    border-radius: 5px;
    color: #9F0C14;
    padding: 5px 10px;
    text-decoration: none;
}

.furusato-tax-post .section3 .url a:hover {
    border-color: #E53900;
    color: #E53900;
}

.furusato-tax-post .section4 {
    color: #565656;
    display: flex;
    justify-content: center;
    gap: 0 10px;
}

.furusato-tax-post .notice {
    color: #565656;
    border: 1px solid #565656;
    padding: 10px;
}

@media (max-width: 740px) {
    .furusato-tax-post .section1 .left {
        width: 100%;
    }

    .furusato-tax-post .section1 .right {
        padding: 0;
    }

    .furusato-tax-post .section1 .right .link {
        margin-bottom: 20px;
    }
    .furusato-tax-post .section3 .row {
        flex-wrap: wrap;
    }

    .furusato-tax-post .section3 .price {
        align-items: center;
        display: flex;
        gap: 10px;
        width: 100%;
    }

    .furusato-tax-post .section3 .price .label {
        margin-bottom: 0;
    }

    .furusato-tax-post .section3 .url {
        flex-basis: 100%;
        margin-top: 10px;
        width: 100%;
    }

    .furusato-tax-post .section3 .url a {
        display: block;
        text-align: center;
        width: 100%;
    }

    .furusato-tax-post .section4 {
        flex-wrap: wrap;
        text-align: center;
    }

    .furusato-tax-post .section4 div {
        width: 100%;
    }
}
