@charset "UTF-8";

.s-privacy {
    max-width: 1200px;
    margin-inline: auto;
    padding-bottom: clamp(48px, 30.1714285714px + 4.5714285714vw, 96px);
}

@media print,screen and (min-width: 768px) {
    .s-privacy {
        font-size: 1.6rem
    }
}

.s-privacy__bg {
    display: -ms-grid;
    display: grid;
    grid-gap: 35px 0;
    width: 100%;
    padding: 40px 6%;
    background-color: rgba(255,255,255,0.7);
    -webkit-box-shadow: 0 0 18px rgba(68,72,89,0.1);
    box-shadow: 0 0 18px rgba(68,72,89,0.1)
}

@media print,screen and (min-width: 768px) {
    .s-privacy__bg {
        grid-gap:40px 0;
        padding: 60px 5%;
        font-size: 1.6rem
    }
}

.s-privacy__header dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto)[2];
    grid-template-columns: repeat(2,auto);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.s-privacy__header dd,.s-privacy__header dt {
    line-height: 1.5
}

.s-privacy__body {
    display: -ms-grid;
    display: grid;
    grid-gap: 35px 0;
    line-height: 1.6
}

@media print,screen and (min-width: 768px) {
    .s-privacy__body {
        line-height:1.7
    }
}

.s-privacy__body .__block {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px 0
}

.s-privacy__body .__ttl {
    font-size: 1.8rem;
    font-weight: 700
}

@media print,screen and (min-width: 768px) {
    .s-privacy__body .__ttl {
        font-size:2rem
    }
}

.s-privacy__body .__txt {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px 0
}

.s-privacy__footer {
    line-height: 1.6;
    text-align: center
}

@media print,screen and (min-width: 768px) {
    .s-privacy__footer {
        line-height:1.7
    }
}

.s-privacy__footer .__ttl {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 700
}

@media print,screen and (min-width: 768px) {
    .s-privacy__footer .__ttl {
        font-size:2rem
    }
}

.s-privacy__footer .__txt {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px 0
}

.s-privacy__footer .__txt dl {
    display: -ms-grid;
    display: grid;
    grid-gap: 2px 0
}

@media print,screen and (min-width: 768px) {
    .s-privacy__footer .__txt dl {
        grid-gap:5px 0
    }
}

.s-privacy__footer .__txt dt {
    font-weight: 700
}

.s-privacy__footer .__txt a {
    color: #999999
}

@media print,screen and (min-width: 768px) {
    .s-privacy__footer .__txt a:hover {
        text-decoration:underline
    }
}