@charset "UTF-8";
@media screen and (min-width: 501px) {
  .single-blog {
    padding: 0 0 200px;
  }
}
@media screen and (max-width: 500px) {
  .single-blog {
    padding: 0 0 100px;
  }
}

.single-blog__inner {
  max-width: 1010px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.single-blog__box {
  margin: 80px auto 0;
}

.single-blog__date {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 501px) {
  .single-blog__date {
    font-size: 18px;
  }
}
.single-blog__title {
  line-height: 1.75;
  color: #8E2247;
  margin: 15px 0;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 501px) {
  .single-blog__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .single-blog__title {
    font-size: 20px;
  }
}

.single-blog__tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-blog__tagItem {
  margin-right: 20px;
}

.single-blog__tagLink {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  position: relative;
  line-height: 1;
}
@media screen and (min-width: 501px) {
  .single-blog__tagLink {
    font-size: 16px;
  }
}
.single-blog__tagLink:before {
  content: "";
  background: url("../img/common/icon-tag.svg") no-repeat center/contain;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.single-blog__tagLink:hover {
  color: #8E2247;
}

.single-blog__thumbWrap {
  border-radius: 10px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
}
.single-blog__thumbWrap > img {
  width: 100%;
  height: 100%;
}

.single-blog__edit {
  margin: 70px auto 0;
}
.single-blog__edit a {
  color: #8E2247;
  text-decoration: underline;
}
.single-blog__edit p {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 16px;
}
.single-blog__edit img {
  width: inherit;
  height: inherit;
  overflow: hidden;
}
@media screen and (min-width: 501px) {
  .single-blog__edit ul, .single-blog__edit ol {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .single-blog__edit ul, .single-blog__edit ol {
    margin-bottom: 20px;
  }
}
.single-blog__edit ul li:before {
  content: "・";
}
.single-blog__edit li {
  margin-bottom: 3px;
  line-height: 2;
}
.single-blog__edit h2 {
  position: relative;
  background-color: #F6E6EB;
  padding: 10px 25px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 501px) {
  .single-blog__edit h2 {
    margin-top: 70px;
    margin-bottom: 20px;
    font-size: 21px;
  }
}
@media screen and (max-width: 500px) {
  .single-blog__edit h2 {
    margin-top: 60px;
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.single-blog__edit h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #8E2247;
  width: 10px;
  height: 100%;
}
.single-blog__edit h3 {
  position: relative;
  padding: 5px 12px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 501px) {
  .single-blog__edit h3 {
    padding-bottom: 5px;
    margin-bottom: 25px;
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .single-blog__edit h3 {
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.single-blog__edit h3:before, .single-blog__edit h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
}
.single-blog__edit h3:before {
  background-color: #FBF3F5;
  width: 100%;
}
.single-blog__edit h3:after {
  background-color: #8E2247;
  width: 120px;
  z-index: 1;
}
.single-blog__edit h4 {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  padding: 5px 0;
  padding-left: 16px;
}
@media screen and (min-width: 501px) {
  .single-blog__edit h4 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .single-blog__edit h4 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.single-blog__edit h4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #8E2247;
  width: 4px;
  height: 100%;
}
@media screen and (min-width: 501px) {
  .single-blog__edit h4 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .single-blog__edit h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.single-blog__edit h5 {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  border-bottom: 2px solid #8E2247;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (min-width: 501px) {
  .single-blog__edit h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .single-blog__edit h5 {
    font-size: 14px;
  }
}
.single-blog__edit h6 {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 6px;
}
@media screen and (min-width: 501px) {
  .single-blog__edit h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .single-blog__edit h6 {
    font-size: 14px;
  }
}
.single-blog__edit iframe[src*="youtube.com"],
.single-blog__edit iframe[src*="youtube-nocookie.com"] {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.single-blog__edit figure {
  margin: 20px auto;
}
.single-blog__edit figcaption {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.single-blog__edit .wp-block-list > li {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.single-blog__edit .wp-block-list > li:before {
  color: #8E2247;
}
.single-blog__edit .wp-block-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-blog__edit .wp-block-group figure.wp-block-image {
  width: calc(100% - 20px);
}
.single-blog__edit .wp-block-group figure {
  margin: 20px 10px;
}
@media screen and (min-width: 501px) {
  .single-blog__edit .wp-block-group .wp-block-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 500px) {
  .single-blog__edit .wp-block-group .wp-block-columns {
    display: block;
  }
}
@media screen and (min-width: 501px) {
  .single-blog__edit .wp-block-group .wp-block-columns .is-layout-flow:nth-child(n+2) {
    margin-left: 70px;
  }
}
@media screen and (max-width: 500px) {
  .single-blog__edit .wp-block-group .wp-block-columns .is-layout-flow:nth-child(n+2) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 501px) {
  .single-blog__edit .wp-block-group .wp-block-columns .wp-block-column {
    width: calc((100% - 70px) / 2);
  }
}

.single-blog__moveGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 501px) {
  .single-blog__moveGroup {
    margin-top: 100px;
  }
}
@media screen and (max-width: 500px) {
  .single-blog__moveGroup {
    max-width: 560px;
    margin: 50px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 501px) {
  .single-blog__moveWrap {
    width: 48%;
  }
}
@media screen and (max-width: 500px) {
  .single-blog__moveWrap {
    width: 100%;
    margin: 10px;
  }
}

.single-blog__move {
  display: block;
  text-align: center;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #B1B1B1;
}
@media screen and (min-width: 501px) {
  .single-blog__move {
    padding: 20px 10px;
    font-size: 18px;
  }
  .single-blog__move:hover {
    color: #fff;
    background-color: #8E2247;
  }
}
@media screen and (max-width: 500px) {
  .single-blog__move {
    padding: 10px;
  }
  .single-blog__move:nth-child(n+2) {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 501px) {
  .single-blog__btn {
    max-width: 270px;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 500px) {
  .single-blog__btn {
    margin: 40px auto 0;
  }
}