@charset "UTF-8";

/* 子育て応援割引 利用規約について */
#kosodate.kiyaku h2 {
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	padding: 50px 0;
}
#kosodate.kiyaku h2 span.pc {
	display: inline-block;
}
#kosodate.kiyaku h2::after {
	content: "";
	display: block;
	width: 18em;
	height: 2px;
	background-color: #333;
	margin: 0.7em auto 0;
}
#kosodate.kiyaku .inner dl {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 40px;
}
#kosodate.kiyaku .inner dl dt {
	font-weight: 500;
}
#kosodate.kiyaku .inner dl dd:nth-of-type(n + 2) {
	margin-top: 20px;
}
#kosodate.kiyaku .inner dl dd ol {
	padding-left: 1.5em;
}
#kosodate.kiyaku .inner dl dd ol li {
	list-style-type: decimal;
	padding-left: 0.5em;
}
#kosodate.kiyaku .inner .supplement {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 80px;
}

/* 子育て応援割引 index.html */
#kosodate_wrap {
	/* background: url(/img/kosodate/bg_pc.png) no-repeat top center; */
	background-size: contain;
}
#kosodate_wrap .off_5per {
	width: 95.5%;
	max-width: 955px;
	padding: 3% 0;
	margin: 0 auto;
}

#kosodate_wrap .app_wrap {
	display: flex;
	justify-content: space-between;
	margin-left: -0.5%;
	margin-right: -0.2%;
}
.app_wrap .phone_box {
	width: 37.8%;
	max-width: 378px;
	margin-left: -2.5%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}
.app_wrap .phone_box .phone_img {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 16px;
}
.app_wrap .phone_box .phone_img p {
	font-size: 14px;
}
.app_wrap .phone_box .phone_img .pc {
	max-height: 488px;
	width: auto;
}
.app_wrap .phone_box .phone_img .sp {
	max-height: 211px;
	width: auto;
}
.app_wrap .phone_box p {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}
.app_wrap .dl_box {
	width: 62.9%;
	max-width: 629px;
}
.app_wrap .dl_box .link_paragraph {
	font-size: 12px;
	text-align: center;
	margin-top: 28px;
	margin-bottom: 10px;
}
.app_wrap .dl_box .link_paragraph .link_btn {
	color: #19aa3c;
	text-decoration: underline;
}
.app_wrap .dl_box .notes p {
	line-height: 1.375;
	font-feature-settings: "palt";
}
.app_wrap .dl_box .notes p:first-child {
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 0.7em;
}
.app_wrap .dl_box .notes p:not(:first-child) {
	font-size: 15px;
}

#kosodate_wrap .howto_wrap {
	margin: 3% 0 8%;
}
.howto_wrap p {
	max-width: 664px;
	margin: 5% auto 8%;
}
.howto_wrap .kiyaku_btn {
	display: block;
	box-sizing: border-box;
	margin: 0 auto;
	width: 64%;
	background: #ebebec;
	padding: 0.5em 50px 0.6em;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
	position: relative;
}
.howto_wrap .kiyaku_btn img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	width: 16px;
}

/*==================================================
tab
*==================================================*/
@media only screen and (max-width: 768px) {
}

/*==================================================
sp
*==================================================*/
@media only screen and (max-width: 600px) {
	/* 子育て応援割引 利用規約について */
	#kosodate.kiyaku h2 {
		font-size: 23px;
		line-height: 1.4;
		padding-bottom: 30px;
	}
	#kosodate.kiyaku h2 span.pc {
		display: none;
	}
	#kosodate.kiyaku h2::after {
		width: 80%;
		margin: 0.7em auto 0;
	}
	#kosodate.kiyaku .inner dl {
		font-size: 17px;
		line-height: 1.5;
		margin-bottom: 40px;
	}
	#kosodate.kiyaku .inner .supplement {
		font-size: 18px;
		line-height: 1.6;
		margin-bottom: 50px;
	}

	/* 子育て応援割引 index.html */
	#kosodate_wrap {
		background-size: contain;
	}
	#kosodate_wrap .inner {
		width: 100%;
	}
	#kosodate_wrap .off_5per {
		width: 76.13%;
		padding: 5% 0;
	}

	#kosodate_wrap .app_wrap {
		flex-direction: column;
		width: 78.67%;
		margin: 0 auto;
	}
	.app_wrap .phone_box {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-bottom: 6%;
		gap: 20px;
	}
	.app_wrap .phone_box p {
		font-size: 11px;
		line-height: 1.5;
	}
	.app_wrap .phone_box .phone_img {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 8px;
	}
	.app_wrap .phone_box .phone_img p {
		font-size: 8px;
	}
	.app_wrap .dl_box {
		width: 100%;
		max-width: 100%;
	}
	.app_wrap .dl_box ul {
		margin: 30px 0 10px;
		padding-bottom: 40px;
	}
	.app_wrap .dl_box ul:after {
		background: radial-gradient(
			circle farthest-side,
			#898989,
			#898989 30%,
			transparent 30%,
			transparent
		);
		background-size: 6px;
		height: 6px;
	}
	.app_wrap .dl_box ul li a {
		padding: 0 5%;
	}
	.app_wrap .dl_box ul li p {
		max-width: 125px;
		margin: 12% auto 0;
	}
	.app_wrap .dl_box .notes p:first-child {
		margin-top: 0.7em;
		font-size: 11px;
	}
	.app_wrap .dl_box .notes p:not(:first-child) {
		font-size: 10px;
	}

	#kosodate_wrap .howto_wrap {
		margin: 20px 0 8%;
	}
	.howto_wrap p {
		max-width: 90.8%;
		margin: 8% auto;
	}
	.howto_wrap .kiyaku_btn {
		width: 78%;
		padding: 0.5em 30px 0.6em;
		font-size: 15px;
		filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
	}
	.howto_wrap .kiyaku_btn img {
		right: 15px;
		width: 10px;
	}
}
