body.compensate-for-scrollbar {
    overflow: hidden
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin        : 0;
    padding       : 0;
    border        : 0;
    font          : inherit;
    font-size     : 100%;
    vertical-align: baseline
}

html {
    line-height: 1;
    font-size: 62.5%;
}

  @media screen and (min-width: 1024px) {

    html {
        font-size: calc(100vw / 1024 * 10);
    }
  }

  @media screen and (max-width: 768px) {

    html {
        font-size: calc(100vw / 768 * 10);
    }
  }

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing : 0
}

caption,
td,
th {
    text-align    : left;
    font-weight   : 400;
    vertical-align: middle
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

a img {
    border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

html {
    -ms-touch-action: manipulation;
    touch-action    : manipulation
}

body {
    -webkit-text-size-adjust: 100%;
    font-family             : noto-sans-cjk-jp, Helvetica Neue, Helvetica, Arial, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, 游ゴシック, sans-serif;
    color: #fff;
    background-color: #000
}

#container {
    z-index  : 100;
    overflow : hidden;
    max-width: 1680px;
    font-size: 22px;
}

@media screen and (max-width:750px) {
    #container {
        font-size: 16px;
    }
}

#container,
.wrapper {
    position: relative;
    margin  : 0 auto;
}

.wrapper {
    width: 95%;
    max-width: 1024px;
    line-height: 1.8;
}

.disp-none {
    display: none
}

.clearfix:after {
    content   : " ";
    display   : block;
    height    : 0;
    font-size : 0;
    clear     : both;
    visibility: hidden
}

button {
    background-color  : transparent;
    border            : none;
    cursor            : pointer;
    outline           : none;
    padding           : 0;
    -webkit-appearance: none;
    -moz-appearance   : none;
    appearance        : none
}

.v-pc {
    display: block
}

.v-sp {
    display: none
}

section {
    position: relative
}

footer {
    position        : relative;
    width           : 100%;
    background-color: #000;
    color           : #fff;
    text-align      : center;
    padding-bottom  : 25px;
    z-index         : 100
}

footer a {
    display: inline-block
}

footer .sns-box {
    border-top   : 1px solid #069eff;
    border-bottom: 1px solid #069eff
}

footer .sns-box .wrapper {
    display         : -webkit-box;
    display         : -ms-flexbox;
    display         : flex;
    -webkit-box-pack: justify;
    -ms-flex-pack   : justify;
    justify-content : space-between
}

footer .sns-box .footer-sns {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    position         : relative;
    padding          : 8px 0
}

footer .sns-box .footer-sns li {
    margin: 0 15px
}

footer .sns-box .btn-to-top {
    vertical-align: top
}

footer .footer-wrapper {
    width : 640px;
    margin: 0 auto
}

footer .footer-logos {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-pack : justify;
    -ms-flex-pack    : justify;
    justify-content  : space-between;
    margin           : 50px auto 25px;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    width            : 600px;
}

footer p {
    color      : #fff;
    font-size  : 15px;
    text-align : center;
    line-height: 1.6;
}

@media screen and (max-width:750px) {
    footer {
        position        : relative;
        width           : 100%;
        background-color: #000;
        color           : #fff;
        text-align      : center;
        padding-bottom  : 25px;
        z-index         : 100;
    }
    
    footer a {
        display: inline-block
    }
    
    footer .sns-box {
        border-top   : 1px solid #069eff;
        border-bottom: 1px solid #069eff
    }
    
    footer .sns-box .wrapper {
        display         : -webkit-box;
        display         : -ms-flexbox;
        display         : flex;
        -webkit-box-pack: justify;
        -ms-flex-pack   : justify;
        justify-content : space-between
    }
    
    footer .sns-box .footer-sns {
        display          : -webkit-box;
        display          : -ms-flexbox;
        display          : flex;
        -webkit-box-align: center;
        -ms-flex-align   : center;
        align-items      : center;
        position         : relative;
        padding          : 8px 0;
        margin-left      : 20px
    }
    
    footer .sns-box .footer-sns .sns-label {
        margin-right: 16px
    }
    
    footer .sns-box .footer-sns li {
        margin: 0 10px
    }
    
    footer .btn-to-top {
        vertical-align: top;
        margin-right  : 20px
    }
    
    footer .footer-logos {
        display          : -webkit-box;
        display          : -ms-flexbox;
        display          : flex;
        -webkit-box-pack : center;
        -ms-flex-pack    : center;
        justify-content  : center;
        -ms-flex-wrap    : wrap;
        flex-wrap        : wrap;
        margin-top       : 50px;
        -webkit-box-align: center;
        -ms-flex-align   : center;
        align-items      : center;
        width: auto;
    }
    
    footer .footer-logos li {
        margin: 0 15px 40px
    }
    
    footer p {
        color      : #fff;
        text-align : center;
        line-height: 1.6;
        padding    : 0 20px
    }
}

.spec {
    text-align    : center;
    color         : #fff;
    line-height   : 1.6;
    padding-bottom: 50px
}

.spec .spec-title {
    margin: 22px 0 0 -30px
}

.spec ul {
    font-size: 16px;
    margin    : 30px 0 0 190px;
    text-align: left;
    position  : relative
}

.spec ul li {
    margin-bottom: 3px
}

.spec ul li span:first-child {
    text-align      : center;
    display         : inline-block;
    width           : 100px;
    margin-right    : 10px;
    background-color: #09f
}

.spec ul li span:nth-child(2) {
    display: inline-block;
    width: 400px;
}

.spec ul .cero {
    position: absolute;
    left    : 600px;
    bottom  : -10px
}

@media screen and (max-width:750px) {
    .spec {
        color         : #fff;
        font-size     : 16px;
        line-height   : 1.6;
        padding-bottom: 50px
    }
    
    .spec ul {
        margin  : 30px 0 0 20px;
        position: relative
    }
    
    .spec ul li {
        margin-bottom: 3px
    }
    
    .spec ul li span:first-child {
        text-align      : center;
        display         : inline-block;
        width           : 100px;
        margin-right    : 10px;
        background-color: #09f;
        vertical-align  : top
    }
    
    .spec ul li span:nth-child(2) {
        display: inline-block;
        width  : 400px
    }
    
    .spec ul .cero {
        position: absolute;
        left    : 553px;
        bottom  : -6px
    }
}

h1.Title {
    max-width: 1024px;
    text-align:left;
    margin: 0 auto;
    padding: 3%;
}

    h1.Title img {
        width: 150px;
    }

.guideTitle {
    font-size: 40px;
    margin-bottom: 6%;
    line-height: 1.2;
}

@media screen and (max-width:750px) {
    .guideTitle {
        font-size: 25px;
    }
}

.conTitle {
    margin-top: 3%;
}

    .conTitle:first-child {
        margin-top: 0;
    }

.about {
    margin: 6% auto;
}

    .about .important {
        width: 70%;
        max-width: 980px;
        margin: 5% auto;
        padding: 3%;
        background: darkred;
    }

    @media screen and (max-width:750px) {

        .about .important {
            width: 90%;
        }

    }



.guideline {
    padding: 3%;
    border: 1px solid #fff;
}

    .guideline p {
        margin-bottom: 1%;
    }

    .guideline ul {
        width: 95%;
        margin: 0 auto;
    }

.guide-labels {
    margin: 3% auto;
}

.att {
    padding-left: 1em;
    text-indent: -1em;
  }

.mb3 {margin-bottom: 3%;}

.siteBtn {
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    width: 80%;
    max-width: 280px;
    margin: 0 auto;
    padding: 20px 2%;
    font-size: 25px;
    color: #000 !important;
    text-decoration: none;
}

@media screen and (max-width:750px) {

    .siteBtn {
        font-size: 16px;
        max-width: 224px;
    }

}

.siteBtn:after {
    transform: skewX(-45deg);
    content: "";
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: -1;
    background-color:#069eff;
}

    .siteBtn a:visited {  
        color: #fff !important;
    }




