@charset "UTF-8";
/*law*/
.law_wrap {
    padding: 0 0 140px;
}
.law_table {
    width: 100%;
}
.law_table th {
    background: #f5f5f5;
    width: 25%;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    border: solid 1px #ccc;
}
.law_table td {
    font-size: 14px;
    padding: 1.2rem 2rem;
    border: solid 1px #ccc;
}
.law_table a {
    text-decoration: underline;
	text-underline-offset: 2px;
}
/*privacy*/
.privacy_wrap {
    padding: 0 0 140px;
}
.privacy_read {
    margin-bottom: 80px;
}
.privacy_read .txt,
.privacy_box .txt {
    font-size: 16px;
}
.privacy_box {
    margin-bottom: 60px;
}
.privacy_mds {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.privacy_box .lst {
    margin-top: 20px;
    font-size: 14px;
}
.privacy_box .lst li {
    margin-top: .4em;
}
.privacy_box a {
    text-decoration: underline;
	text-underline-offset: 2px;
}
.privacy_box .lst.is-ver2>li {
    position: relative;
    padding-left: 3em;
}
.privacy_box .lst.is-ver2>li>span {
    position: absolute;
    left: 0;
    top: 0;
}
.privacy_box .lst .lst {
    margin: 0 0 20px;
}
/*terms*/
.terms_wrap {
    padding: 0 0 140px;
}
.terms_read {
    margin-bottom: 80px;
}
.terms_read .txt,
.terms_box .txt {
    font-size: 16px;
}
.terms_box {
    margin-bottom: 80px;
}
.terms_chapter {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 40px;
}
.terms_article {
    margin-bottom: 40px;
}
.terms_mds {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.terms_article .lst {
    margin-top: 20px;
    font-size: 14px;
}
.terms_article .lst li {
    margin-top: .4em;
    position: relative;
    padding-left: 2em;
}
.terms_box .lst li span {
    position: absolute;
    left: 0;
    top: 0;
}
.terms_box a {
    text-decoration: underline;
	text-underline-offset: 2px;
}
.terms_box .lst.is-ver2>li {
    padding-left: 4em;
}
.terms_box .lst .lst {
    margin: 0 0 20px;
}
@media (min-width: 768px) {
    .law_table a:hover {
        text-decoration: none;
        color: #8A10A0;
    }
    .privacy_box a:hover {
        text-decoration: none;
        color: #8A10A0;
    }
}
@media only screen and (max-width: 768px) {
    /*law*/
    .law_wrap {
        padding: 0 20px 60px;
    }
    .law_table {
        width: 100%;
    }
    .law_table th {
        width: 30%;
        font-size: 13px;
    }
    .law_table td {
        font-size: 12px;
        padding: .8rem 1rem;
    }
    /*privacy*/
    .privacy_wrap {
        padding: 0 20px 60px;
    }
    .privacy_read {
        margin-bottom: 40px;
    }
    .privacy_read .txt,
    .privacy_box .txt {
        font-size: 12px;
    }
    .privacy_box {
        margin-bottom: 40px;
    }
    .privacy_mds {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .privacy_box .lst {
        margin-top: 10px;
        font-size: 12px;
    }
    .privacy_box .lst .lst {
        margin: 0 0 10px;
    }
    /*terms*/
    .terms_wrap {
        padding: 0 20px 60px;
    }
    .terms_read {
        margin-bottom: 40px;
    }
    .terms_read .txt,
    .terms_box .txt {
        font-size: 12px;
    }
    .terms_box {
        margin-bottom: 40px;
    }
    .terms_chapter {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .terms_article {
        margin-bottom: 20px;
    }
    .terms_mds {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .terms_article .lst {
        margin-top: 10px;
        font-size: 12px;
    }
    .terms_box .lst .lst {
        margin: 0 0 10px;
    }
}