@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  一覧 & 詳細
**************************************************
--------------------------------------------------*/
aside .sidebar_item + .sidebar_item {
	margin-top: 40px;
}

aside .sidebar_heading {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.7;
	color: var(--color-accent-5);
}

aside .sidebar_links {
	margin-top: 9px;
}

aside .sidebar_links li {
	width: 100%;
	margin-top: 2px;
	border-bottom: #bfbfbf 1px solid;
}

aside .sidebar_links li a {
	display: block;
	width: 100%;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.88;
	color: var(--color-base);
}

aside div:not(.sidebar_new) .sidebar_links li a:hover {
	color: var(--color-accent-5);
}


/*--------------------------------------------------
**************************************************
  一覧
**************************************************
--------------------------------------------------*/
.post_archive .sub_page_title_box h1 {
	text-align: center;
	font-size: 3.4rem;
	font-weight: 600;
	line-height: 1.4;
	color: #323232;
}

.post_archive .sub_page_title_box p {
	margin-top: 22px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.7;
	color: #323232;
}

.post_archive .post_box {
	display: flex;
	justify-content: space-between;
	gap: 46px;
	width: min(var(--content-sp-width-1), var(--content-pc-width-1));
	margin: 90px auto 0;
}

.post_archive .post_box article {
	width: 912px;
}

.post_archive .post_box .post_list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 18px;
}

.post_archive .post_box .post_list > li {
	width: 292px;
}

.post_archive .post_box .post_list .thumb {
	overflow: hidden;
	width: 100%;
}

.post_archive .post_box .post_list .thumb img {
	object-fit: cover;
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 292 / 170;
}

.post_archive .post_box .post_list li:hover .thumb img {
	opacity: 0.7;
	transition: 0.5s;
}

.post_archive .post_box .post_list .post_title {
	margin-top: 10px;
}

.post_archive .post_box .post_list .post_title a {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.88;
	color: #000;
}

.post_archive .post_box .post_list time {
	display: block;
	margin-top: 5px;
	font-size: 1.2rem;
}

.post_archive .post_box aside {
	width: 162px;
}

.wp-pagenavi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin-top: 80px;
}

.wp-pagenavi .current,
.wp-pagenavi .page {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 30px;
	min-height: 30px;
	background: #BFBFBF;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1;
	color: #FFFDF6;
}

.wp-pagenavi .current,
.wp-pagenavi .page:hover {
	background: var(--color-accent-5);
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	display: inline-block;
	width: 14px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	text-indent: -9999px;
	overflow: hidden;
}

.wp-pagenavi .previouspostslink {
	margin-right: 8px;
	background-image: url(../imgs/common/arrow_4.svg);
}

.wp-pagenavi .nextpostslink {
	margin-left: 8px;
	background-image: url(../imgs/common/arrow_5.svg);
}

/* SP */
@media (max-width: 767px) {
	.post_archive .sub_page_title_box h1 {
		font-size: 2.0rem;
	}

	.post_archive .post_box {
		gap: 28px;
		margin-top: 33px;
	}

	.post_archive .post_box article {
		width: 60%;
	}

	.post_archive .post_box aside {
		width: 40%;
	}
}


/*--------------------------------------------------
**************************************************
  詳細
**************************************************
--------------------------------------------------*/
.post_single .post_box {
	display: flex;
	justify-content: space-between;
	gap: 48px;
	width: min(var(--content-sp-width-1), var(--content-pc-width-1));
	margin: 90px auto 0;
	padding-bottom: 120px;
	border-bottom: var(--color-light) 1px solid;
}

.post_single .post_detail {
	width: 864px;
}

.post_single .post_detail .post_title {
	font-size: 3.4rem;
	font-weight: 600;
	line-height: 1.4;
	color: var(--color-accent-3);
}

.post_single .post_detail time {
	display: block;
	margin-top: 5px;
	font-size: 1.2rem;
	color: var(--color-accent-3);
}

.post_single .post_detail .detail {
	margin-top: 32px;
}

.post_single .post_detail .detail h2 {
	margin-top: 64px;
	margin-bottom: 24px;
	font-size: 2.4rem;
	font-weight: 500;
}

.post_single .post_detail .detail h3 {
	margin-top: 24px;
	margin-bottom: 24px;
	padding-left: 20px;
	background: url(../imgs/other/triangle_1.svg) no-repeat left top 4px / 10px;
	font-size: 1.5rem;
	font-weight: 700;
}

.post_single .post_detail .detail h4 {
	margin-top: 24px;
	margin-bottom: 24px;
	padding-left: 20px;
	border-left: var(--color-accent-3) 3px solid;
	font-size: 1.5rem;
	font-weight: 700;
}

.post_single .post_detail .detail p {
	font-size: 1.4rem;
}

.post_single .post_detail .detail p + p {
	margin-top: 24px;
	margin-bottom: 24px;
}

.post_single .post_detail .detail strong {
	font-weight: 700;
}

.post_single .post_detail .detail ul,
.post_single .post_detail .detail ol {
	list-style-position: outside;
	margin: 24px 0;
	padding-left: 1.5em;
}

.post_single .post_detail .detail ul {
	list-style-type: disc;
}

.post_single .post_detail .detail ol {
	list-style-type: decimal;
}

.post_single .post_detail .detail hr {
	margin-top: 32px;
	margin-bottom: 64px;
	border-top: 1px solid;
}

.post_single .post_detail .detail iframe {
	aspect-ratio: 500 / 281;
	width: 100%;
	height: 100%;
	border: var(--color-accent-3) 16px solid;
}

/* 目次 */
.post_single .post_detail .detail .toc_box {
	width: 95%;
	margin: 64px auto;
	padding: 24px 5%;
	background: #E3E3E3;
	border-radius: 16px;
}

.post_single .post_detail .detail .toc_heading_box {
	display: flex;
	align-items: center;
	gap: 10px;
}

.post_single .post_detail .detail .toc_mokuji {
	font-size: 1.4rem;
	font-weight: 700;
}

.post_single .post_detail .detail .toc_open_close {
	cursor: pointer;
	position: relative;
	width: 15px;
	height: 11px;
}

.post_single .post_detail .detail .toc_open_close .bar {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: var(--color-base);
}

.post_single .post_detail .detail .toc_open_close .bar:nth-child(1) {
	top: 0;
}

.post_single .post_detail .detail .toc_open_close .bar:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.post_single .post_detail .detail .toc_open_close .bar:nth-child(3) {
	bottom: 0;
}

.post_single .post_detail .detail .toc_list {
	list-style-type: none;
	list-style-position: inside;
	display: none;
	margin: 8px 0 0;
	padding: 0;
}

.post_single .post_detail .detail .toc_list.is-open {
	display: block;
}

.post_single .post_detail .detail .toc_list li {
	border-bottom: #BFBFBF 1px solid;
}

.post_single .post_detail .detail .toc_list a {
	display: block;
	padding: 8px 0;
	font-size: 1.4rem;
	font-weight: 400;
	color: var(--color-base);
}

.post_single .post_detail .detail .link_1 {
	display: inline-block;
}

.post_single .post_detail .detail .has-text-align-right {
	text-align: right;
}

.post_single .post_detail .detail .wp-block-columns.has-background {
	padding: 0 !important;
}

.post_single aside {
	width: 210px;
}

.post_single aside .sidebar_new .sidebar_links li {
	padding-bottom: 14px;
}

.post_single aside .sidebar_new .sidebar_links li + li {
	margin-top: 24px;
}

.post_single aside .sidebar_new .sidebar_links li:hover img {
	opacity: 0.7;
	transition: 0.5s;
}

.post_single aside .sidebar_new .post_title {
	margin-top: 14px;
	font-size: 1.2rem;
	line-height: 1.6;
	color: #000;
}


/* SP */
@media (max-width: 767px) {
	.post_single .post_box {
		flex-direction: column;
		margin-top: 70px;
		padding-bottom: 60px;
	}

	.post_single .post_detail {
		width: 100%;
	}

	.post_single .post_detail .post_title {
		font-size: 2.0rem;
	}

	.post_single .post_detail .detail h2 {
		font-size: 1.8rem;
	}

	.post_single aside {
		width: 100%;
	}
}
