@charset "UTF-8";
/*20230330追加*/
.table-sp1 {
	display: none;
	border: none;
}
/* 20230823追加↓ */
.notice dl {
	margin: 1em 0;
}
.notice dt {
	display: inline-block;
	vertical-align: top;
}
.notice dd {
	display:inline-block;
}
.tel dl {
	margin-bottom: 1em;
}
.tel dl:last-child {
	margin-bottom: 0em;
}
.tel dt {
	display: inline-block;
	vertical-align: top;
}
.tel dd {
	display:inline-block;
}
.kome1 {
	padding-left: 4.3em;
	text-indent: -1em;
}
.kome2 {
	padding-left: 3.65em;
	text-indent: -1em;
}
/* 20230823追加↑ */
/* 20231201追加↓ */
.strong {
	font-weight: bold;
}
/* 20231201追加↑ */
@media screen and (max-width: 667px) {
	.dataTable tbody th.table-sp2 {
		display: none;
	}
	.tel dl {
		margin-bottom: 0.6em;
	}
}
