/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&family=Noto+Serif+JP:wght@200..900&display=swap");
.is-style-post__link--dark {
  display: block;
  width: 100%;
}
.is-style-post__link--dark .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;
  margin: 15px auto;
  background: #003f73;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
}
.is-style-post__link--dark .wp-block-button__link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 14px;
  height: 10px;
  margin: auto 0;
  background: url(../images/arrow_btn_white.svg) no-repeat center center/contain;
}
.is-style-post__link--dark .wp-block-button__link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .is-style-post__link--dark .wp-block-button__link {
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    height: 50px;
    font-size: 14px;
  }
  .is-style-post__link--dark .wp-block-button__link::after {
    right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .is-style-post__link--dark .wp-block-button__link {
    max-width: 330px;
    height: 60px;
    padding-left: 20px;
    font-size: 16px;
  }
  .is-style-post__link--dark .wp-block-button__link::after {
    right: 20px;
  }
}

.is-style-post__link--light {
  display: block;
  width: 100%;
}
.is-style-post__link--light .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;
  border: 1px solid #003f73;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0;
  margin: 15px auto;
  color: #003f73;
  font-weight: 700;
}
.is-style-post__link--light .wp-block-button__link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 14px;
  height: 10px;
  margin: auto 0;
  background: url(../images/arrow_btn_blue.svg) no-repeat center center/contain;
}
.is-style-post__link--light .wp-block-button__link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .is-style-post__link--light .wp-block-button__link {
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    height: 50px;
    font-size: 14px;
  }
  .is-style-post__link--light .wp-block-button__link::after {
    right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .is-style-post__link--light .wp-block-button__link {
    max-width: 330px;
    height: 60px;
    padding-left: 20px;
    font-size: 16px;
  }
  .is-style-post__link--light .wp-block-button__link::after {
    right: 20px;
  }
}

.is-style-post__link--gold {
  display: block;
  width: 100%;
}
.is-style-post__link--gold .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;
  background: #a08d1c;
  border-radius: 0;
  margin: 15px auto;
  color: #fff;
  font-weight: 700;
}
.is-style-post__link--gold .wp-block-button__link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 14px;
  height: 10px;
  margin: auto 0;
  background: url(../images/arrow_btn_white.svg) no-repeat center center/contain;
}
.is-style-post__link--gold .wp-block-button__link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .is-style-post__link--gold .wp-block-button__link {
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    height: 50px;
    font-size: 14px;
  }
  .is-style-post__link--gold .wp-block-button__link::after {
    right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .is-style-post__link--gold .wp-block-button__link {
    max-width: 330px;
    height: 60px;
    padding-left: 20px;
    font-size: 16px;
  }
  .is-style-post__link--gold .wp-block-button__link::after {
    right: 20px;
  }
}