@charset "UTF-8";

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,
input,
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,
main {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Arial;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    line-height: 1.6;
    color: #383E45;
    word-wrap: break-word;
    box-sizing: border-box
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-size: 62.5%
}

ol,
ul {
    list-style: none
}

a {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    font-size: 1.4rem
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::selection {
    background-color: #d7d7d7;
    color: #414141
}

input[type="submit"],
input[type="button"] {
    -webkit-box-sizing: border-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
    outline-offset: -2px
}

input,
select {
    -webkit-appearance: none;
    appearance: none
}

:focus-visible {
    outline: 2px solid #000;
    outline-offset: 3px
}








.sp-only {
    display: none
}

@media screen and (max-width:960px) {
    .sp-only {
        display: block
    }
}

.pc-only {
    display: block
}

@media screen and (max-width:960px) {
    .pc-only {
        display: none !important
    }
}

@media(hover:hover)and(pointer:fine) {
    a:hover {
        opacity: .75
    }
}