@charset "UTF-8";

#menu_a + section,
#menu_b + section,
#menu_c + section,
#menu_d + section,
#menu_e + section {
  color: #fff;
}

#menu_a + section .heading.block_header_2 .h:before,
#menu_b + section .heading.block_header_2 .h:before,
#menu_c + section .heading.block_header_2 .h:before,
#menu_d + section .heading.block_header_2 .h:before,
#menu_e + section .heading.block_header_2 .h:before {
  content: none;
}

#menu_a + section .heading.block_header_2 .h,
#menu_b + section .heading.block_header_2 .h,
#menu_c + section .heading.block_header_2 .h,
#menu_d + section .heading.block_header_2 .h,
#menu_e + section .heading.block_header_2 .h {
  padding: 0 0 5px;
  font-size: 3.2rem!important;
  letter-spacing: 2px!important;
  color: var(--i_sub_color);
  border-bottom: 1px solid var(--i_sub_color);
}

#menu_a + section + div,
#menu_c + section + div,
#menu_e + section + div {
    position: relative;
    top: -60px;
    right: -20%;
}

#menu_b + section + div,
#menu_d + section + div {
    position: relative;
    top: -60px;
    left: -20%;
}

#menu_b + section,
#menu_c + section,
#menu_d + section,
#menu_e + section {
    margin-top: -109px;
}

@media screen and (max-width: 750px) {
#menu_a + section,
#menu_b + section,
#menu_c + section,
#menu_d + section,
#menu_e + section {
    padding-bottom: 100px;
}
#menu_b + section,
#menu_c + section,
#menu_d + section,
#menu_e + section {
    margin-top: -96px;
}
#menu_a + section.contents_box01:not(.block_image_text_2):not(.block_image_text_6) .inner_item_img,
#menu_b + section.contents_box01:not(.block_image_text_2):not(.block_image_text_6) .inner_item_img,
#menu_c + section.contents_box01:not(.block_image_text_2):not(.block_image_text_6) .inner_item_img,
#menu_d + section.contents_box01:not(.block_image_text_2):not(.block_image_text_6) .inner_item_img,
#menu_e + section.contents_box01:not(.block_image_text_2):not(.block_image_text_6) .inner_item_img {
    display: none;
}

#menu_a + section + div,
#menu_c + section + div,
#menu_e + section + div {
    right: 0;
}

#menu_b + section + div,
#menu_d + section + div {
    left: 0;
}
}