@charset "UTF-8";

/**
 * オリジナルcss
 */

.archive_body_news>.inner,
.archive_body_blog>.inner,
.page_content_area .inner {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}

.sidebar_on {
	width: calc(100% - 220px);
}

.archive_body_blog .sidebar_on,
.archive_body_news .sidebar_on {
	width: 100%;
}

#sidebar {
	width: 160px;
}

.archive_body_blog #sidebar,
.archive_body_news #sidebar {
	display: none;
}

#sidebar h3 {
	font-family: var(--en);
	background-color: var(--c2);
	color: #fff;
	text-align: center;
	align-content: center;
	padding: 4px;
	margin: 0;
	font-weight: normal;
	font-size: 1.8rem;
	border-radius: 8px;
}

#sidebar ul {
	margin-bottom: 40px;
	padding: 0 16px;
}

#sidebar li {
	margin-top: 8px;

	&::before {
		content: "-";
		margin-right: 0.4em;
	}
}

#sidebar a {
	text-decoration: none;
	font-size: 1.6rem;
}

@media screen and (max-width: 1110px) {}

@media screen and (max-width: 950px) {
	.sidebar_on {
		width: 100%;
	}

	#sidebar {
		width: 100%;
	}

}

@media screen and (max-width:740px) {

	.archive_body_news>.inner,
	.archive_body_blog>.inner,
	.page_content_area .inner {
		gap: 32px;
	}

	#sidebar ul {
		margin-bottom: 24px;
	}

	#sidebar h3 {
		font-size: 1.6rem;
	}
}

@media screen and (max-width:639px) {}

@media screen and (max-width:500px) {}