.article-wrapper {
  padding: 114px 18px 48px;
}
.article-inner {
  padding: 36px 18px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 52px;
}
.article-info {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.article-info * {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}
.post-tags a {
  text-decoration: none !important;
}
.article-title {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 24px;
}
.article-top-img {
  margin-bottom: 32px;
}
.article-top-img img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
@media screen and (min-width: 1001px) {
  .article-wrapper {
    padding: 50px 65px 48px 80px;
  }
  .article-inner {
    padding: 64px 98px;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 32px;
  }
  .article-info * {
    font-size: 16px;
    line-height: 25px;
  }
  .article-title {
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 32px;
  }
  .article-top-img {
    margin-bottom: 64px;
  }
  .article-top-img img {
    border-radius: 36px;
  }
}

h2.wp-block-heading {
  background-color: #553917;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  padding: 5px 8px;
  margin-bottom: 16px;
}
h3.wp-block-heading {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
}
h4.wp-block-heading {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 16px;
}
.article-inner p {
  font-family: "Noto Sans JP", serif;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  margin-bottom: 32px;
}
.wp-block-buttons {
  margin-bottom: 48px;
}
.wp-block-quote {
  border-left: solid 2px #f2cb51;
  padding-left: 24px;
  margin-bottom: 48px;
}
.wp-block-columns {
  max-width: 650px;
  margin: 0 auto 48px;
  flex-wrap: wrap !important;
}
.wp-block-image {
  max-width: 650px;
  margin: 0 auto;
}
.wp-block-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.wp-element-caption {
  font-family: "Noto Sans JP", serif;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
  margin-top: 6px;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 16px;
}
.article-inner > .wp-block-image {
  margin-bottom: 48px;
}
.wp-block-list {
  font-family: "Noto Sans JP", serif;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  margin-bottom: 48px;
  padding-left: 18px;
}
.wp-block-list li:not(:last-of-type) {
  margin-bottom: 20px;
}
.wp-block-list li {
  position: relative;
}
.wp-block-list li::before {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #553917;
  border-radius: 4px;
  top: 9px;
  left: -17px;
}
.article-inner a {
  text-decoration: underline;
  transition: 0.3s;
}
.article-inner a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 768px) {
  .blog-card-heading {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1001px) {
  h2.wp-block-heading {
    font-size: 22px;
    line-height: 33px;
    padding: 5px 8px;
  }
  h3.wp-block-heading {
    font-size: 22px;
    line-height: 33px;
  }
  .wp-block-buttons {
    margin-bottom: 64px;
  }
  .article-inner > .wp-block-image {
    margin-bottom: 64px;
  }
  .wp-block-quote {
    margin-bottom: 64px;
  }
  .wp-element-caption {
    margin-top: 8px;
  }
  .wp-block-list {
    padding-left: 20px;
    margin-bottom: 64px;
  }
  .wp-block-list li:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
h5 {
  color: #f2cb51;
  border-bottom: dashed 2px #f2cb51;
  margin-bottom: 30px;
}
