@charset "utf-8";

.h3_feature {
	color: #666666;
	margin-bottom: 5px;
	font-weight: bold;
	background: url(img/bg_g.gif);
	font-size: 14px;
	line-height: 2.5em;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 25px;
}

.apply_box{
	margin-top: 20px;
	margin-bottom: 50px;
}
.apply_box h4{
	color: #ec6c00;
	font-size: 130%;
	font-weight: bold;
	border-bottom: 2px solid #ec6c00;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.apply_box > div > p{
	display: block;
	margin-bottom: 15px;
}
.apply_box .left{
	display: inline-block;
	vertical-align: top;
	width: 70%;
	margin-right: 1%;
}
.apply_box .left div {
	padding: 15px;
	border: 1px solid #969696;
}
.apply_box .left div h5{
	text-decoration: underline;
	font-size: 110%;
	text-align: center;
	margin-bottom: 10px;
}
.apply_box .left .ti{
	text-indent: -2em;
	padding-left: 2em;
}
.apply_box .left .line{
	padding: 0;
	margin: 0;
	height: 2px;
	border: initial;
	background-color: #969696;
	margin: 20px 0;
}
.apply_box .left li{
	text-align: right;
	list-style-type: none;
	margin-top: 5px;
	font-weight: bold;
}
.apply_box .right{
	display: inline-block;
	text-align: right;
	vertical-align: top;
	width: 28%;
}
.apply_box .right a{
	display: inline-block;
	margin-bottom: 10px;
	font-size: 120%;
}
.apply_box .right a:hover{
	opacity: 0.5;
}
.apply_box .right a img{
	width: 100%;
}
.apply_box .right .caution{
	border: 1px solid red;
	padding: 10px;
}
.apply_box .right .caution h5{
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}
.apply_box .right .caution p{
	text-align: left;
}
