<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* =====================================
	transfer
===================================== */
.transfer .lead {
	margin-bottom: 40px;
}
.transfer .cont {
	margin-bottom: 65px;
}
.transfer .cont:last-child {
	margin-bottom: 0;
}
.transfer .cont .ttl02 {
	margin-bottom: 20px;
}
.transfer .cont .p_cont {
	margin-bottom: 70px;
}
.transfer .ph {
	text-align: center;
}
.bg_gray {
	background: #f3f3f3 !important;
}
.bg_orange {
	background: #fdeedf !important;
}
table.tb1 {
	border: 1px solid #9c9c9c;
	border-collapse:collapse;
	width: 100%;
	margin-bottom: 30px;
}
table.tb1 th {
	padding: 10px 10px 8px;
	text-align:center;
	border:1px solid #9c9c9c;
	background: #fdeedf;
	font-size: 14px;
	font-weight: bold;
}
table.tb1 td {
	padding: 20px 10px;
	border:1px solid #9c9c9c;
	text-align: center;
	font-size: 14px;
	vertical-align: middle;
}
#p02 .grade {
	width: 20%;
}
#p02 .month {
	width: 20%;
}

@media screen and (max-width: 765px) {
.transfer .lead {
	margin-bottom: 20px;
}
.transfer .cont {
	margin-bottom: 50px;
}
.transfer .cont .ttl02 {
	margin-bottom: 20px;
}
.transfer .cont .p_cont {
	margin-bottom: 50px;
}
.transfer .ph img {
	width: 100%;
}
table.tb1 {
	border: 1px solid #9c9c9c;
	border-collapse:collapse;
	width: 100%;
	margin-bottom: 30px;
}

table.tb1 th {
	width: 33%;
	padding: 10px 5px 8px;
	text-align:center;
	border:1px solid #9c9c9c;
	background: #fdeedf;
	font-size: 12px;
}
table.tb1 td {
	padding: 10px 5px;
	border:1px solid #9c9c9c;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
}
#p03 .department {
	width: 20%;
}
#p03 .number {
	width: 7%;
}
}
</pre></body></html>