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

/* =====================================
	graduate.html
===================================== */

.cont {
	margin-bottom: 65px;
}
.cont:last-child {
	margin-bottom: 0;
}
.cont .ttl02 {
	margin-bottom: 20px;
}
.cont .p_cont {
	margin-bottom: 70px;
}
.decimal {
	list-style:decimal;
	padding-left: 15px;
}
.decimal li {
	margin-bottom: 5px;
	margin-left: 0.5em;
}
table.tb1 {
	width: 100%;
	border: 1px solid #9c9c9c;
	border-collapse:collapse;
}
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: 10px;
	border:1px solid #9c9c9c;
	text-align: center;
	font-size: 14px;
	vertical-align: middle;
}



@media screen and (max-width: 765px) {
.cont {
	margin-bottom: 50px;
}
.cont .ttl02 {
	margin-bottom: 20px;
}
.cont .p_cont {
	margin-bottom: 50px;
}
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: #fdeedf;
	font-size: 11px;
}
table.tb1 td {
	padding: 10px 5px 10px;
	border:1px solid #9c9c9c;
	text-align: center;
	font-size: 10px;	
}

}

</pre></body></html>