

#about_meassage {
	padding-top: 50px;
	padding-bottom: 50px;
}

#about_meassageInner {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}

#about_meassageBody {
	float: left;
	width: 460px;
}

#about_meassageBody h2{
	font-size: 2.4rem;
	color: #003f1d;
	padding-bottom: 30px;
	padding-top: 45px;
}

#about_meassageBody p{
	display: block;
	line-height: 2;
}

#about_meassageImg {
	float: right;
	width: 380px;
}



#about_contents {
	padding-top: 60px;
	padding-bottom: 150px;
	background-image: url("../img/top/back_re.jpg");
	background-repeat: repeat;
}

#about_contentsInner {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	background-color: #FFF;
	border: 3px #003f1d solid;
	border-radius: 15px;
	padding: 40px;
	padding-bottom: 20px;
}

.about_tit {
	text-align: center;
	padding-bottom: 40px;
	font-size: 2.4rem;
	color: #003f1d;
}

.about_tit img{
	margin-bottom: 5px;
}


#about_contentsInner_seven {
	width: 100%;
}

#about_contentsInner_seven table{
	border-collapse:collapse;
}


#about_contentsInner_seven table tr{
	border-bottom: 1px #6e634b dotted;
}

#about_contentsInner_seven table tr:last-child {
	border: 0px;
}


#about_contentsInner_seven table tr th{
	width: 65px;
	font-size: 1.8rem;
	color: #003f1d;
	padding-top: 20px;
	padding-bottom: 20px;
}

#about_contentsInner_seven table tr td{
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 2;
	padding-right: 20px;
}


#about_imgarea {
	width: 100%;
	height: 620px;
	overflow: hidden;
	position: relative;
	top: -70px;
	padding-top: 150px;
}


#about_left_img {
	float: left;
	width: 45%;
	height: 430px;
	border-radius: 15px;
	background-image: url("../img/about/ph_02.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	margin-left: 3%;
}

#about_right_img {
	float: right;
	width: 45%;
	height: 430px;
	border-radius: 15px;
	background-image: url("../img/about/ph_03.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	margin-right: 3%;
	
}


#policy_contents {
	padding-top: 50px;
	padding-bottom: 50px;
	width: 950px;
	margin-left: auto;
	margin-right:auto;
}


#policy_contents_txt {
	width: 100%;
	line-height: 1.6;
}

#policy_contents_txt p{
	display: block;
	padding-bottom: 30px;
}


#policy_contents_list {
	width: 100%;
}

#policy_contents_list dl dt{
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 15px;
}

#policy_contents_list dl dd{
	line-height: 1.6;
	padding-bottom: 40px;
}



@media screen and (max-width:640px){
	
	
	

	#about_meassageInner {
		width: 560px;
	}

	#about_meassageBody {
		float: none;
		width: 100%;
	}


	#about_meassageImg {
		float: none;
		width: 100%;
		padding-top: 50px;
	}
	
	#about_meassageImg img{
		width: 100%;
	}





	#about_contentsInner {
		width: 560px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
		background-color: #FFF;
		border: 3px #003f1d solid;
		border-radius: 15px;
		padding: 20px;
		padding-bottom: 20px;
	}

	.about_tit {
		text-align: center;
		padding-bottom: 40px;
		font-size: 2.4rem;
		color: #003f1d;
		padding-left: 20px;
		padding-right: 20px;
	}

	.about_tit img{
		margin-bottom: 5px;
	}


	#about_contentsInner_seven {
		width: 100%;
	}

	#about_contentsInner_seven table{
		border-collapse:collapse;
	}


	#about_contentsInner_seven table tr{
		border-bottom: 1px #6e634b dotted;
	}

	#about_contentsInner_seven table tr:last-child {
		border: 0px;
	}


	#about_contentsInner_seven table tr th{
		width: 65px;
		font-size: 1.8rem;
		color: #003f1d;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#about_contentsInner_seven table tr td{
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 2;
		padding-right: 20px;
	}


	#about_imgarea {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
	}


	#about_left_img {
		float: none;
		width: 560px;
		height: 410px;
		border-radius: 15px;
		background-image: url("../img/about/ph_02.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right center;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
	}

	#about_right_img {
		float: none;
		width: 560px;
		height: 410px;
		border-radius: 15px;
		background-image: url("../img/about/ph_03.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: left center;
		margin-left: auto;
		margin-right: auto;

	}
	
	
	
	
	#policy_contents {
		padding-top: 50px;
		padding-bottom: 50px;
		width: 560px;
		margin-left: auto;
		margin-right:auto;
	}

	
	
}