@charset "UTF-8";
.p-singleBlog {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 575px) {
  .p-singleBlog {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-singleBlog__img {
  position: relative;
  aspect-ratio: 660/408;
}

.p-singleBlog__img img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.p-singleBlog__title {
  margin-top: 34px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 500;
  color: #333;
}

.p-singleBlog__info {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.p-singleBlog__category {
  background-color: #C4000A;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding: 5px 10px;
  font-family: "M PLUS 1", sans-serif;
}

.p-singleBlog__date {
  font-family: "M PLUS 1", sans-serif;
  line-height: 1;
  color: #333;
}

.p-singleBlog__content {
  margin-top: 38px;
}

.p-singleBlog__pagination {
  margin-top: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}

.p-singleBlog__post-list {
  font-size: 20px;
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .p-singleBlog__post-list {
    font-size: 16px;
  }
}

.p-singleBlog__post-prev {
  margin-right: 38px;
  background: url(../../img/common/arrow-prev.svg) no-repeat center center/15px auto;
  width: 35px;
  height: 31px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #111;
  color: #fff;
  display: block;
}

.p-singleBlog__post-next {
  margin-left: 38px;
  background: url(../../img/common/arrow-next.svg) no-repeat center center/15px auto;
  width: 35px;
  height: 31px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #111;
  color: #fff;
  display: block;
}

/*========================================
#カスタムブロック設定
 =======================================*/
.p-singleBlog__content p {
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 1.8571;
  margin-bottom: 14px;
  color: #333;
}

.p-singleBlog .c-strong {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8571;
  font-weight: bold;
  margin-bottom: -7px;
  color: #333;
}

.p-singleBlog__content .c-link {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #C4000A;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.p-singleBlog__content .c-link .p-singleBlog__content .c-link a {
  -webkit-text-decoration: solid;
          text-decoration: solid;
}

.p-singleBlog__content .c-link:hover {
  opacity: 0.7;
}

.p-singleBlog__content .c-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #333;
  padding: 28px 30px;
  margin-top: 22px;
  margin-bottom: 40px;
  row-gap: 3px;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #333;
}
@media screen and (max-width: 575px) {
  .p-singleBlog__content .c-list01 {
    padding: 28px 15px;
  }
}

.p-singleBlog__content .c-list01 li {
  line-height: 1.875;
}

.p-singleBlog__content h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 0.05em;
  line-height: 2;
  background-color: #333;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 17px;
}

.p-singleBlog__content h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 0.05em;
  line-height: 2;
  color: #231815;
  display: inline-block;
  margin-bottom: 17px;
  text-decoration: underline;
  text-underline-offset: 8px;
  margin-top: 28px;
  color: #333;
}

.p-singleBlog__content h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.2222;
  color: #231815;
  display: inline-block;
  padding-left: 25px;
  position: relative;
  margin-top: 27px;
  margin-bottom: 10px;
  color: #333;
}

.p-singleBlog__content h4:after {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background-color: #111;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-singleBlog__content h5 {
  font-weight: 700;
  line-height: 2.5;
  margin-top: 41px;
  margin-bottom: 10px;
  color: #333;
}

.p-singleBlog__content .c-quote {
  font-size: 15px;
  letter-spacing: 0.13em;
  line-height: 1.8666;
  border: 0.85px solid #333;
  border-radius: 11.5px;
  margin-top: 56px;
  padding: 16px 79px 9px;
  position: relative;
  color: #333;
}
@media screen and (max-width: 575px) {
  .p-singleBlog__content .c-quote {
    padding: 16px 42px 9px;
  }
}

.p-singleBlog__content .c-quote:before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../img/common/quote-icon-left.svg) no-repeat center center/contain;
  width: 18px;
  height: 16px;
  left: 18px;
  top: 20px;
}

.p-singleBlog__content .c-quote:after {
  content: "";
  position: absolute;
  display: block;
  background: url(../../img/common/quote-icon-right.svg) no-repeat center center/contain;
  width: 18px;
  height: 16px;
  right: 19px;
  bottom: 19px;
}
/*# sourceMappingURL=single-blog.css.map */
