/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    min-width: 0;
}

html {
    line-height: 1.15;

    -webkit-text-size-adjust: 100%;

    -webkit-tap-highlight-color: transparent;

}

body {
    margin: 0;
}

main {
    display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

hr {
    box-sizing: content-box;

    height: 0;

    overflow: visible;

    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

pre {
    font-family: monospace, monospace;

    font-size: inherit;

}

address {
    font-style: inherit;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

abbr[title] {
    text-decoration: underline dotted;

}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;

    font-size: inherit;

}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;

    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;

}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
    cursor: default;
}

:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

option {
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    padding: 0;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;

}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;

    font: inherit;

}

[type="number"] {
    -moz-appearance: textfield;
}

label[for] {
    cursor: pointer;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[contenteditable]:focus {
    outline: auto;
}

table {
    border-color: inherit;

    border-collapse: collapse;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

:root {

    --semantic-brand-primary: #ff9f00;
    --semantic-text-primary: #1e1e1d;
    --semantic-text-secondary: #454444;
    --semantic-text-disabled: #807f7d;
    --semantic-text-disabled-no-bg: #b7b5b3;
    --semantic-border-default: #b7b5b3;
    --semantic-border-disabled: #e0dedc;
    --semantic-surface-primary: #faf8f5;
    --semantic-surface-secondary: #faf2e6;
    --semantic-surface-disabled: #f5f3f0;
    --semantic-text-link: #0d6efd;
    --semantic-danger-text: #e6192a;
    --semantic-danger-text-strong: #98111c;
    --primitive-neutral-150: #ebe9e6;
    --white: #ffffff;

    --text-size-2xs: 10px;
    --text-size-xs: 12px;
    --text-size-sm: 14px;
    --text-size-md: 16px;
    --text-size-lg: 18px;
    --text-size-xl: 20px;
    --text-size-2xl: 24px;
    --text-size-3xl: 28px;
    --text-size-4xl: 32px;
    --text-size-5xl: 40px;
    --text-size-6xl: 48px;
    --text-size-7xl: 56px;

    --radius-none: 0px;
    --radius-xs: 4px;
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-xl: 32px;
    --radius-2xl: 40px;
    --radius-full: 999px;

    --gap-4: 4px;
    --gap-8: 8px;
    --gap-12: 12px;
    --gap-16: 16px;
    --gap-24: 24px;
    --gap-32: 32px;
    --gap-40: 40px;
    --gap-48: 48px;
    --gap-56: 56px;
    --gap-64: 64px;
    --gap-80: 80px;
    --gap-96: 96px;
    --gap-128: 128px;

    --padding-2: 2px;
    --padding-4: 4px;
    --padding-6: 6px;
    --padding-8: 8px;
    --padding-10: 10px;
    --padding-12: 12px;
    --padding-14: 14px;
    --padding-16: 16px;
    --padding-20: 20px;
    --padding-24: 24px;
    --padding-28: 28px;
    --padding-32: 32px;
    --padding-40: 40px;
    --padding-48: 48px;
    --padding-56: 56px;
    --padding-64: 64px;
    --padding-80: 80px;
    --padding-96: 96px;
    --padding-128: 128px;

    --line-height-base: 150%;
    --letter-spacing-base: 4%;

    --weight-regular: 400;
    --weight-medium: 500;
    --weight-bold: 700;
}

.terms {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    background: var(--semantic-surface-primary);
    color: var(--semantic-text-primary);
    line-height: var(--line-height-base);
}

.terms .c-section .inner-block {
    max-width: 960px;
    margin: auto;
    padding: var(--padding-80) var(--padding-16);

    @media only screen and (max-width: 767px) {
        padding: var(--padding-56) var(--padding-16);
    }
}

.terms .c-body__inner {

    @media only screen and (max-width: 767px) {
        font-size: var(--text-size-sm);
    }
}

.terms .c-ttl02--ja {
    margin-bottom: var(--gap-32);
    font-weight: bold;
    text-align: center;

    @media only screen and (max-width: 767px) {
        margin-bottom: var(--gap-16);
    }
}

.terms .c-ttl02--ja .jp {
    font-size: var(--text-size-2xl);

    @media only screen and (max-width: 767px) {
        font-size: var(--text-size-xl);
    }
}

.terms .c-ttl--legal {
    font-size: var(--text-size-lg);
    font-weight: var(--weight-bold);
    padding-block: var(--padding-32) 0;
    border-bottom: solid 1px var(--semantic-text-primary);
    margin-bottom: var(--padding-16);

    @media only screen and (max-width: 767px) {
        font-size: var(--text-size-md);
    }
}

.terms .c-ttl--legal:first-child {
    padding-block: 0;
}

.terms .c-ul {
    list-style: disc;
    padding-left: var(--padding-24);
}

.terms .enclosed-number {
    counter-reset: border-counter;
    list-style: none;
}

.terms .enclosed-number>._list {
    padding-left: var(--padding-24);
    position: relative;

    @media only screen and (max-width: 767px) {
        padding-left: var(--padding-20);
    }
}

.terms .enclosed-number ._list::before {
    position: absolute;
    top: var(--padding-12);
    left: 0;
    letter-spacing: 0;
    transform: translateY(-50%);
    content: counter(border-counter);
    counter-increment: border-counter;
    border: 0.5px solid var(--semantic-text-secondary);
    color: var(--semantic-text-primary);
    line-height: 14px;
    text-align: center;
    height: 18px;
    width: 18px;
    border-radius: var(--radius-full);
    font-size: var(--text-size-sm);

    @media only screen and (max-width: 767px) {
        top: var(--padding-12);
        height: 16px;
        width: 16px;
        line-height: 13px;
    }
}

.terms .legal-sec .enclosed-number ._list::before {
    top: 14px;
    width: 16px;
    height: 16px;
    line-height: 14px;
}

.terms .c-ol--decimal {
    counter-reset: decimal-counter;
    list-style: none;
    padding: 0;
}

.terms .c-ol--decimal>._list {
    padding-left: var(--padding-24);
    position: relative;
    counter-increment: decimal-counter;
}

.terms .c-ol--decimal>._list::before {
    content: counter(decimal-counter) ".";
    position: absolute;
    left: 0;
}

.terms .c-ol--paren {
    counter-reset: paren-counter;
    list-style: none;
    padding: 0;
}

.terms .c-ol--paren>._list {
    padding-left: var(--padding-24);
    position: relative;
    counter-increment: paren-counter;
}

.terms .c-ol--paren>._list::before {
    content: "（" counter(paren-counter) "）";
    position: absolute;
    left: -12px;
}

.terms .c-ol ._list,
.terms .c-ul ._list {
    margin-bottom: var(--padding-8);
    letter-spacing: -1px;
}

.terms .c-ul ._list {
    font-weight: var(--weight-regular);
}

.terms .enclosed-number .c-ul ._list::before {
    display: none;
}

.terms .c-footer-text {
    margin-top: var(--gap-40);
}

.terms .c-text {
    letter-spacing: -1px;
}

.terms .c-text-mb {
    margin-bottom: var(--padding-16);
}

.terms .c-text-mt {
    margin-top: var(--padding-16);
}
