@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
}
.contents01 .contents01_inner{
	width: 980px;
	height: auto;
	padding: 0 0 72px;
	margin: 0 auto;
	text-align: center;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_inner{
		width: 100%;
		padding: 0 5% 65px;
	}
}
.contents01 .contents01_inner h2{
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 0.004em;
	padding: 60px 0 47px;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_inner h2 {
		font-size: 24px;
		line-height: 34px;
		padding: 35px 0;
	}
}
.contents01 .contents01_inner .text{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: left;
}
.contents01 .contents01_inner .text p.top_text{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_inner .text p.top_text{
		margin-bottom: 35px;
	}
}
.contents01 .contents01_inner .text h3{
	font-size: 19px;
	line-height: 29px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #A3A3A3;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_inner .text h3{
		font-size: 17px;
		line-height: 27px;
	}
}

.contents01 .contents01_inner .text p{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_inner .text p{
		margin-bottom: 25px;
	}
}
.contents01 .contents01_inner .text p span{
	margin-top: 5px;
	display: block;
}
.contents01 .contents01_inner .text p:last-child{
	margin-bottom: 0;
}
/*.contents01ここまで*/