@charset "UTF-8";
#gmap-area {
	margin-top: 60px;
}
.unit-subject > li > span {
	cursor: pointer;
	transition: .3s;
}
.unit-subject > li > span:hover {
	color: #310080;
}
.unit-subject > li:first-of-type > span:hover {
	background: #f6f3ff;
}
.unit-subject > li > span:before {
	content: '\f178';
	position: absolute;
	top: 50%;
	left: 10px;
	color: var(--main-purple);
	font-family: 'Font Awesome 6 Pro';
	font-size: 1.6rem;
	transform: translateY(-50%);
}
@media (max-width: 767px) {
	.unit-subject > li > span {
		font-size: 1.8rem;
	}
}