﻿
/********** よくあるご質問 20250701 **********/

			/*a{
				color: #1a0dab;
				text-decoration: underline;
			}*/

			.p-header__item a{
				color: #888888;
				text-decoration: none;
			}


			@media (max-width: 768px) {
						body {
							padding-top: 160px !important;
						}
						.toc-nav {
							top: 135px !important;
						}
					}

/* 追跡ボタン：枠・背景をすっきりさせる */
.p-follow-button__wrap,
.p-follow-button__wrap.two-buttons,
.p-follow-button__wrap > a,
.p-follow-button__wrap > div {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  outline: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.p-follow-button__wrap.two-buttons {
  display: flex !important;
  align-items: stretch !important;
  gap: 6px !important;
  padding: 6px !important;
}
.p-follow-thumb {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  outline: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.p-follow-thumb img {
  display: block !important;
  width: 100% !important;
  height: 80px !important;
  object-fit: cover !important;
  object-position: center !important;
  border: none !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.18) !important;
}
.p-follow-thumb span,
.p-follow-thumb p,
.p-follow-thumb__text {
  display: none !important;
}
				 
				 .faq_course{
					 font-size: 1.5em;
					 font-weight: bold;
					 margin-top: 30px;
				 }
				 
				 .faq_contents{
					 position: relative;
					 max-width: 800px;
					 width: 90%;
					 margin-inline: auto;
					 margin-bottom: 50px;
				 }
				 
				 .faq__contents-title {
					padding-bottom: 13px;
					padding-left: 20px;
					border-left: 10px solid #414141;
					border-bottom: 1px solid #414141;
					margin-bottom: 20px;
					}
				 
				 .faq__contents-title h3 {
						font-size: 32px;
						font-weight: 300;
					 	margin-top: 50px;
					 margin-bottom: 0;
					 border-left: 0;
					}

		@media(max-width: 768px) {
						.faq__contents-title h3 {
							font-size:20px;
							line-height: 1.33;
							margin-top: 30px;
						}
					}
				 
				 .faq-box {
					border: 1px solid #1A56DB;
					 margin: 20px 0;
				}

				 .faq-box__question {
						min-height: 60px;
						color: #fff;
						position: relative;
						background: #1A56DB;
						display: flex;
						align-items: stretch;
						line-height: 1.66;
						padding-right: 96px;
					}
				 
		@media(max-width: 768px) {
						.faq-box__question {
							padding-right:48px;
							line-height: 1.33
						}
					}

					.faq-box[open] .faq-box__question:after {
						transform: translateY(-50%) rotate(0deg)
					}

					.faq-box__question:before {
						position: absolute;
						top: 50%;
						right: 28px;
						width: 40px;
						height: 4px;
						content: "";
						background-size: cover;
						transform: translateY(-50%);
						background: #fff
					}

		@media(max-width: 768px) {
						.faq-box__question:before {
							width:20px;
							height: 2px;
							right: 14px
						}
					}

					.faq-box__question:after {
						position: absolute;
						top: 50%;
						right: 28px;
						width: 40px;
						height: 4px;
						content: "";
						background-size: cover;
						transform: translateY(-50%) rotate(-90deg);
						background: #fff;
						transition: transform .3s ease
					}

		@media(max-width: 768px) {
						.faq-box__question:after {
							width:20px;
							height: 2px;
							right: 14px
						}
					}
				 
				 .faq-box__question-icon {
						width: 70px;
						display: flex;
						justify-content: center;
						align-items: center;
						font-size: 38px;
						font-weight: 700;
						color: #fff;
						flex-shrink: 0;
						font-family: var(--font-family-latin)
					}

		@media(max-width: 768px) {
						.faq-box__question-icon {
							font-size:28px;
							width: 44px
						}
					}

					.faq-box__question-title {
						font-size: 24px;
						font-weight: 700;
						color: #fff;
						padding-left: 20px;
						border-left: 1px solid #fff;
						display: flex;
						align-items: center;
						padding-top: 5px;
						padding-bottom: 5px
					}

		@media(max-width: 768px) {
						.faq-box__question-title {
							font-size:18px;
							line-height: 1.33;
							padding: 10px 0px 10px 10px
						}
					}

					.faq-box__answer {
						padding: 20px 40px 40px 0;
						background: #fff;
						display: flex;
						overflow-x: hidden
					}

		@media(max-width: 768px) {
						.faq-box__answer {
							padding:11px 20px 30px 0;
							font-size: 16px;
							line-height: 1.625
						}
					}

					.faq-box__answer-icon {
						background: #1A56DB;
						width: 70px;
						height: 100%;
						display: flex;
						justify-content: center;
						align-items: center;
						font-size: 38px;
						font-weight: 700;
						border-right: 1px solid #fff;
						color: #fff;
						flex-shrink: 0;
						font-family: var(--font-family-latin)
					}

		@media(max-width: 768px) {
						.faq-box__answer-icon {
							width:44px;
							font-size: 28px;
							height: 60px
						}
					}

					.faq-box__answer-title {
						padding-left: 20px;
						line-height: 1.77
					}

					.faq-box__answer-title span {
						color: #475569
					}

		@media(max-width: 768px) {
						.faq-box__answer-title .pcDisNon {
							display:none
						}
					}

		@media(max-width: 768px) {
						.faq-box__answer-title {
							padding-top:10px
						}
					}


		  /* --- パシフィコルートマップ --- */
		  /* --- ポップアップの背景 --- */
		 /* 再生マーク（常に表示・YouTube風の赤） */
				.zoom-wrap {
				  position: relative;
				  display: inline-block;
				  width: 100%;
				}

				.zoom-wrap img {
				  display: block;
				  width: 100%;
				  height: auto;
				  border-radius: 10px;
				}

				.img-wrap .start-btn,
				.start-btn {
				  position: absolute;
				  top: 50%;
				  left: 50%;
				  transform: translate(-50%, -50%);
				  width: 60px;
				  height: 60px;
				  background-color: white; /* 白い円背景 */
				  border-radius: 50%;       /* 円形 */
				  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
				  opacity: 1 !important;
				  pointer-events: none;
				  z-index: 10;
				}

				.img-wrap .start-btn::after {
				  content: "";
				  position: absolute;
				  top: 50%;
				  left: 50%;
				  transform: translate(-40%, -50%); /* 左にずらして中央に配置 */
				  width: 0;
				  height: 0;
				  border-left: 16px solid red;       /* 赤い三角 */
				  border-top: 10px solid transparent;
				  border-bottom: 10px solid transparent;
				}

				.zoom-wrap:hover .start-btn {
				  opacity: 1;
				}

				/* スマホ対応 */
				@media screen and (max-width: 767px) {
				  .img-wrap .start-btn,
				  .start-btn {
					width: 50px;
					height: 50px;
					background-color: white; /* 白背景に修正 */
					border-radius: 50%;
					box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
					opacity: 1 !important;
					pointer-events: none;
					z-index: 10;
				  }

				  .img-wrap .start-btn::after {
					content: "";
					position: absolute;
					top: 50%;
					left: 50%;
					transform: translate(-40%, -50%);
					width: 0;
					height: 0;
					border-left: 13px solid red;
					border-top: 8px solid transparent;
					border-bottom: 8px solid transparent;
				  }
				}

				/* --- パシフィコルートマップ --- */
				/* 再生マーク（常に表示・YouTube風の赤） */
					.zoom-wrap {
					  position: relative;
					  display: inline-block;
					  width: 100%;
					}

					.zoom-wrap img {
					  display: block;
					  width: 100%;
					  height: auto;
					  border-radius: 10px;
					}

					.img-wrap .start-btn,
					.start-btn {
					  position: absolute;
					  top: 50%;
					  left: 50%;
					  transform: translate(-50%, -50%);
					  width: 60px;
					  height: 60px;
					  background-color: white; /* 白い円背景 */
					  border-radius: 50%;       /* 円形 */
					  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
					  opacity: 1 !important;
					  pointer-events: none;
					  z-index: 10;
					}

					.img-wrap .start-btn::after {
					  content: "";
					  position: absolute;
					  top: 50%;
					  left: 50%;
					  transform: translate(-40%, -50%); /* 左にずらして中央に配置 */
					  width: 0;
					  height: 0;
					  border-left: 16px solid red;       /* 赤い三角 */
					  border-top: 10px solid transparent;
					  border-bottom: 10px solid transparent;
					}

					.zoom-wrap:hover .start-btn {
					  opacity: 1;
					}

					/* スマホ対応 */
					@media screen and (max-width: 767px) {
					  .img-wrap .start-btn,
					  .start-btn {
						width: 50px;
						height: 50px;
						background-color: white; /* 白背景に修正 */
						border-radius: 50%;
						box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
						opacity: 1 !important;
						pointer-events: none;
						z-index: 10;
					  }

					  .img-wrap .start-btn::after {
						content: "";
						position: absolute;
						top: 50%;
						left: 50%;
						transform: translate(-40%, -50%);
						width: 0;
						height: 0;
						border-left: 13px solid red;
						border-top: 8px solid transparent;
						border-bottom: 8px solid transparent;
					  }
					}

					/* --- パシフィコルートマップ --- */
					/* --- ポップアップの背景 --- */
					.popup {
					  position: fixed;
					  inset: 0;
					  display: grid;
					  place-items: center;
					  background: rgba(0,0,0,.6);
					  z-index: 100000;
					  transition: opacity .3s;
					}
					.popup.hidden {     /* 非表示状態 */
					  opacity: 0;
					  pointer-events: none;
					}

					/* --- 画像コンテナ --- */
					.popup__inner {
					  margin: 0;
					  max-width: 70vw;
					  max-height: 80vh;
					  overflow: hidden; /* 変更: hidden → auto */
					  cursor: grab;
					}

					@media screen and (max-width: 767px) {
						.popup__inner {
						  margin: 0;
						  max-width: 90vw;
						  max-height: 80vh;
						  overflow: auto; /* 変更: hidden → auto */
						  cursor: grab;
						}
					}
					.popup__inner img {
					  width: auto;
					  height: auto;
					  max-width: none;
					  max-height: none;
					  user-select: none;
					  -webkit-user-drag: none;
					  transform-origin: center center;
					  transition: transform .2s;
					}

					/* --- 閉じるボタン --- */
					.popup__close{
					  position: absolute;
					  top: 20px;
					  right: 28px;
					  font-size: 42px;
					  color: #fff;
					  background: none;
					  border: none;
					  cursor: pointer;
					  line-height: 1;
					}


/********** 最新情報 20250703 **********/

				.c-article__button {
				  margin-top: 12px;
				  text-align: right;
				}

				.c-article__button span {
				  display: inline-block;
				  font-size: 0.9em;
				  color: #3a57c4;
				  font-weight: bold;
				  background-color: #f0f3fb;
				  padding: 6px 12px;
				  border-radius: 4px;
				  transition: background-color 0.3s;
				}

				.c-article__button span:hover {
				  background-color: #dde5f9;
				  cursor: pointer;
				}

				.p-section a{
					text-decoration: none;
					color: #000000;
				}

/********** 紹介 20250711 **********/

			@media (max-width: 1000px) {
						.invitation-pc {
							display: none;
						}
				
						.invitation-sp {
							display: block;
						}
					}

			@media (min-width: 1000px) {
						.invitation-pc {
							display: block;
						}
				
						.invitation-sp {
							display: none;
						}
					}


			.p-page-invitationflow{
				max-width: 1500px;
				margin-inline: auto;
				padding: 64px 16px;
			}


			/* 文章コピー */
			.copy-block {
			  background: #fdeaea;
			  border-radius: 12px;
			  padding: 20px;
			  max-width: 600px;
			  margin: 30px auto 30px 0;
			  text-align: left;
			}

			.copy-label {
			  font-weight: bold;
			  font-size: 1rem;
			  margin-bottom: 12px;
			  color: #333;
			}

			.copy-text {
			  background: #eaf0f6;
			  padding: 16px;
			  border-radius: 8px;
			  font-size: 0.95rem;
			  line-height: 1.8;
			  font-family: sans-serif;
			  margin-bottom: 15px;
			  white-space: normal;
			  text-align: left;
			}

			.copy-btn {
			  background-color: #e0e0e0;
			  color: #333;
			  border: none;
			  padding: 8px 16px;
			  border-radius: 8px;
			  cursor: pointer;
			  font-size: 0.9rem;
			  transition: background-color 0.3s;
			}

			.copy-btn:hover {
			  background-color: #ccc;
			}

/********** いつでも割 20250711 **********/

.referral_ticket_flow a{
	color: #1a0dab;
	text-decoration: underline;
} 


/********** WG グッズ 20250716 **********/

@media (min-width: 800px) {
	.br_sp {
       display: none
    }
}

.p-page-new {
    max-width: 800px;
    margin-inline: auto;
    padding: 64px 16px;
}

.p-page-new a {
    color: #1a0dab;
	text-decoration: underline;
	font-size: 0.8em;
}

.mb30{
	margin-bottom: 30px;
}

.p-under-page-news{
	width: 100%;
	max-width: 500px;
	margin: 40px auto 0;
}

.c-section-title-s{
	line-height: 1.4;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 16px;
	text-align: center;
}

span.marker {
 background: linear-gradient(transparent 50%, #ffff84 50%);
 }



/********** 見逃し配信 202507 **********/

/*         .schedule-container {
            max-width: 700px;
            margin: 50px auto;
            font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
        }

		.schedule-container-table {
            max-width: 700px;
            margin: 10px auto;
			padding: 20px;
			background: #f7f8f8;
            font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
        }

		.schedule-container-table li {
            font-size: 0.9em;
        }

        h3 {
            color: #333;
            /*border-left: 5px solid #417DFE;*/
/*            padding-left: 10px;
            margin-bottom: 20px;
            font-size: 1.2em;
            font-weight: bold;
        }


		.schedule-list {
				list-style: none;
				padding: 0;
			}

			.schedule-item {
				margin-bottom: 15px;
			}

			/* ボタン風デザイン */
	/*		.schedule-content {
				padding: 10px;
				margin-bottom: 10px;
				background-color: #f8f9fa;
				border-radius: 10px;
				box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
				border: 1px solid #9dd63b;
				transition: all 0.3s ease;
			}

			/* リンクのみに適用されるスタイル */
/*			.schedule-link {
				display: block;
				text-decoration: none;
				color: #333;
				font-weight: bold;
				padding: 10px;
				border-radius: 10px;
				/*text-align: center;*/
/*				background-color: #ffffff;
				border: 1px solid #9dd63b;
				transition: all 0.3s ease;
			}

			.schedule-link-on {
				display: block;
				text-decoration: none;
				color: #333;
				font-weight: bold;
				padding: 10px;
				border-radius: 10px;
				/*text-align: center;*/
/*				background-color: rgba(103, 145, 32, 0.2);
				border: 1px solid #9dd63b;
				transition: all 0.3s ease;
			}

			.schedule-link:hover {
				background-color: #9dd63b;
				color: #ffffff;
				box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
				cursor: pointer;
			}


			/* ホバー時にspanも色を変更 */
/*			.schedule-item a:hover span {
				color: #fff; /* ホバー時にテキスト色を白に変更 */
			}


			/* 番号のスタイル */
/*			.schedule-item span {
				font-weight: bold;
				color: #9dd63b;
				margin-right: 10px;
			}

			/* 矢印のスタイル（オプション） */
/*			.arrow {
				position: absolute;
				right: 15px;
				color: #9dd63b;
				font-size: 0.8em;
			}

			/* NEWバッジのデザイン */
/*			.new-badge {
				display: inline-block;
				background-color: #ff6347; /* 明るい赤色 */
/*				color: #fff;
				font-size: 12px;
				font-weight: bold;
				padding: 2px 8px;
				border-radius: 12px;
				margin-left: 10px;
				vertical-align: middle;
			}

.content-flexbox {
					display: flex; /* 古いブラウザ向けの指定を削除 */
/*					gap: 34px; /* column-gap を gap に変更（flexbox対応） */
/*					border-top: solid 1px #417DFE;
					margin-top: 40px; /* 少し余白を調整 */
/*					padding-top: 20px; /* パディングを減らして調整 */
/*				}

				.content-flexbox-top {
					display: flex; /* 古いブラウザ向けの指定を削除 */
/*					gap: 34px; /* column-gap を gap に変更（flexbox対応） */
					/*border-top: solid 1px #9dd63b;*/
					/*margin-top: 39px;*/
/*					padding-top: 39px;
				}


				.content-txt .text-subject {
					font-size: 1.2em;
					line-height: 1.2;
					color: #fff;
					width: -webkit-fit-content;
					width: -moz-fit-content;
					width: fit-content;
					background-color: #417DFE;
					padding: 6px 18px;
					margin-bottom: 20px;
				}

				.content-txt .text-ttl {
					font-size: 1.1em;
					line-height: 1.5;
					margin-bottom: 24px;
					margin-top: -8px;
				}



				.content-txt a {
					display: block;
					text-align: center;
					font-size: 1.1em;
					font-weight: 700;
					line-height: 1.6;
					width: 250px;
					color: #f2897c;
					border: solid 1px #f2897c;
					border-radius: 2px;
					padding: 8px 24px;
					margin: 0 auto;
				}
*/


/********** 見逃し配信 202601 **********/
/* --- レイアウト調整 (l-inner) --- */
.l-inner {
    max-width: 1000px; /* コンテンツ幅の制限 */
    margin: 0 auto;
    padding: 0 20px;
}

				.content-txt .text-subject {
					font-size: 1.2em;
					line-height: 1.2;
					color: #fff;
					width: -webkit-fit-content;
					width: -moz-fit-content;
					width: fit-content;
					background-color: #7944d;
					padding: 6px 18px;
					margin-bottom: 20px;
					border-radius: 5px;
				}

/* --- セクションタイトル --- */
.c-section-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 15px;
}

/* タイトル下のアクセントライン */
.c-section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background-color: #1A56DB;
}

/* --- リスト全体のスタイル --- */
.p-news__list {
    margin-bottom: 60px;
}

.content-list {
    border-top: 1px solid #1A56DB;
}

/* --- 各リストアイテム (Flexbox) --- */
.content-flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center; /* 垂直方向中央揃え */
    padding: 40px 0;
    border-bottom: 1px solid #BFDBFE;
}

/* --- 左側：テキストエリア --- */
.content-txt {
    width: 45%; /* 幅の調整 */
}

/* カテゴリラベル */
.text-subject {
    display: inline-block;
    background-color: #1A56DB;
    color: #fff;
    font-size: 14px;
    padding: 6px 15px;
    margin: 0 0 20px 0;
    font-weight: bold;
}

/* 本文タイトル */
.text-ttl {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin: 0 0 30px 0;
}

/* ボタン (動画を視聴する) */
.content-txt > a {
    display: block;
    width: 100%;
    max-width: 280px;
    padding: 12px 0;
    text-align: center;
    border: 1px solid #1A56DB;
    color: #1A56DB;
    font-size: 15px;
    font-weight: bold;
    transition: all 0.3s;
    background-color: #fff;
	border-radius: 10px;
}

/* ボタンホバー時 */
.content-txt > a:hover {
    background-color: #1A56DB;
    color: #fff;
    opacity: 0.9;
}

/* --- 右側：画像エリア --- */
.content-img {
    width: 50%; /* 幅の調整 */
    text-align: right;
}

/* --- スマホ対応 (768px以下) --- */
@media screen and (max-width: 768px) {
    .content-flexbox {
        flex-direction: column-reverse; /* スマホでは画像を上に、テキストを下に */
        align-items: flex-start;
        padding: 30px 0;
    }

    .content-txt, 
    .content-img {
        width: 100%;
        text-align: left;
    }

    .content-img {
        margin-bottom: 20px;
    }
    
    .content-txt > a {
        max-width: 100%; /* スマホではボタンを全幅に */
    }
}






/********** HOME 20250801 **********/

/* リスト全体をflexボックスで制御 */
.p-special-information-page-list__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* 共通設定 */
.p-special-information-page-list__item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding-bottom: 10px;
  box-sizing: border-box;
  border-radius: 8px;
}

/* タイトル・日時 */
.p-special-information-page-list__item-heading {
  padding: 10px;
  flex-grow: 1;
}

/* ボタン：デフォルトは上寄せ（PC） */
.p-special-information-page__primary-button {
  padding: 0 10px;
  margin-top: 0;
}

/* スマホ時（幅480px以下）のみ下寄せ */
@media (max-width: 480px) {
  .p-special-information-page-list__item {
	      width: 100%;
    /*min-height: 460px;*/
  }

  .p-special-information-page__primary-button {
    margin-top: 0;
  }
}

/* PC時（幅481px以上）は固定サイズで上寄せ */
@media (min-width: 481px) {
  .p-special-information-page-list__item {
    width: 47%;
    min-height: 300px;
  }

  .p-special-information-page__primary-button {
    margin-top: auto;
  }
}


/********** HOME 20251008 **********/

@media (max-width: 480px) {
  .all-width {
    width: 100%;
  }
}

@media (min-width: 481px) {
  .all-width {
    max-width: 50rem;
	  margin: 0 auto;
	  border-left: 3px solid #93C5FD;
     border-right: 3px solid #93C5FD;
  }
}



/********** HOME 20251115 **********/


		/* === スリーカラムレイアウト === */
			.three-column-layout {
			  display: grid;
			  grid-template-columns: 300px 1fr 300px;
			  gap: 20px;
			  max-width: 1400px;
			  margin: 0 auto;
			  position: relative;
			  align-items: start;
			 overflow: visible;
			}

			/* メインコンテンツ */
			.main-content {
			  background: #fff;
			  border-radius: 10px;
			  box-shadow: 0 0 10px rgba(0,0,0,0.1);
			  /*overflow: visible;*/
			  min-height: 100vh;
			  z-index: 1;
			}

			/* ===== サイドメニュー共通 ===== */
			.side-menu {
			  position: sticky;
			  top: 120px; /* ヘッダー分 */
			  align-self: start;
			  z-index: 10;
			}

			.side-menu nav {
			  width: 100%;
			  position: relative;  /* sticky/fixed を解除。親の.side-menuが追従を担当 */
			  top: auto;
			  margin: 0;
			}

			.side-menu nav ul {
			  list-style: none;
			  margin: 0;
			  padding: 0;
			}

			.side-menu nav ul li {
			  margin-bottom: 12px;
			}

			.side-menu nav ul li a {
			  display: block;
			  text-decoration: none;
			  color: #1A56DB;
			  background: #EFF6FF;
			  border: 1px solid #1A56DB;
			  border-radius: 999px;
			  padding: 8px 12px;
			  font-weight: 700;
			  box-shadow: 0 2px 6px rgba(26,86,219,0.08);
			  transition: all 0.2s ease;
			}

			.side-menu nav ul li a:hover {
			  background: #DBEAFE;
			  transform: translateY(-1px);
			}

			/* ===== 左右配置 ===== */
			.left-menu {
			  justify-self: right;
			  width: 90%;
			  text-align: left; /* ← center→left に修正：ボタン文字を左寄せ */
			}
			.right-menu {
			  justify-self: start;
			  width: 90%;
			  text-align: left; /* ← center→left に修正 */
			}



			/* === スマホ時は1カラムに変更 === */
			@media (max-width: 960px) {
			  .three-column-layout {
				 grid-template-columns: 1fr !important;
				max-width: 100% !important;
				width: 100% !important;
				margin: 0 !important;
				padding: 0 !important;
			  }
			  .side-menu {
				display: none;
			  }
			  .main-content {
				padding: 0;
				  margin-top: 0px;
			  }
				
			/* スマホで横幅がはみ出さないように */
				html, body {
				  overflow-x: hidden;
				}

				/* 画像のはみ出し防止 */
				img {
				  max-width: 100% !important;
				  height: auto !important;
				  display: block;
				}

			}

		@media (max-width: 600px){
						.main-content {
									padding-top: 70px;
								  }	
			}

			/* スライダー画像のリサイズ補正 */
			.splide__slide img {
			  width: 100% !important;
			  height: auto !important;
			  object-fit: cover;
			}

			/* スマホ時の 3カラム調整 */
			@media (max-width: 960px) {
			  .three-column-layout {
				grid-template-columns: 1fr !important;
				max-width: 100% !important;
				width: 100% !important;
				margin: 0 !important;
				padding: 0 !important;
			  }
			}


/* --- 左サイドメニュー --- */
			.left-menu {
				  position: sticky;
				  top: 120px;
				  align-self: start;
				  opacity: 0;
				  transform: translateY(20px);
				  pointer-events: none;
				  transition: opacity 0.4s ease, transform 0.4s ease;
				}

				/* JS制御：スクロールで表示 */
				.left-menu.is-visible {
				  opacity: 1;
				  transform: translateY(0);
				  pointer-events: auto;
				}

				.left-menu.is-hidden-bottom {
				  opacity: 0;
				  transform: translateY(20px);
				  pointer-events: none;
				}

				/* nav は絶対に position: fixed にしない！ */
				.left-menu nav {
				  position: relative;
				}




/* スマホフッター 追従ボタン全体 */
.p-follow-button.br-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffffee;
  padding: 8px 10px;
  box-shadow: 0 -3px 10px rgba(0,0,0,0.15);
  z-index: 9999;
}

/* 横並び */
.p-follow-button__wrap.two-buttons {
  display: flex;
  gap: 10px;
}

/* サムネ1つ分 */
.p-follow-thumb {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-size: 12px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.12);
  transition: opacity .2s;
  display: flex;
  flex-direction: column;
}

.p-follow-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.p-follow-thumb span {
  padding: 6px 0 8px;
  font-weight: 600;
}

/* PCでは非表示 */
@media (min-width: 768px) {
  .p-follow-button.br-sp {
    display: none;
  }
}


/********** 楽しみ方ガイド 20251126 **********/


	/* スムーススクロール（JS不要） */
		html {
		  scroll-behavior: smooth;
		}

		/* 見出しがヘッダーに隠れないように調整（必要に応じて値を調整） */
		.anchor-target {
		  scroll-margin-top: 84px; /* 固定ヘッダーの高さ＋余白 */
		}

		/* ===== 目次（ページ内ナビ） ===== */
		.toc-nav {
		  position: sticky;
		  top: 100px;
		  z-index: 50;
		  background: linear-gradient(135deg, #EEF2FF 0%, #DBEAFE 60%, #BFDBFE 100%);
		  border: 1px solid rgba(26, 86, 219, .2);
		  box-shadow: 0 6px 22px rgba(0,0,0,.08);
		  padding: 10px 12px;
		  margin: 16px auto 24px;
		  width: min(1100px, 94%);
		  border-radius: 14px;
		}

			@media (max-width: 960px) {
				.toc-nav {
				  position: sticky;
				  top: 50px;
				  z-index: 50;
				  background: linear-gradient(135deg, #EEF2FF 0%, #DBEAFE 60%, #BFDBFE 100%);
				  border: 1px solid rgba(26, 86, 219, .2);
				  box-shadow: 0 6px 22px rgba(0,0,0,.08);
				  padding: 8px 12px;
				  margin: 16px auto 24px;
				  width: min(1100px, 94%);
				  border-radius: 14px;
				}
}

		/* 中身を横スクロール可能に（SP想定） */
		.toc-inner {
		  display: flex;
		  gap: 10px;
		  overflow-x: auto;
		  -webkit-overflow-scrolling: touch;
		  scrollbar-width: thin;
		  align-items: center;
		}

		/* ピル型リンク */
		.toc-link {
		  flex: 0 0 auto;
		  text-decoration: none;
		  color: #1A56DB;
		  font-weight: 700;
		  letter-spacing: .02em;
		  border: 1px solid rgba(26, 86, 219, .3);
		  background: rgba(255,255,255,.8);
		  padding: 10px 14px;
		  border-radius: 999px;
		  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
		  box-shadow: 0 3px 10px rgba(26, 86, 219, .1);
		  font-size: clamp(.88rem, 1.7vw, .98rem);
		}

		/* ホバー／フォーカス（アクセシビリティ） */
		.toc-link:hover,
		.toc-link:focus {
		  outline: none;
		  background: #EFF6FF;
		  transform: translateY(-1px);
		  box-shadow: 0 6px 16px rgba(26, 86, 219, .15);
		}

		/* PCは均等配置・視認性UP */
		@media (min-width: 960px) {
		  .toc-inner {
			justify-content: center;
			flex-wrap: wrap;
			gap: 12px 14px;
		  }
		  .toc-link {
			padding: 10px 18px;
		  }
		}

		/* 端末幅が極端に狭い場合の余白微調整 */
		@media (max-width: 360px) {
		  .toc-nav { padding: 8px 10px; }
		  .toc-link { padding: 8px 12px; }
		}

		/* リンク全体を横並びにする */
		.t2s-toc .toc-link {
		  display: inline-flex;
		  align-items: center;
		  gap: 8px;
		  padding: 8px 12px;
		  border-radius: 5px;
		  font-weight: 600;
		  color: #1A56DB;
		  text-decoration: none;
		  white-space: nowrap;
		  transition: all 0.25s;
		}

		.t2s-toc .toc-link:hover {
		  background-color: #EFF6FF;
		  transform: translateX(4px);
		}

		/* NEWマーク */
		.t2s-toc .toc-new {
		  width: 32px;          /* ← 50pxは大きすぎるので推奨32 */
		  height: auto;
		  flex-shrink: 0;       /* ← 折り返し防止 */
		}

		/* テキスト */
		.t2s-toc .toc-text {
		  line-height: 1.2;
		}


/* 全セクション非表示 */
.content-section {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: all .4s ease;
}

/* 表示中 */
.content-section.is-active {
  opacity: 1;
  visibility: visible;
  max-height: 5000px; /* 高さ制限解除 */
	/*margin-top: 120px;*/
}

@media (max-width: 760px) {
	.content-section.is-active {
		margin-top: 50px;
	}
}

/* ナビ全体 */
.toc-nav {
  position: sticky;
  /*top: 120px; /* ヘッダーの高さ分あける */
  z-index: 999;
  background: #fff;
	/*margin-top: 100px;*/
}

/* スマホ用追従 */
/* ▼ SP時：グロナビ直下に吸着・横幅はみ出し防止 */
@media (max-width: 768px) {
  .toc-nav {
    position: fixed;
    top: 170px; /* ←グローバルナビの高さに合わせる（調整可） */
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 8px 10px;
    left: 0;
    right: 0;
    z-index: 2000;
    background: white;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
  }

  .toc-inner {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    white-space: nowrap;
    width: 100%;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
  }

  html, body {
    overflow-x: hidden; /* 横スクロール防止 */
  }
	
  .toc-link {
    flex-shrink: 0;
    padding: 8px 16px;
  }
}



/* ---- 20251201 ---- */

/* モーダル背景 */
.c-yt-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.7);
  z-index: 999999;
}
.c-yt-modal.is-active {
  display: flex;
}

/* 内側のボックス */
.c-yt-modal__inner {
  position: relative;
  width: 90%;
  max-width: 900px;
}

/* YouTube iframe */
.c-yt-modal__content iframe {
  width: 100%;
  height: 500px;
}

/* 閉じるボタン */
.c-yt-modal__close {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #333;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 1000000;
}
.c-yt-modal__close::before {
  content: "×";
  font-size: 24px;
  font-weight: bold;
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* モーダル時に右カラムなどを非表示 */
body.modal-open .right-menu,
body.modal-open .page-fixed-btn,
body.modal-open .p-follow-button__wrap,
body.modal-open .p-top__right {
  display: none !important;
}

/* スマホ調整 */
@media (max-width: 768px) {
  .c-yt-modal {
    padding: 20px;
    /*align-items: flex-start;*/
  }
  .c-yt-modal__inner {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
  }
  .c-yt-modal__content iframe {
    height: calc((100vw - 40px) * 0.5625);
    max-height: 60vh;
  }
  .c-yt-modal__close {
    top: -35px;
    right: -10px;
  }
}




/* シェアボタン */
/* 全体ブロック */
.download-share-block {
  max-width: 600px;
  margin: 40px auto;
  padding: 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

/* ▼共通ボタンスタイル */
.dl-btn,
.sns-btn {
  display: block;
  width: 100%;
  padding: 5px 9px;
  margin: 12px 0;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s;
}

/* ▼ダウンロードボタン */
.dl-btn {
  background: #f7e7be;
  color: #5a4500;
  border: 2px solid #e6b800;
}
.dl-btn:hover {
  background: #ffe9a6;
}


/* ▼2つの動画ブロックを横並びにする */
.video-flex-wrap {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: flex-start;
  margin: 40px auto;
  max-width: 1100px;
  flex-wrap: wrap; /* PCでもはみ出さないように安全 */
}

/* 各動画カード */
.video-card {
  width: 48%;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
  transition: 0.3s;
  text-align: center;
}

/*.video-card:hover {
  transform: translateY(-4px);
}*/

/* サムネイル（about__movieを上書き） */
.video-card .about__movie {
  box-shadow: none;
  margin-bottom: 16px !important;
  display: block;
}

.video-card img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* ▼スマホ：縦積み */
@media screen and (max-width: 768px) {
  .video-flex-wrap {
    flex-direction: column;
    gap: 20px;
    max-width: 95%;
  }

  .video-card {
    width: 100%;
    padding: 16px;
  }
}


/* ▼SNSボタンの枠 */
.share-buttons {
  margin-top: 20px;
}

/* ▼SNS別カラー */
.sns-btn.fb {
  background: #1877f2;
  color: #fff;
}
.sns-btn.fb:hover {
  background: #0f5fcc;
}

.sns-btn.ig {
  background: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7);
  color: #fff;
}
.sns-btn.ig:hover {
  opacity: 0.9;
}

.sns-btn.line {
  background: #06c755;
  color: #fff;
}
.sns-btn.line:hover {
  background: #04a446;
}

/* ▼PCではSNSボタンを横並びに */
@media screen and (min-width: 768px) {
  .share-buttons {
    display: flex;
    gap: 12px;
  }

  .sns-btn {
    flex: 1;
    margin: 0;
  }
}


/* ▼ コンテナ：横幅でレイアウトが変わる */
.image-flex-wrap {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: flex-start;
  margin: 40px auto;
  max-width: 1100px;
  flex-wrap: wrap; /* PCでもはみ出さないように安全 */
}

/* ▼ カード */
.image-card {
  width: 48%;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
  transition: 0.3s;
  text-align: center;
}


.image-card .about__image {
  box-shadow: none;
  margin-bottom: 16px !important;
  display: block;
}

.image-card img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.image-card .about__image img:hover {
	cursor: pointer;
}


/* ▼ サムネ画像モーダルを最優先で固定化する */
.c-img-modal {
  position: fixed !important;
  inset: 0 !important;
  display: none !important;
  justify-content: center !important;
  align-items: center !important;
  background: rgba(0,0,0,0.7) !important;
  z-index: 999999 !important;
}

.c-img-modal.is-active {
  display: flex !important;
}

/* オーバーレイも最前面 */
.c-img-modal__overlay {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
}

/* モーダル内側 */
.c-img-modal__inner {
  position: relative !important;
  z-index: 2 !important;
  max-width: 90% !important;
  max-height: 90% !important;
}

.c-img-modal__inner img {
  width: 95% !important;
	max-width: 950px;
  height: auto !important;
}

/* 閉じるボタン */
.c-img-modal__close {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #333;
  position: absolute;
  top: -25px;
  right: 10px;
  z-index: 1000000;
}


.c-img-modal__close::before {
  content: "×";
  font-size: 24px;
  font-weight: bold;
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ▼ モーダル表示中に右カラム等を消す */
body.modal-open .right-menu,
body.modal-open .p-top__right,
body.modal-open .p-follow-button__wrap,
body.modal-open .page-fixed-btn {
  display: none !important;
}

/* ▼スマホ：縦積み */
@media screen and (max-width: 768px) {
  .image-flex-wrap{
 	 display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    max-width: 95%;
  }

  .image-card {
    width: 100%;
    padding: 16px;
  }
}


/* ▼ メッセージ */
.message-wrap {
	display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 10px auto;
	width: 95%;
    max-width: 670px;
    flex-wrap: wrap;
}

.message-text {
  border-radius: 16px;
  padding: 10px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
  transition: 0.3s;
}


.message-text .about__image {
  box-shadow: none;
  margin-bottom: 16px !important;
  display: block;
}

.message-text img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.image-card .about__message img:hover {
	cursor: pointer;
}


.copy-btn {
    padding: 8px 16px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
    transition: background-color 0.3s;
	background: #EFF6FF;
    color: #1e293b;
    border: 2px solid #1A56DB;
}

.copy-btn:hover {
	background: #DBEAFE;
    color: #1e293b;
    border: 2px solid #1d4ed8;
}

.copy-message-text{
	background: #F0F5FF;
    padding: 16px;
    border-radius: 8px;
    font-size: 0.95rem;
    line-height: 1.8;
    font-family: sans-serif;
    margin-bottom: 15px;
    white-space: normal;
    text-align: left;
}


.share-content-section {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: all .4s ease;
}

/* 表示中 */
.share-content-section.is-active {
  opacity: 1;
  visibility: visible;
  max-height: 8000px; /* 高さ制限解除 */
	/*margin-top: 120px;*/
}

@media (max-width: 760px) {
	.share-content-section.is-active {
		margin-top: 120px;
	}
}

.img-desc{
	text-align:justify;
}



/* 20251210 */

.p-page-preparation-pickup ul li {
  list-style-type: square;
}



/* WHY T2S セクション全体 */
.p-page-preparation-pickup {
  padding: 0 40px;
  max-width: 880px;
  margin: 0 auto;
  line-height: 1.8;
}

/* 見出し */
.p-page-preparation-heading {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
  border-bottom: 2px solid #d8cba8;
  padding-bottom: 6px;
}

/* テキスト */
.p-page-preparation-pickup p {
  font-size: 16px;
  color: #333;
  /*line-height: 1.85;*/
  margin-bottom: 15px;
}

.p-page-preparation-pickup li {
  font-size: 16px;
  color: #333;
}

/* 箇条書き */
.p-page-preparation-pickup ul {
  padding-left: 20px;
  margin-bottom: 18px;
}

/* 画像レイアウト */
.p-page-preparation-article img {
  width: 100%;
  height: auto;
  /*border-radius: 8px;*/
  margin: 20px 0;
}

.why-rink {
  text-decoration: underline!important;
	color: #1a0dab;
}

.why-rink:visited {
  text-decoration: underline!important;
	color: #660099;
}


/* スマホ時 */
@media (max-width: 768px) {
  .p-page-preparation-pickup {
    padding: 0 22px;
  }

  .p-page-preparation-heading {
    font-size: 20px;
  }

  .p-page-preparation-pickup p,
  .p-page-preparation-pickup li {
    font-size: 15px;
  }
}




 /* --- 目次全体(事前準備) --- */
				.t2s-toc {
				  background: linear-gradient(to right, #F8FAFF, #EEF2FF);
				  border: 1px solid #BFDBFE;
				  border-left: 5px solid #1A56DB;
				  border-radius: 10px;
				  padding: 25px 30px;
				  max-width: 800px;
				  margin: 40px auto;
				  box-shadow: 0 2px 6px rgba(26, 86, 219, 0.06);
				}

				/* カテゴリ見出し（動画 / コミュニティ） */
				.t2s-toc .toc-category {
				  margin-top: 18px;
				  margin-bottom: 6px;
				  font-size: 1.3em;
				  font-weight: 700;
				  color: #1d4ed8;
				  padding-left: 6px;
				  border-left: 4px solid #1d4ed8;
				}

				/* --- タイトル --- */
				.toc-title {
				  font-size: 1.2em;
				  font-weight: bold;
				  color: #2d3e50;
				  margin-bottom: 16px;
				  display: flex;
				  align-items: center;
				}
				.toc-icon {
				  font-size: 1.4em;
				  margin-right: 8px;
				}

				/* --- リスト --- */
				.toc-list {
				  list-style: none;
				  padding: 0;
				  margin: 0;
				}
				.toc-list li {
				  margin-bottom: 12px;
				}
				.toc-list a {
				  display: inline-block;
				  padding: 8px 12px;
				  border-radius: 5px;
				  font-weight: 600;
				  color: #1A56DB;
				  text-decoration: none;
				  transition: all 0.25s;
				}
				.toc-list a:hover {
				  background-color: #EFF6FF;
				  transform: translateX(4px);
				}

				/* --- ▶マーク --- */
				.toc-arrow {
				  margin-right: 6px;
				  color: #1A56DB;
				}

				/* --- スマホ対応 --- */
				@media screen and (max-width: 768px) {
				  .t2s-toc {
					padding: 20px;
				  }
				  .toc-title {
					font-size: 1.1em;
				  }
				  .toc-list a {
					font-size: 1em;
				  }
				}

/* リスト内のテキストと画像を改行させない */
.t2s-toc .toc-list li a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap; /* ← 画像＋文字を1行に固定 */
}

/* new アイコン調整 */
.t2s-toc .toc-list li img {
  display: inline-block;
  width: 48px;
  height: auto;
  vertical-align: middle;
}


.c-img-modal__inner {
  max-height: 90vh;
  /*overflow-y: auto;*/
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  justify-content: center;
	margin-top: 150px;
}

.c-img-modal__inner video,
.c-img-modal__inner iframe {
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: contain; /* ← 重要 */
}

.image-flex-wrap .image-card a{
	color: #1e293b;
	text-decoration:none;
}

.image-flex-wrap a{
	color: #381AD0;
	text-decoration: underline;
}

.content-section-description{
	width: 90%;
	margin: 0 auto;
	max-width: 600px;
}

/* 右カラムを上に固定して崩れを防ぐ */
.l-sidebar {
  position: sticky;
  top: 120px; /* ヘッダーの高さにあわせて調整 */
  height: fit-content;
}

.p-side-banner img {
  width: 100%;
  height: auto;
  display: block;
}



/* --- 目次全体(楽しみ方ガイド) --- */
				.t2s-toc-usefull {
				  background: linear-gradient(to right, #F8FAFF, #EEF2FF);
				  border: 1px solid #BFDBFE;
				  border-left: 5px solid #1A56DB;
				  border-radius: 10px;
				  padding: 25px 30px;
				  max-width: 90%;
				  margin: 40px auto;
				  box-shadow: 0 2px 6px rgba(26, 86, 219, 0.06);
				}
			@media screen and (max-width: 480px) {
				.t2s-toc-usefull {
				  background: linear-gradient(to right, #F8FAFF, #EEF2FF);
				  border: 1px solid #BFDBFE;
				  border-left: 5px solid #1A56DB;
				  border-radius: 10px;
				  padding: 25px 30px;
				  max-width: 90%;
				  margin: 40px auto;
				  box-shadow: 0 2px 6px rgba(26, 86, 219, 0.06);
				}
			}

				/* カテゴリ見出し（動画 / コミュニティ） */
				.t2s-toc-usefull .toc-category {
				  margin-top: 18px;
				  margin-bottom: 6px;
				  font-size: 1.3em;
				  font-weight: 700;
				  color: #1d4ed8;
				  padding-left: 6px;
				  border-left: 4px solid #1d4ed8;
				}

				
				/* --- スマホ対応 --- */
				@media screen and (max-width: 768px) {
				  .t2s-toc-usefull {
					padding: 20px;
				  }
				}

			/* リスト内のテキストと画像を改行させない */
			.t2s-toc-usefull .toc-list li a {
			  display: inline-flex;
			  align-items: center;
			  gap: 6px;
			  white-space: nowrap; /* ← 画像＋文字を1行に固定 */
			}

			/* new アイコン調整 */
			.t2s-toc-usefull .toc-list li img {
			  display: inline-block;
			  width: 48px;
			  height: auto;
			  vertical-align: middle;
			}


/* === 目次へ戻るボタン（右下固定） === */
.toc-back-btn {
  position: fixed;
  bottom: 20px;       /* 下からの距離 */
  right: 20px;        /* 右からの距離 */
  z-index: 9999;      /* 他の要素より手前に */
  
  display: block;
  width: 70px;
  height: 70px;
  
  /* デザイン */
  background: rgba(239, 246, 255, 0.95);
  border: 2px solid #1A56DB;
  border-radius: 50%;
  color: #1A56DB;
  
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2); /* 影をつける */
  
  /* 中央寄せ用 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  
  /* アニメーション用（最初は隠す） */
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

/* アイコンサイズ */
.toc-back-icon {
  font-size: 20px;
  margin-bottom: 2px;
  display: block;
}

	.toc-back-btn.is-show {
	  opacity: 0;
	}

/* 表示状態のクラス（JSで付け外し） */
@media screen and (max-width: 960px) {
	.toc-back-btn.is-show {
	  opacity: 1;
	  visibility: visible;
	  transform: translateY(0);
	}
}

/* ホバー時（PC用） */
.toc-back-btn:hover {
  background: #1A56DB;
  color: #fff;
  transform: translateY(-3px);
}

/* === 目次ボタンの改行・はみ出し防止（強力版） === */

.toc-list li a {
  /* 1. 改行を強制的に許可する */
  white-space: normal !important; 
  word-wrap: break-word !important;
  
  /* 2. 高さを固定せず、中身に合わせて伸びるようにする */
  height: auto !important;
  min-height: 50px; /* 最低限の高さは確保 */
  
  /* 3. レイアウト調整 */
  display: flex !important;
  align-items: center !important; /* 縦方向の中央揃え */
  padding: 2px 15px !important;  /* 内側の余白を少し広めに */
}

/* アイコン（矢印▶）の位置調整 */
.toc-arrow {
  flex-shrink: 0; /* 矢印が潰れないようにする */
  margin-right: 10px;
  align-self: flex-start; /* 文字が複数行になっても、矢印は上のままにする場合 */
  margin-top: 10px; /* 少し位置合わせ */
}

/* NEWアイコン画像の調整 */
.toc-list li img {
  flex-shrink: 0; /* 画像が潰れないようにする */
  margin-left: 10px !important;
  align-self: center; /* 画像は上下中央に */
}

/* もし前回の「toc-text」タグを入れている場合用 */
.toc-text {
  /*flex: 1; /* 余白を埋める */
  min-width: 0; /* これがないとはみ出すブラウザ対策 */
}


section[id] {
  scroll-margin-top: 20px;
}

@media (max-width: 768px) {
  section[id] {
    scroll-margin-top: 100px;
  }
}



/* === 20260119 HOME T2S&__ === */

#share-mtg a {
    display: block;
    text-decoration: none;
    color: #1A56DB;
    background: #EFF6FF;
    border: 1px solid #1A56DB;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease;
    width: 90%;
    max-width: 300px;
    text-align: center;
}


/* === 20260201 背景 === */
/* === 背景用の基本設定 === */
		.t2slp_bg {
		  position: relative; /* 子要素を絶対配置するための基準 */
		  z-index: 0;
		}

		/* === 背景アニメーション用のCSS === */
		.bg-layer {
		  position: absolute;
		  top: 0;
		  left: 0;
		  width: 100%;
		  height: 100%;
		  overflow: hidden;
		  pointer-events: none; /* クリックを邪魔しないように */
		  z-index: -1;
		}

		.bg-item {
		  position: absolute;
		  display: block;
		  background-repeat: no-repeat;
		  background-position: center;
		  background-size: contain;
		  opacity: 0.1; /* 透明度 */

		  /* JavaScriptから変数を受け取る */
		  width: var(--size);
		  height: var(--sizeH);
		  transform: rotate(var(--rot)) scale(var(--scale));
		}


/* === 20260201 見逃し配信視聴ページ === */
/* --- PC版：縦サイズを動画に完全同期 ＆ リストの高さ自動調整版 --- */

			/* メインコンテナ */
			.t2s-video-player-root {
			  display: flex !important;
			  flex-direction: column;
			  gap: 20px;
			  max-width: 1240px;
			  margin: 30px auto;
			  padding: 0;
			}

			@media (min-width: 960px) {
			  .t2s-video-player-root {
				flex-direction: row !important;
				/* ★動画とリストの間の余白を30pxに設定（くっつかないように） */
				gap: 30px; 
				padding: 0 20px;
				/* ★重要：左右の高さを強制的に一致させる */
				align-items: stretch; 
			  }
			}

			/* 左側：動画エリア */
			.t2s-main-video { 
			  flex: 1; 
			  min-width: 0;
			}

			.t2s-current-info { margin-top: 15px; text-align: left; }
			.t2s-current-info h3 { color: #1A56DB; font-size: 1.2rem; margin: 0; font-weight: bold; }
			.t2s-current-info p { color: #666; font-size: 0.9rem; margin-top: 5px; }

			/* 右側：リスト外枠 */
			.t2s-playlist-sidebar {
			  width: 94%; 
			  margin: 20px auto; 
			  background: #fff;
			  border-radius: 12px;
			  border: 1px solid #e5e5e5;
			  overflow: hidden;
			  display: flex;
			  flex-direction: column;
			}

			@media (min-width: 960px) {
			  .t2s-playlist-sidebar { 
				width: 380px; 
				flex-shrink: 0; 
				margin: 0;
				/* 高さは親（root）の stretch により自動で動画と同じになります */
			  }
			}

			.sidebar-label {
			  padding: 15px 20px; 
			  font-weight: bold; 
			  background: #f8f8f8; 
			  color: #0f0f0f; 
			  font-size: 0.9rem;
			  border-bottom: 1px solid #e5e5e5;
			  flex-shrink: 0;
			}

			/* スクロールエリア */
			.sidebar-scroll {
			  display: flex;
			  flex-direction: row; 
			  overflow-x: auto;
			  -webkit-overflow-scrolling: touch;
			  scroll-snap-type: x mandatory;
			  padding: 15px 0;
			  gap: 12px;
			  scroll-padding-left: 20px;
			}
			.sidebar-scroll::before, .sidebar-scroll::after { content: ""; flex: 0 0 20px; }

			@media (min-width: 960px) {
			  .sidebar-scroll {
				flex-direction: column; 
				flex: 1; /* ★重要：親の高さ（動画の高さ）までエリアを広げる */
				overflow-y: auto;
				overflow-x: hidden;
				padding: 0;
				gap: 0;
			  }
			  .sidebar-scroll::before, .sidebar-scroll::after { display: none; }
			}

			/* プレイリストカード：3つの時は高さを広げて動画に合わせる */
			.playlist-card {
			  display: flex;
			  flex-direction: column; 
			  flex: 0 0 46%; 
			  min-width: 46%; 
			  scroll-snap-align: start;
			  background: #fff;
			  text-decoration: none !important;
			  cursor: pointer;
			}

			@media (min-width: 960px) {
			  .playlist-card { 
				flex-direction: row; 
				/* ★重要：flex: 1 にすることで、3枚の時は縦に均等に広がるようにします */
				flex: 1; 
				width: 100%;
				min-width: 100%;
				padding: 12px 20px; 
				gap: 15px;
				border-bottom: 1px solid #eee;
				align-items: center;
				box-sizing: border-box;
				/* 極端に高くならないよう、最低限の高さを確保 */
				min-height: 100px;
			  }
			  .playlist-card:last-child { border-bottom: none; }
			  .playlist-card:hover { background: #f9f9f9; }
			}

			/* サムネイル */
			.card-thumb { 
			  position: relative; 
			  width: 100%;
			  aspect-ratio: 16 / 9; 
			  flex-shrink: 0;
			  border-radius: 8px; 
			  overflow: hidden;
			  background: #000;
			}

			@media (min-width: 960px) {
			  .card-thumb { width: 120px; }
			}

			.card-thumb img { 
			  width: 100% !important; 
			  height: 100% !important; 
			  object-fit: cover !important; 
			  display: block;
			}

			.card-time { 
			  position: absolute; bottom: 4px; right: 4px; 
			  background: rgba(0,0,0,0.8); color: #fff; 
			  font-size: 10px; padding: 2px 4px; border-radius: 4px; 
			}

			.playing-tag {
			  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
			  background: rgba(26,86,219,0.7); color: #fff;
			  display: flex; align-items: center; justify-content: center;
			  font-size: 11px; font-weight: bold;
			}

			/* テキスト情報 */
			.card-info { padding: 8px 0; flex: 1; min-width: 0; }
			@media (min-width: 960px) { .card-info { padding: 0; } }

			.card-info h4 { 
			  font-size: 0.85rem; 
			  color: #0f0f0f; 
			  margin: 0 0 4px; 
			  text-align: left; 
			  font-weight: bold; 
			  line-height: 1.4;
			  display: -webkit-box;
			  -webkit-line-clamp: 2;
			  -webkit-box-orient: vertical;
			  overflow: hidden;
			}
			.card-info p { 
			  font-size: 0.75rem; 
			  color: #606060; 
			  margin: 0; 
			  line-height: 1.3; 
			  text-align: left;
			  white-space: nowrap;
			  overflow: hidden;
			  text-overflow: ellipsis;
			}


			.sidebar-scroll::-webkit-scrollbar { width: 6px; }
			.sidebar-scroll::-webkit-scrollbar-thumb { background: #d1d1d1; border-radius: 10px; }


/* ============================================================
   レイアウトズレ・バナー枠修正 — 最優先
   ============================================================ */

/* 1. navのposition完全リセット */
.side-menu nav,
.left-menu nav,
.right-menu nav {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  margin: 0 !important;
}

/* 2. 左右メニューのtop位置を統一（左メニューはJSで制御） */
.left-menu,
.right-menu {
  top: 120px !important;
}

/* 3. バナー画像リンクのボタンスタイルを解除
      HTMLに inline style="background: none;..." が付いているバナーリンクのみ対象
      NEWバッジ付きボタンは除外 */
.side-menu nav ul li a[style*="background: none"],
.right-menu nav ul li a[style*="background: none"] {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  display: block !important;
  overflow: hidden !important;
}

.side-menu nav ul li a[style*="background: none"] img,
.right-menu nav ul li a[style*="background: none"] img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;  /* 高さ制限を解除してつぶれを防ぐ */
  border-radius: 8px !important;
  object-fit: contain !important;
}

/* NEWバッジ画像のみ小さく表示（バナー画像は除外） */
.side-menu nav ul li a:not([style*="background: none"]) img,
.right-menu nav ul li a:not([style*="background: none"]) img {
  width: auto !important;
  height: auto !important;
  max-height: 30px !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin-left: 4px !important;
}

/* ============================================================
   202607 — Cohere Design System × T2S Brand
   参照: DESIGN.md (Cohere 2026 web design analysis)

   Cohereの原則:
   - button-primary: pill(32px)・near-black・font-weight 500・flat
   - グラデーションはUIに使わない（メディアのみ）
   - フラット: 影なし・ボーダー1本
   - 余白が信頼のシグナル

   T2Sへの適用:
   - Cohereの#17171c → T2Sブルー #1A56DB に置き換え
   - それ以外の原則はCohere準拠
   ============================================================ */


/* ============================================================
   サイドメニュー コンテナ
   Cohereの「white canvas」準拠: 白・薄ボーダー・影なし
   ============================================================ */
.side-menu {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 8px;
  box-shadow: none;             /* Cohereはフラット */
}

/* ============================================================
   サイドメニュー — 各ボタン
   Cohere: button-primary スタイル
   pill(32px) · #1A56DB fill · white text · font-weight 500 · flat
   ============================================================ */
.side-menu nav ul li {
  margin-bottom: 6px !important;
}

.side-menu nav ul li a {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: left !important;
  width: 100% !important;

  /* Cohere button-primary 準拠 */
  padding: 12px 24px !important;        /* Cohereの12px 24px */
  border-radius: 32px !important;       /* Cohereのpill = 32px */
  font-size: 14px !important;           /* Cohereのbutton: 14px */
  font-weight: 500 !important;          /* Cohereのbutton: 500 */
  line-height: 1.71 !important;         /* Cohereのbutton line-height */
  letter-spacing: 0 !important;

  /* T2Sブルー = Cohereの#17171cに相当するブランドカラー */
  color: #1A56DB !important;
  background: #ffffff !important;
  border: 1.5px solid #1A56DB !important;  /* outline variant */
  box-shadow: none !important;              /* Cohereはフラット */
  text-decoration: none !important;
  cursor: pointer !important;

  transition: background-color 150ms ease,
              color 150ms ease !important;
}

/* hover: Cohereのprimary = T2Sブルーで塗りつぶし */
.side-menu nav ul li a:hover {
  background: #1A56DB !important;
  color: #ffffff !important;
  border-color: #1A56DB !important;
  box-shadow: none !important;
}

/* active: 塗りつぶし + わずかに暗く */
.side-menu nav ul li a.active,
.side-menu nav ul li a.is-active,
.side-menu nav ul li a[aria-current="page"] {
  background: #1A56DB !important;
  color: #ffffff !important;
  border-color: #1A56DB !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

/* focus: Cohereのfocus-blue */
.side-menu nav ul li a:focus-visible {
  outline: 2px solid #4c6ee6 !important;
  outline-offset: 2px !important;
}


/* ============================================================
   TOCナビ コンテナ (SP横スクロール)
   Cohere: white canvas · hairline border · flat
   ============================================================ */
.toc-nav {
  background: #ffffff !important;
  border: none !important;
  border-bottom: 1px solid #d9d9dd !important;  /* Cohereのhairline */
  border-radius: 0 !important;
  padding: 12px 16px !important;
  box-shadow: none !important;
  scrollbar-width: thin !important;
  scrollbar-color: #d9d9dd transparent !important;
}

.toc-nav::-webkit-scrollbar { height: 2px; }
.toc-nav::-webkit-scrollbar-track { background: transparent; }
.toc-nav::-webkit-scrollbar-thumb {
  background: #d9d9dd;
  border-radius: 9999px;
}

/* TOC内フレックスコンテナ */
.toc-inner {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  align-items: center !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
}
.toc-inner::-webkit-scrollbar { display: none; }

/* ============================================================
   TOCリンク — pill outline variant
   Cohere: button-pill-outline
   transparent · 1px dark border · border-radius 30px
   ============================================================ */
.toc-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;

  /* Cohere button-pill-outline 準拠 */
  padding: 6px 16px !important;
  border-radius: 30px !important;        /* Cohereのrounded.xl */
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.71 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  text-decoration: none !important;

  color: #1A56DB !important;
  background: transparent !important;
  border: 1px solid #1A56DB !important;
  box-shadow: none !important;
  cursor: pointer !important;

  transition: background-color 150ms ease,
              color 150ms ease !important;
}

/* hover: primaryに昇格 */
.toc-link:hover,
.toc-link:focus {
  background: #1A56DB !important;
  color: #ffffff !important;
  border-color: #1A56DB !important;
  outline: none !important;
}

/* active */
.toc-link.active,
.toc-link.is-active,
.toc-link[aria-current="true"] {
  background: #1A56DB !important;
  color: #ffffff !important;
  border-color: #1A56DB !important;
  font-weight: 600 !important;
}

/* focus-visible: Cohereのfocus-blue */
.toc-link:focus-visible {
  outline: 2px solid #4c6ee6 !important;
  outline-offset: 2px !important;
}

/* SP */
@media (max-width: 768px) {
  .side-menu {
    display: none !important;
  }
  .toc-link {
    font-size: 13px !important;
    padding: 6px 14px !important;
    min-height: 36px !important;  /* タッチターゲット */
  }
}

/* ============================================================
   FVバナー下余白を詰める
   ============================================================ */
section.p-fv {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.p-fv__banner {
  margin-bottom: 0 !important;
}

/* SP：toc-navのtop余白をゼロに */
.toc-nav {
  margin-top: 0 !important;
}

/* バナー直後の最新情報セクション：白ギャップを塞ぎグレー余白を確保 */
section#news,
.p-news.p-section:first-of-type {
  padding-top: 32px !important;
  margin-top: -28px !important;
}

/* main-content 内の最初のセクション（p-fv除く）上余白も制御 */
.main-content > section:not(.p-fv):first-of-type {
  padding-top: 32px !important;
  margin-top: -28px !important;
}

/* ============================================================
   ヘッダーロゴ：画像 → テキスト化
   ============================================================ */

/* 画像を非表示 */
.p-header__logo a picture,
.p-header__logo a img {
  display: none !important;
}

/* リンク要素をフレックスコンテナに */
.p-header__logo a {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 10px !important;
  text-decoration: none !important;
}

/* メインタイトル：T2Sインフォガイド */
.p-header__logo a::before {
  content: "T2Sインフォガイド";
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(90deg, #1A56DB 0%, #3a8ef6 60%, #1a2e4a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 19px;
  letter-spacing: 0.06em;
  white-space: nowrap;
  line-height: 1;
}

/* サブタイトル：Takahashi 2days Seminar */
.p-header__logo a::after {
  content: "Takahashi 2days Seminar";
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #6b7280;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1;
}

/* SP対応 */
@media (max-width: 768px) {
  .p-header__logo a {
    gap: 7px !important;
  }
  .p-header__logo a::before {
    font-size: 13px !important;
  }
  .p-header__logo a::after {
    font-size: 11px !important;
    letter-spacing: 0.04em !important;
  }
}

/* ============================================================
   LINE公式アカウントカード：ロゴ画像のクリップ修正
   style.css の object-fit: cover を上書き
   ============================================================ */
.c-sns-item__icon-wrap img {
  object-fit: contain !important;
  object-position: left center !important;
}

/* ============================================================
   シェアボタン：T2Sブルー円 + 白シェアアイコン
   ============================================================ */
/* 元画像を非表示にして青円をCSSで作成 */
.l-header__imgbtn.js-urlcopy {
  background-color: #1A56DB !important;
  border-radius: 50% !important;
  position: relative !important;
  overflow: hidden !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
}
.l-header__imgbtn.js-urlcopy img {
  display: none !important;
}
/* ::after で白いシェアアイコン（矢印+トレイ）を描画 */
.l-header__imgbtn.js-urlcopy::after {
  content: '' !important;
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2L7.5 6.5H11V14h2V6.5h3.5L12 2z'/%3E%3Cpath d='M17 10v9H7v-9H5v11h14V10h-2z'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

/* ============================================================
   スライダー前後矢印：白矢印 + 半透明ブルー背景で目立たせる
   ============================================================ */
.splide__arrow {
  background-color: transparent !important;
}
.splide__arrow img {
  filter: brightness(0) invert(1) !important;
}

/* ============================================================
   左サイドナビボタン：縦幅をスリムに（padding 12px → 7px）
   ============================================================ */
.side-menu nav ul li a {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

/* c-arrow-text-button・p-news__button内リンク：枠線を除去してテキストリンク風に */
.c-arrow-text-button,
.p-news__button a,
.p-news__button .c-primary-button,
.p-news__button .c-back-button {
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #1A56DB !important;
}
.c-arrow-text-button:hover,
.p-news__button a:hover {
  color: #1A56DB !important;
  background: transparent !important;
  border: none !important;
}
/* p-news__button内のbefore/after疑似要素も非表示 */
.p-news__button a::before,
.p-news__button a::after {
  display: none !important;
}

/* ============================================================
   各種矢印ボタン：薄めブルーに統一（c-arrow-text-button / c-sns-item / c-faq-button）
   ============================================================ */
.c-arrow-text-button img,
.c-sns-item > img,
.c-faq-button img {
  filter: hue-rotate(178deg) saturate(3.5) brightness(1.0) !important;
}

/* ============================================================
   AIデザイン：「AI時代の幸せ戦略」テーマ演出
   ============================================================ */

/* ① ドットグリッド背景（データ空間・デジタル感） */
.main-content {
  background-image: radial-gradient(circle, rgba(26,86,219,0.18) 1.2px, transparent 1.2px) !important;
  background-size: 28px 28px !important;
}

/* ② FVバナー：深いブルーグラデーション + 流れるアニメーション */
@keyframes ai-banner-pulse {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.p-fv__banner {
  background: linear-gradient(135deg, #0d2f7a 0%, #1A56DB 45%, #3a8ef6 100%) !important;
  background-size: 200% 200% !important;
  animation: ai-banner-pulse 5s ease infinite !important;
  box-shadow: 0 4px 32px rgba(26,86,219,0.45), inset 0 1px 0 rgba(255,255,255,0.15) !important;
}

/* ③ セクション上部アクセントライン（ニューラル風グラデーション） */
.p-section::before,
section.detail::before {
  content: '' !important;
  display: block !important;
  height: 2px !important;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(26,86,219,0.0) 5%,
    rgba(255,80,120,0.7) 25%,
    rgba(26,86,219,0.9) 50%,
    rgba(58,142,246,0.7) 75%,
    rgba(26,86,219,0.0) 95%,
    transparent 100%) !important;
  margin-bottom: 32px !important;
}

/* ④ 見出し下バー（::before / ::after）を非表示 → 上ラインで代替 */
.c-section-title::before,
.c-section-title::after {
  display: none !important;
}

/* バー削除に伴い余白を適切に調整（50px→20px） */
.c-section-title {
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
}

/* ⑤ 見出しテキスト：白いソフトグロー */
.c-section-title {
  text-shadow:
    0 0 20px rgba(255,255,255,0.95),
    0 0 40px rgba(255,255,255,0.8) !important;
}

/* ⑥ カード：微細なブルーグロー枠（ホバーで強調） */
.p-news__item,
.c-sns-item {
  border: 1px solid rgba(26,86,219,0.12) !important;
  box-shadow: 0 2px 20px rgba(26,86,219,0.08) !important;
  transition: box-shadow 0.3s ease !important;
}
.p-news__item:hover,
.c-sns-item:hover {
  box-shadow: 0 4px 32px rgba(26,86,219,0.18), 0 0 0 1px rgba(58,142,246,0.35) inset !important;
}

/* ニュース記事タイトル・全h3の左バー：グラデーションアクセントに変更 */
.c-article__title,
.p-news__list h3,
.p-news h3,
.main-content h3 {
  border-left-color: transparent !important;
  border-image: linear-gradient(180deg, rgba(255,80,120,0.9) 0%, #1A56DB 60%, rgba(58,142,246,0.7) 100%) 1 !important;
}

/* 講師紹介：名前横バーをグリーン→T2Sブルーに変更 */
.p-under-page-fv h3 {
  border-left-color: #1A56DB !important;
}

/* HOMEへボタン：ゴールド→ブルーに統一（hover・疑似要素含む） */
.c-back-button {
  border-color: #1A56DB !important;
  color: #1A56DB !important;
}
.c-back-button::after {
  background: linear-gradient(90deg, #e8f0fe 0%, #c7d9fd 50%, #1A56DB 100%) !important;
}
.c-back-button::before {
  background: #ffffff !important;
}
.c-back-button span {
  color: #1A56DB !important;
}
.c-back-button:hover span {
  color: #1A56DB !important;
}
.c-back-button img {
  filter: hue-rotate(178deg) saturate(3.5) brightness(1.0) !important;
}
.c-back-button:hover img {
  filter: hue-rotate(178deg) saturate(3.5) brightness(1.0) !important;
}

/* FAQページ：お問い合わせリンクをボタンなし（テキストリンク）に戻す */
.faq-box__answer-title a[href*="contact"],
.faq-box__answer-title a[href*="awareness.co.jp"] {
  display: inline !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #1A56DB !important;
  text-decoration: underline !important;
  font-weight: normal !important;
  width: auto !important;
}

/* 講師紹介など：パンくず直後にアクセントバーを配置 */
.p-under-page-breadcrumb {
  position: relative !important;
}
.p-under-page-breadcrumb::after {
  content: '' !important;
  display: block !important;
  height: 2px !important;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(26,86,219,0.0) 5%,
    rgba(255,80,120,0.7) 25%,
    rgba(26,86,219,0.9) 50%,
    rgba(58,142,246,0.7) 75%,
    rgba(26,86,219,0.0) 95%,
    transparent 100%) !important;
  margin-top: 8px !important;
}

/* パンくず直後のp-section::beforeは非表示（breadcrumb::afterのバーと重複するため） */
.p-under-page-breadcrumb + .p-section::before {
  display: none !important;
}

/* パンくず直後のp-under-page-fv__content::beforeは非表示（breadcrumb::afterのバーと重複するため） */
.p-under-page-breadcrumb + .p-under-page-fv__content::before {
  display: none !important;
}

/* パンくずがある場合：fv__contentの上部余白を詰める */
.p-under-page-breadcrumb + .p-under-page-fv__content {
  padding-top: 24px !important;
}

/* FAQページ「よくある質問」上部アクセントバー */
.p-under-page-fv__content {
  position: relative !important;
}
.p-under-page-fv__content::before {
  content: '' !important;
  display: block !important;
  height: 2px !important;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(26,86,219,0.0) 5%,
    rgba(255,80,120,0.7) 25%,
    rgba(26,86,219,0.9) 50%,
    rgba(58,142,246,0.7) 75%,
    rgba(26,86,219,0.0) 95%,
    transparent 100%) !important;
  margin-bottom: 24px !important;
}

/* ============================================================
   右サイドバー：バナー画像リンクのみ白背景・枠を除去
   （TOPへ戻るなどテキストボタンは除外）
   ============================================================ */
.right-menu nav ul li a:has(img),
.right-menu nav ul li a:has(img):hover {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: block !important;
  color: inherit !important;
  transform: none !important;
}
.right-menu nav ul li a img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12) !important;
}
.right-menu nav ul li {
  margin-bottom: 10px !important;
}

/* ============================================================
   LINEボタン：シェアボタンと同サイズに揃える
   ============================================================ */
.l-header__imgbtns {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}
.l-header__imgbtn {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  max-width: 40px !important;
  max-height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
}
.l-header__imgbtn:not(.js-urlcopy) img {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}
.l-header__imgbtn.js-urlcopy {
  background-color: #1A56DB !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
}
