@charset "UTF-8";

#l-footer {
	padding-bottom: 0;
}
/*-----------------------------*/
.remodal-overlay{
	z-index: 100;
	background-color: #333;
	opacity: .8;
}
.remodal-wrapper{
	z-index: 101;
	overflow: hidden;
}
.remodal-wrapper .remodal{
	max-width: 970px;
	position: relative;
	display: block;
	top: 40vh;
	margin: -250px auto auto;
	box-sizing: border-box;
}
@media (max-width:1000px){
	.remodal-wrapper .remodal{
		max-width: 94%;
		padding-top: 30px;
	}
}
.box-emergency__close{
	display: none;
}
.box-emergency .remodal-close{
	position: absolute;
	top: 30px;
	right: 30px;
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url("/assets/images/common/icn-close02.png") no-repeat center;
	background-size: cover;
}
.box-emergency{
	border: 3px solid #fff;
	background: #fff;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
}
.box-emergency__heading{
	padding: 22px 60px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.box-emergency__text{
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	margin-bottom: 25px;
}
.box-emergency__text--bold{
	font-weight: bold;
}
.box-emergency__inner{
	padding: 35px 100px 40px;
	max-height: 430px;
	overflow-y: auto;
}
@media only screen and (min-width:1px) and (max-width:767px){
	.remodal-wrapper{
		overflow: auto;
	}
	.remodal-wrapper:after{
		height: 0;
	}
	.remodal-wrapper .remodal{
		margin-top: 0;
		top: 0;
	}
	.box-emergency__heading{
		font-size: 18px;
		line-height: 1.2;
		padding: 15px 30px;
	}
	.box-emergency .remodal-close{
		width: 11px;
		height: 11px;
		top: 12px;
		right: 12px;
		background: url("/assets/images/common/icn-close02-sp.png") no-repeat center;
		background-size: cover;
	}
	.box-emergency__inner{
		padding: 25px 15px 60px;
		max-height: none;
	}
	.box-emergency__text{
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.box-emergency__close{
		display: block;
		font-size: 16px;
		font-weight: bold;
		color: #666;
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 13px;
		border-top: 1px solid #ddd;
		box-sizing: border-box;
		background-color: #fff;
		z-index: 102;
		cursor: pointer;
	}
}