@charset "utf-8";

/* メインビジュアル ---- */
.mv-area {
	padding-top: var(--space-m);
	padding-bottom: var(--space-xl12);
}

.mv-area-inr {
}

.mv-area h1 {
	text-align: center;
	font-size: var(--ft-size48);
	font-weight: 700;
	color: var(--text-color);
}

main {
	padding-bottom: var(--space-l);	
	line-height: 1.75;
}

.article-head {
	padding-bottom: 1.6rem;
	border-bottom: 2px solid #CCCCCC;
}

.article-head .head-item {
	display: flex;
	align-items: center;
	margin-bottom: 2.0rem;
	line-height: 1;
	gap: 2.4rem;
}

.article-head .head-item time {
	flex-shrink: 0;
}

.article-head .item-cat {
	display: flex;
	flex-flow: row wrap;
	gap: 1.0rem;
}

.article-head .item-cat li {
	padding: 0.3rem 1.0rem;
	border: 2px solid #E0FF33;
	background-color: #FFFFFF;
	border-radius: 99em;
	line-height: 1;
	font-weight: 600;
	font-size: 1.2rem;
}

.article-head h2 {
	line-height: 1.625;
	font-weight: 700;
	font-size: var(--ft-size30);
}

.article-body {
	padding: var(--space-m) 0;
	border-bottom: 2px solid #CCCCCC;
}

.article-body > * {
	width: min(100%,800px);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: var(--space-xs);
}

.article-body > *:last-child { margin-bottom: 0 !important; }

.article-body .mb0 { margin-bottom: 0 !important; }

.article-body h2,
.article-body h3,
.article-body h4 {
	margin-bottom: 2.0rem;
}

.article-body p:has(+ p) {
	margin-bottom: 1em;
}

.article-body ul {
	list-style-type: disc;
	padding-left: 1.25em;
}

.article-body ol {
	list-style-type: decimal;
	padding-left: 1.25em;
}

/* テーブル */
.wp-block-table table thead {
	border-bottom: 0;
}

.wp-block-table table thead tr th {
	border: 1px solid #000000;
	background-color: #666666;
	color: #FFFFFF;
}

.wp-block-table table tbody tr td:nth-of-type(1) {
	background-color: #F5F5F5;
	white-space: nowrap;
}

/* ギャラリー */
.article-body .wp-block-gallery.has-nested-images figure.wp-block-image {
	flex-grow: 0 !important;
}

.article-body .wp-block-gallery.has-nested-images figure.wp-block-image img {
	aspect-ratio: 1;
}

/* ページ送り */
.link-button {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	width: min(calc(100% - var(--side-space)),var(--base-width));
	margin: var(--space-m) auto 0;
	gap: 3.0rem;
}

.link-button .link-before,
.link-button .link-next {
	width: 160px;
}

.link-button a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 1.2rem 1.6rem 1.3rem 1.6rem;
	border: 2px solid #222222;
	background-color: #222222;
	border-radius: 99em;
	line-height: 1;
	text-decoration: none;
	font-weight: 600;
	color: #FFFFFF;
	gap: 1.0rem;
}

.link-button a::before,
.link-button a::after {
	content: "";
}

.link-button .link-before a,
.link-button .link-next a {
	border: 2px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #222222;
}

.link-button .link-before a::before {
	width: 24px;
	height: 15px;
	background: url("../images/icon_arrow_blk.svg") 50% 50% no-repeat;
	transform: scale(-1,1);
}

.link-button .link-next a::after {
	width: 24px;
	height: 15px;
	background: url("../images/icon_arrow_blk.svg") 50% 50% no-repeat;
	flex-shrink: 0;
}

.link-button a:hover {
	opacity: 1;
}

/* ================================================ */
@media (min-width: 1001px) {
}

/* ================================================ */
@media (max-width: 1000px) {
}

/* ================================================ */
@media (max-width: 768px) {
}

/* ================================================ */
@media (max-width: 480px) {
}