@charset "UTF-8";



#putext {
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	top:0 !important;
	left:0 !important;
	position:fixed !important;
	z-index:9999999999 !important;
	background:rgba(0,0,0,0.8);
}

#popupText {
	width:300px !important;
	margin:0 !important;
	padding:0 !important;
	font-family:"メイリオ", "Meiryo", Arial, sans-serif !important;
	letter-spacing:0.1em !important;
	vertical-align:baseline !important;
	border:0 !important;
	outline:0 !important;
}

#popupText div:nth-of-type(1) {
	margin:0;
	padding:0;
	display:block;
}

#popupText div:nth-of-type(1) span {
	width:40px;
	height:40px;
	margin:0;
	margin-left:auto;
	padding:0;
	color:#000;
	font-size:24px;
	font-weight:normal;
	text-align:center;
	line-height:40px;
	border:1px solid #CCC;
	display:block;
	cursor:pointer;
	background:#EBEBEB;
}

#popupText div:nth-of-type(2) {
	margin:0;
	padding:24px;
	font-weight:bold;
	border:2px solid #A30013;
	background:#FFE5E5;
}

#popupText div:nth-of-type(2) span {display:block;}

#popupText div:nth-of-type(2) span:nth-of-type(1),
#popupText div:nth-of-type(2) span:nth-of-type(2) {text-align:center;}

#popupText div:nth-of-type(2) span:nth-of-type(3),
#popupText div:nth-of-type(2) span:nth-of-type(4),
#popupText div:nth-of-type(2) span:nth-of-type(5) {margin-top:16px;}


@media screen and (min-width:1024px) {
	#popupText {width:480px !important;}
}


