@charset "UTF-8";

* {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

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,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: "Noto Sans JP";
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

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;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}


.w-100px{
    width: 100px;
}
.w-200px{
    width: 100px;
}

.w-300px{
    width: 100px;
}

.w-35{
    width: 35%!important;
}

.w-65{
    width: 65%!important;
}

.h-100px{
    height: 100px;
}
.h-200px{
    height: 100px;
}

.h-300px{
    height: 100px;
}

.top-0{
    top: 0;
}
.top-50{
    top: 50%;
}
.top-100{
    top: 100%;
}


@media only screen and (min-width: 576px) {
    .w-sm-auto{
        width: auto!important;
    }
    .w-sm-100{
        width: 100%!important;
    }    
    .w-sm-75{
        width: 75%!important;
    }    
    .w-sm-65{
        width: 65%!important;
    }    
    .w-sm-50{
        width: 50%!important;
    }    
    .w-sm-35{
        width: 35%!important;
    }    
    .w-sm-25{
        width: 25%!important;
    }
    .position-sm-absolute{
        position: absolute!important;
    }
    .position-sm-relative{
        position: relative!important;
    }
}

@media only screen and (max-width: 767px) {
    .pc_only{
        display: none!important;
    }
}

@media only screen and (min-width: 768px) {
    .sp_only{
        display: none!important;
    }
    
    .w-md-auto{
        width: auto!important;
    }
    .w-md-100{
        width: 100%!important;
    }    
    .w-md-75{
        width: 75%!important;
    }    
    .w-md-65{
        width: 65%!important;
    }    
    .w-md-50{
        width: 50%!important;
    }    
    .w-md-35{
        width: 35%!important;
    }    
    .w-md-25{
        width: 25%!important;
    }
    .position-md-absolute{
        position: absolute!important;
    }
    .position-md-relative{
        position: relative!important;
    }
}

@media only screen and (min-width: 992px) {
    .w-lg-auto{
        width: auto!important;
    }
    .w-lg-100{
        width: 100%!important;
    }    
    .w-lg-75{
        width: 75%!important;
    }    
    .w-lg-65{
        width: 65%!important;
    }    
    .w-lg-50{
        width: 50%!important;
    }  
    .w-lg-35{
        width: 35%!important;
    }    
    .w-lg-25{
        width: 25%!important;
    }    
    .position-lg-absolute{
        position: absolute!important;
    }
    .position-lg-relative{
        position: relative!important;
    }
}





