@charset "utf-8";

#de-tx{
	margin:50px auto;
	max-width:750px;
}

#de-tx p{
	font-size:15px;
}

/**/

#chk{
	background:#fff;
	border:1px solid #1e1e1e;
	border-radius:5px;
	box-sizing:border-box;
	margin:50px auto;
	max-width:1030px;
	padding:40px 50px;
	width:97%;
}

#chk h2{
	line-height:1em;
	text-align:center;
}

#chk h2 img{
	vertical-align:middle;
}

#chk-l{
	font-size:18px;
	font-weight:bold;
	line-height:1.5em;
	padding-left:40px;
	position:relative;
}

#chk-l li{
	cursor:pointer;
	margin:30px 0;
	user-select:none;
}

#chk-l li::before{
	background:url(../img/dependence/chk-1.png);
	background-size:cover !important;
	content:"";
	height:31px;
	left:0;
	position:absolute;
	width:32px;
}

#chk-l .chk::before{
	background:url(../img/dependence/chk-2.png);
}

#chk p{
	color:#ff6161;
	font-size:30px;
	font-weight:bold;
	text-align:center;
}

#chk .kome{
	display:inline-block;
	padding-left:30px;
}

/**/

@media(max-width:600px){

#de-tx{
	margin:10px auto;
}

#de-tx p{
	font-size:13px;
}

#chk{
	margin:10px auto;
	padding:10px;
}

#chk-l{
	font-size:13px;
	padding-left:30px;
}

#chk-l li{
	margin:10px 0;
}

#chk-l li::before{
	height:21px;
	width:22px;
}

#chk p{
	font-size:13px;
}

#chk .kome{
	padding-left:15px;
}

}