header {
    background-color: #FFF !important;
}

.global-nav.pc .btn-top.indicative a {
    color: inherit;
    font-weight: 400 !important;
}

section.policy {
    width: 82.43vw;
    max-width: 1126px;
    margin: 0 auto;
    line-height: 1.5;
    padding-top: 155px;
    padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
    section.policy {
        width: 89.33vw;
        padding-top: 21.33vw;
        padding-bottom: 13.33vw;
    }
}

section.policy h3 {
    color: #000;
}

span.bold {
    font-weight: 700;
}

.wrapper .sec-title {
    margin-bottom: 30px;
}

.wrapper .sec-title h2 {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .wrapper .sec-title h2 {
        font-size: 6.4vw;
    }
}

.wrapper p,
.wrapper li {
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .wrapper p,
    .wrapper li {
        font-size: 3.73vw;
    }
}

.policy-text h3 {
    width: 100%;
    font-size: 2rem;
    line-height: 40px;
    text-align: center;
    margin-bottom: 32px;
    border: 1px solid #000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media screen and (max-width: 767px) {
    .policy-text h3 {
        font-size: 3.47vw;
        line-height: 10.67vw;
    }
}

.policy-text h4 {
    margin-bottom: 16px;
    font-size: 1.8rem;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .policy-text h4 {
        margin-bottom: 1.6vw;
        font-size: 3.73vw;
    }
}

.policy-text p,
.policy-text ul {
    margin-bottom: 24px;
    line-height: 1.5;
}

.policy-text p li,
.policy-text ul li {
    padding-left: 1em;
    text-indent: -1em;
}

@media screen and (max-width: 767px) {
    .policy-text p,
    .policy-text li {
        font-size: 3.73vw;
    }
}

.policy-text ul.border {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 12px 0;
    margin: 12px 0 18px;
    font-weight: 700;
}

.policy-text ul.kojin {
    margin-bottom: 20px;
}

.policy-text p.nomargin {
    margin-bottom: 0;
}

.policy-info {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .policy-info {
        font-size: 3.73vw;
    }
}

.policy-info h3 {
    font-size: 2rem;
    line-height: 44px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .policy-info h3 {
        font-size: 3.2vw;
        line-height: 8vw;
        margin-bottom: 2.67vw;
    }
}

@media screen and (max-width: 767px) {
    .policy-info h3+p {
        line-height: 1.7;
    }
}

.policy-info h1 {
    line-height: 1;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 16px 0 5px;
}

@media screen and (max-width: 767px) {
    .policy-info h1 {
        font-size: 4.8vw;
        margin: 4.27vw 0 1.33vw;
    }
}

.policy-info .address {
    font-size: 1.8rem;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .policy-info .address {
        font-size: 4.27vw;
    }
}