@charset "UTF-8";

/** .content-main */
.page10 .content-main .rubbish-msg-img-wrap {
	position: relative;
	width: 297px;
	height: 154px;
	margin-top: 30px;
	margin-left: 100px;
	transform: rotateZ(0) scale(0);
	animation: fadeIn .3s ease .6s forwards, buruburu .1s ease .9s infinite;
	opacity: 0;
}

@media screen and (max-height: 768px) {
	.page10 .content-main .rubbish-msg-img-wrap {
		width: 38.6718vh;
		height: 20.052vh;
		margin-top: 3.9062vh;
		margin-left: 13.0208vh;
	}
}

.page10 .content-main .rubbish-img-wrap {
	position: absolute;
	top: calc(50% - 250px);
	left: calc(50% - 20px);
	width: 143px;
	height: 177px;
	transform: translate(-50%, -50%);
	animation: fadeInEx .3s ease .4s forwards;
	opacity: 0;
}

@media screen and (max-height: 768px) {
	.page10 .content-main .rubbish-img-wrap {
		top: calc(50% - 32.552vh);
		left: calc(50% - 2.6041vh);
		width: 18.6197vh;
		height: 15.2343vh;
	}
}

.page10 .content-main .children-img-wrap {
	width: 425px;
	height: 215px;
	margin-left: 110px;
	transform: translateY(100px);
	animation: slideUp .3s ease .2s forwards;
	opacity: 0;
}

@media screen and (max-height: 768px) {
	.page10 .content-main .children-img-wrap {
		width: 55.3385vh;
		height: 27.9947vh;
		margin-left: 14.3229vh;
	}
}

.page10 .content-main .logo-msg-img-wrap {
	position: absolute;
	top: calc(50% - 240px);
	right: calc(50% - 480px);
	width: 250px;
	height: 160px;
	transform: translate(-50%, -50%) rotate(0) scale(0);
	animation: fadeInMsg .3s ease 1s forwards, fuwafuwa 2s ease 1.3s infinite;
	opacity: 0;
}

@media screen and (max-height: 768px) {
	.page10 .content-main .logo-msg-img-wrap {
		top: calc(50% - 31.25vh);
		right: calc(50% - 62.5vh);
		width: 32.552vh;
		height: 20.8333vh;
	}
}

.page10 .content-main .logo-img-wrap {
	position: absolute;
	top: calc(50% - 60px);
	right: calc(50% - 440px);
	width: 216px;
	height: 161px;
	transform: translate(-50%, -50%);
	animation: fadeInEx .3s ease .8s forwards;
	opacity: 0;
}

@media screen and (max-height: 768px) {
	.page10 .content-main .logo-img-wrap {
		top: calc(50% - 7.8125vh);
		right: calc(50% - 57.2916vh);
		width: 28.125vh;
		height: 20.9635vh;
	}
}

.page10 .content-main .info-wrap {
	position: relative;
	width: 690px;
	margin: -10px auto 0;
	background-color: #fff;
	animation: fadeIn .3s ease 1.2s forwards;
	opacity: 0;
	color: #231815;
	font-size: 15px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: 300;
}

@media screen and (max-height: 768px) {
	.page10 .content-main .info-wrap {
		width: 89.8437vh;
		margin: -1.302vh auto 0;
		font-size: 1.9531vh;
	}
}

.page10 .content-main .info-wrap .info-head {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 38px;
	border-radius: 20px 20px 0 0;
	background-color: #53b98d;
	text-align: center;
}

@media screen and (max-height: 768px) {
	.page10 .content-main .info-wrap .info-head {
		height: 4.9479vh;
		border-radius: 2.6041vh 2.6041vh 0 0;
	}
}

.page10 .content-main .info-wrap .info-head .info-title {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
}

@media screen and (max-height: 768px) {
	.page10 .content-main .info-wrap .info-head .info-title {
		font-size: 2.8645vh;
	}
}

.page10 .content-main .info-wrap .info-body {
	padding: 10px;
	border: 4px solid #53b98d;
	border-top: none;
	border-radius: 0 0 20px 20px;
}

@media screen and (max-height: 768px) {
	.page10 .content-main .info-wrap .info-body {
		padding: 1.302vh;
		border: .5208vh solid #53b98d;
		border-radius: 0 0 2.6041vh 2.6041vh;
	}
}
