@charset "utf-8";

.pc {
	display: block;
}

.sp {
	display: none;
}

.tokudai-contents .main-inner {
	width: 100%;
	max-width: 100%;
}

.top-title {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}

.top-message {
	margin: 2rem auto;
	font-size: 18px;
	font-weight: bold;
	color: #20aee5;
	border: solid 2px #20aee5;
	border-radius: 5px;
}

.top-message p {
	font-size: 18px;
	font-weight: bold;
	padding: 1rem 2rem;
}

.shokihiyou {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	margin: 4rem auto 5rem;
	color: #004fb1;
}

.pink {
	display: flex;
	justify-content: center;
	margin-bottom: 4rem;
}

.pink5 {
	display: inline;
	font-size: 32px;
	font-weight: bold;
	line-height: 0.5;
	color: #ff3f78;
	border-bottom: solid 15px #fffc5e;
}

.pink5-big {
	font-size: 72px;
}

.red {
	font-size: 36px;
	color: red;
}

.red-big {
	display: inline-block;
	font-size: 72px;
	margin-right: 4px;
	vertical-align: -10%;
}

.blue {
	font-size: 21px;
	font-weight: bold;
	color: #004fb1;
	text-align: center;
	margin: 4rem auto 6rem;
}

.blue-pink {
	padding: 0 5px;
	color: #ff3f78;
}

.zero-info-box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	line-height: 1.2;
}

.maru-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10vw;
	height: 10vw;
	max-width: 214px;
	max-height: 214px;
	min-width: 120px;
	min-height: 120px;
	margin: 0 1rem;
	text-align: center;
	font-size: clamp(24px, 2vw, 36px);
	font-weight: bold;
	color: #fff;
	background: #004fb1;
	border: solid 5px #004fb1;
	border-radius: 50%;
}

.rei {
	width: 100%;
	margin: 0 auto -2rem;
	background-color: #e3ded0;
	background-image: radial-gradient(circle, #f1eee7 2.5px, transparent 2.5px), radial-gradient(circle, #f1eee7 2.5px, transparent 2.5px);
	background-position: 0 0, 12.5px 25px;
	background-size: 25px 50px;
}

.rei-box {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 3%;
}

.rei-box-p {
	display: inline;
	font-size: 21px;
	margin: 4rem auto 2rem;
	padding: 1rem 2rem;
	color: #FFF;
	background: #735b43;
	border-radius: 5px;
}

.rei img {
	width: 100%;
	margin-bottom: 4rem;
}

.tokudai-zero-pink {
	width: 100%;
	max-width: 1200px;
	padding: 0 3% 4rem;
	margin: 0 auto;
}

.tokudai-zero-pink p {
	padding: 0.6rem 2rem 0.5rem;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.2;
	border-radius: 5px;
	text-align: center;
	-webkit-text-stroke: 4px #FFF;
	paint-order: stroke;
	color: #231815;
	background: #ff9dba;
}

.red-pink {
	color: red;
}

.red2 {
	font-size: 42px;
	letter-spacing: 2px;
	color: red;
	-webkit-text-stroke: 6px #FFF;
	paint-order: stroke;
}

.blue2 {
	padding: 0 3%;
	font-size: 21px;
	font-weight: bold;
	color: #004fb1;
	text-align: center;
	margin: 2rem auto 1.5rem;
}

.zero-tintai {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding-bottom: 8rem;
}

.zero-tintai a {
	height: 80px;
	padding: 1rem 3rem;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.3;
	color: #fff;
	background: #00A8FF;
	border-top: solid 2px #00A8FF;
	border-bottom: solid 7px #0584da;
	border-radius: 16px;
	text-decoration: none;
	transition: 0.5s;
}

.zero-tintai a:hover {
	background-color: #2eb9ff;
	border-top: solid 4px #2eb9ff;
	border-bottom: solid 3px #0584da;
}

.zero-tintai-span {
	font-size: 40px;
}

@media screen and (max-width:768px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.shokihiyou {
		margin: 3rem auto 4rem;
	}

	.pink5 {
		text-align: center;
	}

	.red {
		vertical-align: -240%;
	}

	.red-big {
		vertical-align: -5%;
	}

	.maru-box {
		margin-top: 1rem;
	}

	.blue {
		margin: 4rem auto;
	}

	.zero-tintai {
		padding-bottom: 6rem;
	}

	.zero-tintai a {
		height: 66px;
		font-size: 28px;
		line-height: 1.2;
	}

	.zero-tintai-span {
		font-size: 30px;
	}

	.rei img {
		margin-bottom: 2rem;
	}
}

@media screen and (max-width:443px) {
	.kyoutyou {
		display: none;
	}

	.tokudai-zero-pink {
		padding: 0 3% 2rem;
	}

	.zero-tintai a {
		height: 63px;
		padding: 1rem 1.4rem 1rem 1.8rem;
		font-size: 21px;
		line-height: 1.4;
	}

	.zero-tintai-span {
		font-size: 23px;
	}
}

@media screen and (max-width:350px) {
	.pink5 {
		font-size: 28px;
	}

	.pink5-big {
		font-size: 48px;
	}

	.red {
		font-size: 32px;
		vertical-align: -220%;
	}

	.red-big {
		font-size: 56px;
	}

	.pink {
		margin-bottom: 3rem;
	}

	.maru-box {
		margin: 0 0.5rem;
		min-width: 70px;
		min-height: 70px;
		font-size: clamp(16px, 2vw, 36px);
	}
}