.main_visual {
  background-image: url("https://images.unsplash.com/photo-1586880234202-32a56790c681?q=80&w=1740&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
}

.blog {
  margin-top: 60px;
}

.blog_list {
  width: 1024px;
  max-width: 100%;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.blog_list__item {
  width: 31%;
  margin-top: 40px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.blog_list__link {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  line-height: 1.5;
  text-decoration: none;
}
.blog_list__thumb {
  width: 100%;
  aspect-ratio: 360/270;
  object-fit: cover;
}
.blog_list__thumb--iframe {
  pointer-events: none;
}

.blog_list_content {
  width: 100%;
  padding: 10px;
}
.blog_list_content__date {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.blog_list_content__title {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.page-numbers {
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.page-numbers li {
  margin: 0.25em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-numbers li a {
  color: #ff8771;
  padding: 0.5em;
  border: 1px solid #ff8771;
  border-radius: 4px;
  text-decoration: none;
}
.page-numbers li .current {
  padding: 0.5em;
  background-color: #ff8771;
  color: #fff;
  border-radius: 4px;
}

.section_title_wrap {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.blog_detail {
  width: 1024px;
  max-width: 100%;
  margin: 60px auto;
  font-size: 1.6rem;
  line-height: 1.5;
}
.blog_detail p {
  margin-top: 1em;
}
.blog_detail ul,
.blog_detail ol {
  margin-top: 1em;
}
.blog_detail ul li,
.blog_detail ol li {
  margin-top: 0.5em;
}
.blog_detail h2,
.blog_detail h3,
.blog_detail h4 {
  display: block;
  margin-top: 1em;
  color: #ff8771;
}
.blog_detail h2 {
  font-size: 2.4rem;
  font-weight: 800;
}
.blog_detail h3 {
  font-size: 2rem;
  font-weight: 700;
}
.blog_detail h4 {
  font-size: 1.8rem;
  font-weight: 600;
}
.blog_detail img,
.blog_detail video,
.blog_detail iframe {
  margin: 20px 0;
  max-width: 100%;
}

.movie_iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.wpulike {
  margin-top: 1.5em !important;
}

.blog_detail_link {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.blog_detail_link a {
  color: #ff8771;
  border: 1px solid #ff8771;
  padding: 0.5em 1em;
  margin: 0.5em 0.8em;
  border-radius: 4px;
  text-decoration: none;
  transition-duration: 0.3s;
}
.blog_detail_link a:hover {
  background-color: #ff8771;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .blog {
    padding: 0 4%;
  }
}
@media screen and (max-width: 960px) {
  .blog_list__item {
    width: 48%;
    margin-top: 30px;
  }
}

/*# sourceMappingURL=blog.css.map */
