/* contents */

.contents ul.kv_asta {
	margin-bottom: 5rem;
}

.contents ul.kv_asta li:last-of-type {
	background-color: #FFE166;
}

figure.kv_2 img:first-child {
	display: block;
}

figure.kv_2 img:last-child {
	display: none;
}

@media screen and (orientation: portrait) and (max-width: 767px){
	
	figure.kv_2 img:first-child {
	display: none;
}

figure.kv_2 img:last-child {
	display: block;
}
	
}