.hotels-privacy main {
    background-color: #f2f2f0;
}

.hotels-privacy main a {
    color: #555555;
    text-decoration: underline;
}

.hotels-privacy main a:hover {
    text-decoration: none;
}

.hotels-privacy main h2 {
    line-height: 1.8;
    margin: 32px 0 24px;
}

.hotels-privacy main .basic-table td:first-child {
    width: 25%;
}

@media screen and (min-width: 768px) {
    .hotels-privacy main {
        padding-bottom: 80px;
    }
    .hotels-privacy main .contents {
        max-width: 800px;
    }
    .hotels-privacy main h1, .hotels-privacy main h2 {
        font-weight: normal;
    }
    .hotels-privacy main h1 {
        font-size: 1.6rem;
    }
    .hotels-privacy main h2 {
        font-size: 1.6rem;
        font-weight: bold;
    }
    .hotels-privacy main .main-title {
        font-size: 2.6rem;
        margin-bottom: 20px;
        padding-top: 30px;
    }
    .hotels-privacy main p {
        font-size: 1.6rem;
        margin-bottom: 20px;
        line-height: 1.8;
    }
    .hotels-privacy main .basic-table td:first-child {
        width: 168px;
    }
}
@media screen and (max-width: 767px) {
    .hotels-privacy main h1 {
        font-weight: normal;
    }
    .hotels-privacy main h1 {
        font-size: 1.6rem;
    }
    .hotels-privacy main h2 {
        font-size: 1.6rem;
    }
    .hotels-privacy main .main-title {
        font-size: 2.6rem;
        margin-bottom: 30px;
        padding-bottom: 20px;
        padding-top: 30px;
        line-height: 1;
    }
    .hotels-privacy main p {
        font-size: 1.6rem;
        margin-bottom: 20px;
        line-height: 1.6;
    }
}