@charset "utf-8";
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 980px;
	height: auto;
	margin: 0 auto 59px;
	display: block;
}
@media only screen and (max-width: 599px) {
	.contents01 .contents01_01{
		width: 90%;
	}
}
.contents01 .contents01_01 h2{
	font-size: 48px;
	line-height: 52px;
	letter-spacing: 3.5px;
	font-weight: 400;
	text-align: center;
	margin: 0 auto 15px;
}
@media only screen and (max-width: 599px) {
	.contents01 .contents01_01 h2{
		font-size: 26px;
		line-height: 30px;
	}
}
.contents01 .contents01_01 h3{
	font-size: 11px;
	line-height: 21px;
	text-align: center;
	margin: 0 auto 50px;
	display: block;
}

.contents01 .contents01_01 p{
	margin-bottom: 60px;
	padding: 20px 0;
	font-size: 19px;
	font-weight: 400;
	line-height: 46px;
	text-align: center;
	letter-spacing: 3px;
	background-color: rgba(40,40,40,0.06);
}
@media only screen and (max-width: 599px) {
	.contents01 .contents01_01 p{
		margin-bottom: 30px;
		padding: 20px;
		font-size: 14px;
		line-height: 36px;
	}
}

