.section01 {
  width: 100%;
  margin-top: 130px;
}
.section01 h2 {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
  border-left: 6px solid #2a3853;
  color: #333;
  min-height: auto;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #f1f1f1 2px, #f1f1f1 10px);
}
.section01 .cat-list {
  gap: 20px;
  margin-bottom: 30px;
}
.section01 .cat-list .cat-item a {
  border: 1px solid #f1f1f1;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 7px;
  display: block;
  color: #333;
  font-size: 12px;
}
.section01 .list {
  gap: 20px 20px;
}
.section01 .list > * {
  width: calc((100% - 20px * (4 - 1)) / 4);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.section01 .list .item a .image {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}
.section01 .list .item a .image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.section01 .list .item a .info .title {
  font-weight: 700;
  color: #333;
}
.section01 .list .item a .info .subtitle {
  color: #333;
  font-size: 14px;
}