.top .block-flex .left .title2.ja {
  font-size: 50px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 600;
}

.sub-text {
  padding: 70px 0 50px 0;
  text-align: center;
  line-height: 300%;
}
.sub-text .block {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}

section.blog {
  margin: 50px auto 150px auto;
}

.blog-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 3.3%;
  justify-content: center;
  width: 1200px;
  max-width: 95%;
  margin: 50px auto;
}
.blog-flex article {
  width: 30%;
}
.blog-flex article .time {
  color: #cf111b;
  margin-top: 5px;
}
.blog-flex article .title {
  margin-top: 5px;
  margin-bottom: 50px;
  font-weight: 600;
}

.anton {
  font-family: "anton";
  text-align: center;
  color: #5c5c5c;
  margin-bottom: 2px;
}

.anton.pickup {
  font-size: 30px;
}

h2 {
  text-align: center;
  color: #cf111b;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
}

.view-more {
  text-align: center;
}
.view-more a {
  display: inline-block;
  background: #cf111b;
  color: white;
  padding: 10px 30px;
  border-radius: 9999px;
}

.pick-flex {
  margin: 50px auto 100px auto;
  max-width: 90%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 200px;
}
.pick-flex .flex1 {
  width: 500px;
  max-width: 100%;
}
.pick-flex img {
  max-width: 100%;
}

@media (max-width: 1100px) {
  .top .block-flex .left .title2.ja {
    font-size: 35px;
  }
  .sub-text {
    text-align: left;
  }
}
@media (max-width: 700px) {
  .top .block-flex .left .title2.ja {
    font-size: 35px;
  }
  .sub-text {
    padding: 30px 0;
    text-align: left;
    padding-top: 50px;
  }
  .blog-flex {
    gap: 2%;
  }
  .blog-flex article {
    width: 48%;
  }
}/*# sourceMappingURL=blog.css.map */