@charset "utf-8";
.page-hd {
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center 0%;
	background-image: url(../into/img/into-hd.jpg);
}
.page-hd h2 {
	text-align: center;
	line-height: 400px;
	font-size: 48px;
}
.int-list-img {
	width: 35%;
	float: right;
}
.int-list-box {
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
	border-bottom: 1px solid rgba(152,121,90,1.00);
}
.int-list-text h3 {
	font-size: 30px;
	font-family: 'Rounded Mplus 1c';
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(106,106,106,1.00);
	color: rgba(66,174,165,1.00);

}
.int-list-text {
	text-align: left;
	float: left;
	width: 60%;
	line-height: 150%;
	font-size: 18px;
}
.into-hl {
	background-color: rgba(66,174,165,1.00);
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-size: 32px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.into-h2 {
	text-align: center;
	font-size: 54px;
	padding-top: 20px;
	padding-bottom: 50px;
}
