@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanrp.css');

.faq_bnr_wrap {
	margin-top: 60px;
}

.smp_view .counseling_area .SP,
.pc_view .counseling_area .PC {
	display: block;
}
.pc_view .counseling_area .SP,
.smp_view .counseling_area .PC {
	display: none;
}

.counseling_area {
	margin: 1.5em 0;
}
.counseling_area > div:not(:last-child) {
	margin-bottom: 2em;
}

.counseling_area .medical_consult {
	background: #fff9f3;
	padding: 1em;
	text-align: center;
	box-sizing: border-box;
	color: #6c4d42;
}

.counseling_area .customer_center {
	background: #d5f2f5;
	padding: 1em;
	text-align: center;
	box-sizing: border-box;
	color: #103a62;
}
.counseling_area .medical_consult .tel {
	color: #b24242
}
.counseling_area .customer_center .tel {
	color: #103a62
}
.counseling_area .customer_center .sub_txt {
	color: #1f82a2
}

.counseling_area .title {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.counseling_area .title img {
	max-height: 44px !important;
	width: auto !important;
	display: block;
}
.counseling_area .sub_txt {
	font-family: YakuHanRP, 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
}
.smp_view .counseling_area .sub_txt {
	font-size: 0.95em;
}
.counseling_area .tel {
	font-size: 2.75em;
	font-weight: 600;
	pointer-events: none;
	line-height: normal;
}
.smp_view .counseling_area .tel {
	pointer-events: auto;
}

.counseling_area .hours {
	margin: 0.25em 0 0.5em;
	font-weight: 500;
	font-family: YakuHanRP, 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
}
.smp_view .counseling_area .hours span {
	display: block;
	font-size: 0.8em;
}
.counseling_area .ann {
	font-size: 0.85em;
	vertical-align: text-top;
	letter-spacing: -0.015em;
	line-height: 1.35;
	display: inline-block;
}
.smp_view .counseling_area .ann {
	font-size: 0.6875em;
	line-height: 1.25;
}
