@charset "utf-8";

.fleft{
	float: left;
}

.fright{
	float: right;
}

.block{
	display: block;
}

.center{
	text-align: center;
}

.cover{
	width: 100%;
	margin:-50px 0 50px;
}

a:hover{
	opacity: 0.8;
}

b{
	font-weight: normal;
}

h1{
	font-size: 21px;
	font-weight: normal;
	border-bottom: 1px solid #000;
}

h2{
	font-weight: normal;
}

h1 span{
	display: block;
	width: 1000px;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
}

#main_img{
	width: 940px;
	margin: 10px auto;
	overflow: hidden;
}

#main_img p{
	font-size: 50px;
	margin-top: 50px;
	line-height:1.5;
}

#main_img b{
	font-size: 70px;
}

#main_img img{
	margin-left: 100px;
}

#main_img img.fright{
	margin: 0;
}

.contents_wrap{
	width: 1000px;
	margin: 0 auto 50px;
	overflow: hidden;
}

.contents_wrap h2{
	font-size:45px;
}

.contents_wrap h2 b{
	font-size: 65px;
}

h2.fleft,h2.fright{
	display: block;
	width: 50%;
	text-align: center;
	line-height: 1.5;
	padding: 47px 0;
}

.contents{
	margin-top: 10px;
}

.contents_wrap p{
	font-size: 25px;
	margin-bottom: 50px;
}

p.fright{
	display: block;
	width: 50%;
	font-size: 30px;
	line-height: 1.5;
	padding: 75px 0;
}

h2.block{
	text-align: center;
	margin-bottom: 30px;
}

.flow{
	overflow: hidden;
	padding:0 50px 30px;
}

.flow li{
	float: left;
	width: 50%;
	padding-bottom: 20px;
	font-size: 25px;
}

.flow li span{
	font-size: 35px;
}

.flow li b{
	font-size: 46px;
}

.flow .kome{
	font-size: 31px;
}

.fh2{
	margin-top: 60px;
	font-size: 65px!important;
}

dl{
	padding-top: 400px;
}

dt{
	font-size: 50px;
	margin-bottom: 10px;
}

dd{
	font-size: 23px;
	margin-bottom: 30px;
}

#contact_text{
	padding-top: 400px;
}

#contact a{
	font-size: 65px;
	color: #000;
	text-decoration: none;
}

.border_table02{
	width: 100%;
	margin:10px auto;
}

.border_table02 th,
.border_table02 td{
	padding: 5px 15px;
	border: #aaa solid 1px;
	text-align: left;
	font-size: 18px;
}

.border_table02 th{
	width: 24%;
	font-size: 24px;
	font-weight: normal;
}

#contact .border_table02 a{
	font-size: 16px;
	text-decoration: underline;
}