@charset "utf-8";
/* CSS Document */

.top_cont {
	width: 100%;
	height: auto;
	background: #edf4f9;
}
.top_cont > img {
	margin: 0 auto;
}
.top_cont .b_line {
	width: 100%;
	padding: 13px 0;
	background: #ff8ff6;
	border-top: 2px solid #fff;
}
.top_cont .b_line .b_line_area {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}
.top_cont .b_line .b_line_area a img {
	display: inline-block;
}

.bottom_cont {
	width: 1000px;
	margin: 0 auto 60px;
}
.bottom_cont .description_link {
	margin: 0 0 45px;
}
.bottom_cont .description_link table {
	margin: 0 auto;
}
.bottom_cont .description_link th {
	border-left: 2px solid #c5c4c4;
	border-right: 2px solid #c5c4c4;
	padding-bottom: 9px;
	text-align: center;
}
.bottom_cont .description_link th a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: 14px;
	font-family: "A-OTF UD新ゴ Pr6N L";
	line-height: 14px;
	padding-top: 17px;
	text-decoration: none;
}
.bottom_cont .description_link th a svg {
	width: 24px;
	height: 24px;
	padding-right: 7px;
}
.bottom_cont .description_link th a.color01 svg {
	fill: #ff8ff6;
}
.bottom_cont .description_link th a.color02 svg {
	fill: #9ec844;
}
.bottom_cont .description_link th a.color03 svg {
	fill: #f695ea;
}
.bottom_cont .news {
	width: 740px;
	height: auto;
	margin: 0 auto;
}
.bottom_cont .news>p {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	letter-spacing: 0.5px;
}
.bottom_cont .news p span {
	color: #ff8ff6;
	font-size: 16px;
	font-weight: bold;
	padding-right: 10px;
}
.bottom_cont .news li {
	position: relative;
	padding: 10px 0 10px 45px;
	border-top: 1px dotted #000;
}
.bottom_cont .news li:last-child {
	border-bottom: 1px dotted #000;
}
.bottom_cont .news li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 33px;
	height: 26px;
	background: url(../img/index/wifi_icon.svg);
	background-size: cover;
}
.bottom_cont .news li span {
	color: #727171;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	padding: 0;
	margin: 0;
}
.bottom_cont .news li p {
	font-size: 14px;
	line-height: 14px;
	padding-top: 6px;
}

.entry {
	display: none;
}






