@charset "UTF-8";

/* ----- レイアウト修正_260413 ----- */
#sp_image + section {
  display: none;
}
#title + div .inner_item:nth-child(1) .heading.block_header_4 .h {
  background-color: var(--i_main_color);
  color: #fff;
  padding: 1rem;
}
#title + div .inner_item:nth-child(2) .heading.block_header_4 .h {
  background-color: var(--i_sub_color);
  color: #fff;
  padding: 1rem;
}
[id^=arrow] + div {
    max-width: 1200px;
    margin: auto;
}
[id^=arrow] + div.contents_hr.block_line_3 hr {
    left: calc(50% + 25% - 10px);
}
[id^=sp] + section,
[id^=sp] + div,
[id^=sp_title] + section {
  display: none;
}
@media screen and (max-width: 900px) {
  [id^=sp] + section,
  [id^=sp] + div {
      display: block;
  }
  #sp_title1 + section .heading.block_header_4 .h {
    background-color: var(--i_main_color);
    color: #fff;
    padding: 1rem;
  }
  #sp_title2 + section .heading.block_header_4 .h {
    background-color: var(--i_sub_color);
    color: #fff;
    padding: 1rem;
  }
  [id^=pc] + section,
  [id^=pc] + div,
  [id^=arrow] + div,
  #title + div {
      display: none;
  }
}
@media screen and (max-width: 768px) {
  #sp_image + section {
    display: block;
  }
  #pc_image + section {
    display: none;
  }
}

/* --------ポップアップ---------- */
.composite_box01 .inner_item a,
.block_image_text_3 .inner_item_img a,
[id^=sp] + section .inner_item_img a {
    pointer-events: none;
}
a#sp_image+section .inner_item_img a {
    pointer-events: auto;
}
.composite_box01 .inner_item_img img {
    width: 50% !important;
    height: auto !important;
}