@charset "UTF-8";
/* CSS Document */

/* popup
================================================== */
.lock {
	overflow: hidden;
}
.modal-content {
	position: relative;
	display: none;
	width: 60%;
	max-height: 80%;
	margin: 30px;
	padding: 5%;
	background: #fff;
	overflow: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 2px #9a071b;
}
.modal-overlay {
	z-index: 10500;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.45);
}
.modal-wrap {
	z-index: 10600;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.modal-open {}
.modal-open:hover {
	cursor: pointer;
}
@media (max-width: 960px) {
	.modal-content {
		width: 90%;
		margin: 0;
	}
}
@media (max-width: 600px) {
	.modal-content {
		width: 80%;
		margin: 0;
	}
}
.modal-overlay,
.modal-content {
	opacity: 0;
	transition: opacity .3s ease;
}

.modal-overlay.is-open,
.modal-content.is-open {
	opacity: 1;
}
/* modalBox
================================================== */
.modalBox {
	max-width: 800px;
	margin: 0 auto;
}
.modalBox h2 {
	font-size: 140%;
	font-weight: 600;
	padding-bottom: 15px;
	line-height: 140%;
	border-bottom: solid #333 1px;
	margin-bottom: 15px;
}
.modalBox h2 span.sTxt {
	font-weight: bold;
	font-size: 70%;
}
.modalBox h3 {
	font-size: 100%;
	padding: 0 0 15px;
	margin: 0;
	font-weight: bold;
	line-height: 160%;
}
.modalBox p {
	margin-bottom: 1em;
	line-height: 160%;
}
.modalBox p.leftBorder {
	border-left: solid 5px #999;
	padding-left: 1em;
}
.modalBox .red {
	color: #9a071b;
}
.modalBox .sTxt {
	font-size: 70%;
}
.modalBox .bold {
	font-weight: bold;
}
.modalBox .kakomi{
	padding: 30px 5% 15px;
	margin-bottom: 5%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 2px #9a071b;
}
.modalImg img {
	width: 100%;
}
.closeBtn {
	padding-top: 20px;
	float: right;
	width: 100px;
	display: block;
	margin-bottom: 0!important;
}
.closeBtn img {
	width: 100%;
}
@media (max-width: 800px) {
	.closeBtn {
		width: 60px;
	}
}
@media (max-width: 639px) {
	.modalBox h2 {
		font-size: 100%;
	}
	.modalBox p.closeBtn {
		padding: 20px 0 0;
	}
}
.imgArea {
	padding: 0 0 15px;
}
.imgArea figure {
	float: left;
	width: 33.3%;
}
.imgAreaS {
	padding: 0 0 15px;
}
