/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&family=Roboto+Condensed:wght@500&family=Zen+Maru+Gothic:wght@500;700&display=swap");
.is-style-post__link--orange {
  display: block;
  width: 100%;
}
.is-style-post__link--orange .wp-block-button__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 530px;
  height: 58px;
  background: #f08c00;
  border-radius: 58px;
  padding-left: 15px;
  margin: 15px auto;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media print, screen and (min-width: 768px) {
  .is-style-post__link--orange .wp-block-button__link {
    padding-left: 25px;
  }
}
.is-style-post__link--orange .wp-block-button__link::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
  width: 19px;
  height: 10px;
  background: url(../images/arrow_white.svg) no-repeat center center/contain;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.is-style-post__link--orange .wp-block-button__link:hover::after {
  right: 10px;
}

.is-style-post__link--white {
  display: block;
  width: 100%;
}
.is-style-post__link--white .wp-block-button__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 530px;
  height: 58px;
  background: #fff;
  border-radius: 58px;
  padding-left: 15px;
  margin: 15px auto;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #1e1918;
}
@media print, screen and (min-width: 768px) {
  .is-style-post__link--white .wp-block-button__link {
    padding-left: 25px;
  }
}
.is-style-post__link--white .wp-block-button__link::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
  width: 19px;
  height: 10px;
  background: url(../images/arrow_orange.svg) no-repeat center center/contain;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.is-style-post__link--white .wp-block-button__link:hover::after {
  right: 10px;
}