@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:767px */
/* タブレット：min-width:768px */
/* PC：min-width:1025px */
/***************************************
-------------- RESULT --------------
***************************************/
.item_list .col-3 {
  background: #fffaeb;
  border-radius: 10px;
  padding-bottom: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.item_list .col-3 a img {
  border-radius: 10px 10px 0 0;
}
.item_list .col-3 .txt_wrap {
  border-radius: 0 0 10px 10px;
}
.item_list .col-3 .txt_wrap .date {
  padding: 0 4%;
}
.item_list .col-3 .txt_wrap .date i {
  margin-right: 5px;
}
.item_list .col-3 .txt_wrap .cat {
  margin: 0 0 10px;
}
.item_list .col-3 .txt_wrap .text {
  padding: 3% 3% 5%;
  overflow: auto;
  max-height: 110px;
}