@charset "UTF-8";

#ad_quality {
	margin-bottom: 20px;
}
/* -----------------------------------------------
header
----------------------------------------------- */
#ad_quality .header {
	margin-bottom: 20px;
}
#ad_quality .header p {
	line-height: 1.4;
	margin-bottom: 15px;
}
#ad_quality .header div {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 98px;
}


#ad_quality .section {
	margin-bottom: 20px;
}

#ad_quality .title {
	color: #ffffff;
	font-weight: bold;
	line-height: 100%;
	background-color: #666;
	border-radius: 3px;
	padding: 6px;
	margin-bottom: 15px;
}

#ad_quality dl {
	margin-bottom: 20px;
}
#ad_quality dt {
	position: relative;
	color: #40afb5;
	font-weight: bold;
	padding-left: 18px;
	margin-bottom: 5px;
}
#ad_quality dt::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border: 4px solid #40afb5;
	border-radius: 100%;
}
#ad_quality .section p,
#ad_quality dd {
	line-height: 1.4;
}

#ad_quality figure {
	margin-bottom: 20px;
}
#ad_quality figure img {
	width: 100%;
}

#ad_quality .footer {
	margin: 50px 0;
}
#ad_quality .footer p {
	text-align: center;
	line-height: 1.4;
}
