@charset "utf-8";
.eyecatch_inc.short h1{
	width: 416px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.short h1{
		width: 258px;
	}
}
main{
	background-color: #FFFFF4;
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 1120px;
	height: auto;
	margin: 0 auto;
	padding: 60px 0 100px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 40px 0 60px;
	}
}
.contents01 .contents01_01 ul{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 50px 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 ul{
		gap: 20px 0;
	}
}
.contents01 .contents01_01 ul li{
	width: 340px;
	height: auto;
	display: block;
	border-radius: 48px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 ul li{
		width: calc((100% - 20px) / 2);
		height: auto;
		display: block;
		border-radius: 48px;
	}
}
.contents01 .contents01_01 ul li a{
	width: 100%;
	height: auto;
	display: block;
}
.contents01 .contents01_01 ul li a img{
	width: 100%;
	height: auto;
	display: block;
}
.contents01 .contents01_01 .btn01{
	width: 260px;
	height: 62px;
	border-radius: 48px;
	margin: 40px auto 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .btn01{
		width: 200px;
		height: 50px;
		border-radius: 48px;
		margin: 40px auto 0;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	}	
}
.contents01 .contents01_01 .btn01 img{
	width: 100%;
	height: auto;
	display: block;
}


/*.contents01ここまで*/