@charset "utf-8";
/* CSS Document */
.color_white{
	color:rgb(253,251,251);
}

.course{
	width:32%;
	padding-top:14px;
	padding-bottom:14px;
	text-align:center;
	float:left;
}

#course_1{
	background-color:rgb(245, 204, 222);
}
#course_2{
	background-color:rgb(90, 100, 170);
	margin-left:2%;
}

#course_3{
	background-color:rgb(110, 36, 77);
	margin-left:2%;
}

.op_course{
	width:49%;
	padding-top:14px;
	padding-bottom:14px;
	background-color:rgb(245, 204, 222);
	text-align:center;
	float:left;
}


#course_4{
	background-color:rgb(126, 140, 238);
}

#course_5{
	background-color:rgb(222, 161, 235);
	margin-left:2%;
}

#course_diagram{
	width:100%;
	margin:14px 0;
}

p.ttl_text{
	margin-bottom:0;
	line-height:1.5em;
	font-size:12px;
}

a.link_text{
	line-height:1.5em;
	font-size:12px;
}

.step{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;

	width:100%;
	height:110px;
	padding-top:24px;
	margin-top:12px;
	text-align:center;
	border:2px solid rgb(245, 204, 222);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	position:relative;
}

.step_half{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	padding-top:12px;
	padding-bottom:12px;
	margin-top:12px;
	text-align:center;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
}

#box_half_l .step_half{
	border:2px solid rgb(126, 140, 238);
}

#box_half_r .step_half{
	border:2px solid rgb(222, 161, 235);
}

#retry{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;

	width:100%;
	height:110px;
	padding-top:24px;
	margin-top:12px;
	text-align:center;
	border:2px solid rgb(90, 100, 170);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
}

.box{
	width:32%;
	height:147px;
	float:left;
}

.box_center{
	margin-left:2%;
	margin-right:2%;
}

.box_right{
	float:right;
	height:441px;
}

.box_step3{
	float:left;
	width:66%;
	height:147px;
	margin-right:2%;
}

.box_half{
	width:49%;
	float:left;
}

#box_half_r{
	margin-left:2%;
}

.box_all{
	width:100%;
	float:left;
	height:110px;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;

	text-align:center;
	border:2px solid rgb(200,75,40);
	-webkit-border-radius:10px;

	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;	
}

.box_all_left{
	width:30%;
	background-color:rgb(200,75,40);
	float:left;
}
p.open_school{
	font-size:12px;
	color:rgb(253,251,251);
	text-align:center;
	line-height:106px;
	padding:0;
	margin:0;
}


.box_all_right{
	width:70%;
	padding-top:24px;
	margin-top:12px;
	float:left;
}

.arrow_d2{
	width:100%;
	height:25px;
	background-image:url(../img/arrow-d2.png);
	background-repeat:no-repeat;
	background-position:center;
}

p.step_title{
	background-color:rgb(245,204,222);
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	-o-border-radius:12px;
	-ms-border-radius:12px;
	border-radius:12px;
	position:absolute;
	padding:0 6px;
	top:-15px;
	left:5px;
}

p.note1{
	font-size:12px;
	text-align:center;
	line-height:20px;
	padding:0;
	margin:0;
}

#maru{
	background-color:rgb(110,36,77);
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	width:90px;
	height:90px;
	margin:48px auto;
}

#shucyu{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;

	width:100%;
	height:404px;
	margin-top:12px;
	padding-top:16px;
	text-align:center;
	border:2px solid rgb(110, 36, 77);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
}

#main section ul{
	list-style:none;
	list-style-position:inside;
}
