@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contents01 .contents01_01{
	box-sizing: border-box;
	width: 1180px;
	height: 100%;
	padding: 50px 0;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
	}
}
.contents01 .contents01_01 h2{
	font-size: 35px;
	line-height: 45px;
	margin: 0 auto 60px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h2{
		font-size: 22px;
		line-height: 32px;
		margin: 0 auto 25px;
	}
}
@media only screen and (max-width: 350px) {
	.contents01 .contents01_01 h2{
		font-size: 20px;
		line-height: 30px;
	}
}
.contents01 .contents01_01 .text{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.contents01 .contents01_01 .text p{
	font-size: 15px;
	line-height: 30px;
	margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text p{
		font-size: 14px;
		line-height: 24px;
		text-align: left;
	}
}
.contents01 .contents01_01 .text p:nth-of-type(1){
	margin-top: 0;
}
/*.contents01ここまで*/