/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./_src/sass/_index.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */

@media (max-width: 480px) {
	.aw_sp{
		display: block;
	}
	
	.aw_pc{
		display:none;
	}
	
	.site_title{
		margin-top: 20px;
		font-weight: bold;
		text-align: center;
	}
	
	.page-body__heading{
		text-align: center;
		border-bottom: 4px double #ccc;
		width: 90%;
		margin: 0 auto 10px;
	}
}

@media (min-width: 481px) {
	.aw_sp{
		display:none;
	}
	
	.aw_pc{
		display:block;
	}
	
	.page-body__heading{
		border-bottom: 3px double #ccc;
		width: 70%;
		text-align: left;
	}
}



/********** ■マージン■ **********/
.mt10{
	margin-top: 10px;
}

.mt20{
	margin-top: 20px;
}

.mt30{
	margin-top: 30px;
}

.mt40{
	margin-top: 40px;
}

.mt50{
	margin-top: 50px;
}


.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

.mb30{
	margin-bottom: 30px;
}

.mb40{
	margin-bottom: 40px;
}

.mb50{
	margin-bottom: 50px;
}

.ma10{
	margin: 10px;
}

.ma20{
	margin-: 20px;
}

.ma30{
	margin: 30px;
}

.ma40{
	margin: 40px;
}

.ma50{
	margin: 50px;
}


.application_btn{
	margin: 20px auto;
	width: 90%;
	max-width: 300px;
}


.sidebar-body-menu-list__item img{
	width: 18px;
}


/********** home **********/

.news_pic{
	width: 100%;
	max-width: 750px;
	margin: 20px auto 60px;
}


.cv-button._zoom{
    background-color: #2D8CFF;
    box-shadow: 0 3px 8px hsla(74, 43%, 0%, 0.4);
}


@media (max-width: 770px) {
.sidebar-body-bottom-fixed__third-button{
	display: inline-block;
    padding: 10px 0px;
    margin: 10px 0;
	width: 100%;
    background-color: #bfac68;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 3px 8px hsla(47, 82%, 39%, 0.4);
	}
}

@media (min-width: 771px) {
.sidebar-body-bottom-fixed__third-button{
    display: inline-block;
    padding: 10px 50px;
    margin: 10px 0;
    background-color: #bfac68;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 3px 8px hsla(47, 82%, 39%, 0.4);
	}
}


@media (max-width: 480px) {
	.app_text{
		font-size: 1.2em;
		font-weight: bold;
	}	
}

@media (min-width: 481px) {
	.app_text{
		font-size: 1.3em;
		font-weight: bold;
	}	
}


.grid_discount{
	display: flex;
}

.grid_discount {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.grid_discount .cv-button {
  flex-grow: 1;
  margin-right: 10px;
}

.grid_discount #copyButton_friend {
  flex-shrink: 0;
}

.grid_discount #copyButton_family {
  flex-shrink: 0;
}

.home-hr{
	width: 95%;
	margin: 20px auto;
	max-width: 800px;
	border: 1px dotted #cccccc;
}

.deadline_text{
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	color: #f24f3b;
	/*background-color: #ffde59;*/
}

.t2s-home-pointpresent-area{
	margin: 30px auto 80px;
    width: 95%;
	background-color: #ece8db;
    max-width: 800px;
	padding:20px;
}

.t2s-home-discount-area{
	margin: 30px auto 50px;
    width: 95%;
    max-width: 800px;
}

.t2s-home-board-area{
	margin: 30px auto 80px;
	width: 95%;
    max-width: 1240px;
}

/*#copyButton_reg_number{
	max-width: 50px;
	width: 100%;
	margin-left: 10px;	
}*/

#copyButton_friend{
	max-width: 50px;
	width: 100%;
	margin-left: 10px;	
}

#copyButton_friend02{
	max-width: 50px;
	width: 100%;
	margin-left: 10px;	
}

#copyButton_family{
	max-width: 50px;
	width: 100%;
	margin-left: 10px;	
}

#copyButton_family02{
	max-width: 50px;
	width: 100%;
	margin-left: 10px;	
}

@media (max-width: 480px) {
	.reg_text{
		font-size: 1.0em;
		font-weight: bold;
		text-align: left;
	}
}

@media (min-width: 481px) {
	.reg_text{
		font-size: 1em;
		font-weight: bold;
	}
}


@media (max-width: 480px) {
	.t2s-home-pointpresent-area h3{
	font-size: 1.4em;
	margin-bottom: 10px;
	font-weight: bold;
}
}

@media (min-width: 481px) {
	.t2s-home-pointpresent-area h3{
	font-size: 2em;
	margin-bottom: 10px;
	font-weight: bold;
}
}



@media (min-width: 481px) {
	.check-title{
		font-size: 1.7em !important;
	}
	.check-message{
		font-size: 1.5em !important;
	}
	.check-list{
		font-size: 1.1em !important;
	}
	.check-count{
		font-size: 1.5em !important;
	}
}

@media (max-width: 480px) {
	.check-title{
		font-size: 1.4em !important;
	}
	.check-message{
		font-size: 1.1em !important;
	}
	.check-list{
		font-size: 0.85em !important;
	}
	.check-count{
		font-size: 1.05em !important;
	}
}




/* カウントダウン */
/* ベースのスタイル設定 */
				   .countdown-area {
						margin: 30px;
						padding: 20px;
						display: flex;
						justify-content: center;
						align-items: center;
						min-height: 100%;
						background-color: #f6f6f6; /* カレンダーが映えるよう薄めの背景色 */
						font-family: 'Noto Sans JP', sans-serif;
						color: #333;
					}

					        /* カウントダウン全体を囲うラッパー */
        .countdown-wrapper {
            position: relative;
            text-align: center;
            width: 320px; /* 横幅を少し広げる */
            background-color: #fff;
            box-shadow: 0 8px 15px rgba(0,0,0,0.1);
            border-radius: 8px;
            padding: 40px 20px 30px 20px;
        }

        /* カレンダー上部のリング */
        .calendar-ring {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 20px;
            background-color: #ccc;
            border-radius: 0 0 10px 10px;
        }
        .calendar-ring::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(to bottom, rgba(0,0,0,0.1), transparent);
            border-radius: 0 0 10px 10px;
        }

        /* タイトル部分 */
        .countdown-title {
            margin-top: 10px;
            font-size: 18px;
            color: #9dd63b;
            font-weight: 700;
            letter-spacing: 1px;
        }

        /* 日・時間・分を横並びに配置するコンテナ */
        .time-display {
            display: flex;
            justify-content: space-around;
            align-items: flex-end; /* 数字と文字のベースラインが整うよう指定 */
            margin-top: 20px;
            margin-bottom: 20px;
        }

        /* 各項目（日・時間・分）をまとめる小コンテナ */
        .time-box {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        /* 日数は特に大きく表示 */
        .days-highlight {
            font-size: 60px;
            font-weight: 700;
            color: #333;
            margin: 0;
            line-height: 1;
            position: relative;
        }
        /* 時間・分はやや小さめ */
        .hours-highlight, .minutes-highlight {
            font-size: 40px;
            font-weight: 700;
            color: #333;
            margin: 0;
            line-height: 1;
            position: relative;
        }

        /* 日数の下線アニメーション */
        .underline {
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%) scaleX(0);
            transform-origin: center;
            width: 60%;
            height: 4px;
            background-color: #9dd63b;
            transition: transform 0.4s ease;
        }
        .days-highlight:hover .underline {
            transform: translateX(-50%) scaleX(1);
        }

        /* ラベルのスタイル（「日」「時間」「分」） */
        .time-label {
            font-size: 16px;
            color: #666;
            font-weight: 300;
            margin-top: 6px;
        }

        /* イベント説明文 */
        .event-description {
            font-size: 14px;
            color: #555;
            line-height: 1.6;
            margin-top: 10px;
        }

        /* 開催中表示用のスタイル */
        .event-started {
            color: #9dd63b;
            font-size: 24px;
            font-weight: bold;
            margin: 40px 0;
        }

        /* 小さめデバイス向けのレスポンシブ */
        @media (max-width: 400px) {
            .countdown-wrapper {
                width: 80%;
                padding: 30px 10px;
            }
            .days-highlight {
                font-size: 48px;
            }
            .hours-highlight, .minutes-highlight {
                font-size: 32px;
            }
            .time-label {
                font-size: 14px;
            }
        }





.hype-section {
  /* 背景グラデーション */
  background: linear-gradient(135deg, #9dd63b 0%, #ffcc99 100%);
  padding: 40px 20px;
  border-radius: 8px;
  text-align: center;
  position: relative; /* コンフェッティ用にposition:relativeを指定 */
  overflow: hidden;   /* はみ出し対策 */
}

/* タイトルの演出 */
.hype-title {
  color: #fff;
  margin: 0;
  font-size: 2rem;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  animation: pop 1s ease-in-out infinite alternate;
}

/* メッセージの演出 */
.hype-message {
  color: #fff;
  font-size: 1.2rem;
  margin-top: 20px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

/* タイトルがふわっと上下するアニメーション */
@keyframes pop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}

/* コンフェッティ（紙吹雪）風のオーバーレイ */
.hype-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 適当なコンフェッティ画像を利用する例 */
  background: url('https://example.com/confetti.png') repeat center;
  opacity: 0.5;
  animation: confetti-float 4s linear infinite;
}

/* コンフェッティがふわっと浮遊しているような演出 */
@keyframes confetti-float {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 200px;
  }
}


/********** 事前準備 学習動画 **********/


@media (max-width: 480px) {
.grid{
	display:block;
}
}

@media (min-width: 481px) {
.grid{
	display:flex;
}
}

@media (max-width: 480px) {
	body{
		padding: 0 10px;
	}
.list.movie-list li{
	width: 100%;
}
	  .page-body {
        padding: 24px 0px 80px;
    }
	
	.form-group label{
		margin-bottom: 10px;
	}
	
}

@media (min-width: 481px) {
.list.movie-list li{
	padding-left: 14px;
    margin-bottom: 24px;
	width: 33%;
}
	

}

.att_text_area{
	width: 90%;
	max-width: 800px;
	margin: 30px auto 0;
}

.att_text{
	font-weight: bold;
}
.att_text_tx{
	background: linear-gradient(transparent 70%, #ffff00 70%);
}



.att_text_area {
  /* 背景色を設定 */
  background-color: rgba(103, 145, 32, 0.1);
  /* ボックスを立体的に見せる影を付与 */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  /* 左側に色付きの帯を入れて強調（不要なら削除） */
  border-left: 6px solid #9dd63b;
  /* 内側余白 */
  padding: 1.5rem;
  /* 幅をある程度調整したい場合 */
  max-width: 700px;
  /* 要素を中央揃えにする例 */
  margin: 2rem auto;
  /* 少し丸みを帯びた角にする例 */
  border-radius: 8px;
}

.att_text_area h4.att_topic {
  color: #748e2e;       /* 見出し色をテーマカラーに合わせる */
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: bold;
}

.att_text_area p.att_text {
  color: #333;         /* 読みやすい濃いめの文字色 */
  margin-bottom: 1rem; /* 段落間に余白を入れる */
  line-height: 1.6;    /* 行間の調整 */
}

/* 強調テキストには太字や背景色を付ける例 */
.att_text_area p.att_text span.att_text_tx {
  /*background-color: #fff3e6;*/
  font-weight: bold;
  padding: 0.2em 0.4em;
  border-radius: 4px;
}






    .result-mark {
      margin-left: 10px;
      font-weight: bold;
      display: flex;
      align-items: center;
      gap: 5px;
    }
    .correct {
      color: #22c55e;
		font-size: 1.5em;
    }
    .incorrect {
      color: #ef4444;
		font-size: 1.5em;
    }
    .retry-message {
      font-size: 0.9em;
      font-weight: normal;
    }
    .error-message {
      color: #ef4444;
      margin-bottom: 10px;
      display: none;
      font-size: 1.2em;
		font-weight: bold;
    }
    .quiz__wrapper {
      margin-bottom: 20px;
    }

    .quiz__text {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin: 0;
	 width: 60%
    }

@media (max-width: 480px) {
	    .quiz__text {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin: 0;
	 width: 95%
    }
}

    .quiz-container {
      display: flex;
		width: 100%;
      /*align-items: flex-start;
      justify-content: space-between;
      gap: 20px;*/
    }
    .quiz-radio__wrap {
      display: flex;
      gap: 30px;
      white-space: nowrap;
	 width: 40%
    }
    .radio-label {
      display: flex;
      align-items: center;
      gap: 5px;
      cursor: pointer;
    }
    .submit-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 30px;
    }

    @media screen and (max-width: 768px) {
      .quiz-container {
        flex-direction: column;
        gap: 10px;
      }
      .quiz__text {
        margin-bottom: 10px;
      }
      .quiz-radio__wrap {
        justify-content: center;
        width: 90%;
      }
      .radio-label {
        font-size: 16px;
      }
    }


.quiz__present_text{
	text-align: center;
	font-size: 1.5em;
}

.hr_answer{
	border-top: 3px dashed #9dd63b;
	margin-top: 50px;
}



/********** 特別なご案内 **********/

@media (max-width: 480px) {
.mypage-text-01{
	font-size:1.1em;
	font-weight: 800;
	border: 3px double #748e2e;
	width: 95%;
	max-width: 600px;
	margin: 0 auto;
	padding: 5px;
}
}


@media (min-width: 481px) {
.mypage-text-01{
	font-size:1.3em;
	font-weight: 800;
	border: 3px double #748e2e;
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
}
}

.article-item__thumb img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    /* padding-top: 21px; */
}

.article-item__title{
	overflow: hidden;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 1;
}

.article-item__content {
    text-align: left;
}





/********** AWマップ **********/

.t2s-home-board-area{
	margin: 30px auto 80px;
}

.t2s-home-board-title{
	font-size: 1.7em;
	margin-bottom: 10px
}

.t2s-home-board-text{
	width: 95%;
	max-width: 750px;
	margin: 0 auto 20px;
	text-align: left;
}

.t2s_t2groopmovie{
	width: 95%;
	max-width: 750px;
	margin: auto;
}

.t2s_movie_area iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

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

@media (min-width: 481px) {
	.container img{
		width: 95%;
		max-width: 650px;
		margin: 0 auto;
	}	
}


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


#app_download img{
	border: 1px solid #333333;
	margin: 30px auto;
}


@media (max-width: 770px) {
	.content-txt{
		width: 95%;
		margin: 0 auto;
	}

	.content-img{
		width: 95%;
		margin: 0 auto 20px;
	}
	
	.mypage-line-bnr {
    display:block;
    padding: 0px;
    margin: 10px auto 50px;
}
	
	 .summary-movie {
        padding: 20px 0;
    }
}


@media (min-width: 771px) {
	.content-txt{
		width: 40%;
	}

	.content-img{
		width: 60%;
	}
}

@media (max-width: 1232px) {
	.mypage-line-bnr {
    display:block;
    padding: 0px;
    margin: 10px auto 50px;
}
	.mypage-line-bnr a {
    margin-bottom: 20px;
}	
}

@media (min-width: 1231px) {
	.mypage-line-bnr {
    display: flex;
    column-gap: 18px;
    padding: 0px;
    margin: 10px auto 50px;
}
}


@media (max-width: 640px) {
.article-list {
	grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}
	.bc-movie {
    margin: 0 auto
}
	
	
	.bc-movie h2 {
    text-align: center;
	margin: 0 auto;
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: 700;
    /*margin-top: 40px;*/
    margin-bottom: 20px;
}
	
	.manual-dl a {
    color: #BFAC68;
    font-weight: 700;
    font-size: 1.5em;;
    line-height: 1;
    text-decoration: underline;
    letter-spacing: 1.68px;
}
}

@media (min-width: 641px) {
.article-list {
    display: grid;
    /*grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));*/
    gap: 48px 24px;
}

	.bc-movie {
    display: block;
    width: 69.44vw;
    height: auto;
    margin: 0 auto;
}
	
	.bc-movie h2 {
    text-align: center;
	margin: 0 auto;
    font-size: 2em;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
}
	
	.manual-dl a {
    color: #BFAC68;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    text-decoration: underline;
    letter-spacing: 1.68px;
}
}

@media (min-width: 2220px) {
.article-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
    gap: 48px 24px;
}
}

@media (max-width: 640px) {
	.recommend {
    display: block;
    background-color: #F7F8F8;
    padding: 0px 10px;
}
	
	    .mypage-gold-btn {
			margin-bottom: 50px;
    }
	
	.question {
    display: block;
    padding: 20px 10px 100px;
}
}

@media (min-width: 641px) {
.recommend {
    display: block;
    background-color: #F7F8F8;
    padding: 20px 96px 20px;
}
	.question {
    display: block;
    padding: 20px 48px 100px 72px;
}
}

.summary-movie {
    background:none;
	padding-bottom: 0px;
}



@media (max-width: 768px) {
    .question-num {
        font-size: 1.6em;
        padding: 12px 1px 10px 3px;
        min-width: 40px;
    }
}
	
@media (min-width: 769px) {	
.question-wrap .question-num {
    font-size: 2.15em;
    font-weight: 700;
    line-height: 1.6;
    color: #fff;
    padding: 19px 6px 17px 8px;
    min-width: 60px;
    background-color: #333;
	}
}


.question-txt {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
}

.bc-comingsoon {
    padding: 145px 0;
    max-width: 69.44vw;
    font-size: 40px !important;
    font-weight: 700;
    color: #fff !important;
    letter-spacing: 4px;
    background-color: #949494;
    margin: 0 auto;
}

	
/********** 申込済み **********/

.already_applied_area{
	width:100%;
	max-width: 800px;
	margin: 20px auto;	
}


@media (max-width: 480px) {
	.history_logo{
		width:100%;
		margin: 0 auto;
	}
	.history_btn{
		width:100%;	
		margin: 0 auto;
	}
}

@media (min-width: 481px) {
	.history_logo{
		width:50%;
		margin: 20px auto;
		padding-top: 10px;
	}
	
	.application_btn {
		position: relative;
	}
	
	.application_btn p{
		font-size: 1.3em;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
}






/********** よくある質問 **********/



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

@media (min-width: 481px) {
	.accordion {
	  width: 70%;
		max-width: 700px;
		margin: 0 auto;
	}
}

/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 10px 80px 10px 10px;
  background: rgba(191, 172, 104, 0.2);
　color: #FFF;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
}

.page-body .accordion-open{
　font-size: 1.2em;
　font-weight: 600;
　color: #FFF;	
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}
/* ↑ここまで共通 */


/* Q&A追加 */
.accordion_qa .Q,
.accordion_qa .A {
  position: relative;
}

.accordion_qa .Q::before,
.accordion_qa .A::before {
  font-size: 1.5em;
  display: block;
  position: absolute;
  top: -.6em;
  left: -1.3em;
}

.accordion_qa .Q::before {
  content: 'Q.';
}

.accordion_qa .A::before {
  content: 'A.';
}

.accordion_qa .accordion-open {
  padding-left: 2.5em;
}

.accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px 10px 10px 2.5em;
}
/* Q&A追加ここまで */


/* 中にいろいろ入れたいとき */
.accordion-box {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 1s;
}

.accordion-hidden:checked+.accordion-open+.accordion-box {
  height: auto;
  opacity: 1;
  padding: 10px;
}

.accordion-box a{
	color: #0000ee;
	text-decoration: underline;
}

.accordion-box a:visited{
	color: #551a8b;
	text-decoration: underline;
}


/********** フロアマップ **********/

.floormap__img img{
	max-width: 900px;
}


/********** 見逃し配信 202501 **********/

         .schedule-container {
            max-width: 700px;
            margin: 50px auto;
            font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        }

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

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

        h3 {
            color: #333;
            border-left: 5px solid #9dd63b;
            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;
			}


/* 20250117追加 */

				.content-flexbox {
					display: flex; /* 古いブラウザ向けの指定を削除 */
					gap: 34px; /* column-gap を gap に変更（flexbox対応） */
					border-top: solid 1px #9dd63b;
					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: #9dd63b;
					padding: 6px 18px;
					margin-bottom: 20px;
				}

				.content-txt .text-ttl {
					font-size: 1.2em;
					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;
				}
