@charset "UTF-8";

/* ----------------------------------
 プライバシーポリシー
---------------------------------- */
.sec_terms * {
    /* font-family: var(--font-family-sans); */
    font-size: 1.6rem;
    font-weight: 400;
}
.sec_terms {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    padding: 0 0 80px;
    background-color: #F7F0EB;
}
.sec_terms .low_mainttl h2 {
    font-size: 3rem;
    text-align: center;
    padding: 1.1em 0 0.8em;
    margin-bottom: 0;
}
.sec_terms .mainContent {
    max-width: 1100px;
    margin: 40px auto 0;
    padding: 0 50px;
}
.sec_terms .terms-intro {
    background-color: #fff;
    padding: 1em 1.2em;
    margin-bottom: 55px;
}
.sec_terms .terms-intro p {
    line-height: 1.8;
}
.sec_terms .mainContent h3 {
    font-size: 2rem;
    position: relative;
    padding-bottom: 0.8em;
    margin-bottom: 1.2em;
}
.sec_terms .mainContent h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #C2C0BF;
    z-index: 1;
}
.sec_terms .mainContent h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #686260;
    z-index: 2;
}
.sec_terms .terms-content:not(:last-child) {
    margin-bottom: 60px;
}
.sec_terms .terms-content > * {
    line-height: 1.8;
    font-weight: 400;
}
.sec_terms .terms-content > *:not(:last-child) {
    margin-bottom: 1.5rem;
}
.sec_terms .terms-content h4 {
    color: var(--text-color);
}
.sec_terms .terms-content .list_dot {
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
}
.sec_terms .terms-content .list_dot li {
    margin-bottom: 0.3em;
    padding-left: 1.3em;
    position: relative;
}
.sec_terms .terms-content .list_dot li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}
.sec_terms .terms-content a {
    color: var(--main-color);
    text-decoration: underline;
    text-underline-offset: 4px;
}
.sec_terms .terms-content .maxW98 {
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.sec_terms .ios-noEvent a {
    pointer-events: none;
    color: var(--text-color);
    text-decoration: none;
}

@media screen and (max-width: 959px) {
    .sec_terms * {
        font-size: 1.3rem;
    }
    .sec_terms .terms-intro {
        margin-bottom: 4.5rem;
    }
    .sec_terms .mainContent {
        padding: 0 var(--inline-padding);
        margin: 1rem auto 0;
    }
    .sec_terms .low_mainttl h2 {
        font-size: 2rem;
        margin-bottom: 0;
    }
    .sec_terms .mainContent h3 {
        font-size: 1.5rem;
    }
    .sec_terms .terms-content:not(:last-child) {
        margin-bottom: 4rem;
    }
}
