@charset "utf-8";
.max320 {
  max-width: 320px;
}
.tbl_td:first-child {
  width: 1px;
  white-space: nowrap;
}.bgimage_u {
  background-image: url(../toppage/bgimage_umamie.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  padding-top: 18px;
  background-position: center center;
}
.ag_to_umamie_box {
  background-color: #646C76;
  border-radius: 12px;
  -webkit-box-shadow: 4px 4px 10px 2px rgba(0,0,0,0.30);
  box-shadow: 4px 4px 10px 2px rgba(0,0,0,0.30);
}
.topics_body {
  color: #323D4A;
  font-size: 1.6rem;
}
.topics_body a {
  color: #4F7EBB;
  font-weight: bold;
}
.topics_date {
  color: #323D4A;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
  white-space: nowrap;
  font-size: 1.6rem;
}




@media (min-width: 768px){
.custom_col_md {
        flex: 0 0 calc(100% - 134px); /* 固定幅を設定 (日付の幅を134pxとしている) */
        max-width: calc(100% - 134px);
      }
}



@media (max-width: 575px){
.bgimage_u {
  height: 120px;
  padding-top: 20px;
}

}
