.modal_mohou {
	display: none;
	position: fixed;
	z-index: 1000;
	width: 800px;
	max-width: 96%;
	max-height: 96%;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #fff;
}
.modal_mohou a.close {
	position: absolute;
	top: 0.5em;
	right: 1em;
	color: #555;
	border: none;
}
.modal_mohou a.close span {
	font-size: 30px;
	font-weight: bold;
}
.modal_mohou h1 {
	width: 250px;
	max-width: 100%;
	margin: 60px auto 40px;
}
.modal_mohou p {
	padding: 0 70px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.6;
}
.modal_mohou a.btn {
	display: block;
	width: 452px;
	height: 50px;
	margin: 0 auto 60px;
	padding-top: 12px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background: #e61131;
	border-radius: 5px;
}
.modal_mohou a:hover {
	opacity: 0.7;
}
.modal_bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(0,0,0, 0.5);
}
@media screen and (max-width: 768px) {
.modal_mohou p {
	font-size: 20px;
	padding: 0 30px;
}
.modal_mohou a.btn {
	width: auto;
	height: auto;
	padding: 0.5em 1em;
	font-size: 15px;
	max-width: 80%;
}
}