@charset "utf-8";
@media only screen and (max-width: 767px) {
	main {
		padding-top: 5.0rem;
	}
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #FEF4DD;
	display: block;
}
.contents01 .contents01_01{
	width: 37.5rem;
	height: auto;
	padding: 1.0rem 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.contents01 .contents01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 .9rem;
	font-size: 5.0rem;
	line-height: 5.0rem;
	display: block;
}
.contents01 .contents01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 2.0rem;
	font-size: 1.6rem;
	line-height: 2.2rem;
	display: block;
	text-align: center;
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	padding: 3.6rem 5.6rem 5.8rem;
	margin: 0;
	background-color: #ffffff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
	width: 100%;
	height: auto;
	margin: 5.7rem 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:nth-of-type(1){
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .item01:first-child{
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .contents01_01_01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .contents01_01_01_01_01:hover{
	opacity: 1;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .contents01_01_01_01_01 > .contents01_01_01_01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .contents01_01_01_01_01 > .contents01_01_01_01_01_01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	transform-origin: center;
	transform: scale(1.0);
	display: block;
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .contents01_01_01_01_01:hover > .contents01_01_01_01_01_01 > img{
	transform: scale(1.1)!important;
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 2.8rem 0 0;
	font-size: 1.6rem;
	line-height: 2.8rem;
	display: block;
	text-align: justify;
	text-align-last: left;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 1.4rem 0 0;
	font-size: 1.4rem;
	line-height: 2.5rem;
	display: block;
	text-align: justify;
	text-align-last: left;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 > .text03{
	width: auto;
	height: auto;
	margin: 1.8rem 0 0;
	font-size: 1.1rem;
	line-height: 1.5rem;
	display: block;
	text-align: justify;
	text-align-last: left;
}
/*.contents01ここまで*/