html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: bottom;
	background: transparent;
}


html {
	-webkit-text-size-adjust:100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { 
	display: block;
}

ol,
ul {
	list-style: none
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	word-wrap: break-word;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family: "nc3Jp";
	font-weight: normal;
	font-display: swap;
	src: url("/common/font/NotoSansJP-Regular.woff2") format("woff2"),
	url("/common/font/NotoSansJP-Regular.woff") format("woff");
}

@font-face {
	font-family: "nc3Jp";
	font-weight: bold;
	font-display: swap;
	src: url("/common/font/NotoSansJP-Bold.woff2") format("woff2"),
	url("/common/font/NotoSansJP-Bold.woff") format("woff");
}

@font-face {
	font-family: "YakuHanJPs";
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url("/common/font/YakuHanJPs-Regular.woff2") format("woff2"),
	url("/common/font/YakuHanJPs-Regular.woff") format("woff");
}

@font-face {
	font-family: "YakuHanJPs";
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: url("/common/font/YakuHanJPs-Bold.woff2") format("woff2"),
	url("/common/font/YakuHanJPs-Bold.woff") format("woff");
}

body {
	color: #3c3c3c;
	font-family: "YakuHanJPs", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴProN W3", "nc3Jp", sans-serif !important;
	line-height: 1.6;
}

html:not(.alps-os-android) body {
	font-family:"YakuHanJPs","Roboto","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Arial,"nc3Jp",sans-serif !important;
}

input,
textarea,
em {
	font-family: "YakuHanJPs", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "nc3Jp", sans-serif !important;
}
html:not(.alps-os-android) input,
html:not(.alps-os-android) textarea,
html:not(.alps-os-android) em {
	font-family: "YakuHanJPs", "Roboto", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, "nc3Jp", sans-serif !important
}

@media screen and (max-width: 979.98px) {
	html {
		font-size: 14px;
	}
}