<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("foreign_page.css");
/*--en.css--*/
/* ##########PC########## */
.intro_box{
	background: #dae6f2;
	padding: 1.5em;
	border-radius: 4px;
}

	.intro_box &gt; .box_header{
		margin-bottom: 1em;
	}

		.intro_box &gt; .box_header h3{
			font-size: 1.2em;
			font-weight: bold;
			line-height: 1.4;
		}

	.intro_box &gt; .box_inner p{
		margin: 0;
		text-indent: 1em;
	}

	.content_body .table_fees th.c_year_items{
		width: 3em;
	}

	.content_body .table_fees th.c_exam_fee{
		width: 5em;
	}

	.content_body .table_fees th.c_ent_fee{
		width: 5em;
	}

	.content_body .table_fees th.c_tuition{
		width: 10em;
	}

	.content_body .table_fees th.c_incidentals{
		width: 5em;
	}

	.content_body .table_fees th.c_total_1st_year{
		width: 5em;
	}

	.content_body .table_fees th.c_apartment{}

	.content_body .table_fees tbody td{
		text-align: center;
	}

	.content_body .table_fees tbody td.c_apartment_detail{
		text-align: left;
	}

	.content_body .table_application_materials .c_no{
		width: 2em;
	}

	.content_body .table_application_materials .c_materials{
		width: 50%;
	}

	.content_body .table_application_materials tbody tr td:nth-child(1){
		text-align: center;
	}



@media screen and (min-width:1px) and (max-width:1024px) {
}

@media screen and (min-width:1px) and (max-width:768px) {
}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {

}

/* ##########印刷用########## */
@media print{

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