/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 27 2026 | 06:19:27 */
/* スティッキーメニュー */

/* ページ内リンク */
.c-links a {
	font-size: 21px;
}
@media (min-width: 960px) {
	[lang="en-US"] .c-links a {
		font-size: 18px;
	}
}
@media (max-width: 959px) {
	.c-links a {
		font-size: 16px;
	}
}
@media (max-width: 599px) {
	.c-links .has-text-align-right {
		text-align: center;
	}
	.c-links a {
		font-size: 18px;
	}
	[lang="en-US"] .c-links .has-text-align-center,
	[lang="en-US"] .c-links .has-text-align-right {
		text-align: left;
	}
	[lang="en-US"] .c-links a {
		font-size: 16px;
	}
}

:root {
  --fixed-header-h: 72px;
}

@media (max-width: 959px) {
  :root {
    --fixed-header-h: 48px;
  }
}

@media (max-width: 959px) {
	.anchorNav {
		display: none!important;
	}
}

.anchorBlock {
	width: 100vw;
	left: calc(50% - 50vw)!important;
}

@media (min-width: 960px) {
	.anchorContents {
		width: calc(100vw - 240px)!important;
		overflow: hidden;
	}
	#body_wrap.page-id-83 .anchorBlock .swell-block-fullWide,
	#body_wrap.page-id-85 .anchorBlock .swell-block-fullWide,
	#body_wrap.page-id-426 .anchorBlock .swell-block-fullWide,
	#body_wrap.page-id-440 .anchorBlock .swell-block-fullWide {
		width: 100%!important;
		max-width: 100%!important;
		left: calc(50% - 50vw + 120px);
	}
}

/* 親 */
.js-anchor-area {
  position: relative;
}

/* PC：左メニュー＋右コンテンツ（被り防止） */
@media (min-width: 960px) {
  .js-anchor-area {
	display: flex;
	align-items: flex-start;
  }
}

/* navはエリア全体の高さを持つ */
.anchorNav {
	position: sticky;
	top: var(--fixed-header-h);
	left: 0;
	width: 240px;
	height: 100vh;
	background-color: #fff;
	z-index: 1;
}

/* 目印 */
.js-anchor-section {
	scroll-margin-top: var(--fixed-header-h);
}

/* 見た目 */
.anchorList {
	list-style: none;
	padding-left: 20px!important;
	padding-right: 10px!important;
	margin: 0;
	display: grid;
	gap: 8px;
}

.anchorList a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  border-radius: 8px;
}

.anchorList a.is-active {
	font-weight: 700;
	color: var(--color_main);
}