@charset "UTF-8";
/*
modal
------------------------------------------------*/
.lock {
	overflow:hidden;
}
.modal-overlay {
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.70);
	position:fixed;
	top:0;
	left:0;
	display:none;
	z-index: 999;
}
.modal-wrap {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	overflow:auto;
	display:none;
	z-index:10000;
}
.modalBtn {
	cursor: pointer;
}
.closeBtn{
	width: 30px;
	height: 30px;
	border-radius: 5px;
	position: absolute;
	top: -40px;
	right: 0;
	cursor: pointer;
}
.closeBtn::before ,
.closeBtn::after{
	content: '';
	width: 40px;
	height: 4px;
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.closeBtn::after{
	transform: translate(-50%,-50%) rotate(-45deg);
}

.appliModal {
	display: none;
	width:1000px;
	margin: 60px auto;
	padding: 60px 30px 0;
	position:relative;
	overflow: scroll;
}
.modalArea{
	display: none;
	max-width:900px;
	min-width: 800px;
	width: 90%;
	margin: 100px auto;
	position:relative;
	z-index: 1000;
	background: url("../images/modal_gotochi_bg.png") no-repeat center top;
	background-size: cover;
	padding: 50px 50px 50px 50px;
}
.modalAreapink{
	display: none;
	max-width:900px;
	min-width: 800px;
	width: 90%;
	margin: 100px auto;
	position:relative;
	z-index: 1000;
	background: url("../images/modal_jikasei_bg.png") no-repeat center top;
	background-size: cover;
	padding: 50px 50px 50px 50px;
}
.modalInfoArea {
	display: flex;
	justify-content: space-between;
}
.mdlTxtArea {
	overflow: hidden;
	width: calc((100% - 360px));
}
.mdTitArea{
	width: 100%;
	background: #0AAEBF;
	margin: 0 0 30px 0;
}
.mdTitAreapink{
	background: #D678A8;
}
.mdTitArea .mdtit{
	font-size: 3rem;
	font-weight: bold;
	margin: 0 0 0 20px;
	color: #fff;
	line-height: 2;
	letter-spacing: 0.1rem;
}
.mdcopy {
	color: #0AAEBF;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.mdcopypink {
	color: #D678A8;
}
.mdExp{ 
	font-size: 1.4rem;
	margin: 0 0 30px 0;
}
.mdDtl{
	border-bottom: 1px solid #000;
	padding: 0 0 10px 0;
	margin: 0 0 3px 0;
}
.mdDtlTit{
	font-size: 1.4rem;
	color: #0AAEBF;
	font-weight: bold;
	position: relative;
	margin: 0 0 5px 0;
}
.mdDtlTitpink{
	color: #D678A8;
}
.mdDtlTit::after{
	content: "";
	width: 100%;
	height: 1px;
	margin: 1.5px 0 0 4px;
	border-bottom: 1px solid #000;
	position: absolute;
	top: 45%;
}
.mdNoto {
	font-size: 1rem;
}
.mdlPhArea {
	width: 350px;
}
.mdlPhArea img{
	width: 100%;
}
@media screen and (max-width: 800px) {
}
.modalArea .mdBtn {
	width: 100%;
	max-width: 227px;
	margin: 10px auto 0 auto;
}
.mdlTxt .KindsRemarks {
	font-size: 1.2rem;
}
.modalArea .mdBtn .btnG{
	width: 100%;
	background: #0AAEBF;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	box-shadow: 0 5px 0 #00979E;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 4rem;
	color: #fff;
	cursor: pointer;
	position: relative;
}
.modalArea .mdBtn .btnG::before{
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 45%;
	left: 15px;
}
.modalArea .mdBtn .btnG:active{
	box-shadow: none;
	transform: translateY(5px);
}
.modalArea .mdBtn .btnP{
	width: 100%;
	background: #D678A8;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	box-shadow: 0 5px 0 #C06497;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 4rem;
	color: #fff;
	cursor: pointer;
	position: relative;
}
.modalArea .mdBtn .btnP::before{
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 45%;
	left: 15px;
}
.modalArea .mdBtn .btnP:active{
	box-shadow: none;
	transform: translateY(5px);
}
@media screen and (max-width: 640px) {
	.modalArea {
	width: 90%;
	max-width: 100%;
	min-width: 90%;
	padding: 30px;
	}
	.modalInfoArea { 
		flex-direction: column-reverse;
	}
	.mdTitArea {
		margin: 0;
	}
	.mdlTxtArea {
		width: 100%;
	}
	.mdTitArea .mdtit {
		font-size: 2.4rem;
		text-align: center;
		margin: 0;
	}
	.mdlPhArea{
		width: 100%;
	}
	.mdcopy{
		font-size: 1.8rem;
		margin: 0 0 10px 0;
		line-height: 1.5;
	}
	.mdExp {
		font-size: 1.3rem;
		margin: 0 0 20px 0;
	}
	.mdDtlTit {
		font-size: 1.4rem;
	}
	.mdSpec{
		font-size: 1.2rem;
	}
	.mdDtl {
		padding: 0 0 10px 0;
	}
	.modalArea .mdBtn {
		margin: 30px auto 0 auto;
	}
}