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

/* =====================================
	grad.html
===================================== */

.grad .cont {
	margin-bottom: 65px;
}
.grad .cont:last-child {
	margin-bottom: 0;
}
.grad .cont .head {
	margin-bottom: 70px;
}
.grad .cont .ttl02 {
	margin-bottom: 20px;
}
.grad .cont .p_cont {
	margin-bottom: 70px;
}
.bg_gray {
	background: #f3f3f3 !important;
}
.bg_pink {
	background: #e9f4f8 !important;
}
table.tb1 {
	border: 1px solid #9c9c9c;
	border-collapse:collapse;
	width: 100%;
	margin-bottom: 30px;
}
table.tb1 th {
	padding: 10px 10px 8px;
	font-weight: bold;
	text-align:center;
	border:1px solid #9c9c9c;
	background: #e9f4f8;
	font-size: 14px;
}
table.tb1 .study {
	width: 30%;
}
table.tb1 td {
	padding: 30px 10px 30px;
	border:1px solid #9c9c9c;
	text-align: center;
	font-size: 14px;
	vertical-align: middle;
}
.linkbox ul li {
	margin-bottom: 5px;
}
.linkbox ul li a {
	padding-left: 12px;
	background: url(../../../shared/img/common/arrow_h13.png) left center no-repeat;
}
.linkbox ul li a:hover {
	color: #ba2338;
}
.mail {
	border-bottom: #000000 1px solid;
}
.disc {
	list-style: disc;
	padding-left: 15px;
}
.decimal {
	list-style:decimal;
	padding-left: 15px;
}
.disc li, .decimal li {
	margin-bottom: 5px;
}

@media screen and (max-width: 765px) {
	
.grad .cont {
	margin-bottom: 50px;
}
.grad .cont .head {
	margin-bottom: 50px;
}
.grad .cont .ttl02 {
	margin-bottom: 20px;
}
.grad .cont .p_cont {
	margin-bottom: 50px;
}
.bg_gray {
	background: #f3f3f3 !important;
}
.bg_pink {
	background: #e9f4f8 !important;
}
table.tb1 {
	border: 1px solid #9c9c9c;
	border-collapse:collapse;
	width: 100%;
	margin-bottom: 30px;
}

table.tb1 th {
	padding: 10px 5px 8px;
	text-align:center;
	border:1px solid #9c9c9c;
	background: #e9f4f8;
	font-size: 12px;
}
table.tb1 td {
	padding: 10px 5px 10px;
	border:1px solid #9c9c9c;
	text-align: center;
	font-size: 11px;
	vertical-align: middle;
}
.linkbox ul li a {
	padding-left: 12px;
	background: url(../../../shared/img/common/arrow_h13.png) left center no-repeat;
	background-size: auto 10px;
}
}</pre></body></html>