@charset "UTF-8";

.archives {
	padding-bottom: 80px;
}

.archives_cnt {
	margin-bottom: 5px;
	padding: 38px 50px;
	border-radius: 20px;
	background: #f4f1e4;
}

.archives_hd {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.archives_hd_ttl {
	font-weight: bold;
	font-size: 20px;
}

.archives_hd_links {
}

.archives_hd_links .linkbtn02 {
	width: 190px;
	height: 45px;
	padding: 0 21px 0 30px;
	font-size: 16px;
}

.archives_intro {
}

.navigation.pagination {
	padding: 10px 0;
}

.screen-reader-text {
	display: none;
}

.nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	font-size: 20px;
}

.page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 23px;
	height: 30px;
}

.page-numbers.current {
	border-bottom: #e88f00 2px solid;
}

.single {
	padding-bottom: 80px;
}

.single_sec {
	padding: 35px 0;
}

.single_sec:first-child {
	padding-top: 0;
}

.single_sec_hd {
	margin-bottom: 20px;
	padding-left: 13px;
	border-left: 6px #80b051 solid;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
}

.sec_cnt {
	margin-bottom: 40px;
}

.sec_cnt:last-child {
	margin-bottom: 0;
}

.sec_txt {
}

.sec_ttl {
	margin-bottom: 15px;
	color: #80b051;
	font-weight: bold;
	font-size: 20px;
}

.sec_img {
	width: fit-content;
	max-width: 100%;
	overflow: hidden;
	border-radius: 20px;
}

.sngleft_btm {
	display: flex;
	justify-content: center;
	gap: 90px;
	padding-top: 50px;
}

.sngleft_btm a {
	color: #e88f00;
	text-decoration: underline;
}

.links_btm_arrow {
}

.sngleft_btm_archive {
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.archives {
		padding-bottom: 40px;
	}

	.archives_cnt {
		padding: 30px 15px;
	}

	.archives_hd {
		margin-bottom: 9px;
	}

	.archives_hd_ttl {
	}

	.archives_hd_links {
	}

	.archives_hd_links .linkbtn02 {
		height: 37px;
		min-height: unset;
		padding: 0 20px;
	}

	.archives_intro {
		margin-bottom: 20px;
	}

	.navigation.pagination {
	}

	.screen-reader-text {
	}

	.nav-links {
		gap: 15px;
	}

	.page-numbers {
	}

	.page-numbers.current {
	}

	.single {
	}

	.single_sec {
		padding: 20px 0;
	}

	.single_sec:first-child {
	}

	.single_sec_hd {
		margin-bottom: 15px;
		padding-left: 9px;
		border-left: 4px #80b051 solid;
		font-size: 22px;
	}

	.sec_cnt {
		margin-bottom: 20px;
	}

	.sec_cnt:last-child {
	}

	.sec_txt {
	}

	.sec_ttl {
		margin-bottom: 5px;
		font-size: 18px;
	}

	.sec_img {
	}

	.sngleft_btm {
		gap: 20px;
	}

	.sngleft_btm a {
	}

	.links_btm_arrow {
	}

	.sngleft_btm_archive {
	}
}
