

#iconBl {
	position: relative;
	width: 375px;
	max-height: 720px;
	padding: 18px;
	margin: auto;
	background: #fff;
}

#iconBl img.hlogo {
	width: 156px;
}

#iconBl h1 {
	color: #fff;
	font-family: unset;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 6px;
	padding: 13px 15px 12px;
	background: #E35811;
}
#iconBl h1::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 10px -3px 0;
	padding: 0 0;
	background: url(../img/popup/mk_icon.svg) no-repeat;
	background-size: 20px auto;
}

#iconBl h2 {
	font-family: unset;
}

#iconBl ul {
	margin: 0 0 15px;
}

#iconBl ul li {
	color: #555;
	font-size: 14px;
	line-height: 1.4;
	padding: 15px 0 12px 55px;
	border-bottom: 1px dotted #707070;
}

#iconBl ul li h2 {
	font-size: 16px;
	text-align: left;
	margin: 0 0 5px;
}

#iconBl ul li:nth-child(1) h2 {
	color: #429F24;
}
#iconBl ul li:nth-child(2) h2,
#iconBl ul li:nth-child(4) h2 {
	color: #00358A;
}
#iconBl ul li:nth-child(3) h2 {
	color: #F17E26;
}
#iconBl ul li:nth-child(5) h2 {
	color: #DF4A7E;
}


#iconBl ul li:nth-child(1) {
	background: url(../img/popup/icon_1.svg) left 8px top 16px no-repeat;
	background-size: 28px auto;
}
#iconBl ul li:nth-child(2),
#iconBl ul li:nth-child(4) {
	background: url(../img/popup/icon_2.svg) left 8px top 16px no-repeat;
	background-size: 28px auto;
}
#iconBl ul li:nth-child(3) {
	background: url(../img/popup/icon_3.svg) left 8px top 16px no-repeat;
	background-size: 28px auto;
}
#iconBl ul li:nth-child(5) {
	background: url(../img/popup/icon_4.svg) left 8px top 16px no-repeat;
	background-size: 28px auto;
}


#iconBl .caution {
	color: #555;
	font-size: 12px;
	line-height: 1.5;
}
#iconBl .caution a {
	color: #E35811;
	text-decoration: underline;
	transition: 0.5s;
}
#iconBl .caution a:hover {
	color: #E38859;
	text-decoration: underline;
	transition: 0.5s;
}


