@charset "UTF-8";

.tel {
}

.tel_ttl {
	background: #00ebff;
}

.tel_wrap {
}

.tel_cnt {
}

.tel_cnt:first-child {
	margin-bottom: 78px;
}

.tel_cnt_hd {
	margin-bottom: 20px;
}

.tel_cnt_hd_ttl {
	position: relative;
	padding-bottom: 18px;
	border-bottom: #e4e4e4 solid 5px;
	font-size: 24px;
	line-height: 1;
}

.tel_cnt_hd_ttl::before {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 360px;
	height: 5px;
	background: #c4ff00;
}

.tel_cnt_wrap {
	display: flex;
	gap: 100px;
}

.tel_cnt_wrap_detail {
}

.tel_cnt_wrap_detail > p {
	font-size: 30px;
	line-height: 1.2;
}

.tel_cnt_wrap_detail > p > a {
	font-size: 46px;
}

.tel_cnt_wrap_detail > span {
}

.tel_cnt_wrap_detail_hd {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 20px;
}

.tel_cnt_wrap_detail_hd::before {
	content: "";
	display: block;
	width: 8px;
	height: auto;
	border-radius: 50%;
	background: #c4ff00;
	aspect-ratio: 1;
}

.type_nn_ext {
	display: none;
	margin-top: 20px;
}

.type_nn_ext_ttl {
	font-size: 18px;
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.tel {
	}

	.tel_ttl {
	}

	.tel_wrap {
	}

	.tel_cnt {
	}

	.tel_cnt:first-child {
		margin-bottom: 30px;
	}

	.tel_cnt_hd {
		margin-bottom: 15px;
	}

	.tel_cnt_hd_ttl {
		padding-bottom: 11px;
		font-size: 18px;
		line-height: 1.2;
	}

	.tel_cnt_hd_ttl::before {
		width: 100px;
	}

	.tel_cnt_wrap {
		flex-flow: column;
		gap: 20px;
	}

	.tel_cnt_wrap_detail {
	}

	.tel_cnt_wrap_detail > p {
		font-size: 24px;
	}

	.tel_cnt_wrap_detail > p > a {
		font-size: 32px;
	}

	.tel_cnt_wrap_detail > span {
		font-size: 14px;
	}

	.tel_cnt_wrap_detail_hd {
		font-size: 17px;
	}

	.tel_cnt_wrap_detail_hd::before {
	}
}
