@charset "utf-8";
/* CSS Document */
/*お問合せ*/
h4 {
	position: relative;
	font-size: 20px;
	text-align: center;
	border-bottom: 5px solid #f6f6f6;
	margin-top: 2.0rem;
}

h4::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #387ccc;
}
@media screen and (max-width:768px) {
}