@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:1000;
}
.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:1080px;
	min-width:800px;
	width: 90%;
	margin: 100px auto;
	position:relative;
	z-index: 1000;
	background: url("../images/con_bg_02.png") no-repeat center top;
	background-size: cover;
	padding: 50px 50px 50px 50px;
}
.modalInfoArea {
	display: flex;
	justify-content: space-between;
}
.modalInfoArea .mdlTxt {
	width: 100%;
}
.modalInfoArea .mdlPhArea {
	width: 100%;
	max-width: 500px;
	margin: 0 50px 0 0;
	display: flex;
	align-items: center;
}
.modalInfoArea .mdlPhArea img{
	width: 100%;
}
.modalInfoArea .mdTxt{
	color: #000;
}
.modalInfoArea .mdTit{
	font-size: 3.4rem;
	color: #7e4a1b;
	font-weight: bold;
	margin: 0 0 18px 0;
}
.modalInfoArea .mdExp{
	font-size: 1.4rem;
	margin: 0 0 18px 0;
}
.modalInfoArea .mdDtl{
	font-size: 1.3rem;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
}
.modalInfoArea .mdDtl .mdDtlRkIn{
	font-size: 1.2rem;
}
.modalInfoArea .mdDtlRemarks {
	margin:0 0 5px 0;
}
.modalInfoArea .remarks {
	font-size: 1.2rem;
	margin: 0;
	margin: 0 0 10px 0;
}
.modalInfoArea .mdPh{
	position: relative;
	margin: 30px 0 0 0;
}
.modalInfoArea .mdKinds{
	display: flex;
	margin: 20px 0 0 0;
}
.mdKinds > img{
	width: 100%;
	max-width: 130px;
	margin: 0 20px 0 0;
}
@media screen and (max-width: 900px) {
	.mdKinds > img{
	width: 100%;
	max-width: 90px;
	margin: 0 20px 0 0;
	}
}
.modalInfoArea .mdPh .sleeve{
	width: 100%;
	margin: 0 0 20px 0;
}
.modalInfoArea .mdPh > p{
	font-size: 1.2rem;
	padding-left:1em;
	text-indent:-1em;
}
.modalInfoArea .mdPh > ul {
	width: 100%;
	overflow: hidden;
}
.modalInfoArea .mdPh > ul li{
	width: 100%;
	margin: 0 0 20px 0;
}
.modalInfoArea .mdPh > ul li .mdPhTit{
	font-size: 1.2rem;
	margin: 0 0 10px 0;
	position: relative;
}
.modalInfoArea .mdPh > ul li .mdPhTit::after{
	content: "";
	width: 100%;
	height: 1px;
	margin: 1.5px 0 0 4px;
	background: #000;
	position: absolute;
	top: 45%;
	transform: translate(0,-50%);
}
.modalInfoArea .mdPh > ul li img{
	width: 100%;
}
.modalArea .mdBtn {
	width: 100%;
	max-width: 227px;
	margin: 50px auto 0 auto;
}
.mdlTxt .KindsRemarks {
	font-size: 1.2rem;
}
.modalArea .mdBtn .btnG{
	width: 100%;
	background: #7e4a1b;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	box-shadow: 0 5px 0 #502814;
	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);
}
@media screen and (max-width: 640px) {
	.modalArea{
	width: 90%;
	max-width:100%;
	min-width:90%;
	padding: 30px;
	}
	.modalInfoArea {
	display:block;
	}
	.modalInfoArea .mdlPhArea {
	width: 70%;
	margin: 0 auto 15px auto;
	padding: 20px 0 0 0;
	}
	.modalInfoArea .smallCone {
	width: 80%;
	margin: 0 auto 15px auto;
	padding: 0;
	}
	.modalInfoArea .mdTit{
	font-size: 2.5rem;
	line-height: 1.3;
	text-align: center;
	margin: 0 0 10px 0;
	}
	.modalInfoArea .mdExp{
	font-size: 1.2rem;
	text-align: justify;
	}
	.modalInfoArea .mdDtl{
	font-size: 1.2rem;
	}
	.modalInfoArea .mdPh > p{
	font-size: 1.1rem;
	}
	.mdKinds > img{
	width: 100%;
	max-width: 90px;
	margin: 0 20px 0 0;
	}
}