@charset "utf-8";
/* common style */
.privacyText {
    font-size: 1.5rem;
    line-height: 1.7;
}
.privacyTextList {
    font-size: 1.5rem;
    line-height: 1.7;
}
.privacySubBox__child > .privacySubBox__childTitle,
.privacyText + .privacySubBox__childTitle,
.privacyTextList + .privacySubBox__childTitle {
    margin-top: 15px;
}
.privacyTextList li {
    position: relative;
    /* padding-left:1.2em; */
    padding-left: 2em;
    text-indent: -2em;
}
/* .privacyTextList li::before {
    content: '・';
    position: absolute;
    top:0;
    left:0;
} */
.privacyText strong {
    font-weight: 700;
}
.privacyCaution {
    color: #e30000;
}
.privacyLink {
    color: #0096ff;
    border-bottom: solid 1px #0096ff;
}
@media screen and (max-width: 600px) {
    .privacyText {
        font-size: 1.4rem;
        line-height: 1.7;
    }
    .privacyTextList {
        font-size: 1.4rem;
        line-height: 1.7;
    }
}
/* privacyTable */
.privacyTableWrapper {
    overflow-x: scroll;
}
.privacyTable {
    min-width: 900px;
    margin-top: 30px;
    border-collapse: collapse;
}
.privacyTable th {
    background: #f5f5f5;
    font-weight: 700;
    padding: 20px 0;
    line-height: 1.5;
}
.privacyTable td {
    padding: 15px 18px;
    line-height: 1.7;
    background: #fff;
}
.privacyTable th,
.privacyTable td {
    border: 1px solid #e5ebef;
}
.privacyTable tr th:nth-of-type(1),
.privacyTable tr td:nth-of-type(1) {
    width: 28%;
}
.privacyTable tr th:nth-of-type(2),
.privacyTable tr td:nth-of-type(2) {
    width: 55%;
}
.privacyTable tr th:nth-of-type(3),
.privacyTable tr td:nth-of-type(3) {
    width: 17%;
}
.privacyTable tr td:nth-of-type(3) {
    text-align: center;
}
/* privacy */
.privacy {
}
.privacy__title {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 40px;
}
/* privacySubBox */
.privacySubBox {
    margin-bottom: 30px;
}
.privacySubBox > .privacyText {
    margin-bottom: 30px;
}
.privacySubBox__title {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
}
.privacySubBox__child {
    margin-bottom: 20px;
}
.privacySubBox__childTitle {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.privacySubBox__childTitle .title-no {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
}
.privacyScrollArea {
    overflow-y: scroll;
    height: 520px;
    padding: 10px 1%;
}
.privacyScrollArea::-webkit-scrollbar {
    width: 20px;
    background: #e5ebef;
}
.privacyScrollArea::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}
/* privacyAgree */
.privacyAgree {
    background: #f5f5f5;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    padding: 15px 0;
    margin-top: 30px;
}
.privacyAgree label{
    font-weight: 700;
}
.privacyAgree label a {
    text-decoration: underline;
    color: #0096ff;
}
.privacyAgree__check {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
}
.privacyAgree label {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
}
.privacyAgree label::before,
.privacyAgree label::after {
    content: "";
    display: block;
    position: absolute;
}
.privacyAgree label::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #333;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
}
.privacyAgree label::after {
    border-bottom: 2px solid #0096ff;
    border-left: 2px solid #0096ff;
    opacity: 0;
    height: 7px;
    width: 13px;
    transform: rotate(-45deg) translateY(-50%);
    top: 10px;
    left: 12px;
}
.privacyAgree input:checked + label::after {
    opacity: 1;
}
.heading-normal {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
    .heading-normal {
        font-size: 1.8rem;
    }
}