hr.lace { height: 35px; }
p { text-align: center; }
h3 { margin-bottom: 30px; }
#maincontents .attention h2 { text-align:center; }
#entry ul.items {
  float: none;
  display: flex;
  flex-wrap: wrap;
}
#entry ul.items li {
  width: 23.2%;
  float: none;
  vertical-align: top;
  margin-right: 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
  height: auto;
}
#entry ul.items li:nth-child(4n) { margin-right: 0;}
#entry ul.items li .thumb { margin-bottom: 5px;}
#entry ul.items li .thumb img { max-width: 100%; width: 100%; height: 160px; object-fit:cover;}
#entry ul.items li .text { width: 100%;}
#entry ul.items li .text a { font-size: 14px;font-weight: bold; line-height: 1.4;}