@charset "UTF-8";
/*
modal
------------------------------------------------*/
.lock {
	overflow:hidden;
}
.modal-overlay {
	width:100%;
	height:120%;
	background-color:rgba(255,255,255,0.9);
	position:fixed;
	top:0;
	left:0;
	display:none;
	z-index: 4;
}
.modal-wrap {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	overflow:auto;
	display:none;
	z-index:5;
}
.closeBtn{
	width: 80px;
	height: 80px;
	border-radius: 5px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.closeBtn::before ,
.closeBtn::after{
	content: '';
	width: 44px;
	height: 8px;
	background: #000;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.closeBtn::after{
	transform: translate(-50%,-50%) rotate(-45deg);
}
@media screen and (max-width: 640px){
	.closeBtn{
		width: 60px;
		height: 60px;
	}
	.closeBtn::before ,
	.closeBtn::after{
		content: '';
		width: 32px;
		height: 6px;
	}
}

.appliModal {
	width:1000px;
	margin: 60px auto;
	position:relative;
	display:none;
	overflow: scroll;
}
.reModalArea{
	width: 860px;
	margin: 30px auto;
	padding: 52px 0;
	position: relative;
	display: none;
}
.reModal{
	padding: 36px;
	border-radius: 14px;
}
.yojiOpen .reModal ,
.yojiOpen .closeBtn{
	color: #F87428;
	background: #fef0e2;
}
.teiOpen .reModal ,
.teiOpen .closeBtn{
	color: #2CAB19;
	background: #e1f9e0;
}
.kouOpen .reModal ,
.kouOpen .closeBtn{
	color: #0E96D6;
	background: #e0f6fd;
}
.ippanOpen .reModal ,
.ippanOpen .closeBtn{
	color: #BD4ECA;
	background: #f7ebf7;
}
#modalOpenArea .closeBtn{
	width: 80px;
	height: 76px;
	border-radius: 14px;
}
.reModal img{
	width: 100%;
	border: 1px solid #000;
}
.reModal .nameArea{
	margin: 16px 0 0 0;
}
.name{
	width: 300px;
	margin: 0 auto 16px auto;
	padding: 0 0 4px 0;
}
.yojiOpen .name{
	border-bottom: 1px solid #F87428;
}
.teiOpen .name{
	border-bottom: 1px solid #2CAB19;
}
.kouOpen .name{
	border-bottom: 1px solid #0E96D6;
}
.ippanOpen .name{
	border-bottom: 1px solid #BD4ECA;
}
.nameArea .comment{
	font-size: 14px;
	line-height: 1.5;
}
@media screen and (max-width: 640px){
	.appliModal {
		width:90%;
		margin: 30px auto;
	}
	.reModalArea{
		width: 90%;
		margin: 30px auto;
		padding: 40px 0;
	}
	.reModal{
		padding: 20px;
		border-radius: 10px;
	}
	#modalOpenArea .closeBtn{
		width: 60px;
		height: 54px;
		border-radius: 10px;
	}
	.reModal .nameArea{
		margin: 16px 0 0 0;
	}
	.name{
		width: 60%;
		margin: 0 auto 14px auto;
		padding: 0 0 2px 0;
	}
	.nameArea .comment{
		font-size: 14px;
	}
}