@charset "utf-8";
/* CSS Document */
.page_hydrajet #main_visual_wrap {
  background: url(../img/common/bg_mv_shadow.png) repeat-x center bottom, url(../img/hydrajet/bg_mv_left_menu.jpg) no-repeat left top, #fafbfa;
}
.page_hydrajet .tit_sec {
  text-align: center;
}
.page_hydrajet .pack {
  width: 100%;
}
.hydra-img-blk,
.hydra-img-blk picture {
  display: inline-block;
  width: 100%;
}
.trtmt-price-tbl {
  width: calc(98% / 2);
}
.tb-gp {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
.trtmt-price-tbl table {
  border-collapse: collapse;
  width: 100%;
}
.trtmt-price-tbl tr span {
  display: block;
  color: #e72f32;
  font-weight: bold;
}
.price-tbl tr th {
  width: 150px;
}
.price-tbl small {
  display: block;
  padding-top: 10px;
}
.trtmt-price-tbl tr th,
.trtmt-price-tbl tr td,
.price-tbl tr th,
.price-tbl tr td {
  border: 1px solid #dbd7cd;
  padding: 10px;
  vertical-align: top;
}
.case.trtmt-pcase .tit_topic:first-child {
  margin-top: 20px;
}
.case.trtmt-pcase .tit_topic {
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .page_hydrajet #main_visual_wrap {
    background: url(../img/common/bg_mv_shadow.png) repeat-x center bottom, url(../img/hydrajet/bg_mv_left_menu_sp.jpg) no-repeat left top, #fafbfa;
    background-size: contain;
  }
  .case {
    margin: 0 10px 20px;
  }
  .inner .list li {
    font-size: 13px;
  }
  .trmt-plist {
    padding-left: 15;
  }
  .tb-gp {
    margin: 15px 0;
    display: block;
  }
  .trtmt-price-tbl table {
    max-width: 450px;
  }
  .tb-gp .trtmt-price-tbl {
    width: 100%;
    margin-bottom: 10px;
  }
  .price-tbl tr th {
    width: 120px;
  }
}