@charset "UTF-8";

:root {
	--sc: #efba08;
}

.pagehd_ttl {
	color: #000000;
}

.column_hd {
	margin-bottom: 18px;
}

.column_hd_wrap {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 10px;
}

.column_hd_wrap p {
	color: var(--sc);
	font-weight: bold;
	font-size: 14px;
}

.column_hd_select {
	position: relative;
}

.column_hd_select select {
	width: 225px;
	padding: 11px 20px;
	border: #f8f4e9 3px solid;
	border-radius: 10px;
	background: #ffffff;
}

.column_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%);
}

.archive {
	padding-bottom: 50px;
}

.archive_wrap {
	margin-bottom: 30px;
}

.archive_list {
	margin-bottom: 7px;
}

.archive_list:last-child {
	margin-bottom: 0;
}

.archive_list_link {
	display: block;
	position: relative;
	padding: 28px 60px 28px 36px;
	border-radius: 8px;
	background: #fbf9f4;
}

.archive_list_link_hd {
	display: flex;
	gap: 14px;
}

.archive_list_link_hd time {
	flex-shrink: 0;
	color: #f7931e;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.9;
}

.archive_list_link_hd_cat {
	display: flex;
	gap: 8px;
}

.archive_list_link_hd_cat > span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	min-width: 80px;
	height: 22px;
	padding: 0 7px;
	border-radius: 5px;
	background: #f7931e;
	color: #ffffff;
	font-weight: bold;
}

.archive_list_link p {
}

.archive_list_link > span {
	position: absolute;
	right: 36px;
	bottom: 50%;
	transform: translateY(50%);
}

.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;
}

.page_hd_column {
	position: relative;
	margin-top: 65px;
	padding-top: 15px;
	padding-left: 40px;
}

.page_hd_column_top {
	display: flex;
	gap: 14px;
}

.page_hd_column_top time {
	color: #f7931e;
	font-weight: 600;
}

.page_hd_column_top_cat {
	display: flex;
	gap: 8px;
}

.page_hd_column_top_cat > span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	min-width: 80px;
	height: 22px;
	padding: 0 7px;
	border-radius: 5px;
	background: #f7931e;
	color: #ffffff;
	font-weight: bold;
}

.page_hd_column h1 {
	font-weight: bold;
	font-size: 36px;
}

.page_hd_column::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 100%;
	background: var(--sc);
}

.single {
	padding-bottom: 120px;
}

.single_wrap {
	margin-bottom: 40px;
	padding: 0 30px 120px;
	border-bottom: 1px solid #cccccc;
}

.single_btm {
}

.single_btm a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 18px;
	width: 300px;
	height: 60px;
	margin: 0 auto;
	border-radius: 9999px;
	background: #ffffff;
	font-weight: bold;
}

.single_btm a .icon-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--sc);
	color: #ffffff;
	font-size: 12.4px;
	transform: rotate(180deg);
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.archive {
	}

	.archive_wrap {
	}

	.archive_list {
	}

	.archive_list:last-child {
	}

	.archive_list_link {
		padding: 20px 51px 20px 20px;
	}

	.archive_list_link time {
		width: 85px;
		font-size: 13px;
	}

	.archive_list_link p {
	}

	.archive_list_link span {
	}

	.navigation.pagination {
	}

	.screen-reader-text {
	}

	.nav-links {
	}

	.page-numbers.current {
	}

	.page_hd_column {
		margin-top: 35px;
		padding-top: 10px;
		padding-left: 20px;
	}

	.page_hd_column time {
		font-size: 13px;
	}

	.page_hd_column h1 {
		font-size: 24px;
	}

	.page_hd_column::before {
		width: 6px;
	}

	.single {
		padding-bottom: 70px;
	}

	.single_wrap {
		margin-bottom: 30px;
		padding: 0 20px 30px;
	}

	.single_btm {
	}

	.single_btm a {
		gap: 15px;
		width: 270px;
	}

	.single_btm a .icon-arrow {
		width: 30px;
		height: 30px;
		font-size: 8.5px;
	}
}
