/* 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-info
====================================================================== */
.info_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 5px 27px;
  border-top: 1px solid #dde6e1;
}
.info_list_item:last-child {
  border-bottom: 1px solid #dde6e1;
}

.info_list_date {
  font-family: "din-2014", sans-serif;
}

.info_list_cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1px 4px;
  border: 1px solid #0080be;
  border-radius: 2px;
  color: #0080be;
}
@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;
  }
  .info_list {
    margin: 0 auto;
    width: calc(100% - 30px);
  }
  .info_list_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .info_list_cat {
    margin-left: 10px;
    width: 88px;
  }
  .info_list_ttl {
    margin-top: 4px;
    width: 100%;
  }
}
@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;
  }
  .info_list_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .info_list_cat {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 15px;
    min-width: 100px;
    max-width: 150px;
  }
  .info_list_ttl {
    margin-left: 30px;
  }
}

/* ======================================
 農業用ヒートポンプ記事アーカイブ 追加 20260320
====================================== */
.agri_heatpump_archive_intro {
  margin: 0 0 40px;
}

.agri_heatpump_archive_lead {
  margin: 0;
  line-height: 2.1;
  font-size: 17px;
}

.agri_heatpump_archive_excerpt {
  margin-top: 8px;
  margin-bottom: 0;
  color: #666;
  line-height: 1.8;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.agri_heatpump_archive_thumb {
  margin-top: 18px;
}

.agri_heatpump_archive_thumb_link {
  display: block;
  width: fit-content;
  margin: 0 auto;   /* ←中央寄せ */
}

.agri_heatpump_archive_thumb img {
  display: block;
  max-width: 400px;  /* サイズ固定 */
  height: auto;
}

@media screen and (min-width: 768px) {
  .agri_heatpump_archive_columns {
    display: flex;
    flex-wrap: wrap;
  }

  .agri_heatpump_archive_columns > .agri_heatpump_archive_intro {
    width: 100%;
  }

  .agri_heatpump_archive_lead {
    font-size: 19px;
    line-height: 2.1;

  }

  .info_list_item {
    align-items: flex-start;
  }
}

.agri_heatpump_archive_intro {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .agri_heatpump_archive_intro {
    padding: 0 15px;
  }
}