@charset "UTF-8";

/* ===============================================
underage
=============================================== */
#underage .header h3 {/* lang */
	background-size: auto 160px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin: 0 -10px 10px -10px;
	height: 160px;
}
#underage .header h3 span {
	display: none;
}
#underage .header .video {
	text-align: center;
	margin-bottom: 15px;
}
#underage .header p {
	font-size: 92%;
	line-height: 137%;
}
/* -----------------------------------------------
contents
----------------------------------------------- */
#underage .box {
	border-top: 1px solid #e8ece9;
	padding-top: 20px;
	margin-top: 20px;
}
#underage .box .title {
	font-weight: bold;
	line-height: 116%;
	background-image: url(/imgm/common/help/underage/icon_heart.png);
	background-size: auto 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0 0 0 24px;
	margin-bottom: 10px;
}
#underage .box .image {/* lang img */
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 200px;
	margin-bottom: 10px;
}
#underage .box p {
	font-size: 92%;
	line-height: 137%;
}
#underage .box ul {
	font-size: 92%;
	list-style-type: none;
	padding: 0;
	margin: 12px 0 0 0;
}
#underage .box ul li {
	position: relative;
	background-color: transparent;
	padding-left: 20px;
	margin: 8px 0;
}
#underage .box ul li::after {
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 2;
	content: '';
	width: 6px;
	height: 6px;
	border: 3px solid #ff6600;
	border-radius: 100%
}
#underage .box ol {
	font-size: 92%;
	list-style: none;
	padding: 0;
	margin: 12px 0 0 0;
	counter-reset: li;
}
#underage .box ol li {
	margin: 6px 0;
}
#underage .box ol li:before {
	color: #ff6600;
	font-weight: bold;
	counter-increment: li;
	content: counter(li) ". ";
}