@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    border: 0;
    /*	outline: 0;*/
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    /* 基本10px */
    -webkit-text-size-adjust: none;
}

body {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 700;
    font-size: 1.4rem;
    color: #000000;
}

img {
    vertical-align: text-bottom;
    -ms-interpolation-mode: bicubic;
}

a {
    text-decoration: none !important;
    color: #000000;
    -webkit-tap-highlight-color: transparent;
}

a:link,
a:visited {
    /* color: #000;*/
}

a:hover,
a:active {
    color: #000;
}

strong {
    font-weight: bold;
}

ol,
ul {
    list-style: none;
}

iframe {
    display: block;
}

caption,
th,
td {
    font-weight: 600;
    vertical-align: top;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

option {
    padding-right: 10px;
}

li {
    list-style: none;
}
