@charset "UTF-8";

.contactModule01 .txt01 .name.lContactText {
	margin-bottom: 15px;
	color: #fff !important;
}

.contactModule01 .txt01.lContact a {
	color: #fff;
}
.lContactText__Quiz {
	color: #fff;
	font-weight: bold;
	user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
}
.contactModule01 .txt01.lContactText__input {
	margin: 20px 0 0;
}
.pcOnly {
	display: none;
}
@media (width > 768px) {
	.spOnly {
		display: none;
	}
	.pcOnly {
		display: block;
	}
}
