@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, img, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, img, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    font-size: 10px;
    height: 100%;
}

@media only screen and (min-width: 480px) {
    html {
        font-size: 16px;
    }
}

body {
    height: 100%;
    line-height: 1.4;
    color: #000;
    background-color: #fff;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, 'MS PGothic', arial, helvetica, sans-serif;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    margin: 0;
    padding: 0;
}

div {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a {
    color: #78b0fc;
}

a:hover {
    color: #78b0fc;
}

a:visited {
    color: #78b0fc;
}

header {
    height: 60px;
    background-color: #000;
}

header h1 {
    padding-top: 19px;
    display: block;
    width: 162px;
    height: 22px;
    margin: 0 auto;
}

#terms-txt {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 60px;
}

#terms-txt h2 {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin: 2em;
}

/*#terms-txt * {*/
    /*margin: 0 !important;*/
    /*box-sizing: border-box !important;*/
    /*word-break: break-word !important;*/
/*}*/

#terms-txt .list-ind {
    display: table;
    list-style-type: none !important;
}

#terms-txt > .list-ind > .list-ind__item > div {
    padding-top: 20px !important;
}

#terms-txt .mt10 {
    margin-top: 10px !important;
}

#terms-txt .mt15 {
    margin-top: 15px !important;
}

#terms-txt .indent {
    margin-left: 2em !important;
}

#terms-txt .mt20 {
    margin-top: 20px !important;
}

#terms-txt .fwB {
    font-weight: bold !important;
}

#terms-txt .list-ind__item {
    display: table-row;
}

#terms-txt .list-ind__item > div {
    display: table-cell;
}

#terms-txt .list-ind__item > div:first-child {
    font-weight: bold !important;
    width: 1em;
    white-space: nowrap;
    padding-right: 6px;
    text-align: right;
}

#terms-txt .list-ind__item > div > strong {
    display: block;
    font-weight: bold !important;
    margin-bottom: 5px !important;
}

#terms-txt .list-std {
    padding-left: 1.5em !important;
    list-style-type: disc !important;
}

#terms-txt .list-std > li {
    margin-top: 8px !important;
}

#terms-txt > p > a {
    display: block;
    color: #000;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ccc;
    width: 200px;
    margin: 50px auto 0;
    padding: 15px 0;
}

#terms-txt > p > a:hover {
    background: #ccc;
}

footer {
    width: 100%;
    height: 60px;
    text-align: center;
}

footer small {
    display: block;
    border-top: 1px solid #cfcfcf;
    line-height: 60px;
    font-size: 1rem;
}

/*PRIVACY POLICY*/
#gdpr-txt * {margin: 0!important; box-sizing: border-box!important; word-break: break-word!important;}
#gdpr-txt .list-ind {display: table; list-style-type: none!important;}
#gdpr-txt > .list-ind > .list-ind__item > div {padding-top: 20px!important;}
#gdpr-txt .mt10 {margin-top: 20px!important;}
#gdpr-txt .mt20 {margin-top: 20px!important;}
#gdpr-txt .fwB {font-weight: bold!important;}
#gdpr-txt .list-ind__item {display: table-row;}
#gdpr-txt .list-ind__item > div {display: table-cell;}
#gdpr-txt .list-ind__item > div:first-child {font-weight: bold!important; width: 1em; white-space: nowrap; padding-right: 6px; text-align: right;}
#gdpr-txt .list-ind__item > div > strong {display: block; font-weight: bold!important; margin-bottom: 5px!important;}
#gdpr-txt .list-std {padding-left: 1.5em!important; list-style-type: disc!important;}
#gdpr-txt .list-std > li {margin-top: 8px!important;}
#gdpr-txt table {margin: 15px 0!important; border-collapse: collapse; border-spacing: 0;}
#gdpr-txt th, #gdpr-txt td {padding: 0.5em; border-bottom: 1px solid #111; text-align: left;}
#gdpr-txt th {font-weight: bold!important;}
#gdpr-txt td {vertical-align: top!important;}
#gdpr-txt td:first-child {width: 2.5em;}
#gdpr-txt td:nth-child(2), #gdpr-txt td:nth-child(4) {width: 35%;}
#gdpr-txt .about {margin-top: 40px!important; font-style: italic!important;}
#gdpr-txt .ind-default {margin: 16px 0 0 30px!important;}
.email_img {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 480px) {
    img.email_img {
        width: 125px;
    }
}

/*JA*/
.elementInner {
    padding:0 15px;
}
.elementInner h2 {
    text-align:center;
    padding:60px 10px 20px;
}
.elementInner dl {
    margin:0 auto 40px;
    padding:0 10px;
}
.elementInner dt {
    margin-bottom:10px;
    font-size:18px;
    font-weight:bold;
}
.elementInner dt span {
    display:inline-block;
    font-size:26px;
    margin-right:5px;
}
.elementInner dd {
    margin-bottom:10px;
}
.contact {
    margin:0 auto;
    position:relative;
    padding:0 10px 20px;
}
.contact:before {
    position:absolute;
    top:-20px;
    left:0;
    content:'';
    border-bottom:3px solid #000;
    border-radius:3px;
    width:100%;
}
.contact strong {
    font-size:15px;
}

.mb20, .mv20, .ma20 { margin-bottom: 20px !important; }

ul.country_list {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    max-width: 830px;
    margin: 0 auto;
}
ul.country_list::after {
    content: "";
    display: block;
    width: 31%;
}
ul.request-account-deletion {
    max-width: 550px;
}
ul.country_list li {
    border: 2px solid #ccc;
    border-radius: 10px;
    width: 31%;
    margin: 0 0 20px;
    text-align: center;
}
ul.request-account-deletion li {
    width: 48%;
}
ul.country_list li a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    color: #000;
}
@media only screen and (max-width: 768px) {
    ul.country_list {
        width: 100%;
    }
    ul.request-account-deletion {
        width: 100%;
    }
    ul.country_list li {
        width: 48%;
    }
}
@media only screen and (max-width: 480px) {
    ul.country_list li {
        width: 100%;
    }
}

.title_h3 {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: left;
    margin-top: 3em;
    margin-bottom: 1em;
}

.title_h4 {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: left;
    margin-top: 1.8em;
    margin-bottom: 1em;
}

ul.list_mb20 li {
    margin-bottom: 20px;
    text-indent: -3em;
    padding-left: 3em;
}

ul.list_mb20_2 li {
    margin-bottom: 20px;
    text-indent: -1.2em;
    padding-left: 2em;
}

ul.list_mb0 {
    margin-bottom: 20px;
}
ul.list_mb0 li {
    text-indent: -3em;
    padding-left: 3em;
}

ul.list_mb10 li {
    margin-bottom: 10px;
    text-indent: -1.2em;
    padding-left: 2em;
}

p, a ul, li {
    word-wrap: break-word;
}