@charset "UTF-8";

:root {
	--sc: #3a9a10;
}

.pagehd_ttl {
	color: #000000;
}

.case_hd {
	margin-bottom: 18px;
}

.case_hd_wrap {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 10px;
}

.case_hd_wrap p {
	color: var(--sc);
	font-weight: bold;
	font-size: 14px;
}

.case_hd_select {
	position: relative;
}

.case_hd_select select {
	width: 225px;
	padding: 11px 20px;
	border: #f8f4e9 3px solid;
	border-radius: 10px;
	background: #ffffff;
}

.case_hd_select::after {
	content: "";
	display: block;
	position: absolute;
	right: 22px;
	bottom: 50%;
	border-top: 6px solid #000000;
	border-right: 4.5px solid transparent;
	border-left: 4.5px solid transparent;
	transform: translateY(50%);
}

.a-wrap {
	padding-bottom: 150px;
}

.archive_cat {
	margin-bottom: 20px;
	padding: 15px 20px;
	border-radius: 10px;
	background: #fbf9f4;
	font-weight: bold;
	font-size: 14px;
}

.archive_cnt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin-bottom: 15px;
	padding: 25px 30px 25px 39px;
	border-radius: 10px;
	background: #fbf9f4;
	transition: all 0.4s;
}

.archive_cnt:hover {
	opacity: 0.6;
}

.archive_hd {
}

.archive_hd_cat {
	display: flex;
	flex-flow: wrap;
	gap: 14px;
	color: #f7931e;
	font-weight: bold;
	font-size: 14px;
}

.archive_hd_ttl {
	font-weight: bold;
	font-size: 20px;
}

.archive_ba {
	display: grid;
	grid-template-columns: 1fr 1fr;
	flex-shrink: 0;
	gap: 10px;
	width: 370px;
}

.archive_ba_cnt {
}

.archive_ba_cnt figcaption {
	display: flex;
	justify-content: center;
	padding: 4px 10px 5px;
	background: #ffffff;
	color: #3a9a10;
	font-weight: 600;
	text-align: center;
}

.archive_ba_before {
}

.archive_ba_after {
}

.article {
	padding: 12px 0 60px;
	background: #ffffff;
}

/* 
.article:last-child {
	margin-bottom: 0;
} */

.article_wrap {
}

.article_hd {
	position: relative;
	padding: 28px 60px 15px;
}

.article_hd::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 100%;
	background: var(--sc);
}

.article_hd_hash {
	display: flex;
	flex-flow: wrap;
	gap: 14px;
	color: #f7931e;
	font-weight: bold;
	font-size: 14px;
}

.article_hd_ttl {
	font-weight: bold;
	font-size: 20px;
}

.article_cnt {
	padding: 20px 60px 0;
}

.article_pic {
	margin-bottom: 60px;
}

.article_pic_wrap {
}

.article_pic_cnt {
}

.article_pic_cnt {
	position: relative;
	margin-bottom: 55px;
}

.article_pic_cnt:last-child {
	margin-bottom: 0;
}

.article_pic_cnt::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(100% + 20px);
	right: 50%;
	border-top: 20px solid #3a9a10;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	transform: translateX(50%);
}

.article_pic_cnt:last-child:before {
	display: none;
}

.article_pic_hd {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 35px;
	margin-bottom: 12px;
	border-radius: 9999px;
	background: #ecf5d9;
	color: #3a9a10;
	font-weight: 600;
	font-size: 22px;
}

.article_pic_detail {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	gap: 13px;
}

.article_pic_detail_cnt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc((100% - 26px) / 3);
}

.article_tbl {
}

.article_tbl dl {
	display: flex;
	padding: 20px 0;
	border-top: #cccccc 1px solid;
}

.article_tbl dl:last-child {
	border-bottom: #cccccc 1px solid;
}

.article_tbl dl dt {
	flex-shrink: 0;
	width: 110px;
	color: #3a9a10;
	font-weight: bold;
}

.article_tbl dl dd {
}

.navigation.pagination {
	padding: 40px 0;
}

.screen-reader-text {
	display: none;
}

.nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.page-numbers.current {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #e3cbb6;
	color: #ffffff;
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.case_hd {
	}

	.case_hd_wrap {
	}

	.case_hd_wrap p {
	}

	.case_hd_select {
	}

	.case_hd_select select {
	}

	.case_hd_select::after {
	}

	.a-wrap {
		padding-bottom: 80px;
	}

	.archive_cnt {
		flex-flow: column;
		align-items: start;
		gap: 10px;
		max-width: 400px;
		margin: 0 auto 15px;
		padding: 20px 15px;
	}

	.archive_cnt:hover {
	}

	.archive_hd {
	}

	.archive_hd_cat {
	}

	.archive_hd_ttl {
		font-size: 17px;
	}

	.archive_ba {
		width: 100%;
	}

	.archive_ba_cnt {
	}

	.archive_ba_cnt figcaption {
	}

	.archive_ba_before {
	}

	.archive_ba_after {
	}

	.article {
		padding: 12px 0 40px;
	}

	.article:last-child {
	}

	.article_wrap {
	}

	.article_hd {
		padding: 11px 20px;
	}

	.article_hd::after {
		width: 6px;
	}

	.article_hd_hash {
		font-size: 12px;
	}

	.article_hd_ttl {
		font-size: 18px;
	}

	.article_cnt {
		padding: 20px 20px 0;
	}

	.article_pic {
		margin-bottom: 40px;
	}

	.article_pic_wrap {
	}

	.article_pic_cnt {
		margin-bottom: 45px;
	}

	.article_pic_cnt:last-child {
		margin-bottom: 0;
	}

	.article_pic_cnt::before {
		top: calc(100% + 15px);
		border-top: 17px solid #3a9a10;
		border-right: 20px solid transparent;
		border-left: 20px solid transparent;
		transform: translateX(50%);
	}

	.article_pic_cnt:last-child:before {
	}

	.article_pic_hd {
		height: 30px;
		font-size: 16px;
	}

	.article_pic_detail {
	}

	.article_pic_detail_cnt {
	}

	.article_tbl {
	}

	.article_tbl dl {
		padding: 10px 0;
	}

	.article_tbl dl:last-child {
	}

	.article_tbl dl dt {
		width: 90px;
	}

	.article_tbl dl dd {
	}
}
