@charset "UTF-8";
.un_fv_attention {
	margin-bottom:60px;
}

.un_fv_media {
	display:flex; 
	flex-direction: row; 
	justify-content:center;
	align-items:center;
}

.un_fv_media_text {
	font-size: 25px; 
	color: #5bad5b; 
	font-weight: bold;
}

.un_fv_media_img {
	width:auto; 
	height:auto;
}

@media screen and (max-width: 768px) {
.un_fv_attention {
	margin-bottom:30px;
}
	
.un_fv_media {
    flex-direction: column; /* 縦方向に並ぶ */
    text-align: center;
}
	
.un_fv_media_text {
	font-size: 20px; 
}