/* ====================================
	reset tag
==================================== */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	vertical-align: baseline;
}

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

html {
    font-family: "Noto Sans JP", sans-serif !important;
    font-optical-sizing: auto;
	font-size: 62.5%;
	color: #333333;
	min-width: 320px;
}

body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overscroll-behavior-y: none;
	font-size: 1.6rem;
	position: static;
	background-color: #eeeeee;
	min-width: 320px;
}

ol,
ul {
	list-style: none;
	list-style-type: none;
}

img {
	display: block;
	width: 100%;
	height: auto !important;
	vertical-align: bottom;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover,
a:active {
	opacity: 0.7;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

td,
th {
	line-height: 1.3;
}

input {
    font-family: "Noto Sans JP", sans-serif !important;
}

/* ====================================
	responsive
==================================== */
.pc {
	display: block !important;
}

.sp {
	display: none !important;
}


/* ====================================
	layput
==================================== */
.wrap {
	max-width: 1300px;
	margin: 0 auto;
	background-color: #ffffff;

	background-repeat: repeat-y, repeat-y;
	background-position: left top, right top;
}

/* ====================================
	header
==================================== */
header {
    background-color: #333333;
    padding: 10px;
}
header h1 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    padding: 0;
}