@charset "utf-8";

#sub-page-container .content-box img {
	max-width: 100%;
	height: auto;
	display: block;
}

.suggestion-notice {
	background: #fff;
	border: 1px solid #d6e4ff;
	border-top: 3px solid #0054fc;
	padding: 30px 35px;
	margin-bottom: 50px;
}

.suggestion-notice .notice-header {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 18px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e8eef8;
}

.suggestion-notice .notice-header i {
	color: #0054fc;
	font-size: 18px;
}

.suggestion-notice .notice-header strong {
	font-size: 15px;
	font-weight: 600;
	color: #2d3142;
}

.suggestion-notice ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.suggestion-notice ul li {
	font-size: 14px;
	color: #555;
	line-height: 1.9;
	padding-left: 15px;
	position: relative;
	word-break: keep-all;
}

.suggestion-notice ul li + li {
	margin-top: 6px;
}

.suggestion-notice ul li:before {
	content: '';
	width: 5px;
	height: 5px;
	background: #0054fc;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
}

.qr-wrap {
	text-align: center;
	padding: 20px 0 40px;
}

.qr-wrap .qr-label {
	font-size: 15px;
	font-weight: 600;
	color: #2d3142;
	margin-bottom: 20px;
}

.qr-wrap img {
	max-width: 220px;
	height: auto;
	display: block;
	margin: 0 auto;
	border: 1px solid #dee3eb;
	padding: 10px;
}
