@charset "UTF-8";

.page_hd_ttl_cnt p.news_hd_ttl_top {
	display: flex;
	width: fit-content;
	padding: 21px 27px;
	background: #c4ff00;
	font-weight: bold;
	font-size: 42px;
	line-height: 1;
	font-family: "Zen Kaku Gothic New";
	transform: unset;
}

.news_warap {
	display: flex;
	gap: 60px;
	padding-top: 100px;
}

/* サイドバー */
.news_side {
	flex-shrink: 0;
	width: 200px;
}

.news_side_cnt {
	margin-bottom: 40px;
}

.news_side_hd {
	display: flex;
	align-items: center;
	height: 35px;
	margin-bottom: 15px;
	padding: 0 10px;
	background: #c4ff00;
}

.news_side_link {
}

.news_side_link a {
	display: flex;
	align-items: center;
}

.news_side_archive {
	position: relative;
	width: 100%;
}

.news_side_archive select {
	width: 100%;
	padding: 5px 30px 5px 20px;
	border: #bfbfbf 1px solid;
	border-radius: 3px;
	background: #ffffff;
	cursor: pointer;
}

.news_side_archive span {
	display: block;
	position: absolute;
	right: 25px;
	bottom: 50%;
	border-top: 4px solid #000000;
	border-right: 2.5px solid transparent;
	border-left: 2.5px solid transparent;
	transform: translateY(50%);
}

.news_cnt {
	width: calc(100% - 260px);
}

.news_article {
	display: flex;
	flex-flow: column;
	gap: 5px;
}

.news_list {
	border: #000000 solid 1px;
	background: #ffffff;
}

.news_list_link {
	display: flex;
}

.news_list_link_time {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	border-right: 1px solid #000000;
	line-height: 1.1;
	text-align: center;
}

.news_list_link_time span {
	font-size: 20px;
}

.news_list_link_cnt {
	position: relative;
	width: 100%;
	padding: 10px 15px;
	overflow: hidden;
}

.news_list_link_cnt::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #c4ff00;
	transform: translateX(-101%);
	transition: transform 0.4s;
}

.news_list_link:hover .news_list_link_cnt::before {
	transform: translateX(0);
}

.news_list_link_hd {
	position: relative;
	z-index: 2;
}

.news_list_link_hd span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	min-width: 155px;
	height: 26px;
	padding: 5px 14px 2px;
	border: 1px solid #ffffff;
	border-radius: 9999px;
	background: #c4ff00;
	font-size: 14px;
	line-height: 1;
}

.news_list_link_ttl {
	position: relative;
	z-index: 2;
	font-weight: bold;
}

.news_link_arrow {
}

.screen-reader-text {
	display: none;
}

.navigation {
	margin-top: 80px;
}

.screen-reader-text {
	display: none;
}

.nav-links {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 48px;
	border: #000000 1px solid;
	font-size: 15px;
	transition: all 0.4s;
}

.page-numbers.dots {
	align-items: end;
	border: none;
}

.page-numbers.current {
	background: #c4ff00;
}

.prev.page-numbers,
.next.page-numbers {
	color: #000000;
}

.pnation_arrow_prev {
	transform: rotate(180deg);
}

a.page-numbers:hover {
	background: #c4ff00;
}

.page_hd_ttl_cnt p.policies_hd_ttl_jp {
	display: flex;
	width: fit-content;
	padding: 21px 27px;
	background: #c4ff00;
	font-weight: bold;
	font-size: 42px;
	line-height: 1;
	font-family: "Zen Kaku Gothic New";
	transform: unset;
}

.news_single {
}

.news_single_hd {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
}

.news_single_hd time {
}

.news_single_hd time span {
	display: inline-block;
	padding-left: 8px;
	font-size: 20px;
}

.news_single_hd_cat {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	min-width: 155px;
	height: 26px;
	padding: 0 15px;
	border-radius: 9999px;
	background: #c4ff00;
	font-size: 14px;
}

.news_single_ttl {
	margin-bottom: 40px;
	font-size: 24px;
}

.news_single_cnt {
	font-weight: 500;
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.page_hd_ttl_cnt p.news_hd_ttl_top {
		padding: 16px 20px;
		font-size: 30px;
	}

	.news_warap {
		flex-flow: column;
		padding-top: 60px;
	}

	/* サイドバー */
	.news_side {
		width: 100%;
	}

	.news_side_cnt {
		margin-bottom: 25px;
	}

	.news_side_hd {
		margin-bottom: 8px;
	}

	.news_side_link {
	}

	.news_side_link a {
	}

	.news_side_archive {
	}

	.news_cnt {
		width: 100%;
	}

	.news_article {
	}

	.news_list {
	}

	.news_list_link {
	}

	.news_list_link_time {
		flex-shrink: 0;
		width: 55px;
	}

	.news_list_link_time span {
		font-size: 18px;
	}

	.news_list_link_cnt {
		padding: 10px 5px;
	}

	.news_list_link_cnt::before {
	}

	.news_list_link:hover .news_list_link_cnt::before {
	}

	.news_list_link_hd {
	}

	.news_list_link_hd span {
		min-width: 100px;
		height: auto;
		font-size: 12px;
	}

	.news_list_link_ttl {
		line-height: 1.3;
	}

	.news_link_arrow {
	}

	.page_hd_ttl_cnt p.policies_hd_ttl_jp {
	}

	.news_single {
	}

	.news_single_hd {
		gap: 10px;
		margin-bottom: 10px;
	}

	.news_single_hd time {
	}

	.news_single_hd time span {
	}

	.news_single_hd_cat {
	}

	.news_single_ttl {
		margin-bottom: 30px;
		font-size: 20px;
		line-height: 1.5;
	}

	.news_single_cnt {
	}
}
