@charset "UTF-8";

/* -------------------------------------------

モーダルオープンボタン

------------------------------------------- */
.modalSimu .modalBtn{

	width: calc(100% - 40px);
	margin: 20px auto;
	padding-top: 60px;
	padding-bottom: 15px;
}
.modalSimu .modalBtn img {
	width: 100%;
}
.modalSimu .modalBtn .imgPc{
	display: none;
}

@media print, screen and (min-width: 960px){
	.modalSimu {
		width: 100%;
	}
	.modalSimu .modalBtn{
		width: 750px;
		padding: 20px;
		transition: all .4s;
		margin: 40px auto 0;
	}
	.modalSimu .modalBtn:hover{
		opacity: 0.6;
		cursor: pointer;
	}
	.modalSimu .modalBtn .ico img{
		vertical-align: top;
	}
	.modalSimu .modalBtn .imgSp{
		display: none;
	}
	.modalSimu .modalBtn .imgPc{
		display: inline;
	}
}


/* -------------------------------------------

モーダルコンテンツ

------------------------------------------- */
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}
.strModlContent{
	z-index: 999999999999999999;
}
.strModlBox{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999999999999999;
}
.modalBg{
	background: rgba(0,0,0,0.4);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.strModlContent{
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100vh;
}
.modalCloseBox{
	overflow: hidden;
	width: 100%;
	background: #2e919e;
}
.modalCloseBox p{
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
	line-height: 45px;
	color: #fff;
}
.strModlCloseBtn{
	float: right;
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	background: #fff;
	color: #7d7d7d;
	font-weight: bold;
	z-index: 9999;
	position: relative;
}
.strModlCloseBtn span{
	display: block;
	font-size: 10px;
	padding-top: 28px;
}
.strModlCloseBtn span::before,
.strModlCloseBtn span::after{
	content: "";
	display: block;
	position: absolute;
	width: 24px;
	height: 1px;
	background: #7d7d7d;
	top: 18px;
	left: 0;
	right: 0;
	margin: auto;
}
.strModlCloseBtn span::before{
	transform: rotate(45deg);
}
.strModlCloseBtn span::after{
	transform: rotate(-45deg);
}
.strModlHead{
	background: #fff;
	height: 80vh;
}
.mCSB_inside>.mCSB_container{
	margin-right: 0;
}
@media print, screen and (min-width: 960px){
	.strModlContent{
		top: 50%;
		left: 50%;
		right: auto;
		transform: translate(-50%,-50%);
		margin: auto;
		width: 680px;
		height: auto;
		background: #fff;
		border-radius: 10px;
	}
	.modalCloseBox{
		overflow: visible;
		width: 100%;
		background: none;
		position: relative;
	}
	.modalCloseBox p{
		display: none;
	}
	.strModlCloseBtn{
		position: absolute;
		display: block;
		top: -35px;
		right: -70px;
		width: 50px;
		height: 50px;
		height: 50px;
		font-weight: bold;
		z-index: 9999;
		background: none;
		color: #dedada;
	}
	.strModlCloseBtn span{
		font-size: 12px;
	}
	.strModlCloseBtn span::before,
	.strModlCloseBtn span::after{
		background: #dedada;
		width: 36px;
		top: 12px;
	}
	.strModlHead{
		padding-top: 0px;
		/* margin-top: 100px; */
		height: 85vh;
		max-height: 750px;
		border-radius: 10px;
		overflow: hidden;
	}
	.strModlCloseBtn img{
		width: 50%;
		padding-top: 12px;
	}

}
