@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@400&display=swap");
.ctg_giftcp {
  display: block;
  max-width: 100%;
  margin-top: -30px!important;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative;
}

@media (max-width: 767px) {
	.ctg_giftcp {
		margin-top: -5%!important;
	  }
}

.link-blank a:not(:has(img))[target="_blank"]::after {
	content: '\f35d'; 
	font-family: "Font Awesome 5 Free"!important;
	font-weight: bold; /*指定しないと表示されない*/
	margin-left: 0.5em;
	font-size: 1.3rem;
	color: #696969;
  }


.spIn {
	display: none;
}

.pcIn {
	display: inline;
}

@media screen and (max-width: 767px){
.spIn {
	display: inline;
}

.pcIn {
	display: none;
}
}

hr {
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	height: 3px;
  background: skyblue;
  background-image: -webkit-linear-gradient(left, #fff, #999, #fff);
  background-image: -moz-linear-gradient(left, #fff, #999, #fff);
  background-image: -ms-linear-gradient(left, #fff, #999, #fff);
  background-image: -o-linear-gradient(left, #fff, #999, #fff);
}


/*-------------------------------------------------------------------
	momdal-btn背景固定用
-------------------------------------------------------------------*/

body.modal-open {
    overflow: hidden;
    position: fixed;
}

/*-------------------------------------------------------------------
	firstview　（mainVisual）
-------------------------------------------------------------------*/

.firstview {
	position: relative;
	padding: 3%;
	font-size: 1.8rem;
	font-weight: 500;
	background: 
	linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)),
	url("../img/bg-top2_pc.png") top center / 120% auto no-repeat;
	/* background-color: #e1f1fa; */
	/* background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)) center / cover no-repeat,
	            url("../img/bg-top.png") top center / 100% no-repeat,
	           url("../img/bg-bottom.png") bottom center / 100% no-repeat; */
}


@media screen and (max-width:767px) {
	 .firstview {
		font-size: 1.4rem;
	    background: 
	     linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
	     url("../img/bg-top2.png") top center / 220% auto no-repeat;

		/* background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)) center / cover no-repeat,
					url("../img/bg-top.png") top center / 150% no-repeat,
					url("../img/bg-bottom.png") bottom center / 150% no-repeat;*/
	}
} 


/*------------------------------------------------------------------
　メインロゴ
--------------------------------------------------------------------*/

.mainlogo {
	max-width: 20%;
	margin-top: 1%;
	margin-bottom: 1%;
}

@media screen and (max-width:767px) {
.mainlogo {
	max-width: 30%;
	margin-top: 0%;
	margin-bottom: 1%;
}
}

/*-------------------------------------------------------------------
	白背景指定
-------------------------------------------------------------------*/

.main-contents {
	background: #FFF!important;
	padding-top: 5%!important;
}
@media screen and (max-width: 767px) {
	.main-contents {
		background: #FFF!important;
	}
}

.y-bg {
	padding-left: 3%;
	padding-right: 3%;
	background: #ffffe6;
	width: 100%;
}


/*.firstview {
		background-color: #FFF!important;
	}*/



/*----------------------------------------------------
　　画像＋注釈No.
------------------------------------------------------*/

.title-container {
	position: relative;
	text-align: center;
	padding: 20px 0;
  }
.title-container img {
	vertical-align: middle; /* 上下の位置を微調整 */
  }
 .title-container .promo-note {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); /* 半分だけ上にずらして中央揃え */
  }
.notesWrap_ttl .promo-note {
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 0.8em;
	transform: translateY(-50%); /* 半分だけ上にずらして中央揃え */
  }

  @media (max-width: 767px) {
	.title-container .promo-note {
	  position: static;
	  transform: none;
	  display: block;
	  margin-top: 5px;
	}

	.notesWrap_ttl .promo-note {
		position: static;
		transform: none;
		display: block;
		margin-top: -7%;
		text-align: center;
	  }
  }

/*-------------------------------------------------------------------
	pointWrap2
-------------------------------------------------------------------*/

.pointWrap2 {
	position: relative;
	width: 100%;
	background-color: #fff;
	padding: 20px;
	text-align: center;
	justify-content: center; /* 水平方向中央揃え */
	align-items: center;     /* 垂直方向中央揃え */
	/* margin-top: 5%; */
}

/*.sec01Title > img:first-child {
	position: absolute;
	width: 30%;
	margin-top: 5%;
	left: 18%;
	transform: translate(-50%, -50%);
}
.sec01Title > img:nth-child(2) {
	 position: absolute;
	 width: 30%;
	 top: 200px;
	 left: 75%;
	 transform: translate(-50%, -50%);
	}*/


	.annotationBtn {
		border-bottom: 1px solid #0054a6;
		color: #0054a6 !important;
		margin-right: 10px;
		font-size: 1.4rem;
		line-height: 1;
	}

.contInner01{
	margin-bottom: 50px;
}

.contInner01 img {
	width: 20%;
	left: 2%;
	margin-top: 2%;
	margin-bottom: 3%;
}

/* .contInner01 p {
	color: #fff;
	font-size: 2em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 7%;
} */

.notesWrap_ttl {
	font-size: 1.5em;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 15px;
}

.notesWrap_ttl img {
	width: 60%;
	margin-top: 3%;
	margin-bottom: -5%;
	left: 50%;
	transform: translate(-50%, -50%);
}


@media (max-width: 767px) {
	/*.pointWrap2 {
		margin-top: 5%;
	}*/
	/*.sec01Title > img:first-child {
		width: 80%;
		margin-top: -6%;
	}
	.sec01Title > img:nth-child(2) {
		width: 80%;
		margin-top: -25%;
		left: 50%;
		transform: translate(-50%, 0%);
	} */
	  
	.contInner01 img {
		max-width: 40%;
		border-radius: 5px;
		left: 20%;
		margin-top: 5%;
		transform: translate(-50%, 0%);
	}
	.contInner01 p {
		font-size: 1.2em;
		font-weight: 500;
		margin-bottom: 10%;
	}

	.notesWrap_ttl img {
		width: 90%;
		margin-bottom: -10%;
	}

	.annotationBtn {
		font-size: 1.2rem;
		line-height: 1!important;
	}

	.js-scrollable {
		padding-bottom: 10px;
	}

	.js-scrollable img {
		max-width: inherit;
	}
}

@media (max-width: 480px){
	.sec01Title > img:first-child {
		margin-top: -3%;
	}
	.sec01Title > img:nth-child(2) {
		width: 100%;
		margin-top: -45%;
	}

	.contInner01 img {
		margin-top: 5%;
		width: 70%;
	}
}

@media (max-width: 390px){
	.sec01Title > img:first-child {
		margin-top: -3%;
	}
	.sec01Title > img:nth-child(2) {
		width: 100%;
		margin-top: -55%;
	}

	.contInner01 img {
		margin-top: 5%;
		width: 75%;
	}
}

/*--------------------------------------------------------
  グリッドメニュー（四角）
--------------------------------------------------------*/

.box-menu {
	display: grid; /* CSS Gridレイアウトを適用 */
	gap: 20px;    /* 各ボックス間の余白 */
	width: 100%;
	margin: 0 auto; /* 中央揃え */
	font-size: 1.3em;
	line-height: 1.2;
	text-align: center;
  }

  .box-menu a {
	display: flex;          /* 内部要素をフレックスボックスで配置 */
	justify-content: center; /* 水平方向中央揃え */
	align-items: center;     /* 垂直方向中央揃え */
	height: 80px;      /* ボックスの最小の高さ (適宜調整) */
	padding: 15px;
	text-decoration: none;
	background-color: #0054a6; /* 背景色 (適宜変更) */
	color: #fff;             /* 文字色 (適宜変更) */
	border-radius: 100vh;      /* 角丸 (適宜変更) */
	box-sizing: border-box;  /* paddingとborderをwidth/heightに含める */
	box-shadow: 0px 15px 30px -15px rgba(52, 76, 83, 0.4);
	transition: background-color 0.2s ease-in-out, box-shadow 0.1s ease-in-out; /* ホバー時の変化を0.3秒かけて滑らかに */
  }
  
  .box-menu a:hover {
	background-color: /*#d4eefb*/#6c9fd3; /* ホバー時の背景色 (適宜変更) */
	box-shadow: none;
  }

  /* .box-menu-txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
  } */
  
  /* PC (画面幅が768px以上の場合) */
  @media screen and (min-width: 768px) {
	.box-menu {
		grid-template-columns: repeat(2, 1fr)!important; /* 2列で表示 */
		/* grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); /* 最小幅180pxで、可能な限り均等な列数 (3列または4列になるように調整) */
	  }
  }
  
  /* スマートフォン (画面幅が767px以下の場合) */
  @media screen and (max-width: 767px) {
	.box-menu {
	  gap: 10px; 
	  font-size: 1em;
	  grid-template-columns: repeat(2, minmax(150px, 1fr));
	  /* grid-template-columns: repeat(2, 1fr); */
	  justify-content: center;
	}

	.box-menu a {
	  max-height: 50px;
	  padding: 15px;
    }
  }



  /*--------------------------------------------------------
  グリッドメニュー（〇）
--------------------------------------------------------*/

.circle-menu {
	display: flex; /* CSS Gridレイアウトを適用 */
	grid-template-columns: repeat(auto-fit, minmax(280px, auto)); /* 3つの要素を均等幅で配置 */
	justify-content: center; /* 中央揃え */
	gap: 10%;     /* 各ボックス間の余白 */
	margin-bottom: 5%;
  }
  
  .circle-menu a {
	display: flex;          /* 内部要素をフレックスボックスで配置 */
	justify-content: center; /* 水平方向中央揃え */
	align-items: center;     /* 垂直方向中央揃え */
	width: 280px;          /* 幅を高さと同じ値に設定 */
	height: 280px;         /* 高さを幅と同じ値に設定 */
	padding: 20px;
	text-decoration: none;
	background-color: #fff; /* 背景色 (適宜変更) */
	color: #333;            /* 文字色 (適宜変更) */
	border: solid #0054a6 5px;
	border-radius: 50%;    /* 角丸 (適宜変更) */
	box-sizing: border-box; /* paddingとborderをwidth/heightに含める */
	box-shadow: 0px 15px 30px -15px rgba(52, 76, 83, 0.4);
	transition: background-color 0.2s ease-in-out, box-shadow 0.1s ease-in-out; /* ホバー時の変化を0.3秒かけて滑らかに */
  }
  
  .circle-menu a:hover {
	background-color: #fff100; /* ホバー時の背景色 (適宜変更) */
	box-shadow: none;
  }
  
  .circle-menu-subtitle {
	font-size: 1.3em;
	font-weight: 700;
	padding-bottom: 2%;
	max-width: 70%;
  }

  .circle-menu-txt {
	display: flex;
	flex-direction: column; /* アイコンとテキストを縦に並べる場合 */
	justify-content: center; /* 水平方向中央揃え */
	align-items: center;     /* 垂直方向中央揃え */
	text-align: center;      /* テキストを中央揃え (念のため) */
  }


/* スマホ版 */
@media screen and (max-width: 767px) {
	.pointWrap2 img.circle-menu-subtitle:first-of-type {
		margin-top: 5%;
		margin-bottom: 4%;
	  }
	  .pointWrap2 img.circle-menu-subtitle:nth-of-type(2) {
		width: 60%;
		margin-bottom: 0%;
	  }

	.circle-menu {
		width: 100%;
		grid-template-columns: repeat(2, 1fr); /* 3つの要素を均等幅で配置 */
		gap: 10%;     /* 各ボックス間の余白 */
		margin-bottom: 3%;
	  }
	  
	.circle-menu a {
		border: solid #0054a6 3px;
		padding: 10px;
		max-width: 150px;          /* 幅を高さと同じ値に設定 */
		max-height: 150px;         /* 高さを幅と同じ値に設定 */
	  }

	  .circle-menu-txt {
		display: flex;
		flex-direction: column; /* アイコンとテキストを縦に並べる場合 */
		justify-content: center; /* 水平方向中央揃え */
		align-items: center;     /* 垂直方向中央揃え */
		text-align: center;      /* テキストを中央揃え (念のため) */
		font-size: 0.7em;
		line-height: 1.3;
		font-weight: 700;
	  }

	  .circle-menu a:active {
		background-color: #fff100; /* タップ時の色 */
	  }
	
}


/*--------------------------------------------------------
  グリッドメニュー（帯付き四角）
--------------------------------------------------------*/

.pricemenu {
	text-align: center;
	margin-bottom: 30px;
}

.card-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* レスポンシブ */
	gap: 20px;
	padding: 15px;
  }
  
  .card {
	border: 4px solid #0054a6;
	border-radius: 10px;
	overflow: hidden; /* 角丸に合わせて中身も切り取る */
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	position: relative;
  }

  .card-header {
	background-color: #0054a6; /* サブタイトルの背景色 */
	padding: 10px;
  }
  .card-header sub {
	color: #fff;
  }

  .card-header span {
	color: #fff;
	font-weight: 400;
	font-size: 1.2em;
	display: inline-block;
	line-height: 1.3;
  }
  .card-header span.after-break {
	font-weight: 700; 
	font-size: 1.2em;
	white-space: nowrap; /* ★★改行させない★★*/
	}
  
  .card-body {
	padding: 10px;
  }

  .card-body p {
	font-weight: 700;
	font-size: 1.5em;
	margin-bottom: -4%;
  }
  .card-body p:nth-of-type(2) {
	 font-weight: 700;
	 font-size: 1.2em;
	 margin-bottom: 4%;
	}

  .card-price {
	color: #ea0000;
	font-weight: 1000;
	font-size: 2.5em;
  }


  /* スマホ版 */
  @media screen and (max-width: 767px) {
	.card-container {
		margin-top: -2%;
	  }

  .card-header span.after-break {
	font-weight: 700; 
	font-size: 1.4em;
	}
}


/*-------------------------------------------------------------------
　　初期費用がおトク
-------------------------------------------------------------------*/

.promo-section {
	text-align: center;
	max-width: 1000px;
	width: 100%;
	margin: 2em auto;
  }
  
  /* 全体の大見出し */
  .promo-main-title {
	margin-bottom: 30px;
  }
  .promo-note {
	font-weight: normal;
	vertical-align: middle;
  }
  

/* スマホ表示のスタイル (デフォルト) */

.promo-blocks-container {
	display: flex;
	flex-direction: column; /* スマホでは縦に積む */
	align-items: center;    /* 中央揃え */
	gap: 30px;              /* ブロック間の隙間 */
	margin-bottom: 30px;
  }
  
  /* 各ブロックの共通スタイル */
  .promo-block {
	width: 100%;
	max-width: 400px; /* スマホでの最大幅 */
  }
  
  /* ブロック間の区切り線（スマホ用） */
  .promo-block + .promo-block {
	border-top: 2px dotted #999;
	padding-top: 30px;
	width: 80%;
  }
  
  
  /* ラベル */
  .promo-label {
	font-size: 1.8em;
	font-weight: 500;
	color: #fff;
	background-color: #000; /* #f39800 */
	padding: 5px 30px;
	border-radius: 30px;
	display: inline-block; /* 幅を内容に合わせる */
	margin-bottom: 15px;
  }
  
  /* メインテキスト */
  .promo-main-text {
	font-size: 3.5em;
	font-weight: 900;
	margin: 0;
	line-height: 1.2;
	color: #e60012;
  }
  .promo-main-text.cashback {
	font-size: 3em; /* バランス調整 */
  }
  
  /* サブテキスト */
  .promo-sub-text {
	font-size: 1.5em;
	color: #333;
	margin-top: 10px;
  }
  
  
  /* PC用のスタイル (画面幅768px以上) */
  @media (min-width: 768px) {
	/* PCでは横並びに変更 */
	.promo-blocks-container {
	  width: 90%;
	  flex-direction: row; /* 横並びに */
	  justify-content: center; /* 中央揃え */
	  gap: 60px; /* PCでの隙間を広げる */
	}

	.promo-main-text.cashback {
		white-space: nowrap;
	  }
  
	/* ブロック間の区切り線（PC用）*/
	.promo-block + .promo-block {
	  border-top: none; /* スマホ用の上の線を消す */
	  padding-top: 0;
	  border-left: 1px solid #ccc; /* PC用の左の線を追加 */
	  padding-left: 60px;
	}
  }


/*-------------------------------------------------------------------
	option
-------------------------------------------------------------------*/

.product-grid {
	display: grid;
	/* スマホ表示 (デフォルト)：2列に設定 */
	grid-template-columns: repeat(1, 1fr);
	gap: 20px; /* カード間の隙間 */
	max-width: 1200px;
	width: 90%;
	margin: 2em auto;
  }
  
  /* --- カード自体のスタイル --- */
  .product-card {
	border: 2px solid #777;
	border-radius: 15px; /* 角を丸くする */
	padding: 20px;
	text-align: center; /* 中の要素を中央揃えに */
	background: #fff;
  }
  
  /* アイコン画像 */
  .card-icon {
	max-width: auto; /* アイコンの最大幅 */
	max-height: 80px;
	margin-bottom: 15px;
  }
  
  /* タイトル */
  .card-title {
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 15px 0;
	line-height: 1.2;
  }
  .card-sub-title {
	font-size: 1.5rem;
	font-weight: 700;
  }
  
  /* --- 価格表示部分のスタイル --- */
  .card-price {
	margin-top: 10px;
  }
  
  .price-label {
	font-size: 2.5rem;
	font-weight: bold;
	color: #333;
	display: block; /* 改行させるため */
	margin-bottom: 5px;
  }

  /* 金額と単位のグループ */
  .price-value {
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 4px;
  }
  
  .price-amount {
	font-size: 2.5rem;
	font-weight: bold;
	color: #e60012;
	line-height: 1;
  }
  
  .price-unit {
	font-size: 1.4rem;
	font-weight: bold;
	color: #333;
  }
  
  
  /*
   * --- PC用のスタイル (画面幅768px以上) ---
   */
  @media (min-width: 768px) {
	.card-title {
		font-size: 2rem;
	    font-weight: 700;
		min-height: 2.5em; /* タイトルの高さをある程度揃える */
	  }
	  .price-label {
		font-size: 2rem;
		font-weight: 700;
	  }
	.product-grid {
	  /* PC表示：4列に変更 */
	  grid-template-columns: repeat(4, 1fr);
	}
  }

  @media (max-width: 767px) {
	.price-amount {
		font-size: 4.5rem;
	  }
	.price-unit {
		font-size: 2rem;
	  }
  }


/*----------------------------------------
  FAQ
------------------------------------------*/

.faq-list {
	max-width: 900px;
	width: 90%;
	margin: 2em auto;
	font-size: 1.8rem;
	border-top: 1px solid #e0e0e0;
  }
  
  .faq-item {
	border-bottom: 1px solid #e0e0e0;
	padding: 15px 0;
  }
  
  .faq-question {
	display: block; /* デフォルトの▶マーカー削除 */
	position: relative;
	padding: 10px 40px 10px 60px; /* アイコンや矢印用のスペース */
	font-size: 1.8rem;
	font-weight: 700;
	cursor: pointer; /* クリック */
  }
  /* summary::-webkit-details-marker { display: none; } /* Safari用のマーカー消去 */
  
  /* 「Q」アイコン */
  .faq-question::before {
	content: 'Ｑ';
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #009cd0;
	color: white;
	border-radius: 5px;
  }
  
  /* 右端の「v」矢印アイコン */
  .faq-question::after {
	content: '∨';
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.8rem;
	color: #777;
	transition: transform 0.2s ease-out; /* アニメーション */
  }
  
  
  /* --- 回答部分 --- */
  .faq-answer {
	position: relative;
	padding: 20px 20px 10px 60px;
	line-height: 1.2;
	color: #000;
  }
  .faq-answer p {
	margin: 0 0 1em 0;
  }
  .faq-answer p:last-child {
	margin-bottom: 0;
  }
  
  /* 「A」アイコン */
  .faq-answer::before {
	content: 'Ａ';
	position: absolute;
	left: 10px;
	top: 20px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #f39800;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
  }
  
  /* アイテムが開いた時 */
  .faq-item[open] > .faq-question {
	color: #009cd0;
  }
  /* 矢印を180度回転 */
  .faq-item[open] > .faq-question::after {
	transform: translateY(-50%) rotate(180deg);
  }
  
  .dotList_faq {
	position: relative;
	padding-left: 1em;
}
  .dotList_faq::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: absolute;
	top: 12px;
	left: 0;
	background: #000;
}

  /*  スマホ用  */
  @media (max-width: 767px) {
	.faq-question {
	  font-size: 1.8rem;
	  line-height: 1.4;
	}
	.faq-answer {
	  font-size: 1.8rem;
	  line-height: 1.2;
	}
  }

/*-------------------------------------------------------------------
	規約部分
-------------------------------------------------------------------*/

.kiyaku {
	width: 100%;
	background-color: #edeeea;
	padding-top: 10px;
}

.contInner {
	max-width: 90%;
	margin: 0 auto;
}

.contInner2 {
	max-width: 90%;
	margin: 0 auto;
}

h4 {
	font-size: 1.5em;
	font-weight: 700;
	box-shadow: 0 2px 0 currentColor; /* 下方向に影を作成 */
    padding-bottom: 2px; /* 隙間の調整 */
}


.checkList {
	margin-bottom: 40px;
}

.checkList_ttl {
	font-size: 1.8rem;
	font-weight: 500;
}

.checkList_item {
	padding-left: 20px;
	position: relative;
}

.checkList_item a {
	font-weight: bold;
	color: #0054a6;
	border-bottom: 1px solid #0054a6;
}

.checkList_item::before {
	content: "";
	width: 16px;
	height: 16px;
	background: #0054a6;
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
}

@media screen and (max-width: 767px) {
	.checkList_ttl {
		font-size: 1.6rem;
	}
}


/*-------------------------------------------------------------------
　　規約スクロール部分
-------------------------------------------------------------------*/

.whiteArea {
	box-sizing: border-box;
	padding: 25px 40px;
	margin-bottom: 10%;
	border-radius: 10px;
	background: #fff;
}

.tateScroll {
	width: 100%;
	box-sizing: border-box;
	height: 350px;
	overflow-y: auto;
	padding-right: 20px;
}

.annotation-inner {
	padding-left: 2em;
	font-size: 1.4rem;
}

.mainIndTxt {
	text-indent: -2em;
	padding-left: 2em;
}
.eventImgText {
	font-size: 1.3em;
	font-weight: 700;
}

.dotList {
	position: relative;
	padding-left: 1em;
}

.dotList::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
	background: #000;
}

.noteList {
	position: relative;
	padding-left: 1em;
}

.noteList::before {
	content: "\025ce";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.kiyakuList{
	position: relative;
	padding-left: 2em;
}
.kiyakuList::before {
	content: "※";
	display: block;
	position: absolute;
	top: 0;
	left: 1em;
}

.numberList {
	position: relative;
	padding-left: 1.8em;
	counter-increment: list-counter; /* カウンタ */
}
.numberList::before {
	content: counter(list-counter) ". ";
	display: inline-block;
	position: absolute;
	font-weight: bold;
	top: 0;
	left: 0;
}


@media screen and (max-width: 767px) {
.whiteArea {
	box-sizing: border-box;
	padding: 20px 5%;
	margin-bottom: 10%;
	background: #fff;
}

.tateScroll {
	padding-right: 10px;
}
}


/*-------------------------------------------------------------------
	telWrap
-------------------------------------------------------------------*/
.telWrap {
	border-radius: 12px;
	border: 5px solid #0054a6;
	background: #fff;
	overflow: hidden;
	margin-bottom: 50px;
}

.telWrap_ttl {
	color: #fff;
	text-align: center;
	background: #0054a6;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1;
	padding: 10px 20px 15px;
}

.telWrap_inner {
	padding: 20px 0;
	display: flex;
	position: relative;
}

.telWrap_inner::before {
	content: "";
	display: block;
	width: 2px;
	height: calc(100% - 40px);
	background: #7a7878;
	position: absolute;
	top: 20px;
	left: calc(50% - 1px);
}

.telWrap_item {
	display: grid;
	place-content: center;
	padding: 0 20px;
	width: 50%;
	font-weight: 500;
}

.telWrap_item img {
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	.telWrap_ttl {
		font-size: 1.8rem;
	}

	.telWrap_inner {
		display: block;
		padding: 0;
	}

	.telWrap_inner::before {
		display: none;
	}

	.telWrap_item {
		width: 100%;
		padding: 20px;
		position: relative;
	}

	.telWrap_item:first-of-type::before {
		content: "";
		display: block;
		width: calc(100% - 40px);
		height: 2px;
		background: #7a7878;
		position: absolute;
		bottom: -1px;
		left: 20px;
	}
}

/*-----------------------------------
 ポップアップ内タブ切替
-------------------------------------*/

.tab-container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.tab-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    background-color: #e9e9e9;
    border-bottom: 1px solid #ccc;
}

.tab-item {
    padding: 15px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-right: 1px solid #ccc; /* タブ間の区切り線 */
	text-align: center;
}

.tab-item:last-child {
    border-right: none; /* 最後のタブの右線は不要 */
}

.tab-item:hover {
    background-color: #ddd;
}

.tab-item.active {
    background-color: #fff;
    color: #333;
    font-weight: bold;
    border-bottom: 2px solid #007bff; /* アクティブなタブの下線 */
    margin-bottom: -1px; /* コンテナの境界線と重なるように調整 */
}

.tab-content-area {
    padding: 20px;
	text-align: center;
}

.tab-content {
    display: none; /* 初期状態では非表示 */
}

.tab-content.active {
    display: block; /* アクティブなコンテンツのみ表示 */
    animation: fadeIn 0.5s ease-in-out; /* 表示時のアニメーション */
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*---------------------------------------------------
  hikariFix
-----------------------------------------------------*/

#hikariFix {
	position: fixed;
	left: 0;
	bottom: 0;
	background: #ffd90d;
	width: 100%;
	z-index: 100;
	font-weight: 500;
}

.hikariTitle {
	display: none;
}

#hikariFix .hikariFlex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	width: 940px;
	max-width: 90%;
	margin: 0 auto;
}

#hikariFix .hikariSmall {
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 15px;
}

#hikariFix .hikariFlex .lists {
	position: relative;
}

#hikariFix .hikariFlex .lists a img {
	max-height: 83px;
}

#hikariFix .hikariFlex .lists:first-of-type {
	margin-left: 25px;
}

#hikariFix .hikariFlex .lists:nth-of-type(2) {
	margin-right: 25px;
}

#hikariFix .hikariFlex .hikariFixBubble {
	width: 940px;
	max-width: 100%;
	position: absolute;
	top: -9px;
	left: 50%;
	/* transform: translate(-50%, -100%);
	transition: .5s;
	opacity: 0;
	pointer-events: none; */
}
/*
#hikariFix .hikariFlex .hikariFixBubble.bubbleOn {
	animation: hikariFixBubble 11s ease;
	animation-iteration-count: 1;
}

#hikariFix .hikariFlex .hikariFixBubble.none {
	animation: hikariFixBubbleClose .5s ease;
}

@keyframes hikariFixBubble {
	0% {
		opacity: 1;
		pointer-events: all;
	}

	95% {
		opacity: 1;
		pointer-events: all;
	}

	100% {
		opacity: 0;
		pointer-events: none;
	}
}

@keyframes hikariFixBubbleClose {
	0% {
		opacity: 1;
		pointer-events: all;
	}

	100% {
		opacity: 0;
		pointer-events: none;
	}
}
*/

#hikariFix .hikariFlex .hikariFixBubble::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 18px solid transparent;
	border-left: 18px solid transparent;
	border-top: 18px solid #ea0000;
	border-bottom: 0;
	margin-left: auto;
	margin-right: calc(412px / 2);
	transform: translateY(-1px);
}

#hikariFix .hikariFlex .hikariFixBubbleContainer {
	width: 650px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}

#hikariFix .hikariFixBubbleContainer .hikariFixBubbleContents {
	background: #ea0000;
	border-radius: 17px;
	border: #ea0000 5px solid;
	overflow: hidden;
}

#hikariFix .hikariFixBubbleContainer .hikariFixBubbleContents dt {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}

#hikariFix .hikariFixBubbleContainer .hikariFixBubbleContents dd {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	background: #fff;
	padding: 10px 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

#hikariFix .hikariFixBubbleContents dd .redText {
	font-size: 2.6rem;
	color: #ea0000;
	padding-bottom: 3px;
	border-bottom: #ea0000 3px solid;
}

#hikariFix .hikariFlex .hikariFixBubble .hikariFixBubbleClose {
	width: 19px;
	aspect-ratio: 1 / 1;
	background: url(../img/bubble_close.png) no-repeat;
	background-size: cover;
	cursor: pointer;
	position: absolute;
	top: 7px;
	right: 7px;
}

#hikariFix {
	padding-top: 10px;
}

#hikariFix .hikariFlex {
	align-items: flex-start;
	flex-wrap: wrap;
}

#hikariFix .linkbtn {
	display: block;
	width: fit-content;
	margin: 0 auto;
}

#hikariFix .hikariNote {
	font-size: 1.3rem;
	text-align: center;
	letter-spacing: 0;
	width: 100%;
}

#hikariFix .hikariNote .redText {
	color: #ea0000;
}

#hikariFix .popContent {
	border-radius: 15px;
	background: url("../images/mustsee_pcbg.jpg") bottom center no-repeat;
	background-size: cover;
}

hikariFixBubble bubbleOn .flowContainer .frowTopBtn a:hover,
#btn_close:hover {
	opacity: .7;
}

@media screen and (max-width: 1024px) {
	.hikariTitle {
		display: none;
		text-align: center;
		font-size: 2.0rem;
		font-weight: 600;
		position: absolute;
		top: 15px;
		left: 0;
		width: 100%;
	}

	#hikariFix .hikariFlex {
		display: flex;
		align-items: start;
		justify-content: center;
		height: 100%;
		box-sizing: border-box;
		padding: 0 0 5px;
	}

	#hikariFix .hikariSmall {
		margin-bottom: 10px;
	}

	#hikariFix .hikariFlex .lists {
		width: calc(48.5% - 25px);
		position: relative;
	}

	#hikariFix .hikariFlex .lists:nth-child(n + 2) {
		margin-left: 3%;
	}

	#hikariFix .hikariFlex .lists .spBl img {
		max-height: 70px;
	}

	#hikariFix .hikariFlex .hikariFixBubble::after {
		margin-right: calc(calc(50% - 25px) / 2);
	}

}

@media screen and (max-width: 885px) {
	#hikariFix .hikariFixBubbleContainer .hikariFixBubbleContents dt {
		font-size: 1.4rem;
		line-height: 1.2;
	}

	#hikariFix .hikariFixBubbleContainer .hikariFixBubbleContents dd {
		font-size: 1.6rem;
		line-height: 1.2;
	}

	#hikariFix .hikariFixBubbleContents dd .redText {
		font-size: 2.2rem;
	}
}

@media screen and (max-width: 767px) {
	#hikariFix .hikariFixBubble {
		display: none;
	}

	#hikariFix .hikariNote {
		width: 100%;
		margin-right: 0;
		display: block;
		text-align: left;
	}

	#hikariFix .hikariNote p {
		width: auto;
	}

	#hikariFix .hikariFixBubbleContainer .hikariFixBubbleContents dt {
		width: fit-content;
		display: flex;
		flex-flow: column;
		margin: 0 auto;
		text-align: left;
		padding: 5px 22px 10px 5px;
	}

	#hikariFix .hikariFixBubbleContainer .hikariFixBubbleContents dd {
		display: block;
		padding: 7.5px 0 15px;
	}
}


	@media screen and (max-width: 500px) {
	
		#hikariFix .hikariFlex .lists .spBl img {
			max-height: inherit;
		}
	}
	
	@media screen and (max-width: 450px) {
		#hikariFix .hikariFlex {
			max-width: 100%;
		}
	
		#hikariFix .hikariFlex .lists:first-of-type {
			margin-left: calc(2.5%);
		}
	
		#hikariFix .hikariFlex .lists:nth-of-type(2) {
			margin-right: calc(2.5%);
		}
	
		#hikariFix .hikariNote {
			max-width: 95%;
			font-size: 1.2rem;
		}
	
		#hikariFix .hikariFlex .hikariFixBubble {
			max-width: 90%;
			right: 5%;
		}
	
		#hikariFix .hikariFlex .hikariFixBubble::after {
			margin-right: calc(calc(42vw - 25px) / 2);
		}
	
		#hikariFix .hikariFixBubbleContainer .hikariFixBubbleContents dt {
			font-size: 3.6vw;
			display: block;
		}
	
		#hikariFix .hikariFixBubbleContainer .hikariFixBubbleContents dd {
			font-size: 4vw;
		}
	
		#hikariFix .hikariFixBubbleContents dd .redText {
			font-size: 5vw;
		}
	
	}
	
	@media screen and (max-width: 375px) {
		#hikariFix .hikariNote {
			font-size: 1.1rem;
		}
	}
	