@charset "UTF-8";

/** .content-title */
.page6 .content-title {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 40px;
	text-align: center;
}

@media screen and (max-height: 768px) {
	.page6 .content-title {
		margin-top: 1.302vh;
		margin-bottom: 1.302vh;
		font-size: 5.2083vh;
	}
}

/** .content-main */
.page6 .content-main .check-list-wrap {
	margin-left: 30px;
}

@media screen and (max-height: 768px) {
	.page6 .content-main .check-list-wrap {
		margin-left: 3.9062vh;
	}
}

.page6 .content-main .check-list-wrap .check-item {
	position: relative;
	padding-left: 70px;
	transform: translateY(-100px);
	animation: slideDown .6s ease forwards;
	opacity: 0;
	font-size: 30px;
}

@media screen and (max-height: 768px) {
	.page6 .content-main .check-list-wrap .check-item {
		padding-left: 9.1145vh;
		font-size: 3.9062vh;
	}
}

.page6 .content-main .check-list-wrap .check-item:nth-child(1) {
	animation-delay: .2s;
}
.page6 .content-main .check-list-wrap .check-item:nth-child(2) {
	animation-delay: .8s;
}
.page6 .content-main .check-list-wrap .check-item:nth-child(3) {
	animation-delay: 1.4s;
}
.page6 .content-main .check-list-wrap .check-item::before {
	position: absolute;
	top: 2px;
	left: 10px;
	width: 46px;
	height: 40px;
	background-image: url(/teaching/sagamihara/page6/img/icon_check.png);
	background-size: cover;
	content: '';
}

@media screen and (max-height: 768px) {
	.page6 .content-main .check-list-wrap .check-item::before {
		top: .2604vh;
		left: 1.302vh;
		width: 5.9895vh;
		height: 5.2083vh;
	}
}

.page6 .content-main .info-wrap {
	position: relative;
	width: 690px;
	margin: 130px auto 0;
	background-color: #fff;
	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) {
	.page6 .content-main .info-wrap {
		width: 89.8437vh;
		margin: 16.927vh auto 0;
		font-size: 1.9531vh;
	}
}

.page6 .content-main .info-wrap .girl-msg-img-wrap {
	position: absolute;
	top: calc(50% - 170px);
	right: calc(50% - 330px);
	width: 217px;
	height: 87px;
	transform: translate(-50%, -50%) rotate(0);
	animation: fadeInMsg .3s ease 2.3s forwards, fuwafuwa 2s ease 1.3s infinite;
	opacity: 0;
}

@media screen and (max-height: 768px) {
	.page6 .content-main .info-wrap .girl-msg-img-wrap {
		top: calc(50% - 22.1354vh);
		right: calc(50% - 42.9687vh);
		width: 28.2552vh;
		height: 11.3281vh;
	}
}

.page6 .content-main .info-wrap .girl-img-wrap {
	position: absolute;
	top: calc(50% - 156px);
	right: calc(50% - 430px);
	width: 135px;
	height: 117px;
	transform: translate(100px, -50%);
	animation: slideLeftEx .3s ease 2s forwards;
	opacity: 0;
}

@media screen and (max-height: 768px) {
	.page6 .content-main .info-wrap .girl-img-wrap {
		top: calc(50% - 20.3125vh);
		right: calc(50% - 55.9895vh);
		width: 17.5781vh;
		height: 15.2343vh;
	}
}

.page6 .content-main .info-wrap .girl-img-wrap::before {
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 64px);
	width: 21px;
	height: 11px;
	background-image: url(/teaching/sagamihara/page6/img/sweat1.png);
	background-size: cover;
	transform: translate(-50%, -50%);
	animation: fadeInEx 1s ease 2.6s infinite;
	opacity: 0;
	content: '';
}

@media screen and (max-height: 768px) {
	.page6 .content-main .info-wrap .girl-img-wrap::before {
		top: calc(50% - 5.2083vh);
		left: calc(50% - 8.3333vh);
		width: 2.7343vh;
		height: 1.4322vh;
	}
}

.page6 .content-main .info-wrap .girl-img-wrap::after {
	position: absolute;
	top: calc(50% - 60px);
	left: calc(50% - 54px);
	width: 23px;
	height: 20px;
	background-image: url(/teaching/sagamihara/page6/img/sweat2.png);
	background-size: cover;
	transform: translate(-50%, -50%);
	animation: fadeInEx 1s ease 2.7s infinite;
	opacity: 0;
	content: '';
}

@media screen and (max-height: 768px) {
	.page6 .content-main .info-wrap .girl-img-wrap::after {
		top: calc(50% - 7.8125vh);
		left: calc(50% - 7.0312vh);
		width: 2.9947vh;
		height: 2.6041vh;
	}
}

.page6 .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;
	animation: fadeIn .3s ease 3s forwards;
	opacity: 0;
	text-align: center;
}

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

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

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

.page6 .content-main .info-wrap .info-body {
	padding: 10px;
	border: 4px solid #53b98d;
	border-top: none;
	border-radius: 0 0 20px 20px;
	animation: fadeIn .3s ease 3s forwards;
	opacity: 0;
}

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

.page6 .content-main .info-wrap .info-body .info-body-title {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
}

@media screen and (max-height: 768px) {
	.page6 .content-main .info-wrap .info-body .info-body-title {
		margin-bottom: 1.302vh;
		font-size: 2.3437vh;
	}
}
