/*----------------------------------------------------
　サービス
----------------------------------------------------*/
.service-block {
  border-radius: 15px;
  padding: 5px 20px 20px;
}
.service-block .wp-block-image {
  margin-bottom: 0;
}
.service-block img {
  width: 170px;
  margin-bottom: 0;
}
.service-block p:first-of-type {
  font-size: 20px;
  font-weight: bold;
}
/*----------------------------------------------------
　割引プラン
----------------------------------------------------*/
.plan-block {
  padding: 30px 30px 0;
}
.plan-block table {
  margin-top: 20px;
  margin-bottom: 0;
  background-color: #fff;
  border: 1px solid #ccc;
}
.plan-block table td {
  border: none;
  padding: 5px 7px;
}
.plan-block table tr:last-child {
  border-top: 1px solid #444;
}
.tbl-discount-service tr {
  border-bottom: 1px solid #ddd;
}
.tbl-discount-service td {
  border: none !important;
}
.tbl-discount-service td:first-child {
  font-size: 18px;
}
.tbl-discount-service td:first-child img {
  margin-top: 10px;
  margin-bottom: 0;
  height: 46px;
  width: auto;
}
.tbl-discount-service td:last-child {
  text-align: right;
}
.tbl-plan-discount table {
  background-color: #fff8fb !important;
}
@media screen and (max-width: 575.98px) {
  .tbl-discount-service td:first-child {
    font-size: 14px;
  }
  .tbl-discount-service tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .tbl-discount-service td {
    flex-basis: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .tbl-discount-service td:first-child {
    padding-top: 10px;
  }
  .tbl-discount-service td:first-child img {
    margin: 5px 0;
  }
  .plan-block {
    padding: 15px 15px 0;
  }
}