@charset "UTF-8";

body.-news,
body.-news_single {
	background-color: var(--color-brand-tertiary);
}

body.-news .main_body {
	margin-top: -100px;
	margin-bottom: 120px;
}

body.-news_single .main_body {
	margin-top: -250px;
	margin-bottom: 120px;
}

body.-news .main_body_row {
	display: flex;
	gap: 20px 40px;
}

.result {
	flex: 1;
}

.result_item {
	border-radius: 10px;
	background-color: var(--color-neutral-white);
}

.result_item:not(:last-child) {
	margin-bottom: 15px;
}

.result_item > a {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 20px 30px;
}

.result_info {
	display: flex;
	gap: 20px;
	font-size: 14px;
}

.result_info_date {
	color: var(--color-text-secondary);
}

.result_info_cat {
	display: flex;
	flex-wrap: wrap;
	gap: 2px 10px;
}

.result_info_cat > li {
	color: var(--color-brand-primary);
}

.filter {
	width: 260px;
	margin-top: -20px;
}

.filter_sec {
	margin-bottom: 20px;
}

.filter_sec_ttl {
	color: #01056233;
	font-size: 20px;
}

.filter_sec_arch:hover {
	cursor: pointer;
}

.filter_sec_cat,
.filter_sec_arch select {
	width: 100%;
	padding: 20px;
	border-radius: 10px;
	background-color: #01056233;
	color: var(--color-neutral-white);
}

.filter_sec_cat > li:not(:last-child) {
	margin-bottom: 5px;
}

.wp-pagenavi {
	display: flex;
	justify-content: center;
	gap: 4px;
	margin-top: 10px;
}

.wp-pagenavi > a,
.wp-pagenavi > span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border-radius: 10px;
	background: var(--color-neutral-white);
	color: var(--color-brand-primary);
}

.wp-pagenavi > a.previouspostslink {
	margin-right: 10px;
}

.wp-pagenavi > a.nextpostslink {
	margin-left: 10px;
}

.wp-pagenavi span.current {
	background: var(--color-brand-accent-1);
}

/* --single-- */
.post {
	margin-bottom: 40px;
	padding: 80px 0;
	overflow: hidden;
	border-radius: 10px;
	background-color: var(--color-neutral-white);
}

.post_hd {
	margin-bottom: 40px;
}

.post_hd_info {
	display: flex;
	gap: 20px;
	margin-bottom: 10px;
	font-size: 14px;
}

.post_hd_info_date {
	color: var(--color-text-secondary);
}

.post_hd_info_cat {
	display: flex;
	flex-wrap: wrap;
	gap: 2px 10px;
}

.post_hd_info_cat > li {
	color: var(--color-brand-primary);
}

.post_hd_ttl {
	font-weight: 700;
	font-size: 40px;
	line-height: var(--lh-ttl-jp);
}

.post_body iframe {
	max-width: 100%;
}

.post_body strong {
	font-weight: bold;
}

.post_body em {
	font-style: italic;
}

.post_body blockquote {
	position: relative;
	padding: 10px 12px;
	border: solid 3px #ed642e;
	border-left-width: 50px;
	box-sizing: border-box;
	color: #333333;
	font-style: italic;
}

.post_body blockquote:before {
	content: "“";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -55px;
	        transform: translateY(-50%);
	color: #ffffff;
	font-size: 90px;
	line-height: 1;
	font-family: sans-serif;

	    -ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.post_body blockquote p {
	position: relative;
	z-index: 3;
	margin: 10px 0;
	padding: 0;
	line-height: 1.7;
}

.post_body blockquote cite {
	display: block;
	color: #333333;
	font-size: 0.9em;
	text-align: right;
}

.post_body ul li {
	position: relative;
	padding-left: 1em;
}

.post_body ul li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

.post_body ol {
	margin-left: 1em;
}

.post_body a {
	text-decoration: underline;
}

.post_body a:hover {
	text-decoration: none;
}

.post_body hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #cccccc;
}

.main_body_ft .cmnbtn_small {
	max-width: 520px;
	margin: 0 auto;
}

@media screen and (max-width:1240px) {
	/* --single-- */
	.post {
		padding: 60px 0;
	}

	.post_hd_ttl {
		font-size: 30px;
	}
}

@media screen and (max-width:768px) {
	body.-news .main_body {
		margin-top: -50px;
		margin-bottom: 60px;
	}

	body.-news_single .main_body {
		margin-top: -150px;
		margin-bottom: 60px;
	}

	.main_body_row {
		flex-direction: column-reverse;
	}

	.filter {
		width: 100%;
		margin-top: 0;
	}

	.filter_sec {
		margin-bottom: 10px;
	}

	.filter_sec_ttl {
		font-size: 18px;
	}

	.filter_sec_cat,
	.filter_sec_arch select {
		padding: 10px 15px;
		font-size: 12px;
	}

	.filter_sec_cat {
		display: flex;
		flex-wrap: wrap;
		gap: 6px 12px;
	}

	.filter_sec_cat > li:not(:last-child) {
		margin-bottom: 0;
	}

	/* --single-- */
	.post {
		margin-bottom: 20px;
		padding: 40px 0;
	}

	.post_hd {
		margin-bottom: 20px;
	}

	.post_hd_ttl {
		font-size: 22px;
	}
}
