@charset "utf-8";
/* CSS Document */

.index {
	display: none;
}

.main_area .news {
	padding: 10vw 4% 11vw;
}
.main_area .news>p {
	font-size: 1.5rem;
	padding-bottom: 2.5vw;
	font-weight: bold;
}
.main_area .news>p span {
	color: #ff8ff6;
	font-weight: bold;
	padding-right: 1vw;
}
.main_area .news ul li {
	position: relative;
	padding: 1vw 0 1vw 10%;
	border-top: 1px dotted #000;
}
.main_area .news ul li:last-child {
	border-bottom: 1px dotted #000;
}
.main_area .news ul li::before {
	content: "";
	position: absolute;
	width: 7.47vw;
	height: 6.25vw;
	background: url(../img/index/wifi_icon.svg) top left no-repeat;
	background-size: contain;
	top: 50%;
	left: 1px;
	transform: translateY(-50%);
}
.main_area .news ul li span {
	color: #727171;
	font-weight: bold;
}
