@charset "utf-8";

#support-tel-modal {
	padding-bottom: 0;
	/* top: 0; */
	/* left: 0; */
	right: 0;
	bottom: 0;
	margin: auto;
	height: fit-content;
}
.support-tel-head {
	margin: 0 0 1rem;
	font-size: 28px;
	text-align: center;
}
.support-tel-list {
	margin: 0;
	padding: 0;
	text-align: center;
}
.support-tel-list dl {
	margin: 0;
}
.support-tel-list dt {
	padding: .5rem 0;
	background-color: #eee;
}
.support-tel-list dd {
	margin: 0;
	line-height: 1;
}
.support-tel-list a {
	display: block;
	padding: 0.75rem 0;
	color: #046BB7;
	font-size: 20px;
	pointer-events: none;
}
.support-tel-img-flex {
	display: flex;
	justify-content: center;
}
.support-tel-img-flex .support-tel-img-wrap {
	margin: 0;
}
.support-tel-img-flex .support-tel-img-wrap:first-child {
	margin-right: 1rem;
}
.support-tel-img-wrap {
	margin: auto;
	width: auto;
	height: 2rem;
}
.support-tel-img-wrap img {
	display: block;
	margin: auto;
	width: auto;
	height: 100%;
}

@media screen and (max-width: 38.74em) {
	.support-tel-head {
		font-size: 18px;
	}
	.support-tel-list a {
		font-size: 16px;
		pointer-events: auto;
	}
}
