html {
    font-size: 10px;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
    margin: 0;
    padding: 0;
}
body, input, textarea, select, button, table {
    outline:  none !important;
}
html, body {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
}
body {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
html, body, code, kbd, pre, samp {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #222;
}
*:not(input):not(textarea) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div {
    display: block;
}
main {
    display: block;
}
b, strong {
    font-weight: bolder;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h1 {
    font-size: 2em;
    font-weight: bold;
}
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
}
a {
    color: #222;
    text-decoration: none;
    background-color: transparent;
}
/* ul, ol, dl {
    list-style: none;
} */
.wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 320px;
}
.container {
    overflow-x: hidden;
    display: -webkit-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 20px 28px 80px;
    padding: 20px calc(28px + env(safe-area-inset-left)) calc(80px + env(safe-area-inset-bottom)) calc(28px + env(safe-area-inset-right));
    padding: 20px calc(28px + constant(safe-area-inset-left)) calc(80px + constant(safe-area-inset-bottom)) calc(28px + constant(safe-area-inset-right));
}
.container--cm6 {
    padding: 20px 28px 60px;
    padding: 20px calc(28px + env(safe-area-inset-left)) calc(60px + env(safe-area-inset-bottom)) calc(28px + env(safe-area-inset-right));
    padding: 20px calc(28px + constant(safe-area-inset-left)) calc(60px + constant(safe-area-inset-bottom)) calc(28px + constant(safe-area-inset-right));
}
.terms__detail {
    font-size: 1.4rem;
    font-weight: 400;
    color: #97999e;
}
.terms__detail a {
    color: #24C875;
}
.terms__detail__cms_h1, .terms__detail__cms_h2, .terms__detail__cms_h3 {
    margin: 20px 0 12px;
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: #222;
}
.terms__detail__cms_h1 {
    font-weight: 700;
}
.terms__detail ol, .terms__detail ul {
    padding: 0 28px;
}
.terms__detail ol {
    list-style-type: decimal;
}

.terms__detail table {
    margin: 20px 0;
    border-collapse: collapse;
    border-bottom: 1px solid #e9eaef;
}

.terms__detail table th,
.terms__detail table td {
    border: 1px solid #e9eaef;
    border-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: 400;
    text-align: left;
    color: #97999e;
}

.terms__detail table th {
    padding: 13px 16px;
    background-color: #eeeff4;
}

.terms__detail table td {
    padding: 17px 15px;
}

.faq-lst__detail table, .notice-detail table {
    margin: 20px 0;
    border-collapse: collapse;
    border-bottom: 1px solid #e9eaef;
}

.faq-lst__detail table th,
.faq-lst__detail table td, .notice-detail table th,
.notice-detail table td {
    border: 1px solid #e9eaef;
    border-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: 400;
    text-align: left;
    color: #97999e;
}

.faq-lst__detail table th, .notice-detail table th {
    padding: 13px 16px;
    background-color: #eeeff4;
}

.faq-lst__detail table td, .notice-detail table td {
    padding: 17px 15px;
}
