@charset "UTF-8";
/* sp(320px) */


.modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.modal__bg{
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modal__content{
	padding: 20px;
	width: 90%;

	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	text-align: center;

	border: 0px solid red;
}
.modal__content .m_close {
	position: absolute;
	left: 0;
	top: 0;

	width: 50px;
	height: 50px;

	color: #95979c;
	cursor: pointer;

	border: 0px solid #000;
}
.modal__content .m_close:before {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
	font-size: 60px;
	line-height: 50px;

	position: absolute;
	top: 0;
	left: 0;

	display: block;

	width: 50px;

	content: "\00d7";
	text-align: center;	
	border: 0px solid blue;
}




@media handheld, print, screen and (min-width: 374px) {
/* iphone6 */


/* end of media query(iphone6) */	
}



@media handheld, print, screen and (min-width: 413px) {
/*  iPhone6 Plus */

/* end of media query(iPhone6 Plus) */	
}



@media handheld, print, screen and (min-width: 481px) {
/* tablet */

.modal__content{
	padding: 30px;
}

.modal__content .m_close {
	width: 30px;
	height: 30px;
}
.modal__content .m_close:before {
	font-size: 40px;
	line-height: 30px;
	width: 30px;
}



	@media (-webkit-min-device-pixel-ratio: 2){
		

	/* end of media query(retina) */	
	}

/* end of media query(tablet) */	
}



@media handheld, print, screen and (min-width: 621px) {
/* iPad */



/* end of media query(iPad) */	
}



@media handheld, print, screen and (min-width: 801px) {
/* pc */

.modal__content{
	padding: 40px;
}

.modal__content .m_close {
	width: 50px;
	height: 50px;
}
.modal__content .m_close:before {
	font-size: 60px;
	line-height: 50px;
	width: 50px;
}



/* end of media query(pc) */
}

@media handheld, print, screen and (min-width: 1201px) {
/* pc */

.modal__content{
	padding: 40px;
	width: 1020px;
}




/* end of media query(pc) */
}