@charset "UTF-8";

#plan_link2+section>.content_wrapper .inner_item_img,
#plan_link3+section>.content_wrapper .inner_item_img {
  border-top: initial;
}
#plan_icon_p+section p {
  border-bottom: initial;
}
#image1 + section .wrapper_item .inner_item_txt ul li {
  list-style: none;
  display: flex;
  gap: 5px;
}
#image1 + section .wrapper_item .inner_item_txt ul li:nth-child(n + 2) {
  margin-top: 5px;
}

[id^=tel] + section .inner_item_img a {
  pointer-events: none;
}
@media screen and (max-width: 768px){
  [id^=tel] + section .inner_item_img a {
    pointer-events: auto;
  }
}

@media screen and (max-width: 1024px) {
  .outer {
    overflow-x: auto;
  }
  div[class*="block_table_"]:not([style*=" color:"]) table {
    table-layout: fixed;
    width: 1200px;
  }
}