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


/*--------------------------------------- admission */

#main_img {
    position:relative;
    width: 100%;
    height: 120px;
	margin: 0 auto;
}
#main_img #blue_title {
	width: 100%;
	height: 80px;
	background-size: 100% auto;
	background-image: url(../img/admission/adm_main.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 40px 0 0 0;
}
#admission .back_img {
	width: 90%;
	height: 250px;
	background-size: 100% auto;
	background-image: url(../img/admission/adm_img01.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 30px 5%;
}
#admission .back_img h4 {
	font-size: 12px;
	margin-bottom: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#admission .container ul {
	margin: 20px 0 0 0;
}
#admission .wrap {
	text-align: center;
	font-size: 24px;
	line-height: 150%;
	font-weight: bold;
}

#admission .wrap p {
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: solid 1px #CCC;
}

#admission .wrap p .blue02 {
	color: #0096D7;
	font-weight: bold;
}
#admission .wrap02 p {
	margin-bottom: 30px;
}
#admission .wrap02 h4 {
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
#admission .wrap02 h4 img {
	float: left;
	margin-right: 10px;
}
#admission .wrap03 {
	margin-top: 15px;
	border-bottom: dotted 1px #999;
	padding-bottom: 15px;
}
#admission .wrap03 p {
	width: 50%;
	float: left;
	line-height: 150%;
}
#admission .wrap03 img {
	float: left;
	width: 40%;
	margin-right: 5%;
}

#admission .wrap04 {
	text-align: center;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	margin-bottom: 60px;
}
#admission .wrap04 h4 {
	margin-bottom: 20px;
}
/*--------------------------------------- flow */
#flow .contents h4 {
	width: 85%;
	height: 45px;
	font-size: 20px;
	font-weight: bold;
	background: #F34A21 url(../../../component/img/admission/flow_img01.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: left 15px top 12px;
	color: #fff;
	line-height: 45px;
	padding: 0 0 0 15%;
	margin: 25px 0;
	text-align: left;
}
#flow .contents .center h5 {
	font-weight: bold;
	line-height: 150%;
}
#flow .contents .center p {
	margin: 25px 0;
}
/*--------------------------------------- interview */
.interview01 h4,
.interview02 h4,
.interview03 h4 {
	font-size: 16px;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
	font-weight: bold;
	padding: 0 0 5px 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 30px 0 0 0;
}
.interview01 p,
.interview02 p,
.interview03 p {
	margin: 15px 0 20px;
}
.interview01 h4 span {
	font-size: 20px;
	color: #E58377;
}
.interview02 h4 span {
	font-size: 20px;
	color: #33A4D8;
	
}
.interview03 h4 span {
	font-size: 20px;
	color: #46BF64;
	
}
/*--------------------------------------- apply */
#apply .contents table {
	width: 100%;
	margin: 20px 0 0 0;
}
#apply .contents table th {
	padding: 15px 5% 0;
}
#apply .contents table td {
	padding: 0px 5% 15px;
}

#apply .contents table td p {
	margin-top: 10px;
	text-align: left;
}
#apply .contents table td p a {
	color: #2C4474;
}
#apply .contents table th,#apply .contents table td {
	width: 90%;
	display: block;
	border-top: none;
	border-left: none;
	border-right: none;
}
.con_frame01 {
	border: 1px solid #999999;
	height: 25px;
	width: 95%;
	margin: 5px 0;
	background-color: rgba(255,255,255,0)
}
.example {
	color: #999999;
}
.red {
	color: #B20000;
}
#apply .wrap h5 {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}


#apply .contents table .gray {
	font-size: 14px;
}</pre></body></html>