@charset "utf-8";

.otoiawase_box {
	margin-top: 60px;
}

.otoiawase_box .ttl {
	font-weight: bold;
	text-align: center;
	font-size: 1.8rem;
}
.otoiawase_box .txt_tel {
	font-weight: bold;
	margin-top: 15px;
	text-align: center;
	font-size: 1.8rem;
}

.otoiawase_box .contact {
	background: #d4f6fc;
	padding: 40px;
	max-width: 400px;
	margin: 0 auto;
}

.otoiawase_box .num {
	display: inline-block;
	font-size: 3.5rem;
	font-weight: bold;
	pointer-events: none;
}

.otoiawase_box .reception {
	margin-top: 30px;
	text-align: center;
}

.otoiawase_box .reception dt {
	font-weight: bold;
}

.otoiawase_box .reception dd {
	margin-top: 15px;
}

.otoiawase_box .reception dd li + li {
	margin-top: 15px;
}

@media screen and (max-width: 768px) {
	#contentsBlock {
		padding-bottom: 0;
	}

	.otoiawase_box .ttl {
		font-size: 1.6rem;
	}

	.otoiawase_box .num {
		max-width: 250px;
		width: 100%;
		margin-top: 15px;
		background: #fff;
		border-radius: 30px;
		border: 1px solid #0099d6;
		color: #0099d6;
		font-size: 2rem;
		line-height: 50px;
		pointer-events: all;
	}

	.otoiawase_box .reception dd {
		margin-top: 10px;
	}

	.otoiawase_box .reception dd li + li {
		margin-top: 10px;
	}
}
