/*admin*/
@font-face {
	font-family: 'DFGblushSQW9';
	src: url('fonts/DFBrushSQ-W9-WIN-RKSJ-H-01.ttf');
}

:root{
	--m-color:#e83a37;
	--g-color:#ea5613;
	--k-color:#006934;
}

html,body{
	padding:0;
	margin:0;
}
a {
	color: #344;
	text-decoration: none;
	cursor: pointer;
	transition: 0.3s;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 1.0em 0;
	line-height: 1.9;
}
h2 {
	border-bottom: 1px #e5e5e5 solid;
	font-size: 1.4em;
	padding: 9px 0px 5px;
	margin: 0.7em 0;
}
body{
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Hiragino Sans,"Noto Sans JP",sans-serif;
	line-height:1.4;
	background:#fff;
	color: #212529;
}

input[type=button], button[type=submit] {
	padding: 3px 15px;
	letter-spacing: 2px;
	font-size: 15px;
}
input[type=text], select {
	padding: 5px;
	font-size: 16px;
}
input[type=date] {
	font-size: 16px;
	padding: 3px;
}
img {
	max-width: 100%;
}

#wrap {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
.logo img {
	height: 50px;
}
h1 {
	margin: 0;
	padding: 2em 0;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}
header {
	padding: 20px 0;
}

td{
	background-color: white;
}

.breadcrumb {
	font-size: 13px;
	border-bottom: 1px solid rgba(0,0,0,.05);
}
.breadcrumb ul {
	list-style: none;
	padding: 10px 0 7px;
	margin: 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li:after {
	content: "/";
	padding-left: 10px;
	padding-right: 5px;
}
.breadcrumb li:last-child:after {
	content: "";
}
.breadcrumb a {
	color: #666;
}
.breadcrumb i {
	margin-right: 5px;
}

#main {
	min-height: calc(100vh - 223px);
	padding: 0 10px;
	background: #F9F9F9;
}
#content {
	padding: 25px 0;
}
#footer {
	background: #010100;/*前色#ee6611*/
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 12px;
}
#page_title {
	width: 75%;
	margin: 0 auto 0 auto;
}
#page_title img {
	width: 100%;
	height: auto;
	text-align: center;
}
#page_title h1 {
	margin: 0;
	padding: 0;
	color: #fee469;
	-webkit-text-stroke-width: calc(100vw * 4 / 1000);
	-webkit-text-stroke-color: #737371;
	font-family: "DFGblushSQW9","メイリオ","Mochiy Pop One",Meiryo,
		"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Hiragino Sans,
		"Noto Sans JP",sans-serif;
	font-size: calc(100vw * 25 / 375);
	white-space: nowrap;
	line-height: 1.4;
	font-weight: normal;
	display: flex;
	/*
	align-items: center;
	justify-content: center;
	*/
	position: absolute;
	top: calc(100vw * 80 / 375);
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.box_image {
	display: inline-block;
	width: 49.5%;
}
.box_image a:hover {
	opacity: 0.8;
}

.box_seiseki {
	overflow-x: auto;
}

.tbl_seiseki {
	border-collapse: collapse;
	white-space: nowrap;
	margin-bottom: 20px;
}
.tbl_seiseki th, .tbl_seiseki td {
	padding: 7px 10px;
	border: 1px #e5e5e5 solid;
}
.tbl_seiseki th {
	background: #ee9966;
	color: #fff;
}

.m_seiseki th{
	background: var(--m-color);
	color: #fff;
}
.g_seiseki th{
	background: var(--g-color);
	color: #fff;
}
.k_seiseki th{
	background: var(--k-color);
	color: #fff;
}

.seiseki_minus {
	color: #f33;
}
.box_2col {
	box-sizing: border-box;
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 8px;
}
.box_3col {
	box-sizing: border-box;
	width: 33%;
	display: inline-block;
	vertical-align: top;
	padding: 5px;
}
.box_history {
	max-height: 526px;
	overflow-y: scroll;
}


@media screen and (max-width: 767px) {
	h1 {
		font-size: 1rem;
		padding: 1em 0;
		display: block;
	}
	#page_title {
		width: 100%;
		margin: 0;
	}
	#page_title h1{
		font-size: 2.1rem;
		display: block;
		position: relative;
		-webkit-text-stroke-width: 2.5px;
		-webkit-text-stroke-color: #737371;
		top:-1.2em;
		text-align: center;
	}
	#wrap {
		width: 100%;
	}
	.logo {
		display: block;
		text-align: center;
	}
	.logo img {
		height: 40px;
	}
	header {
		padding: 10px 0;
	}
	#main {
		min-height: auto;
	}
	#content {
		padding: 10px 0 15px;
	}
	.box_image, .box_2col, .box_3col {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	.box_2col, .box_3col {
		padding: 0;
	}
	.tbl_seiseki th, .tbl_seiseki td {
		font-size: 14px;
	}
	.box_history {
		max-height: 300px;
	}
}