#schedule .schedule_list {
  width: 100%;
  margin: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

#schedule .schedule_list::before {
  content: "";
  height: 100%;
  width: 2px;
  background: #bdbdbd;
  position: absolute;
  top: 0;
  left: 40%;
}

#schedule .schedule_list dt {
  width: 40%;
  padding: 10px 0px;
  padding-right: 30px;
  font-weight: bold;
  line-height: 1.4;
  text-align: right;
  position: relative;
}

#schedule .schedule_list dt::before {
  content: "";
  position: absolute;
  right: -5px;
  top: 25px;
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #db3a87;
  border-radius: 10px;
}

#schedule .schedule_list dt .big {
  font-size: 25px;
  color: #09143a;
}

#schedule .schedule_list dd {
  width: calc(100% - 40%);
  padding: 15px 0px 10px 30px;
}

#schedule .schedule_list dd .onday {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
  background: linear-gradient(45deg, #D92681 16%, #00b1eb 57%, #fef121 90%);
  background: -webkit-linear-gradient(45deg, #D92681 16%, #00b1eb 57%, #fef121 90%);
  background-size: 300% auto;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: gradientEffect 3.5s infinite alternate;
}

@media screen and (max-width: 540px) {

  #schedule .schedule_list dt .big {
    font-size: 20px;
  }

  #schedule .schedule_list dd .onday {
    font-size: 25px;
  }
}



/* ======= schedule - regulations ============================================ */

#schedule.regulations .erimg {
  text-align: center;
  margin: 10px auto;
}

#schedule.regulations .erimg.small-package-booth {
  max-width: 600px;
}

#schedule.regulations .erimg img {
  width: auto;
  max-width: 100%;
}

@media screen and (max-width: 640px) {
  #schedule.regulations .erimg img {
    width: 100%;
  }
}

#schedule.regulations h3+p {
  margin-top: 15px;
}

/* #schedule.regulations .l_main .container section ul {
  margin-left: 2.5em;
  list-style: square;
} */

#schedule.regulations .l_main .container section ul li {
  margin-top: 5px;
}

#schedule.regulations ol.numberlist {
  counter-reset: list;
  list-style-type: none;
  margin-left: 0.5em;
  margin-top: 0.5em;
}

#schedule.regulations ol.numberlist li {
  position: relative;
  color: #333;
  padding: 0 0 0 28px;
  margin: 0px 0px 7px;
}

#schedule.regulations ol.numberlist li:before {
  counter-increment: list;
  content: counter(list) "";
  display: block;
  position: absolute;
  text-align: center;
  line-height: 2;
  left: 0px;
  top: 0px;
  width: 2em;
  height: 2em;
  font-size: 1.1rem;
  border: 1px solid #333;
  border-radius: 50%;
  color: #000;
}

#schedule.regulations ol.regdecimal_brackets {
  counter-reset: list;
  list-style-type: none;
  margin-left: 0.5em;
}

#schedule.regulations ol.regdecimal_brackets>li {
  position: relative;
  color: #333;
  padding: 0 0 0 30px;
  margin: 7px 0px;
}

#schedule.regulations ol.regdecimal_brackets>li:before {
  content: "(" counter(list) ")";
  counter-increment: list;
  display: block;
  position: absolute;
  left: 0px;
  top: 0em;
}

#schedule.regulations ol.regdecimal_circle {
  counter-reset: list;
}

#schedule.regulations ol.regdecimal_circle>li {
  position: relative;
  color: #333;
  padding: 0 0 0 20px;
}

#schedule.regulations ol.regdecimal_circle>li:before {
  content: counter(list);
  counter-increment: list;
  display: block;
  position: absolute;
  left: 0px;
  top: 0.25em;
  font-size: 11px;
  border: 1px solid #666;
  width: 16px;
  height: 16px;
  line-height: 1.5;
  border-radius: 50px;
  text-align: center;
}

#schedule.regulations ol.dod_list>li {
  position: relative;
  padding: 0 0 0 15px;
}

#schedule.regulations ol.dod_list>li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0.5em;
  border: none;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #333;
}

#schedule.regulations dl {
  margin-top: 10px;
  text-align: center;
  border-bottom: 1px solid #a2a2a2;
  display: flex;
  flex-wrap: wrap;
}

#schedule.regulations dl dt {
  width: 50%;
  padding: 5px;
  border-top: 1px solid #a2a2a2;
}

#schedule.regulations dl dd {
  width: 50%;
  padding: 5px;
  background-color: #badaf7;
  border-top: 1px solid #a2a2a2;
}

#schedule.regulations h3+table {
  margin-top: 15px;
}

#schedule.regulations table {
  width: 100%;
  border: 1px solid #a2a2a2;
  border-collapse: collapse;
}

#schedule.regulations table th,
#schedule.regulations table td {
  padding: 10px;
  border: 1px solid #a2a2a2;
  color: #333;
}

#schedule.regulations table th {
  background-color: #badaf7;
}

#schedule.regulations table.tbnol thead th,
#schedule.regulations table.tbnol th {
  font-weight: bold;
  font-weight: 700;
  border-right: 1px solid #fff;
  padding-top: 0.5em;
  padding-bottom: 0.25em;
  text-align: left;
}

#schedule.regulations table.tbnol td {
  padding: 5px;
  border: 1px solid #a2a2a2;
  vertical-align: middle;
}

#schedule.regulations table.tbnol.tb_s td {
  width: 30%;
}

#schedule.regulations table.tbnol td.bg_pink {
  background-color: #f3dfec;
  width: 50%;
}

#schedule.regulations table.tbnol td:has(+ td) {
  border-right: 1px solid #a2a2a2;
}

#schedule.regulations table.tbnol td:has(+ td),
#schedule.regulations table.tbnol td+td {
  width: 30%;
}

#schedule.regulations .tb2-1 table tr th:first-child {
  width: 20%;
}

#schedule.regulations .tb2-1 table tr th:nth-child(2) {
  width: 20%;
}

#schedule.regulations .tb2-1-2 table tr th:first-child {
  width: 55%;
}

#schedule.regulations .tb2-1-2 table tr td:first-child .erimg.small {
  text-align: left;
}

#schedule.regulations .tb2-1-2 table tr td:first-child .erimg.small img {
  width: 75%;
}

#schedule.regulations .tb2-1 table tr th:nth-child(2) {
  width: 20%;
}

#schedule.regulations .tb2-2 table tr th:first-child {
  width: 22%;
}

#schedule.regulations table td .erimg {
  text-align: right;
  margin: 0 auto;
}

#schedule.regulations table td .erimg img {
  width: auto;
}

@media screen and (max-width: 640px) {
  #schedule.regulations table td .erimg img {
    width: 100%;
  }
}

#schedule.regulations .imp01 {
  padding: 5px;
  background-color: #badaf7;
  font-weight: bold;
  text-align: center;
}

#schedule.regulations .imp02 {
  padding: 5px;
  background-color: #f3dfec;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
}

#schedule.regulations .textbold {
  font-weight: bold;
}

#schedule.regulations .indentbefore {
  color: #333;
}

@media screen and (max-width: 640px) {
  #schedule.regulations .text20 {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 1020px) {
  #schedule.regulations table.tbnol td.bg_pink {
    width: 100%;
  }

  #schedule.regulations table.tbnol.tb_s td {
    width: 100%;
  }

  /* thを1行全体に広げる（scrollbox内は除外） */
  #schedule.regulations table.tbnol th {
    display: block;
    width: 100%;
  }

  /* 2つのtdが並んでいる行：横並び50%ずつ（scrollbox内は除外） */
  #schedule.regulations table.tbnol tr:has(td + td) {
    display: flex;
    flex-wrap: wrap;
  }

  #schedule.regulations table.tbnol tr:has(td + td) th {
    width: 100%;
    flex-basis: 100%;
  }

  #schedule.regulations table.tbnol tr:has(td + td) td {
    width: 50%;
    flex-basis: 50%;
    display: block;
    box-sizing: border-box;
  }

  /* 単独のtd（colspan="2"含む）は幅100%を維持 */
  #schedule.regulations table.tbnol td[colspan="2"] {
    width: 100%;
    flex-basis: 100%;
  }

  /* scrollbox内のテーブルはPCデザインを維持（横スクロール） */
  #schedule.regulations .scrollbox table,
  #schedule.regulations .scrollbox table thead,
  #schedule.regulations .scrollbox table tbody,
  #schedule.regulations .scrollbox table tr,
  #schedule.regulations .scrollbox table th,
  #schedule.regulations .scrollbox table td {
    display: revert;
    width: revert;
    flex-basis: revert;
  }

  #schedule.regulations .scrollbox table {
    min-width: 800px;
  }
}


/* ======= 申込フロー ==================== */
.app--flow {
  padding-bottom: 50px;
  max-width: 800px;
  margin: 0 auto;
}

.l_container .att {
  background-color: #b30828;
  color: #fff;
  padding: 8px 12px;
  font-size: 14px;
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
}

.l_container .atttxt {
  color: #b30828;
  text-decoration: underline;
  font-size: 125%;
}

.sec--app--att {
  padding: 1.5em;
  border: 1px solid #1f2b45;
  text-align: center;
}

.sec--app--att p {
  font-weight: 700;
}

.sec--app--att .start--day {
  font-size: 165%;
}

.app--flow .item {
  position: relative;
  margin-top: 30px;
  border-radius: 7px;
  border: 2px solid #efefef;
  text-align: center;
  padding: 15px;
}

.app--flow .item .flex_unit {
  justify-content: space-around;
}

.app--flow .item .day {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
}

.app--flow .item .item_ttl {
  font-size: 18px;
  font-weight: 700;
}

.app--flow .item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 100px 0 100px;
  border-color: #efefef transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@keyframes stepnumUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.app--flow .step01 {
  animation-delay: 0.3s;
  border-color: #00abeb;
}

.app--flow .step01::after {
  border-color: #00abeb transparent transparent transparent;
}

.app--flow .step01 .day {
  background-color: #00abeb;
}

.app--flow .step02 {
  animation-delay: 0.6s;
  border-color: #484197;
}

.app--flow .step02::after {
  border-color: #484197 transparent transparent transparent;
}

.app--flow .step02 .day {
  background-color: #484197;
}

.app--flow .step03 {
  animation-delay: 0.9s;
  border-color: #762d8d;
}

.app--flow .step03::after {
  border-color: #762d8d transparent transparent transparent;
}

.app--flow .step04 {
  animation-delay: 1.2s;
  border-color: #e51785;
  background-color: #e51785;
  color: #fff;
}

.app--flow .step04::after {
  border-color: #e51785 transparent transparent transparent;
}

.app--flow .step05 {
  animation-delay: 1.5s;
  border-color: #ec6600;
}

.app--flow .step05::after {
  border-color: #ec6600 transparent transparent transparent;
}

.app--flow .step06 {
  animation-delay: 1.8s;
  border-color: #8bba0d;
}

.app--flow .step06 .day {
  background-color: #8bba0d;
}

.app--flow .step06::after {
  display: none;
  /*  border-color: #8bba0d transparent transparent transparent;*/
}

.app--flow .step07 {
  animation-delay: 2.1s;
  border-color: #d0c400;
}

.app--flow .step07 .day {
  background-color: #d0c400;
}

.app--flow .step07::after {
  display: none;
}



/* ======= Timeline Schedule ============================================ */

.timeline-schedule {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 0;
}

/* セクションヘッダー */
.timeline-section {
  margin-bottom: 30px;
}

.timeline-section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.timeline-section-header::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #00abeb;
  border-radius: 50%;
  flex-shrink: 0;
}

.timeline-section-header h3 {
  font-weight: 700;
  color: #333;
  margin: 0;
}

/* セクション別カラー */
.timeline-section--application .timeline-section-header::before {
  background-color: #00abeb;
}

.timeline-section--preparation .timeline-section-header::before {
  background-color: #e91e63;
}

/* タイムラインコンテナ */
.timeline-items {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 70px;
}

/* タイムラインアイテム */
.timeline-item {
  position: relative;
  /* display: flex; */
  align-items: flex-start;
  margin-bottom: 25px;
  flex: 1;
  background: #fff;
  border-radius: 12px;
  padding: 15px 20px;
  border: 1px solid #f0f0f0;
  margin-left: 15px;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

/* 月バッジ */
.timeline-month {
  position: absolute;
  left: -70px;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50px;
}

.timeline-month-label {
  font-size: 11px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.timeline-month-badge {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 2;
}

/* 月バッジのデフォルト色 */
.timeline-month-badge {
  background-color: #00abeb;
}

/* タイムライン縦線 */
.timeline-line {
  position: absolute;
  left: -45px;
  top: 45px;
  width: 3px;
  height: calc(100% + 25px);
  z-index: 1;
  background-color: #00abeb;
}

.timeline-item:last-child .timeline-line {
  display: none;
}

/* セクション別カラー - 出展申込期間（ブルー） */
.timeline-section--application .timeline-month-badge {
  background-color: #00abeb;
}

.timeline-section--application .timeline-line {
  background-color: #00abeb;
}

/* セクション別カラー - 出展準備期間（ピンク） */
.timeline-section--preparation .timeline-month-badge {
  background-color: #e91e63;
}

.timeline-section--preparation .timeline-line {
  background-color: #e91e63;
}

.timeline-month-badge.event {
  width: 80px;
  height: 80px;
  background-color: #7354f1;
}

/* timeline-card内の複数要素の区切り */
.timeline-item .timeline-card:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.timeline-section--application .timeline-card-date.text_big {
  font-size: 1.5em;
  color: #0d9cd1;
}

.timeline-section--preparation .timeline-card-date.text_big {
  font-size: 1.5em;
  color: #e91f63;
}

.timeline-card-date {
  font-size: 1.1em;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

.timeline-card-time {
  font-size: 14px;
  font-weight: 700;
  color: #666;
  margin-left: 8px;
}

/* レスポンシブ */
@media screen and (max-width: 640px) {

  .timeline-section-header {
    margin-bottom: 0;
  }

  .timeline-section {
    margin-bottom: 0;
  }

  .timeline-schedule {
    padding: 10px 0;
  }

  .timeline-item {
        margin-bottom: 10px;
  }

  .timeline-items {
    padding: 12px 15px;
    margin-left: 10px;
  }

  .timeline-month {
    left: -60px;
    width: 45px;
  }

  .timeline-month-badge {
    width: 45px;
    height: 45px;
    font-size: 15px;
  }

  .timeline-line {
    left: -39px;
    top: 40px;
    height: calc(100% + 10px);
  }

  .timeline-card-date {
    font-size: 15px;
  }

  .timeline-card-title {
    font-size: 13px;
  }

  .timeline-section-header h3 {
    font-size: 1.5rem;
  }
}

/* 2カラムレイアウト用 */
.timeline-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.timeline-wrapper .timeline-schedule {
  flex: 1;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .timeline-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}

/* 会期ハイライト */
.timeline-item--event {
  margin-top: 18px;
}

.timeline-card--event {
  border: 2px solid #2ac5ac;
  /* background: linear-gradient(90deg, #fff4e8 0%, #ffffff 70%); */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.timeline-card--event .timeline-card-date {
  font-size: 1.15em;
  font-weight: 700;
  color: #1c9382;
}

.timeline-card-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.timeline-pill {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #2ac5ac;
  color: #fff;
  font-weight: 700;
  font-size: 0.85em;
}

.timeline-card-icon {
  font-size: 1.1em;
}

.timeline-cta {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 14px;
  border-radius: 6px;
  background: #004a8f;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.timeline-cta:hover {
  background: #003a71;
}

/* ======= Plans Grid (申込方法カード) ============================================ */

/* カードグリッド */
.plans_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.plan_card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  padding: 24px;
  transition: all 0.3s ease;
}

.plan_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

/* カードヘッダー */
.plan_card_header {
  padding: 12px 16px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin: -24px -24px 20px;
}

.plan_header_general {
  background: var(--ceatecblue);
}

.plan_header_xpark {
  background: var(--xpark);
}

.plan_header_next {
  background: var(--next);
}

.plan_header_conf {
  background: var(--conference);
}

.plan_header_ad {
  background: var(--ad);
}

/* カードボディ */
.plan_card_body {
  padding: 24px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.plan_card_title {
  font-size: 20px;
  font-weight: 700;
  color: #1a2a4a;
  margin: 0 0 16px;
  line-height: 1.4;
}

.plan_title_conf {
  color: var(--conference);
}

.plan_card_desc {
  font-size: 14px;
  line-height: 1.7;
  color: #4a5a7a;
  margin: 0 0 12px;
}

.plan_card_desc_sub {
  font-size: 14px;
  line-height: 1.7;
  color: #6a7a9a;
  margin: 0 0 16px;
}

/* おすすめ */
.plan_card_recommend {
  margin-bottom: 16px;
}

.plan_recommend_label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}

/* 各カードのlabelカラー */
.plans_grid > li:nth-child(1) .plan_recommend_label,
.plans_grid > li:nth-child(1) .plan_info_label {
  color: var(--ceatecblue);
}

.plans_grid > li:nth-child(2) .plan_recommend_label,
.plans_grid > li:nth-child(2) .plan_info_label {
  color: var(--xpark);
}

.plans_grid > li:nth-child(3) .plan_recommend_label,
.plans_grid > li:nth-child(3) .plan_info_label {
  color: var(--next);
}

.plans_grid > li:nth-child(4) .plan_recommend_label,
.plans_grid > li:nth-child(4) .plan_info_label {
  color: var(--conference);
}

.plans_grid > li:nth-child(5) .plan_recommend_label,
.plans_grid > li:nth-child(5) .plan_info_label {
  color: var(--conference);
}

.plan_recommend_list {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.8;
}

.plan_recommend_list li {
  font-size: 12px;
  margin-bottom: 2px;
}

/* 各カードのリストドットカラー */
.plan_card_general .plan_recommend_list li::after {
  background-color: var(--ceatecblue);
}

.plan_card_xpark .plan_recommend_list li::after {
  background-color: var(--xpark);
}

.plan_card_next .plan_recommend_list li::after {
  background-color: var(--next);
}

.plan_card_conf .plan_recommend_list li::after {
  background-color: var(--conference);
}

/* バッジ */
.plan_card_badge {
  display: inline-block;
  padding: 8px 16px;
  background: #f1f5f9;
  border-radius: 8px;
  font-size: 12px;
  color: #1a2a4a;
  margin-bottom: 16px;
  text-align: center;
}

/* 情報 */
.plan_card_info {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
}

.plan_info_item {
  margin-bottom: 12px;
}

.plan_info_item:last-child {
  margin-bottom: 16px;
}

.plan_info_label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #1a2a4a;
  margin-bottom: 4px;
}

.plan_info_value {
  font-size: 14px;
  color: #3a4a6a;
  line-height: 1.5;
}

.plan_info_value small {
  font-size: 12px;
  color: #6a7a9a;
}

.plan_info_price {
  font-size: 28px;
  font-weight: 700;
  color: #1a2a4a;
}

.plan_info_price small {
  font-size: 14px;
  font-weight: 400;
}

.plan_info_price_text {
  font-size: 16px;
  font-weight: 700;
  color: #1a2a4a;
}

.plan_info_note {
  display: block;
  font-size: 11px;
  color: #8a9aba;
  margin-top: 4px;
}

/* カード全体リンク */
.plan_card_link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
#ac02 .plan_card .plan_card_link {
      pointer-events: none !important;
    text-decoration: none !important;

}

/* ボタン（c_btnスタイル準拠） */
.plan_card_btn {
  display: block;
  padding: 14px 16px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  background: var(--ceatecblue);
  margin-top: auto;
}
/* 2/ 12 まで*/
#ac02 .plan_card .plan_card_btn {
  position: relative;
      background: #dedede !important;

}
#ac02 .plan_card .plan_card_btn::after {
        position: absolute;
    font-family: "LINE Seed JP", sans-serif;
    content: "2/12〜";
    display: block;
    color: #D92681;
    width: 100%;
    text-align: center;
    font-weight: 700;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
}

.plan_card:hover .plan_card_btn {
  box-shadow: 
    0 4px 12px 0 rgba(134, 154, 203, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* 各カードのボタン色 */
.plan_card_general .plan_card_btn {
  background: var(--ceatecblue);
}

.plan_card_xpark .plan_card_btn {
  background: var(--xpark);
}

.plan_card_next .plan_card_btn {
  background: var(--next);
}

.plan_card_conf .plan_card_btn {
  background: var(--conference);
}

.plan_card_ad .plan_card_btn {
  background: var(--ad);
}

/* Plans Grid レスポンシブ */
@media screen and (max-width: 1100px) {
  .plans_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .plans_grid {
    grid-template-columns: 1fr;
    /* max-width: 450px; */
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 480px) {
  .plan_card_body {
    padding: 20px 16px;
  }
  
  .plan_info_price {
    font-size: 24px;
  }
}

/* ======= 出展ガイド ============================================ */

.guide .plans_grid {
  grid-template-columns: repeat(2, 1fr);
}

.guide .plan_card_header {
  padding: 0;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin: -24px -24px 20px;
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.guide .plan_card_header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.guide .l_container h3 {
  margin-top: 0;
}

.guide .plan_card_btn {
  background: var(--ceatecblue);
}

@media screen and (max-width: 580px) {
  .guide .plans_grid {
    grid-template-columns: 1fr;
  }
}