@charset "UTF-8";
.core-site-content .box-line__hdg h3{
	text-align: center;
}
.core-site-content .box-contact-phone{
	text-align: left;
	padding: 0;
}
.core-site-content .box-contact-phone .link-tel{
	justify-content: flex-start;
}
.core-site-content .box-contact-phone__time{
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}
.core-site-content .box-contact-phone__time span{
	font-weight: normal;
	display: block;
}
@media screen and (min-width: 769px){ /* PC */
	.core-site-content .box-contact-phone{
		padding: 0;
	}
	.core-site-content .box-contact-phone__time{
		font-size: 14px;
	}
	.core-site-content .box-contact-phone__time span{
		display: inline-block;
	}
}