@charset "utf-8";

h1{
	font-size:32px;
}

h2{
	font-size:24px;
}

h3{
	font-size:18px;
}

.visual_img_wrap{
	/*height:800px;*/
	height:560px;
	background:url(../images/index/visual_img.png) no-repeat center;
}

.visual_img_wrap h1{
	color:#fff;
	font-size:60px;
	text-align:center;
}

.visual_img_wrap h2{
	color:#fff;
	font-size:36px;
	text-align:center;
	word-spacing:1px;
	/*margin-top:202px;*/
	margin-top:80px;
}

.visual_img_wrap h2 span{
	font-weight:400;
}

.visual_img_wrap hr{
	width:440px;
}

.visual_img_wrap p{
	width:450px;
	color:#fff;
	font-size:19px;
	text-align:justify;
	word-spacing:2px;
	margin:20px auto 0px;
}

.visual_img_wrap p span{
	word-spacing:3px;
}

.visual_img_wrap a{
	display:block;
	width:440px; height:80px;
	color:#fff;
	font-size:30px;
	font-weight:500;
	text-align:center;
	line-height:80px;
	margin:20px auto 0px;
	border-radius:5px;
	background:#681100;
}

.section{
	position:relative;
}

.section h2{
	font-size:32px;
	text-align:center;
	margin-top:70px;
}

.section h2 span{
	font-weight:400;
}

.section p{
	font-size:24px;
	text-align:center;
}

.section01_wrap{
	background:#f5f5f5;
}

.section01_wrap p{
	font-weight:400;
	line-height:1.7;
	margin-top:25px;
}

.section01_wrap img{
	margin-top:80px; 
}

.section02_wrap{
	height:1166px;
	background:url(../images/index/section02_bk.png) repeat;
}

.section02_wrap h2{
	color:#fff;
}

.section02_wrap img{
	display:block;
	margin:73px auto 0px;
}

.section02_wrap h3{
	color:#fff;
	font-size:24px;
	text-align:center;
	margin-top:20px;
}

.section02_wrap ul{
	width:180px; height:185px;
	margin:20px auto;
	padding:10px 0px 30px;
	border-radius:5px;
	background:url(../images/index/section02_list_bk.png) no-repeat;
	background-size:cover;
}

.section02_wrap ul li{
	line-height:1.65;
}

.section02_wrap ul li p{
	color:#fff;
	font-size:14px;
	font-weight:300;
	text-align:center;
}

.section03_wrap{
	height:673px;
}

.section03_wrap img{
	margin-top:73px;
}

.section03_wrap p{
	margin-top:30px;
}

.number_table{
	width:100%;
	margin-top:100px;
}

.number_table tr td{
	width:30px; height:30px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #e1e1e1;
}

.number_table tr td a{
	color:#555;
	display:block;
}

.number_table tr td:hover a{
	display:block;
	color:#d2185a;
}

.number_table tr td.on{
	border:2px solid #d2185a;
}

.number_table tr td.on a{
	color:#d2185a;
}

.number_table tr td.finish{
	background:#f0f0f0;
}

.number_table tr td.number_table_last_child a{
	font-size:11px;
}


