@charset "UTF-8";


#overlay {
	display: none;
	background: #000;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 40000;
	cursor: pointer;
}

.modalConts {
	display: none;
}

.modalWin  {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	background: #ffffff;
	z-index: 40001;
}

.modalInner {
	position: relative;
	padding: 60px 60px;
}

.modalClose {
	position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.modalClose img {
	width:100%;
}

.modalH {
	font-size: 25px;
	color: #2e768d;
	line-height: 1.5;
	margin-bottom: 35px;
}

.modal2Col {
	margin-bottom: 60px;
}

.modal2Col .modalLeftCol {
	float: left;
	width: 340px;
}

.modal2Col .modalRightCol {
	float: left;
	width: 460px;
}

.modalH_2 {
	font-size: 16px;
	color: #2e768d;
	line-height: 1.5;
	margin-bottom: 10px;
}

.modalTxt {
	font-size: 16px;
	color: #403e3d;
	line-height: 2;
	margin-bottom: 60px;
}

/*-- 202003追記 --*/
.modalConts {
	display: none;
}

.modalWin_corM  {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	background: #ffffff;
	z-index: 40001;
}

.modalClose_corM {
	position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.modalClose_corM img {
	width: 100%;
}
/*-- 202003追記 end --*/

@media screen and (max-width: 640px) {
#overlay {
	display: none;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 40000;
	cursor: pointer;
}

.modalWin {
	display: none;
	position: fixed;
	left: 50%;
	width: 90%;
	max-height: 90%;
	margin-left: -45%;
	overflow: scroll;
	background: #ffffff;
	z-index: 40001;
}

.modalInner {
	position: relative;
	padding: 45px 25px;
}

.modalClose {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.modalH {
	font-size: 16px;
	line-height: 1.5;
	color: #2e768d;
	padding: 15px 0;
}

.modal2Col {
	margin-bottom: 0;
}

.modal2Col .modalLeftCol {
	width: 100%;
	margin-bottom: 15px;
}

.modal2Col .modalRightCol {
	width: 100%;
}

.modalH_2 {
	font-size: 14px;
	color: #2e768d;
	line-height: 1.5;
	margin-bottom: 10px;
}

.modalTxt {
	font-size: 12px;
	color: #403e3d;
	line-height: 2;
	margin-bottom: 30px;
}

/*-- 202003追記 --*/
@media screen and (max-width: 736px){
.modalWin_corM {
    width: 100%!important;
    min-width: 100%!important;
    margin-left: 0!important;
    left: 0!important;
    z-index: 40001;
    height: auto!important;
    padding: 10px 10px 15px 10px;
    top: 50px;
    box-sizing: border-box;
    margin-top: 0!important;
}
}

.modalWin_corM {
	display: none;
	position: fixed;
	left: 50%;
	width: 90%;
	max-height: 90%;
	margin-left: -45%;
	overflow: scroll;
	background: #ffffff;
	z-index: 40001;
}

.modalClose_corM {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    width: 25px;
    height: 25px;
}
}