/* common */
#container {
  background: #fff url('../images/1_common/bg_250916_3.png') no-repeat;
  background-position: top 0px center;
  background-size: 1920px auto;
}
@media screen and (max-width: 1199px) {
  #container {
    background-position: top 180px center;
    background-size: 1200px auto;
  }
}

#contents {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#contents .contents-in {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 80px 0;
}
.contents-in > *:last-child > *:last-child {
  padding-bottom: 0.5em;
}

#contents .contents-in2 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0px;
}
.contents-in2 > *:last-child > *:last-child {
  padding-bottom: 0.5em;
}
.footer-in {
  margin-top: 0px;
}
.only-sp {
  display: none;
}
.mt0 {
  margin-top: 0!important;
}
@media screen and (max-width: 1023px) {
  #contents .contents-in {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block;
  }
}
.btn {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 16em;
  padding: 0.5em 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
  background: #002561;
  border-radius: 1em;
}
.btn::after {
  position: absolute;
  content: "\f061";
  top: 50%;
  right: 0.8em;
  margin-top: -0.5em;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 0.8em;
}

.lnk-btn {
  margin-top: auto;
  padding: 0.3em 0.4em;
  text-align: right;
}
.lnk-btn a {
  display: inline-block;
  padding: 0.1em 0.5em;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  line-height: 1.5em;
  background: #002561;
  border-radius: 0.85em;
  white-space: nowrap;
}
.lnk-btn a::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin: 0.25em 0.2em 0 0;
  width: 0.9em;
  height: 0.9em;
  background: url('../images/1_common/icon_arw.svg') no-repeat center center;
  background-size: contain;
}

.common_green_icon_link > i {
  margin-right: 0.3em;
}


/* head-nav */
.head-nav {
  width: 100vw;
  height: 40px;
  border-bottom: #fff 0px solid;
  background: #bbbeb1;
}
.head-nav .__sp {
  display: none;
}
.head-nav ul {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 80px;
  max-width: 1440px;
  margin: auto;
}
.head-nav li {
  width: 100%;
  padding: 0.0em 0.0em;
  text-align: center;
}

.head-nav li a {
  display: flex;                 /* ← 行内じゃなくflexに */
  align-items: center;           /* ← 縦センター */
  justify-content: center;       /* ← 横センター */
  text-align: center;            /* ← 複数行でも中央寄せ */
  min-height: 32px;              /* ← クリック領域を確保（任意） */
  padding: 0.4em 0.8em;          /* ← 高さはパディングで作る */
	
  width: 100%;
  height:40px;
  font-family: "Inter Tight",  sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  color: #fff;
  line-height: 32px;
  letter-spacing: -0.01em;	
  border-radius: 0px;
}
.head-nav li.v--hm a {
  background: #002561;
}
.head-nav li.v--ev a {
  background: #905ba1;
}
.head-nav li.v--d1 a {
  background: #00a499;
}
.head-nav li.v--d2 a {
  background: #37a0da;
}
.head-nav li.v--d3 a {
  background: #f60;
}
.head-nav li.v--exh a {
  background: #005DCF;
}
.head-nav li.v--ac a {
  color: #fff;
  background: #002561;
}
.head-nav li.v--ap a {
  font-size: 16px;
  letter-spacing: 0;
  background: #f00;
}
.head-nav li.v--ap a::before {
  content: '';
  display: inline-block;
  margin-right: 0.2em;
  width: 1.6em;
  height: 1.4em;
  vertical-align: -0.3em;
  background: url('../images/1_common/icon.png') no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .head-nav ul {
    padding: 0;
  }
  .head-nav li:first-child {
    border-left: none;
  }
  .head-nav li:last-child {
    border-right: none;

  }
}
@media screen and (max-width: 1023px) {
  .head-nav li a {
	font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .head-nav li.v--ap {
    flex: 0 0 120px;  /* 幅を固定 (例：120px) */
    max-width: 120px;
  }
  .head-nav li.v--ap a {
    font-size: 14px;   /* 文字サイズも調整しておくと安心 */
    white-space: nowrap; /* 改行させない */
  }
}
@media screen and (max-width: 767px) {
  .head-nav {
	height: 80px;
    border-bottom: #fff 4px solid;
  }
  .head-nav .__sp {
    display: list-item;
  }
  .head-nav .__pc {
    display: none;
  }
  .head-nav ul {
    flex-wrap: wrap;
  }
  .head-nav li {
    width: 25%;
  }
  .head-nav li.v--ev,
  .head-nav li.v--d1,
  .head-nav li.v--d2,
  .head-nav li.v--d3,
  .head-nav li.v--exh,
  .head-nav li.v--ac,
  .head-nav li.v--ap {
    flex: 0 0 25%;
    max-width: 25%;
  }
	/*
  .head-nav li.v--ac,
  .head-nav li.v--ap {
    flex: 0 0 50%;
    max-width: 50%;
  }
*/
  .head-nav li a {
    font-size: 16px;
    line-height: 24px;
  }
  .head-nav li.v--ev a,
  .head-nav li.v--d1 a,
  .head-nav li.v--d2 a,
  .head-nav li.v--d3 a {
    font-size: 16px;
    line-height: 34px;
  }
}


.head-pc {
  display: block;
}
.head-sp {
  display: none;
}

.wrap-head {
	
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;                         /* 横幅いっぱい */
  background: url('../images/2_header/d1_heder_back.png') no-repeat top center;
  background-size: 100% auto;          /* 横幅基準、縦は比率維持 */
}
/* PCで40px、SPで20pxだけ上へ */
.wrap-head + #contents{
  margin-top: -40px;
  position: relative;  /* 重なり用 */
  z-index: 2;
}
.h1-bg {
  position: relative;
  width: 100%;
  aspect-ratio: 1202 / 144;                   /* 画像比率に合わせる */
  background: url('../images/2_header/d1_heder_back.svg') no-repeat center top;
  background-size: 100% auto;                 /* 横基準、縦は比率維持 */
  overflow: hidden;
  /* paddingは入れない（高さがズレるため） */
}
.contents-day1 .h1-bg { background-image: url('../images/2_header/d1_heder_back.svg'); }
.contents-day2 .h1-bg { background-image: url('../images/2_header/d2_heder_back.svg'); }
.contents-day3 .h1-bg { background-image: url('../images/2_header/d3_heder_back.svg'); }
.contents-eve .h1-bg  { background-image: url('../images/2_header/ev_heder_back.svg'); }

.h1-bg-img {
  display: block;
  width: 100%;       /* 横幅いっぱい */
  height: auto;      /* 縦横比を維持 */
}
.v--day .h1-bg { height: auto; }

/* タイトル：左上固定（余白は top/left で） */
.h1-title {
  position: absolute;
  flex: 0 0 25%;
  top: clamp(12px, 2vw, 24px);
  left: clamp(12px, 2vw, 32px);
  right:0;
  margin-left: auto;
  padding: 0px 80px;
  /* いらない指定を外す */
  /* aspect-ratio: 1202 / 144;  ← 削除 */
  transform: none;
  color: #fff;
  font-weight: 700;
  font-size: clamp(18px, 4vw, 42px);
  letter-spacing: clamp(-0.06em, -0.4vw, -0.01em);
  line-height: 1.25;
  text-shadow: 0 2px 8px rgba(0,0,0,.5);
  z-index: 1;
  align-items: baseline;   /* ←ココ */
  gap: .6em;
}
.h1-title.-left {
 justify-content: flex-start;
 padding-left: 0;
}
/* DAYバッジ（既定） */
.h1-badge{
  display:inline-flex; 
  align-items:center;
  padding:.25em .7em; 
  border-radius:999px; 
  font-size:.9em; 
  font-weight:700;
  line-height: 1;
}
/* 日別カラー（例：DAY1） */
.h1-badge.v--d1{ background:#00bc00; 
}
/* ← ここがポイント：DAYの「1」だけ大きく・フォント変更 */
.h1-badge .num{
  font-family:"Roboto Condensed", sans-serif; /* 数字だけ別フォント */
  font-weight:800;
  font-size:1.6em;     /* “1”を大きく */
  line-height:1;

  display:inline-block; 
  transform:translateY(-11%); /* ベースライン微調整 */
}
/* 日付のうち “Wed.” を小さく・細く・フォント変える */
.h1-date .wd{
  font-family:"Roboto", sans-serif;   /* 曜日だけ別フォント */
  font-weight:300;                    /* 細く（Light） */
  font-size:.4em;                    /* 小さく */
  letter-spacing:.02em;
  opacity:.9;
  line-height: 1;
}
/* 参考：日付の数字は少し太めにして対比を出す */
.h1-date .md{
  font-weight:600;
  font-size:.7em;                    /* 小さく */
  line-height: 1; 
}
.h1-time{
  font-weight:600;
  font-size:.5em;                    /* 小さく */
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;                 /* 改行させない（任意） */
  font-variant-numeric: tabular-nums;  /* 桁をそろえる（対応ブラウザ） */
  font-feature-settings: "tnum" 1;     /* 上と同意（保険） */
}
.h1-banner{
  right:0;
  margin-left: auto;                    /* 右端へ */
  display: inline-flex;
  align-items: baseline;       /* 必要なら調整。タイトルより後ろにしたい場合は 0、前なら 2 など */
  display: inline-flex;
  align-items: baseline;
}
.h1-banner img{
  display: block;
  right:0;
  height: 1em;   
  width: auto;
  transform: translateY(.20%);         /* 微調整：気になるなら +/- 調整 */
  /* margin-left:auto; ←不要（親で右寄せ済み） */
  transform: translateY(.06em);  /* 微調整はお好みで */
  right: auto !important;        /* 念のため解除 */
}
@media screen and (max-width:1140px){
  .h1-title{ 
	 transform:translateY(-11%); /* ベースライン微調整 */
  }
}
/* v--day の高さ固定を無効化（重複があるなら これを一番後ろに） */

@media screen and (max-width: 1199px) {
  .wrap-head {
    border-bottom: #fff 4px solid;
  }
  .h1-title {
    padding: 0 40px;
    transform:translateY(-22%); /* ベースライン微調整 */
  }
}
@media screen and (max-width: 1023px) {
  .h1-title {
    padding: 0 20px;
	  left: 80px; 
  }
}
@media screen and (max-width: 900px) {
  .h1-bg {
　　 padding:0px 40px;
  }
  .h1-title {
    left:10px;
  }
  .h1-banner img{ height: .85em; }
}
@media screen and (max-width: 767px) {
  .head-pc {
    display: none;
  }
  .head-sp {
    display: block;
  }
  .h1-title {
    padding: 0px;
   }
	.contents-in{
		margin-top: -2.5rem;
	}
	.h1-date .md{
  font-size:.9em;                    /* 小さく */
}
.h1-time{
  font-size:.7em;                    /* 小さく */
}
.h1-date .wd{
  font-size:.7em;                    /* 小さく */
}
  .h1-banner img{ height: 1em; }
}
@media screen and (max-width: 479px) {
  .h1-title{ flex-wrap: wrap; }
  .h1-banner{ flex-basis: 100%; justify-content: flex-end; }
}

/* kamban */
#kamban {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  margin: auto; 
  
}
 .kamban-h1 {
  
  width: 100vw;
  height: 200px;    /* 高さはお好みで */
  overflow: hidden;
}
.kamban-h1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;                        /* ← 必須：はみ出しを裁断 */
  object-position: -400px center;
}
 .kamban-h1-sub {
  width: 100vw;
  height: 100px;    /* 高さはお好みで */
  overflow: hidden;
}
.kamban-h1-sub img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;                        /* ← 必須：はみ出しを裁断 */
  object-position: -400px center;
}

.kamban-links {
  padding: 0.3em;
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  background-color: #666666;
}
.kamban-links a {
  margin: 0 0.3em;
  color: #ffffff;
}

.kamban-info {
  width: 100%;
}
.kamban-text {
  margin: 0px 0 0;
  font-size: 21px;
  font-weight: bold;
  color: #333;
  line-height: 1.4em;
  text-align: center;
}
.kamban-pc {
  width: 100vw;     /* ブラウザの幅と同じに */
  max-width: 100%;    
  display: block;
}
.kamban-sp {
  width: 100vw;            /* ブラウザの幅と同じに */
  max-width: 100%;
  display: none;
}

@media screen and (max-width: 1199px) {
.kamban-h1 img {
  object-position: -400px center;
  }
.kamban-h1-sub img {
  object-position: -440px center;
  }
}
@media screen and (max-width: 1023px) {
.kamban-h1 img {
  object-position: -500px center;
  }
.kamban-h1-sub img {
  object-position: -480px center;
  }
}
@media screen and (max-width: 900px) {
.kamban-h1 img {
  object-position: -500px center;
  }
.kamban-h1-sub img {
  object-position: -500px center;
  }
}
@media screen and (max-width: 767px) {
  .wrap-head + #contents{ margin-top: -20px; }
  .kamban-text { font-size: 14px; }
  .header-right-logos { display: none; }
  .kamban-pc{ display: none; }
  .kamban-sp{
    display: block; 
  }
  .kamban-links a{
  font-size: 12.5px;		
	}
  .kamban-day img:first-child {
    margin: 0 auto 10px;
  }
  .kamban-info {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .kamban-h1 {
    margin: 2vw 0;
    width: 96vw;
	}
  .kamban-text::before {
    background-size: auto 100px;
  }
  .kamban-info {
    font-size: 12px;
  }
}


/* section */
.sec {
  margin: 2.0em 0;
}
.sec h1 {
  margin-bottom: 0.3em;
  padding-bottom: 0.15em;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 50px;
  color: #039;
  text-align: center;
  line-height: 1.1;
}
.sec h1 small {
  display: block;
  font-size: 0.4em;
  font-weight: bold;
  color: #666;
}
@media screen and (max-width: 1023px) {
  .sec {
    margin-top: 1.5em;
    margin-right: auto;
    margin-left: auto;
    width: 96%;
  }
  .sec h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .sec h1 {
    font-size: 32px;
  }
}

.wrap-w {
  width: 100vw;            /* ブラウザの幅と同じに */
  max-width: 100%;         /* 親要素の制限を受けないように */
  padding: 1.2em;
  background: rgba(255,255,255,0.7);
  box-sizing: border-box;  /* パディングを幅に含める */
  
}
@media screen and (max-width: 1023px) {
  .wrap-w {
    /* padding: 0.8em;*/
  }
}
@media screen and (max-width: 767px) {
  .wrap-w {
	margin-top: 3.0em;
  }
}

  /* section-news */
.news-ul {
  margin-bottom: 0;
  color: #000;
  padding-left: 1rem;
  padding-right: 1rem;
}
.news-ul li:first-child {
  border-top: #000 1px solid;
}
.news-ul li {
  display: flex;
  padding: 0.6em 0;
  font-size: 1.2em;
  border-bottom: #000 1px solid;
}
.news-ul li p {
  font-size: 0.9em;
}
.news-ul .__date {
  width: 5.5em;
  font-weight: bold;
}
.news-ul .__wrap {
  padding-left: 0.5em;
}
.news-ul .__ttl {
  margin-bottom: 0.3em;
  font-weight: bold;
}
.news-ul .__thumb-wrap {
  display: flex;
}
.news-ul .__thumb-wrap p {
  flex: 1;
}
.news-ul .__thumb  {
  width: 560px;
  margin-left: 8px;
}
.news-ul .__thumb img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .news-ul {
    margin: 8px auto 30px;
    width: 100%;
  }
  .news-ul .__thumb-wrap {
    flex-direction: column-reverse;
  }
  .news-ul .__thumb  {
    width: 500px;
    margin: 0 auto 0.3em;
  }
}
@media screen and (max-width: 767px) {
  .news-ul li {
    display: block;
  }
  .news-ul {
    margin: 8px auto 20px;
  }
  .news-ul .__date,
  .news-ul .__icn {
    display: inline-block;
    padding: 0;
  }
  .news-ul .__date{
    width: auto;
    margin-bottom: 0.3em;
  }
  .news-ul .__icn {
    margin-top: -0.9em;
    width: 2.7em;
    height: 2.7em;
    vertical-align: top;
    min-width: 0;
  }
  .news-ul .__icn img {
    width: 100%;
    height: auto;
  }
  .news-ul .__wrap {
    padding-left: 0;
  }
  .news-ul .__thumb  {
    width: 120px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 479px) {
  .news-ul li {
    padding: 0.5em;
    font-size: 1.1em;
  }
  .news-ul .__thumb-wrap {
    flex-direction: column-reverse;
  }
  .news-ul .__thumb  {
    width: 100%;
    margin: 0 auto 0.3em;
  }
}

/* col */

.ul-col {
  display: flex;
  flex-wrap: wrap;
  color: #000;
}
.ul-col > li {
  margin-bottom: 1.5em;
}
.ul-col h2 {
  font-size: 1.2em;
  font-weight: bold;
}
.ul-col p {
  font-size: 1.1em;
}
.ul-col.v--c2 {
  margin-left: -3%;
}
.ul-col.v--c2 > li {
  width: 47%;
  margin-left: 3%;
}
.ul-col.v--c3 {
  margin-left: -3%;
}
.ul-col.v--c3 > li {
  width: 30.3333%;
  margin-left: 3%;
}
.ul-col.v--c4 {
  margin-left: -3%;
}
.ul-col.v--c4 > li {
  width: 22%;
  margin-left: 3%;
}
.ul-col img {
  width: 100%;
  height: auto;
  margin-bottom: 0.5em;
}
.ul-col a {
  color: #000;
}
.ul-col .archive-ul li {
  width: 9.5em;
  font-size: 1.0em;
}
.ul-col .common_green_icon_link > i {
  color: #002561;
}
.ul-col .common_green_icon_link > p {
  color: #000;
}
@media screen and (max-width: 1023px) {
  .ul-col h2 {
    font-size: 1.1em;
  }
  .ul-col p {
    font-size: 1.0em;
  }
  .ul-col.v--c4 > li {
    width: 30.3333%;
  }
}
@media screen and (max-width: 767px) {
  .ul-col h2 {
    font-size: 1.0em;
  }
  .ul-col p {
    font-size: 0.9em;
  }
  .ul-col .archive-ul li {
    width: 8.5em;
    font-size: 0.9em;
  }
  .ul-col.v--c2 {
    display: block;
    margin: 0;
  }
  .ul-col.v--c2 > li {
    margin: 0;
    width: 100%;
  }
  .ul-col.v--c3,
  .ul-col.v--c4 {
    margin-left: -2%;
  }
  .ul-col.v--c3 > li,
  .ul-col.v--c4 > li {
    width: 48%;
    margin-left: 2%;
  }
}

  /* section-contents */
.wrap-cont {
  width: 100%;
  background: #b2d7ee;
}
.wrap-cont > .contents-in {
  margin-left: auto;
  margin-right: auto;
  max-width: 1290px;
}

  /* section-topics */
.wrap-tpic {
  background: #ffc;
}
.wrap-tpic > .contents-in {
  margin-left: auto;
  margin-right: auto;
}

  /* section-archive */
.archive-wrap{
  width: 100%;
  padding-bottom: 40px;
  background: #fff;
}
.archive-wrap .contents-in{
  margin: auto;
  max-width: 1290px;
}
.archive-ul {
  margin: 0.3em 0 1.5em;
}
.archive-ul li {
  display: inline-block;
  width: 9em;
  font-size: 1.4em;
}
.archive-col2 {
  display: flex;
  justify-content: space-between;
}
.archive-col2 div {
  width: 49.3%;
}
.archive-col2 .archive-ul {
  text-align: left;
}
.archive-col2 .archive-ul li {
  font-size: 1.15em;
}
.archive-li-sp {
  margin-top: 1em;
}
span.common_green_icon_link > p {
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  .archive-ul li {
    font-size: 1.1em;
  }
  .archive-col2 .archive-ul li {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 1023px) {
  .archive-ul li {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .archive-ul {
    text-align: left;
  }
  .archive-col2 {
    display: block;
  }
  .archive-col2 div {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .archive-li-sp {
    margin-left: 1rem;
  }
}

.common_green_icon_link > p {
  font-weight: bold;
  color: #000;
}
.common_green_icon_link > i {
  color: #039;
}
.products_detail_toggle > dl > dt {
  color: #000;
  border-color: #002561;
}
.products_detail_toggle > dl > dt > i {
  color: #002561;
}
.products_detail_toggle > dl > dd {
  background-color: #e0e0e0;
}

/* section-schedule-menu */
#secProgram-menu {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding-bottom: 2em;
  background: rgba(255,255,255,0.7);
}
#secProgram-menu .sec {
  margin-left: auto;
  margin-right: auto;
}
#secProgram-menu h1 {
  margin-top: 0.4em;
}
.schedule-menu-ul > li {
  display: flex;
  /*max-width: 1050px;*/
  margin: 10px auto 0;
  padding-bottom: 1.5em;
  color: #000;
}
.schedule-menu-ul > li h2 {
  width: 4em;
  margin: 0 0.3em 0 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 50px;
  color: #00bc00;
  line-height: 0.9;
  text-align: right;
}
.schedule-menu-ul > li h2 strong {
  font-size: 110%;
}
.schedule-menu-ul > li h2 em {
  padding-left: 0.1em;
  font-size: 120%;
  font-style: normal;
}
.schedule-menu-ul > li h2 small {
  display: block;
  font-size: 50%;
  margin-top: 0.1em;
}
.schedule-menu-ul > li.__li-eve h2 {
  color: #90c;
}
.schedule-menu-ul > li.__li-day1 h2 {
  color: #00bc00;
}
.schedule-menu-ul > li.__li-day2 h2 {
  color: #09f;
}
.schedule-menu-ul > li.__li-day3 h2 {
  color: #f60;
}
.schedule-menu-ul > li .__prog {
  padding: 0.2em 1em 0;
  font-size: 1.3em;
  width: 100%;
}
.schedule-menu-ul > li .__prog .__date {
  position: relative;
  margin-bottom: 0.7em;
  padding: 0.3em 0 0.3em 7.5em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #999;
  border-radius: 1.15em;
}
.schedule-menu-ul > li .__prog .__date em {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.3em 0;
  width: 9em;
  font-style: normal;
  background: #00bc00;
  border-radius: 1.15em;
}
.schedule-menu-ul > li.__li-eve .__prog .__date em {
  background: #90c;
}
.schedule-menu-ul > li.__li-day1 .__prog .__date em {
  background: #00bc00;
}
.schedule-menu-ul > li.__li-day2 .__prog .__date em {
  background: #09f;
}
.schedule-menu-ul > li.__li-day3 .__prog .__date em {
  background: #f60;
}
.schedule-menu-ul > li.__li-day4 .__prog .__date em {
  background: #EF4297;
}
.schedule-menu-ul > li.__li-seminar .__prog .__date em {
  background: #002561;
}

.prog-menu-dl dt {
  padding-left: 0.5em;
  font-weight: normal;
  color: #00bc00;
}
.prog-menu-dl dt.__null::after {
  content: '　';
}
.prog-menu-dl dd {
  margin: 0 0 0.5em;
  padding: 0.3em 0.5em 0.3em 0.5em;
  font-size: 0.9em;
  font-weight: bold;
  color: #002561;
  border-bottom: 1px solid #666;
}
.schedule-menu-ul > li.__li-eve .prog-menu-dl dt {
  color: #90c;
}
.schedule-menu-ul > li.__li-day1 .prog-menu-dl dt {
  color: #00bc00;
}
.schedule-menu-ul > li.__li-day2 .prog-menu-dl dt {
  color: #09f;
}
.schedule-menu-ul > li.__li-day3 .prog-menu-dl dt {
  color: #f60;
}
/* 左右いっぱいに伸びた横線 */
.heading {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
}
.heading::after {
  background-color: #666666; /* 横線の色 */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 0.5px; /* 横線の高さ */
}
.heading::after {
  margin-left: 15px; /* 文字との余白 */
}

.schedule-banner {
  display: flex;
  align-items: center;
}
.schedule-banner_bnr {
  margin: 0 1em 0.5em 0;
  width: 350px;
}
.schedule-banner_bnr img {
  width: 100%;
  height: auto;
}
.schedule-banner_txt {
  flex: 1;
}

@media screen and (max-width: 1023px) {
  .schedule-menu-ul>li {
    margin: 8px auto 0;;
    width: 96%;
  }
  .schedule-menu-ul > li h2 {
    font-size: 28px;
  }
  .schedule-menu-ul > li .__prog {
    font-size: 1.0em;
  }
  .prog-menu-dl dd {
    margin: 0 0 0.5em;
  }
  .schedule-banner_bnr {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .schedule-menu-ul > li h2 {
    font-size: 21px;
    width: 3.5em;
    margin: 0;
  }
  .schedule-menu-ul > li .__prog .__date {
    padding: 0.3em 0em 0.3em 7.5rem;
  }
  .schedule-menu-ul > li .__prog .__date em {
    width: 8em;
  }
  .schedule-banner {
    flex-direction: column;
    align-items: unset;
  }
  .schedule-banner_bnr {
    margin-left: auto;
    margin-right: auto;
    width: 66%;
  }
  .schedule-banner_txt {
    flex: 1;
  }
  .prog-menu-dl dt {
    padding-left: 0;
  }
  .prog-menu-dl dt.__null::after {
    content: '';
  }
  .prog-menu-dl dd {
    margin: 0 0 0.5em;
    padding: 0em 0 0.3em;
  }
  
}
/*contest-mark*/
.contest-mark {
	padding: 1px 5px;
	background-color: #ff0003;
	color: #ffffff;
	font-weight: bold;
	border-radius: 3px;
	margin-left: 0.75rem;
}


/* stages */
.c-h1 {
  margin: 0.5em 0 0;
  padding: 0.8em 0 0.4em;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #00bc00;
  text-align: center;
  background:rgba(0, 0, 0, 0.75);
}
.cpd {
	width: 30%;
}
.cpd > div {
  justify-content: center;
  display: flex;
}
.contents-eve .c-h1 {
  color: #90c;
}
.contents-day1 .c-h1 {
  color: #00bc00;
}
.contents-day2 .c-h1 {
  color: #09f;
}
.contents-day3 .c-h1 {
  color: #f60;
}
.contents-exh .c-h1 {
  color: #0065E0;
}
.c-h1 strong {
  padding-right: 0.2em;
  font-size: 3.6em;
  font-weight: normal;
}
.c-h1 small {
  font-size: 70%;
  padding-right: 0.1em;
}
.c-h1 em {
  padding: 0 0.1em;
  font-size: 1.6em;
  font-style: normal;
}
.c-h1-2 {
  display: flex;
  margin: 0.8em 0 0;
  padding: 0;
  width: 100%;
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 21px;
  height: 60px;
  color: #333;
  text-align: left;
  background:#fff;
  border-radius: 30px;
}
.c-h1-2 strong {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 60px;
  padding-right: 0.2em;
  font-size: 1.7em;
  color: #fff;
  letter-spacing: 0.15em;
  background-color: #00bc00;
  border-radius: 30px;
}
.c-h1-2 p {
  display: flex;
  align-items: center;
  padding-left: 1em;
  color: #333;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.c-h1-2 p .__md {
  display: none;
}
.c-h1-2 span {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8em;
  font-weight: normal;
  color: #333;
  line-height: 1.3;
}
.c-h1-2 span img {
  height: 80%;
  width: auto;
  margin-right: 0.5em;
}
.c-h1-2 span em {
  font-style: normal;
}
.c-h1-2 span em b {
  font-weight: bold;
}
.contents-eve .c-h1-2 strong {
  background-color: #90c;
}
.contents-day1 .c-h1-2 strong {
  background-color: #00bc00;
}
.contents-day2 .c-h1-2 strong {
  background-color: #09f;
}
.contents-day3 .c-h1-2 strong {
  background-color: #f60;
}
.contents-exh .c-h1-2 strong {
  background-color: #0065E0;
}
@media screen and (max-width: 1199px) {
  .c-h1-2 {
    font-size: 18px;
  }
  .c-h1-2 span {
    font-size: 0.8em;
  }
  .c-h1-2 span img {
    height: 76%;
  }
}
@media screen and (max-width: 1023px) {
  .c-h1-2 {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-h1-2 {
    font-size: 14px;
    height: 46px;
    border-radius: 23px;
  }
  .c-h1-2 strong {
    width: 5em;
    height: 46px;
    border-radius: 23px;
  }
  .c-h1-2 span {
    font-size: 0.7em;
  }
  .c-h1-2 p .__md {
    display: block;
  }

}
@media screen and (max-width: 479px) {
  .c-h1-2 {
    font-size: 13px;
    height: 36px;
    border-radius: 18px;
  }
  .c-h1-2 strong {
    width: 5em;
    height: 36px;
    border-radius: 18px;
  }
  .c-h1-2 span {
  }
}

.secStage:first-child {
  margin-top: 1.5em;
}
.secStage h1 {
  display: flex;
  align-items: center;
  padding: 8px;
  font-family:'Avenir','Helvetica Neue','Helvetica', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 32px;
  color: #fff;
  text-align: left;
  line-height: 1.2;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
  background: #00bc00;
  border-radius: 0.5em;
}
.contents-eve .secStage h1 {
  background: #90c;
}
.contents-day1 .secStage h1 {
  background: #00bc00;
}
.contents-day2 .secStage h1 {
  background: #09f;
}
.contents-day3 .secStage h1 {
  background: #f60;
}
.contents-exh .secStage h1 {
  background: #00479d;
}
.secStage h1 img {
  width: 2em;
  height: 2em;
}

.stg-time {
  width: 100%;
  margin: 0 0 0.3em;
  padding: 0 1em;
  font-weight: bold;
  line-height: 32px;
  color: #fff;
  background: #006699;
  border-radius: 16px;
}
.stg-time strong {
  margin-left: 0.5em;
  padding: 0 0.4em;
  font-size: 0.95em;
  background: #c00;
}
.stg-wrap {
  padding: 1.2em;
  background:rgba(255, 255, 255, 0.75);
  border: 1px solid #00bc00;
  margin-top: 40px;
}
.contents-eve .stg-wrap {  border-color: #9a00cd;}
.contents-day1 .stg-wrap {  border-color: #00bc00;}
.contents-day2 .stg-wrap {  border-color: #0399ff;}
.contents-day3 .stg-wrap {  border-color: #ff6602;}
.contents-exh .stg-wrap {  border-color: #00479d;}
/* 日別 */
.contents-eve  .stg-time { background:#006699;} /* 紫 */
.contents-day1 .stg-time { background:#006699;} /* 緑 */
.contents-day2 .stg-time { background:#006699;} /* 青 */
.contents-day3 .stg-time { background:#006699;} /* 橙 */

.stg-wrap p {
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 1.6;
}
.stg-wrap p.__ttl {
  margin-bottom: 0.2em;
  font-size: 21px;
  font-weight: bold;
  color: #002561;
}
.stg-wrap .stg-lead p.__ttl {
  color: #000;
}
.stg-wrap h2 {
  display: flex;
  justify-content: space-between;
  margin: 24px 0 12px;
  padding: 0.3em 0.5em;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  border-left: #00bc00 0.8em solid;
  background: #666;
}
.contents-eve .stg-wrap h2 {  border-color: #90c;}
.contents-day1 .stg-wrap h2 {  border-color: #00bc00;}
.contents-day2 .stg-wrap h2 {  border-color: #09f;}
.contents-day3 .stg-wrap h2 {  border-color: #f60;}

.stg-wrap h3 {
  margin-bottom: 0.5em;
  font-size: 21px;
  font-weight: bold;
  color: #002561;
}
.stg-wrap h4 {
  font-size: 18px;
  font-weight: bold;
}
.stg-wrap h4::before {
  content: '';
  display: inline-block;
  margin-right: 0.1em;
  width: 0.8em;
  height: 0.8em;
  background: #00bc00;
}
.contents-eve .stg-wrap h4::before {
  background: #90c;
}
.contents-day1 .stg-wrap h4::before {
  background: #00bc00;
}
.contents-day2 .stg-wrap h4::before {
  background: #09f;
}
.contents-day3 .stg-wrap h4::before {
  background: #f60;
}
.stg-wrap .__prof {
  display: flex;
}
.stg-wrap .__pht {
  margin-right: 10px;
  width: 120px;
  min-width: 120px;
}
.stg-wrap .__pht img {
  width: 100%;
  height: auto;
}
.stg-wrap.v--l2 .__pht {
  width: 200px;
  min-width: 200px;
}
.stg-wrap .__prof.v--l2 .__pht {
  width: 360px;
  min-width: 360px;
}
.stg-wrap .__txt {
  margin-bottom: 1em;
}
.stg-wrap .__txt p {
  margin-bottom: 0.2em;
}
.stg-wrap .__fx {
  display: flex;
}
.stg-wrap .__fx > div {
  width: 45%;
}
.stg-wrap .__fx > div:first-child {
  width: 55%;
}
.stg-wrap .__fx2 {
  display: flex;
}
.stg-wrap .__fx2 > div {
  width: 60%;
}
.stg-wrap .__fx2 > div:first-child {
  width: 40%;
}
.stg-wrap .__nam {
  font-size: 26px;
  font-weight: bold;
}
.stg-wrap.v--l2 .__nam {
  font-size: 30px;
}
.stg-wrap-dark {
  margin-top: -12px;
  padding: 0.8em 0.8em 0;
  color: #fff;
  background:#333;
}
.stg-wrap-dark h3 {
  color: #fff;
}

.stg-wrap .__wrap-pc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stg-wrap .__col2 {
  width: 49%;
}
.stg-wrap .__wrap-sp {
  display: none;
}
.stg-wrap .rm-label{
  display: block;
  width: 100%;
  margin: 0 auto 2em;
  padding: 0.3em;
  font-size: 18px;
  font-weight: bold;
  color: #002561;
  text-align: center;
  background-color: #fff;
  border: #002561 2px solid;
}
.stg-wrap .rm-label:before{
  content: '▼プロフィール・講演内容を読む';
}
.stg-wrap .rm-label2{
  display: block;
  width: 100%;
  margin: 0 auto 2em;
  padding: 0.3em;
  font-size: 18px;
  font-weight: bold;
  color: #002561;
  text-align: center;
  background-color: #fff;
  border: #002561 2px solid;
}
.stg-wrap .rm-label2:before{
  content: '▼プロフィールを読む';
}
.stg-wrap .rm-check{
  display: none;
}
.stg-wrap .rm-check:checked ~ .rm-label:before{
  content: '▲閉じる';
}
.stg-wrap .rm-check:checked ~ .rm-label2:before{
  content: '▲閉じる';
}
.stg-wrap .rm-check ~ .__more{
  display: none;
}
.stg-wrap .rm-check:checked ~ .__more{
  display: block;
}
.stg-wrap .rm-check + .__prof{
  min-height: 12em;
}

.stg-wrap .rm-check.v--sp + .__prof{
  min-height: 0;
}
.stg-wrap .rm-check:checked + .__prof{
  min-height: 0;
}

@media screen and (max-width: 1023px) {
  .secStage:first-child {
    margin-top: 1em;
  }
  .stg-wrap .__fx {
    display: block;
  }
  .stg-wrap .__fx > div {
    width: 100%;
  }
  .stg-wrap .__fx > div:first-child {
    width: 100%;

  }
  .stg-wrap .__fx2 {
    display: block;
  }
  .stg-wrap .__fx2 > div {
    width: 100%;
  }
  .stg-wrap .__fx2 > div:first-child {
    width: 100%;
  }
  .stg-wrap .__wrap-pc {
    display: none;
  }
  .stg-wrap .__wrap-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .stg-wrap .rm-label{
    font-size: 14px;
  }
  .stg-wrap .rm-label2{
    font-size: 14px;
  }
#container2 {
	background-size: contain;
	}
  .c-h1 {
    font-size: 16px;
  }
  .secStage h1 {
    padding: 4px;
    font-size: 21px;
  }
  .secStage h1::before {
    width: 6px;
    min-width: 6px;
    height: 56px;
  }
  .secStage h1 img {
    width: 1.6em;
    height: 1.6em;
  }
  .stg-wrap {
    padding: 8px;
  }
  .stg-wrap p {
    font-size: 14px;
  }
  .stg-wrap p.__ttl {
    font-size: 16px;
  }
  .stg-wrap.v--l2 p.__ttl {
    font-size: 15px;
  }
  .stg-wrap h2,
  .stg-wrap h3 {
    font-size: 16px;
  }
  .stg-wrap h4 {
    font-size: 14px;
  }
  .stg-wrap .__prof.v--l2 {
    flex-direction: column;
  }
  .stg-wrap .__pht {
    margin-right: 6px;
    width: 80px;
    min-width: 80px;
  }
  .stg-wrap.v--l2 .__pht {
    width: 130px;
    min-width: 130px;
  }
  .stg-wrap .__prof.v--l2 .__pht {
    width: 100%;
    min-width: auto;
  }
  .stg-wrap .__nam {
    font-size: 18px;
  }
  .stg-wrap.v--l2 .__nam {
    font-size: 21px;
  }
}

#secGreeting h1 {
  margin-bottom: 0.3em;
}
.greeting-exc,
.greeting-more {
  font-weight: bold;
}
.greeting-more {
  display: none;
}
.readmore-label{
  display: block;
  width: 20em;
  margin: 0.9em auto 0.5em;
  padding: 0.3em;
  font-size: 18px;
  font-weight: bold;
  color: #002561;
  text-align: center;
  background-color: #fff;
  border: #002561 2px solid;
}
.readmore-label:before{
  content: '▼Read more';
}
.readmore-check{
  display: none;
}
.readmore-check:checked ~ .readmore-label:before{
  content: 'Close';
}
.readmore-check:checked ~ .greeting-exc {
  display: none;
}
.readmore-check:checked ~ .greeting-more{
  display: block;
}
@media screen and (max-width: 767px) {
  .readmore-label{
    font-size: 14px;
  }
}
/* exh */
.exh02s {
  display: none;
}
@media screen and (max-width: 1023px) {

}
@media screen and (max-width: 767px) {
  .exh02s {
    display: block;
  }
  .exh02 {
    display: none;
  }
}
  /* section-contest */
/*
#secContest {
  padding: 1.8em;
  background: rgba(255, 255, 255, 0.75);
}
*/
.contest__h1 {
  display: flex;
  align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  font-size: 2em!important;
  font-weight: bold;
  background-color: #002561;
  text-align: center;
  color: #ffffff;
  padding: 5px 0;
}
.contest__h1 .__icn {
  margin: 0 0.2em 0 0.2em;
  width: 1.2em;
  height: auto;
}
.contest__h1 .__notice {
  display: flex;
  margin-left: auto;
  padding: 0.5em 0.8em;
  background: #ff0;
}
.contest__h1 .__notice img {
  width: 7em;
}
.contest-ul li {
  display: flex;
  align-items: center;
  margin-top: 1em;
/*
  border-left: #00bc00 0.5em solid;
*/
}
.contest-ul li.v--narda {
/*
  border-left: #e18f31 0.5em solid;
*/
}
.contest-ul li .__ttl{
  margin: 0 10px;
  width: 400px;
  height: auto;
  min-width: 400px;
  vertical-align: top;
}
.contest-ul li .__lnk{
  width: 10em;
  min-width: 10em;
  font-size: 1.2em;
}
@media screen and (max-width: 1023px) {
  .contest__h1 {
    font-size: 1.8em!important;
  }
  .contest-ul li {
    display: block;
  }
  .contest-ul li .__ttl{
    margin: 0 auto;
    width: 600px;
    height: auto;
    min-width: 600px;
  }
  .contest-ul li > p{
    margin: 0.6em 1.0em 0.3em;
  }
  .contest-ul li .__lnk{
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    width: 60%;
    min-width: none;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 767px) {
/*
  #secContest {
    padding: 1.0em;
  }
*/
  .contest__h1 {
    padding-top: 0.2em;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1.4em!important;
  }
  .contest__h1 .__notice {
    display: block;
    padding: 0 0 0.2em;
    width: 100%;
    text-align: center;
  }
  .contest-ul li .__ttl{
    width: 90%;
    height: auto;
    min-width: 90%;
  }
  .contest-ul li .__lnk{
    width: 100%;
    font-size: 1.0em;
  }
  br.sp-only {
    display: inline-block;
  }

}

/*ムービー・資料ボタン*/
h1 .movie-title{
	font-size: 2rem;
	font-weight: bold;
}
.common-report-layout-buttons{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  margin-top:8px;
  margin-left:-8px;
}

.common-report-layout-buttons > *{
  margin-top:8px;
  margin-left:8px;
}

.common-report-layout-buttons a{
  display:flex;
  flex-direction:row;
  align-items:center;
  padding:8px 20px 8px 16px;
  border-radius:24px;
  background-color:#002561;
  color:#ffffff;
}
.common-report-layout-buttons p{
  margin-bottom:0;
}

@media screen and (min-width: 1025px){
  .common-report-layout-buttons a:hover{
    background-color:#40588A;
  }
}

.common-report-layout-buttons a > *{
  margin-left:8px;
}

.common-report-layout-buttons a > *:first-child{
  margin-left:0;
}

.common-report-layout-buttons a > i{
  font-size:24px;
}

.common-report-layout-buttons a > p{
  line-height:1;
  font-size:16px;
}

@media screen and (max-width: 767px){
  h1 .movie-title{
      font-size: 1rem;
      font-weight: bold;
  }
  .common-report-layout1-left a img{
    width:120px;
    height:120px;
  }

  .common-report-layout-buttons a > i{
    font-size:20px;
  }

  .common-report-layout-buttons a > p{
    font-size:14px;
  }
}
@media screen and (max-width: 413px){
	/*
  .common-report-layout-buttons a{
    width:100%;
  }*/
}