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

#application_wrapper {
	margin: 80px auto 40px;
}

.application_block{
	margin: 0 auto 0px;
	padding: 0 0 0;
	/*background-color: #f3f8fd ;*/
}

#application_wrapper .application_block {
	padding: 0 0 60px;
}

.application_light{
	margin: 0;
	padding: 0;
}


.application_block h2{
	margin: 0 auto 0;
	background-color: #555452;
	text-align: center;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 20px 0 ;
	width: 100%;
}


.application_block table{
	margin: 60px auto 60px;
	width: 100%;
}

.application_block table tr{
	clear: both;
}

.application_block table tr th,
.application_block table tr td
{
	background-color: #fff;
	border-right: 2px solid #f3f8fd;
	padding: 1em 2em;
	line-height: 3em;

}


.application_block table tr th{
	background-color: #f3f8fd;
	border: 2px solid #f3f8fd;
	border-bottom: 2px solid #fff;

}

.application_block table tr.last th{
	border-bottom: 2px solid #f3f8fd;

}

.application_block table tr td
{
	background-color: #fff;
	border: 2px solid #f3f8fd;
	border-top: 2px solid #edf6ff;
	border-bottom: 2px solid #edf6ff;
	border-right: 2px solid #edf6ff;
	padding: 1em 2em;
	line-height: 3em;

}


.application_block table tr th.details,
.application_block table tr td.details
{
	line-height: 2;

}

.application_block table tr th{
	width: 20%;
}

.application_block table tr.odd th,
.application_block table tr.odd td
{
	/*background-color: #f3f8fd;
	border-right: 2px solid #fff;*/
}

.application_block table tr td span
{
	display: inline-block;
	margin: 0 0 0 2em;
}

.application_block table tr td span.icon
{
	display: inline-block;
	float: right;
	margin: 0 0 0 2em;
	background-color: #215b95;
	text-align: center;
	color: #fff;
	padding: 0 20px;
	line-height: 3em;
	width: 6em;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-family:"繝｡繧､繝ｪ繧ｪ","Meiryo","繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3","Hiragino Kaku Gothic ProN","�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS P Gothic";
	font-weight: normal;
	font-size: 1em;
}
.application_block table tr td span.ing
{
	background-color: #215b95;
}

.application_block table tr td span.few
{
	background-color: #d485a1;
}

.application_block table tr td span.finish
{
	background-color: #919191;
}

.application_button{
	margin: 0 auto 0;
	text-align: center;
}

.application_button a{
	margin: 0 auto;
	background-color: #5493d2;
	text-align: center;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 20px;
	width: 50%;
	line-height: 1em;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	position: relative;
}

.application_button a.close{
	background-color: #919191;
	cursor: default;
	text-decoration: line-through ;
}

.application_button a.close:after{
	border-color: #dfdfdf;
}


.application_button a.light{
	width: 25%;
	margin: 40px auto;
	display: inline-block;
}

.application_button a.sub{
	background-color: #ababab;

}

.application_button a:hover{
	transition: all 700ms;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.application_button a.close:hover{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.application_button a:after
{
	position: absolute;
	border-right: 4px solid #fff;
	border-top: 4px solid #fff;
	content: "";
	width: 10px;
	height: 10px;
	left: 25px;
	top: 50%;
	margin-top: -8px;

	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}</pre></body></html>