@charset "utf-8";
.eyecatch_inc.short {
	height: 160px;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short {
		height: auto;
	}
}
.eyecatch_inc.short .eyecatch_inc01 h2 {
	color: #000000;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc01 h2 {
		margin: 42px 0 20px;
	}
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
}
.contents01 .contents01_01{
	width: 980px;
	height: auto;
	padding: 0 0 90px;
	margin: 0 auto;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 0 0 80px;
	}
}
.contents01 .contents01_01 .text{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: left;
}
.contents01 .contents01_01 .text p{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text p{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 22px;
	}
}
.contents01 .contents01_01 .text p:last-child{
	margin-bottom: 0;
}
.contents01 .contents01_01 .text p span{
	font-size: 18px;
	line-height: 30px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text p span{
		font-size: 14px;
		line-height: 24px;
	}
}
/*.contents01ここまで*/