@charset "utf-8";
/* CSS Document */


.p-support {
	margin-block: 10rem;
	@media (max-width: 767.98px) {
		margin-block: 6rem 5rem;
	}
}

.p-support_block {
	display: grid;
	row-gap: 2rem;
}

.l-blue_text_ttl {
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	color: #000;
	font-size: clamp(2rem,3vw,3rem);
	font-weight: bold;
	letter-spacing: 0.039em;
	border-bottom: 5px solid #80BEE2;
	@media (max-width: 767.98px) {
		padding-bottom: 10px;
		margin-bottom: 0;
		font-size: 2rem;
	}
}

.support_ttl {
	color: #0075c2;
	font-size: clamp(1.8rem,2.4vw,2.4rem);
	line-height: calc(40 / 24);
	letter-spacing: 0.035em;
	font-weight: bold;
	@media (max-width: 767.98px) {
		font-size: 1.8rem;
	}
	span {
		color: #0075C2;
	}
}

.support_txt {
	font-size: clamp(1.4rem,1.8vw,1.8rem);
	line-height: 180%;
	@media (max-width: 767.98px) {
		font-size: 1.4rem;
	}
}

.p-range {
	background: #EBEBEB;
	padding-block: 80px;
	@media (max-width: 767.98px) {
		padding-block: 60px;
	}
}

.p-range_block {
	display: grid;
	row-gap: 3rem;
	@media (max-width: 767.98px) {
		row-gap: 2rem;
	}
}

.range_ttl {
	padding-bottom: 2rem;
	margin-bottom: 1rem;
	color: #000;
	font-size: clamp(2rem,3vw,3rem);
	line-height: 1;
	letter-spacing: 0.035em;
	font-weight: bold;
	border-bottom: 5px solid #80BEE2;
	@media (max-width: 767.98px) {
		padding-bottom: 10px;
		margin-bottom: 0;
		font-size: 2rem;
	}
}

.range_txt {
	font-size: clamp(1.4rem,1.8vw,1.8rem);
	line-height: 180%;
	@media (max-width: 767.98px) {
		font-size: 1.4rem;
	}
}

.range_list {
	display: grid;
	grid-template-columns: repeat(3,minmax(200px,1fr));
	grid-template-rows: auto;
	grid-auto-rows: 1fr;
	gap: 2rem;
	li {
		background: #0075c2;
		color: #fff;
		text-align: center;
		font-size: clamp(1.4rem,1.8vw,1.8rem);
		font-weight: 600;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 12px 10px;
		line-height: 140%;
		border-radius: 10px;
		@media (max-width: 767.98px) {
			font-size: 1.4rem;
		}
	}
	@media (max-width: 767.98px) {
		grid-template-columns: repeat(2,minmax(0,1fr));
	}
	@media (max-width: 599.98px) {
		grid-template-columns: repeat(1,minmax(0,1fr));
	}
}

.range_caution {
	font-size: clamp(1.2rem,1.4vw,1.4rem);
	padding: 0px 1em;
	text-indent: -1em;
	margin-left: 1em;
	@media (max-width: 767.98px) {
		font-size: 1.2rem;
	}
}

.mark_kome {
	color: #B91919;
}

.event_info {
	display: grid;
	gap: 5px;
	margin-block: 5rem;
	@media (max-width: 767.98px) {
		gap: 10px;
	}
}

.event_info > dl {
	display: grid;
	grid-template-columns: 1fr 4fr;
	gap: 5px;
	@media (max-width: 767.98px) {
		grid-template-columns: 1fr;
		gap: 0;
	}
}

.event_info > dl > * {
	padding: 20px 2vw;
	font-size: clamp(1.4rem,1.8vw,1.8rem);
	@media (max-width: 767.98px) {
		padding: 1rem 2rem;
		font-size: 1.4rem;
	}
}

.event_info > dl > dt {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: #027DC5;
	color: #FFF;
	font-weight: 600;
}

.event_info > dl > dd {
	background: #F8F8F8;
	font-weight: 500;
}

.p-support__text-contact {
	color: #0075c2;
	font-size: clamp(1.4rem,1.8vw,1.8rem);
	font-weight: 600;
	line-height: calc(28 / 18);
	text-align: center;
	@media (max-width: 767.98px) {
		font-size: 1.4rem;
	}
}
