/* Noto Sans JP */
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-weight: 500;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-weight: bold;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
/* ======================================================================
 p-heatpump-single
====================================================================== */

.post_head_cat_link {
  display: inline-block;
  padding: 2px 11px;
  border: 1px solid #0080be;
  border-radius: 2px;
}
.post_head_cat_link:link, .post_head_cat_link:active, .post_head_cat_link:visited {
  color: #0080be;
  cursor: pointer;
}
.post_head_cat_link:hover {
  color: #0080be;
}
.post_head_cat_link + .post_head_cat_link {
  margin-left: 5px;
}

.post_head_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post_head_date_item {
  color: #70838d;
}
.post_head_date_item + .post_head_date_item {
  margin-left: 20px;
}

.post_thumb {
  text-align: center;
}

.post_thumb_img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .mt_sp_5 {
    margin-top: 5px !important;
  }
  .mt_sp_10 {
    margin-top: 10px !important;
  }
  .mt_sp_15 {
    margin-top: 15px !important;
  }
  .mt_sp_20 {
    margin-top: 20px !important;
  }
  .mt_sp_25 {
    margin-top: 25px !important;
  }
  .mt_sp_30 {
    margin-top: 30px !important;
  }
  .mt_sp_35 {
    margin-top: 35px !important;
  }
  .mt_sp_40 {
    margin-top: 40px !important;
  }
  .mt_sp_45 {
    margin-top: 45px !important;
  }
  .mt_sp_50 {
    margin-top: 50px !important;
  }
  .mt_sp_55 {
    margin-top: 55px !important;
  }
  .mt_sp_60 {
    margin-top: 60px !important;
  }
  .mt_sp_65 {
    margin-top: 65px !important;
  }
  .mt_sp_70 {
    margin-top: 70px !important;
  }
  .mt_sp_75 {
    margin-top: 75px !important;
  }
  .mt_sp_80 {
    margin-top: 80px !important;
  }
  .mt_sp_85 {
    margin-top: 85px !important;
  }
  .mt_sp_90 {
    margin-top: 90px !important;
  }
  .mt_sp_95 {
    margin-top: 95px !important;
  }
  .mt_sp_100 {
    margin-top: 100px !important;
  }
  .post_head_date {
    margin-top: 15px;
  }
  .post_thumb {
    margin: 20px 0;
  }
  .post_thumb_img {
    height: 207px;
  }
}
@media screen and (min-width: 768px) {
  .mt_pc_5 {
    margin-top: 5px !important;
  }
  .mt_pc_10 {
    margin-top: 10px !important;
  }
  .mt_pc_15 {
    margin-top: 15px !important;
  }
  .mt_pc_20 {
    margin-top: 20px !important;
  }
  .mt_pc_25 {
    margin-top: 25px !important;
  }
  .mt_pc_30 {
    margin-top: 30px !important;
  }
  .mt_pc_35 {
    margin-top: 35px !important;
  }
  .mt_pc_40 {
    margin-top: 40px !important;
  }
  .mt_pc_45 {
    margin-top: 45px !important;
  }
  .mt_pc_50 {
    margin-top: 50px !important;
  }
  .mt_pc_55 {
    margin-top: 55px !important;
  }
  .mt_pc_60 {
    margin-top: 60px !important;
  }
  .mt_pc_65 {
    margin-top: 65px !important;
  }
  .mt_pc_70 {
    margin-top: 70px !important;
  }
  .mt_pc_75 {
    margin-top: 75px !important;
  }
  .mt_pc_80 {
    margin-top: 80px !important;
  }
  .mt_pc_85 {
    margin-top: 85px !important;
  }
  .mt_pc_90 {
    margin-top: 90px !important;
  }
  .mt_pc_95 {
    margin-top: 95px !important;
  }
  .mt_pc_100 {
    margin-top: 100px !important;
  }
  .mt_pc_130 {
    margin-top: 130px !important;
  }
  .post_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .post_thumb {
    margin: 30px 0;
  }
  .post_thumb_img {
    height: 480px;
  }
}

/* 農業用ヒートポンプ記事 本文内テーブル調整 */
.detail .wp-block-table {
  margin: 20px 0 30px;
}

.detail .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}

.detail .wp-block-table th,
.detail .wp-block-table td {
  border: 1px solid #d9d9d9;
  padding: 12px 14px;
  vertical-align: top;
  text-align: left;
  line-height: 1.8;
  font-size: 15px !important;
  word-break: break-word;
  white-space: nowrap;
}

.detail .wp-block-table th {
  white-space: nowrap;
  font-weight: bold;
  background: #f7f7f7;
  text-align: center;
}

.detail .wp-block-table td p,
.detail .wp-block-table th p {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
}

.detail .wp-block-table td ul,
.detail .wp-block-table td ol {
  margin: 0 !important;
  padding-left: 1.2em !important;
}

.detail .wp-block-table td li {
  margin: 0 0 6px !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
}

.detail .table-center td:not(:first-child),
.detail .table-center th:not(:first-child) {
  text-align: center;
}