@charset "UTF-8";

/*---------- 家族向けサイト用 ----------*/
.pref_select,
.city_select,
.sbox,
.symptoms_hide,
.disease_hide,
.target_hide,
.training_hide,
.event_type_hide,
.hide {
	display: none
}

.show {
	display: block
}

.kari {
	border: 1px dashed #ccc;
	font-size: 12px;
	padding: 8px;
}

.no_hit {
	display: none;
	padding: 40px 0;
	font-weight: bold
}

.line_hide {
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	bottom: 0;
	left: 0;
}

/* 施設アイコン右寄せ */
.p-intro__type-wrap {
	float: right;
	text-align: right;
	margin-left: 8px;
}