  .select-nav {
	position: relative;
	width: 400px;
	margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
	.select-nav {
		width: 53.33333vw;
		margin-bottom: 10.66667vw;
		font-size: 30px;
		font-size: 4vw;
	}
}

.select-nav .select-nav-label {
	cursor: pointer;
}

.select-nav .select-nav-list {
	position: absolute;
	width: 100%;
	top: 60px;
	background-color: #fff;
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	display: none;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.select-nav .select-nav-list {
		top: 12vw;
	}
}

.select-nav .select-nav-list li {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	cursor: pointer;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.select-nav .select-nav-list li {
		height: 12vw;
	}
}

.select-nav .select-nav-list li + li {
	border-top: 1px solid #c8c8c8;
}

.select-nav .select-nav-list li:hover {
	background-color: #00a76d;
	color: #fff;
}

.get-plugin {
	margin-top: 30px;
	background-color: #ebebeb;
	display: flex;
	padding: 30px;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	.get-plugin {
		margin-top: 4vw;
		display: block;
		padding: 4vw;
		font-size: 22px;
		font-size: 2.93333vw;
	}
}

.get-plugin .image {
	margin-right: 30px;
}

@media screen and (max-width: 767px) {
	.get-plugin .image {
		margin: 0 0 2.66667vw 0;
		width: 24vw;
	}
	.get-plugin .image img {
		width: 100%;
		height: auto;
	}
}

/*# sourceMappingURL=../../../_map/english/news/_css/style.css.map */
