@charset "UTF-8";

/* ================================================
Terms / Privacy Policy / Disclaimer / Disclosure
================================================ */
#main_Wrap {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

/* ------------------------------------------------
terms area
------------------------------------------------ */
.terms_Area {
    margin-top: 40px;
}
.terms_Area .date {
    font-size: 1.4rem;
    color: var(--gray2);
    margin-bottom: 30px;
}
.terms_Box {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}
.terms_Box:last-child {
    border-bottom: none;
}
.terms_Box h3 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--basic);
    margin-bottom: 15px;
    line-height: 1.4;
}
.terms_Box .txt {
    font-size: 1.6rem;
    color: var(--sub);
    line-height: 1.8;
    margin-bottom: 15px;
}
.terms_Box .txt:last-child {
    margin-bottom: 0;
}
.terms_Box .txt a {
    color: var(--blue);
    text-decoration: underline;
}
.terms_Box .txt a:hover {
    opacity: 0.7;
}
.terms_Box .txt span {
    font-weight: 600;
    color: var(--basic);
}

/* ------------------------------------------------
table (Privacy Policy - Overseas Disclosure)
------------------------------------------------ */
.terms_Box table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 1.6rem;
}
.terms_Box table th,
.terms_Box table td {
    border: 1px solid #ddd;
    padding: 12px 15px;
    text-align: left;
    color: var(--basic);
}
.terms_Box table th {
    background: var(--gray);
    font-weight: 600;
}
.terms_Box table tr:nth-child(even) td {
    background: #fafafa;
}

/* =======================================================================
SP(~768px)
======================================================================= */
@media screen and (max-width: 768px) {
    .terms_Area {
        width: 90%;
        margin: 20px auto 0;
    }
    .terms_Area .date {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }
    .terms_Box {
        padding: 20px 0;
    }
    .terms_Box h3 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    .terms_Box .txt {
        font-size: 1.5rem;
        line-height: 1.7;
    }
    .terms_Box table {
        font-size: 1.4rem;
    }
    .terms_Box table th,
    .terms_Box table td {
        padding: 8px 10px;
    }
}
