/* base */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-weight: 400;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}

body,
input,
label,
select,
option,
textarea,
button,
fieldset,
legend,
td,
th,
caption,
div,
span,
a {
    font-weight: 400;
    font-family: "Microsoft YaHei", "PingFang SC", Helvetica, Arial, sans-serif, '楷体';
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400;
}

a,
button {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border: none;
    display: inline-block;
}

a {
    vertical-align: top
}

img {
    border: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
}


ol,
ul,
li {
    list-style: none;
}


button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    outline: none;
    resize: none;
}

button input::-webkit-outer-spin-button,
button::-webkit-inner-spin-button,
input input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
select input::-webkit-outer-spin-button,
select::-webkit-inner-spin-button,
textarea input::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

button::-webkit-search-cancel-button,
input::-webkit-search-cancel-button,
select::-webkit-search-cancel-button,
textarea::-webkit-search-cancel-button {
    display: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    font: 100%;
}

img,
input,
object,
textarea,
video {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block;
}

/* base */

/* ----------------------------------------------------
Reset
---------------------------------------------------- */

main,
article,
section,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
table,
th,
td,
img,
p,
header,
figure,
figcaption,
aside,
a,
span {
    box-sizing: border-box;
}

/* ----------------------------------------------------
common
---------------------------------------------------- */
body {
    font-family: 'Microsoft YaHei', Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    background: #fff;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 1.5px;
    min-height: 100vh;
    overflow-x: hidden;
}

a {
    color: #000;
}

main {
    min-height: 90.3vh;
}

.container {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto 4em;
    padding: 0 1.5em;
}

/* ----------------------------------------------------
header & footer
---------------------------------------------------- */
header {
    width: 100%;
    margin: 0 auto 12px;
    padding: 8px;
    background: #333;
    color: #FFF;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 0;
    font-weight: bold;
}

header>h1 {
    font-size: 1.2rem;
    padding: 0;
    margin: 0 auto;
    font-weight: bold;
}

footer {
    width: 100%;
    background: #000;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
}

footer img {
    width: 100%;
    max-width: 320px;
}

footer p {
    font-size: 12px;
}

/* ----------------------------------------------------
main
---------------------------------------------------- */
.wrap,
.bylaws {
    margin-bottom: 2em;
}

.wrap ol {
    width: 100%;
    padding: 0 8px 0 22px;
}

.wrap h2,
.wrap h3,
.wrap h4,
.bylaws h4 {
    font-weight: bold;
    margin: 0;
}

.wrap h2 {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 8px;
}

.wrap h2 {
    margin: 15px 0;
    font-size: 14px;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0;
}

.wrap h3 {
    font-size: 1.17em;
    font-weight: bold;
    margin: 10px 0;
    color: #022d12;
}

.wrap dl dt {
    font-weight: bold;
    color: #022d12;
}

.wrap dl dt::before {
    content: "※";
}

.wrap dl dd {
    margin: 0 0 1em 0;
}

.wrap ul,
.bylaws ul {
    width: 100%;
    padding: 0 8px 0;
    margin: 1em 0;
}

.wrap ul li {
    /* list-style: katakana; */
    margin: 0 0 0 1.5em;
}

.wrap a {
    color: blue;
}

.wrap a:hover {
    text-decoration: underline;
    color: red;
}

.bylaws ul li {
    list-style: disc;
    margin: 0 0 0 1.5em;
}

.dataContainer {
    width: 100%;
    max-width: 414px;
    padding: 0;
    margin: 0 auto 1em;
}

@media screen and (min-width:701px) {
    .show1014 {
        display: none;
    }
}

@media screen and (max-width:700px) {
    .show1014 {
        display: block;
        border: #8e2b9f solid 1px;
        background: #c581d1;
        margin-bottom: 1em;
        padding: 4px;
        font-weight: bold;
        color: #fff;
    }
}

@media screen and (max-width:700px) {
    .responsiveTable {
        width: 100%;
        overflow-y: hidden;
        margin-bottom: 14px;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .responsiveTable::-webkit-scrollbar {
        width: 5px;
        background: #c581d1;
    }

    .responsiveTable::-webkit-scrollbar-thumb:horizontal {
        background: #8e2b9f;
        border-radius: 2px;
    }

    .responsiveTable>table>tbody>tr>td,
    .responsiveTable>table>tbody>tr>th,
    .responsiveTable>table>tfoot>tr>td,
    .responsiveTable>table>tfoot>tr>th,
    .responsiveTable>table>thead>tr>td,
    .responsiveTable>table>thead>tr>th {
        white-space: nowrap
    }
}

.wrap table {
    width: 100%;
    font-size: 12px;
    line-height: 1.4;
}

.wrap table td {
    border: 1px solid #000;
}

.wrap table th {
    background: #333;
    color: #fff;
    border: 1px solid #000;
}

.wrap table th,
.wrap table td {
    padding: 2px 4px;
}

.wrap table td {
    text-align: center;
}

.dataWrap {
    padding: 0 8px;
}

.dataWrap li {
    margin-bottom: 1em;
}

.dataWrap h3 {
    border-left: 4px solid #8e2b9f;
    padding-left: 1em;
    margin-top: 2em;
}

.dataWrap dl {
    border-bottom: 1px dotted #bbb;
    margin: 0 0 8px;
    padding: 0 0 4px;
}

.dataWrap dt,
.dataWrap dd {
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.dataWrap dt {
    font-weight: bold;
}

.dataWrap dd {
    margin-left: 1em;
}

/* -----teppen only------------------------- */
.us h2,
.uk h2,
.it h2,
.fr h2,
.es h2,
.de h2,
.canada h2,
.jp h2,
.ko h2,
.zh-cn h2,
.zh-tw h2 {
    margin-top: 1.5em;
}

.privacyLink {
    word-wrap: break-word;
}

/*------------------------------------------*/