@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box;
}


html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    color: #333;
    font-size: 10px;
    line-height: 1.5em;
    letter-spacing: 0;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Futura PT', Roboto, 'Segoe UI', Arial, Meiryo, sans-serif;
    -webkit-text-size-adjust: none;
    vertical-align: baseline;
    background: transparent;
}

.eng-num {
    font-family: 'Futura PT', 'Jost', 'Helvetica', Arial, 'Noto Sans JP', Meiryo, 'Hiragino Kaku Gothic ProN', Roboto, 'Segoe UI', sans-serif;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}


body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    color: #333;
    text-decoration: none;
    font-size: 10px;
    vertical-align: baseline;
    background: transparent;
    cursor: pointer;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #333;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #333;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border color to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    -webkit-appearance: none;
    vertical-align: middle;
    outline: 0 none;
    -webkit-text-size-adjust: none;
    font-family: 'Noto Sans JP', Roboto, 'Segoe UI', Arial, Meiryo, sans-serif;
    color: #333;
}

button {
    -webkit-appearance: none;
    outline: 0 none;
}

select {
    padding-right: 20px;
    background: url(../img/select_arrow.png) right 5px center no-repeat;
    background-size: 10px;
    border: 1px solid #aaa;
}

select::-ms-expand {
    display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}


button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
}