@media screen and (max-width: 740px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 741px) {
  .sp {
    display: none !important;
  }
}
#top_review {
  background-color: #fef2e7;
  padding: 40px 15px;
}

#top_blog {
  background-color: #fff;
  padding: 40px 15px;
}

.buttons {
  margin-top: 40px;
}
.buttons .btn {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  background: linear-gradient(to right, rgb(250, 221, 96) 0%, rgb(246, 191, 73) 100%);
  border-radius: 100px;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  max-width: 300px;
  margin: 0 auto;
}

.newsList2 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.newsList2 * {
  box-sizing: border-box;
}
.newsList2 .title_wrapper {
  margin-bottom: 20px;
}
.newsList2 .title_wrapper .title_area .en {
  font-family: "Montserrat", sans-serif;
  font-size: 86px;
  font-weight: 100;
  line-height: 1;
  letter-spacing: -0.008em;
  padding-bottom: 0.05em;
  color: #cccccc;
}
.newsList2 .title_wrapper .title_area h2 {
  margin-top: 4px;
  font-size: 24px;
  font-weight: 500;
}
.newsList2 .flex {
  display: flex;
  gap: 40px 2%;
}
.newsList2 .listSet2 {
  width: 33%;
  padding: 15px 15px 40px 15px;
  border-radius: 15px;
  border: 1px solid #999;
  position: relative;
  background-color: #fff;
}
.newsList2 .listSet2 figure {
  margin-bottom: 10px;
}
.newsList2 .listSet2 figure.main img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.newsList2 .listSet2 .meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.newsList2 .listSet2 .tags {
  line-height: 1;
}
.newsList2 .listSet2 .tags span {
  display: inline-block;
  padding: 0.6em 0.7em 0.6em 0.7em;
  background-color: #9ece49;
  color: #fff;
  margin-right: 0.5em;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px;
}
.newsList2 .listSet2 .tags.blue span {
  background-color: #4cb0c5;
}
.newsList2 .listSet2 .date {
  color: #999;
  font-size: 0.8em;
}
.newsList2 .listSet2 .title {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
}
.newsList2 .listSet2 .stars {
  margin-bottom: 10px;
}
.newsList2 .detail-more {
  text-align: right;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 15px;
}
.newsList2 .detail-more a {
  position: relative;
  padding-right: 3em;
}
.newsList2 .detail-more a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: linear-gradient(to right, rgb(250, 221, 96) 0%, rgb(246, 191, 73) 100%);
  transform: translateY(-50%);
}
.newsList2 .detail-more a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 0.9em;
  height: 0.9em;
  background: url(./images/blog/arrow.png);
  background-size: 0.9em;
  background-position: center;
  transform: translateY(-50%);
}
.newsList2 .panel-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  text-indent: -99999px;
}

@media screen and (max-width: 740px) {
  .newsList2 {
    margin-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .newsList2 .title_wrapper {
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .newsList2 .title_wrapper .title_area .en {
    font-size: 62px;
  }
  .newsList2 .title_wrapper .title_area h2 {
    font-size: 19px;
  }
  .newsList2 .flex {
    display: block;
  }
  .newsList2 .listSet2 {
    width: 100%;
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=style_top_blog.css.map */