/* ====================================
	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;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

.sp {
	display: none !important;
}


/* ====================================
	layput
==================================== */
.wrap {
	max-width: 1000px;
	margin: 20px auto;
}

/* ====================================
	header
==================================== */
header {
	color: #ffffff;
	padding: 10px;
	border-radius: 10px 10px 0 0;
	text-align: center;
}

body.denki header {
	background-color: #283593;
}

body.fas header {
	background-color: #4c9328;
}

body.sanki header {
	background-color: #d16416;
}

body.ei header {
	background-color: #18ab9f;
}

body.joho header {
	background-color: #91ba0a;
}



/* ====================================
	footer
==================================== */

footer {
	margin-top: 100px;
	font-size: 1.2rem;
	text-align: center;
}



.breakpage {
	page-break-after: always;
	padding-bottom: 100px;
}
