
#hed {
	width: 100%;
	background: #fff;
	padding: 180px 0 75px;
	overflow: hidden;
}

#hed h2{
	background: url("../img/h2.png") no-repeat;
	background-size: cover;
	width: calc( 808px / 2 / 1.4 );
	padding-top: 122px;
	height: 0;
	overflow: hidden;
	margin: 0 auto;
	line-height: 100px;
}

#hed span{
	font-size: 20px;
	display: block;
	font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho" , "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;	
	color: #fff;
    text-align: center;
	padding: 15px 0 0 0 ;
}

@media screen and (max-width: 1024px) {
	#hed{padding: 140px 0 75px;}
}

@media screen and (max-width: 600px) {
	#hed{padding: 140px 0 30px;}
	#hed h2{ width: 236px; background-size: 100%; padding: 100px 0 0px;}
}

/*==========================================
============================================

			
		section#content01


============================================
==========================================*/

#content01 {
	background: url("../img/bg.gif")repeat;
	overflow: hidden;
	padding: 80px 0 85px;	
}

#content01 .box{
	width: 1250px;
	margin: 0 auto;
	overflow: hidden;
}

#content01 ul{
	width: 46%;
	text-align: justify;
	float: left;
	margin: 0 20px;
}

#content01 ul li{
	text-align: center;
	display: block;
	padding: 30px 0;
	background: #fff;
	border: solid 10px #fff;
	width: 100%;
	position: relative;
	margin: 20px 0;
}

#content01 ul li:after{
	content: "";
	border: solid 1px #d0b678;
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}

#content01 ul li h3{
	color: #330808;
	width: 300px;
	font-size: 18px;
	margin: 0 auto;
	background: url("../img/list_border_left.png") center left no-repeat , url("../img/list_border_right.png") center right no-repeat ;
	font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho" , "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; 
	margin-bottom: 20px;
}

#content01 ul li p{
	font-size: 16px;
	width: 80%;
	margin: 0 auto;
	text-align: justify;
}


@media screen and (max-width: 1250px) {
	#content01 .box{width: 90%;}
	#content01 ul{width: 45%;}
}

@media screen and (max-width: 910px) {
	
	#content01 ul{width: 100%; margin: 0; float: none;}
	#content01 ul li{width:calc(100% - 20px);}
}

@media screen and (max-width: 600px) {
	#content01{ padding: 40px 0 45px;}
	#content01 ul li h3{font-size: 15px; width: 280px;}
	#content01 ul li p{font-size: 15px;}

}













