* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-size: 10px;
    background: #fff;
}
body {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "游ゴシック",YuGothic,YuGothicM,"Yu Gothic",メイリオ,Meiryo,sans-serif;
    position: relative;
    color: #111111;
    z-index: 0;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.5px;
}
@media all and (-ms-high-contrast:none) {
    body {
        font-family: "游ゴシック",YuGothic,YuGothicM,"Yu Gothic",メイリオ,Meiryo,sans-serif;
        font-weight: 300;
    }
}
a, p, h1, h2 ,h2 ,h3, h5, h6, li, dt, dd, th, td, aside, span, small, address, label, button {
    text-decoration: none;
    font-size: 1.25rem;
    line-height: 2.3rem;
    color: #111111;
    cursor:-moz-text;
    cursor:-webkit-text;
    cursor: text;
}

a, a > img, h1 > img {
    cursor:-moz-pointer;
    cursor:-webkit-pointer;
    cursor: pointer;
}
a, p, span, aside, small, address {
    display: inline-block;
}
ul, li, ol {
    list-style: none;
}
img {
    display: block;
    width: 100%;
    height: auto;
    cursor:-moz-default;
    cursor:-webkit-default;
    cursor: default;
}

/* HEADER */
header {
    display: flex;
    justify-content: space-between;
    align-items: center !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
.logo {
    display: block;
    height: 50px;
    width: auto;
    margin: 10px 0 10px 20px;
}
.logo img {
    width: auto;
    height: 38px;
}

/* OTHER */
section {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 60px;
}
.section-inner {
    max-width: 768px;
    margin: auto;
}

/* terms POLICY */
.terms {
    text-align: left;
    padding-bottom: 20px;
    letter-spacing: 0px;
    font-size: 1.1rem;
}
.terms h2{
    font-weight: bold;
    font-size: 29px;
    margin-top: 100px;
    padding-bottom: 40px;
}
.terms h3{
    font-size: 19px;
    padding:25px 0 10px 0;
    font-weight: bold;
}



/* FOOTER */
footer {
    font-family:sawarabi-mincho,-apple-system, BlinkMacSystemFont,"Hiragino Sans","Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif; ;
    width: 100%;
    text-align: center;
    background: #fff;
}
footer .pageTop {
    display: block;
    width: 20%;
    max-width: 80px;
    margin: 50px auto;
}
footer small {
    font-size: 1rem;;
    line-height: 2.5rem;
}

