@charset "UTF-8";

/* popup
*************************************/
#popup {
	padding:30px 50px;
	text-align:center;
}
img {
	max-width:100%;
}
h1 {
	margin-bottom:20px;
	font-size:2.4rem;
	color:#e50019;
	position:relative;
	font-weight:bold;
}
h1:before {
	background:rgba(214,127,19,.3);
	content:"";
	width:100%;
	height:16px;
	display:block;
	position:absolute;
	bottom:0;
}
.txt1,
.txt2 {
	margin-bottom:30px;
	font-weight:bold;
}
.txt1 {
	font-size:1.6rem;
}
.txt2 {
	font-size:1.4rem;
	color:#e50019;
}
.checkList {
	margin:0 auto;
	letter-spacing:-.4em;
	max-width:480px;
}
.checkList li {
	margin-right:20px;
	padding-top:34px;
	background:url(../svg/check.svg) left top no-repeat;
	width:calc((100% - 20px)/2);
	display:inline-block;
	font-size:1.2rem;
	color:#79bb36;
	letter-spacing:normal;
	box-sizing:border-box;
	vertical-align:middle;
}
.checkList li:nth-of-type(2n) {
	margin-right:0;
}
.checkList li .txt {
	margin-top:10px;
	display:block;
}

.checkList.single li {
	margin-right:0;
	width:100%;
	max-width:240px;
}