@charset "UTF-8";
/* CSS Document */

#sec01 {
	padding: 5% 0;
	max-width: 800px;
	margin: 0 auto;
}
#sec01 h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
	padding: 1em 0 2em;
}
#sec01 p {
	padding: 0.5em 0;
	font-size: 15px;
}
#sec01 dl {
	padding: 1em 0;
}
#sec01 dt {
	border-bottom: #777 dotted 1px;
	padding-bottom: 0.5em;
	font-size: 16px;
	font-weight: 500;
	&::before {
		content: "■";
		color: #999;
		margin-right: 0.2em;
	}
}
#sec01 p.telNum {
	font-size: 150%;
	text-align: center;
}
#sec01 p.telNum span {
	font-size: 150%;
	margin-left: 0.3em;
}

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

@media screen and (max-width: 599px) {
	#sec01 h3 {
    text-align: center;
    font-size: 18px;
	}
	#sec01 {
		width: 90%;
	}
	#sec01 dt {
		font-size: 15px;
	}
	#sec01 p {
	font-size: 13px;
}
	#sec01 p.telNum {
	font-size: 6vw;
		font-size: clamp(14px, 6vw, 20px);
	}
	#sec01 p.telNum span {
		display: block;
	}
}