@charset "UTF-8";

/** .content-main */

.page24 .content-main .logo-img-wrap {
	position: relative;
	margin-bottom: 30px;
	animation: fadeIn .3s ease .2s forwards;
	opacity: 0;
}

@media screen and (max-height: 768px) {
	.page24 .content-main .logo-img-wrap {
		margin-bottom: 3.9062vh;
	}
}

.page24 .content-main .logo-img-wrap .logo-msg-wrap {
	position: absolute;
	top: 50%;
	right: calc(50% - 600px);
	width: 408px;
	height: 175px;
	margin-left: 20px;
	transform: translate(-50%, -50%) rotate(0) scale(0);
	animation: fadeInMsg .3s ease .4s forwards, fuwafuwa 2s ease .7s infinite;
	opacity: 0;
}

@media screen and (max-height: 768px) {
	.page24 .content-main .logo-img-wrap .logo-msg-wrap {
		right: calc(50% - 78.125vh);
		width: 53.125vh;
		height: 22.7864vh;
		margin-left: 2.6041vh;
	}
}

.page24 .content-main .logo-img-wrap .logo-wrap {
	width: 285px;
	height: 213px;
	margin-top: 40px;
	margin-left: 140px;
}

@media screen and (max-height: 768px) {
	.page24 .content-main .logo-img-wrap .logo-wrap {
		width: 37.1093vh;
		height: 27.7343vh;
		margin-top: 5.2083vh;
		margin-left: 18.2291vh;
	}
}

.page24 .content-main .info-wrap {
	position: relative;
	width: 690px;
	margin: 0 auto;
	background-color: #fff;
	animation: fadeIn .3s ease .6s 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) {
	.page24 .content-main .info-wrap {
		width: 89.8437vh;
		font-size: 1.9531vh;
	}
}

.page24 .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) {
	.page24 .content-main .info-wrap .info-head {
		height: 4.9479vh;
		border-radius: 2.6041vh 2.6041vh 0 0;
	}
}

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

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

.page24 .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) {
	.page24 .content-main .info-wrap .info-body {
		padding: 1.302vh;
		border: .5208vh solid #53b98d;
		border-radius: 0 0 2.6041vh 2.6041vh;
	}
}

.page24 .content-main .info-wrap .info-body .info-body-title {
	font-size: 18px;
	font-weight: 600;
}

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

.page24 .content-main .info-wrap .info-body .info-body-text-wrap {
	display: flex;
	justify-content: space-between;
}
.page24 .content-main .info-wrap .info-body .info-body-text-wrap .info-body-text {
	width: 500px;
}

@media screen and (max-height: 768px) {
	.page24 .content-main .info-wrap .info-body .info-body-text-wrap .info-body-text {
		width: 65.1041vh;
	}
}

.page24 .content-main .info-wrap .info-body .info-body-text-wrap .info-img-wrap {
	width: 151px;
	height: 146px;
}

@media screen and (max-height: 768px) {
	.page24 .content-main .info-wrap .info-body .info-body-text-wrap .info-img-wrap {
		width: 19.6614vh;
		height: 19.0104vh;
	}
}
