@charset "utf-8";

/* ==================================================
emergency_popup
================================================== */
#tmp_emergency_pu_box {
	font-size:"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
#tmp_emergency_pu_box .pu_cnt {
	font-size: 1.25rem;
}
#tmp_emergency_pu_box h1 {
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 60px;
}
#tmp_emergency_pu_box h1:before {
	content: '';
	position: absolute;
	display: block;
	z-index: -1;
	width: 100%;
	height: 12px;
	bottom: 6px;
	background-color: #f4f4f4;
}
#tmp_emergency_pu_box ul,
#tmp_emergency_pu_box ol {
	margin: 0 0 1em 2em;
}
#tmp_emergency_pu_box .pu_cnt a {
	text-decoration: underline;
}
#tmp_emergency_pu_box .pu_cnt a:hover,
#tmp_emergency_pu_box .pu_cnt a:focus {
	text-decoration: none;
}
#tmp_emergency_pu_close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	background: transparent;
	border: none;
}
/* Styles
================================================== */
/* text */
.txt_red {
	color: #990000;	/* Setting by CMS sheets */
}
.txt_green {
	color: #007500;	/* Setting by CMS sheets */
}
.txt_big {
	font-size: 137.5%;	/* Setting by CMS sheets */
}
.txt_small {
	font-size: 87.5%;	/* Setting by CMS sheets */
}