@charset "UTF-8";
/*! --------------------------------------------------------------------
------------------------------------------------------------------------
記事
------------------------------------------------------------------------
--------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .body-columns-single .glb-main {
    padding: 4vw 0;
  }
}

@media screen and (max-width: 767px) {
  .single-post .cmn-inner-m {
    padding: 0;
  }
}

.single-post-header {
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .single-post-header {
    padding-bottom: 20px;
  }
}

.single-post__date {
  padding-bottom: 15px;
  font-weight: 700;
}

.single-post__ttl {
  padding-bottom: 20px;
  color: #3b3b3b;
  font-weight: 700;
  line-height: 1.5;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .single-post__ttl {
    padding-bottom: 20px;
    line-height: 1.4;
    font-size: 2.4rem;
  }
}

.single-post .sub-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-post__category {
  width: calc(100% - 110px);
}

.single-post .post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px -5px 0;
}
.single-post .post-categories li {
  padding: 5px;
}

.single-post__category a {
  display: inline-block;
  padding: 8px 12px 10px;
  border-radius: 5px;
  color: #fff;
  background-color: #000;
  font-weight: 700;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .single-post__category a {
    padding: 12px 15px;
  }
}

.single-post .entry__wrap {
  margin-bottom: 60px;
  border-bottom: 4px solid #f1f1f1;
}

.single-post .entry {
  padding-bottom: 30px;
  color: #3b3b3b;
}
.single-post .entry h2 {
  color: #fff;
  margin: 32px 0;
  padding: 14px 16px 18px;
  background-color: #3b3b3b;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .single-post .entry h2 {
    margin: 28px 0;
    padding: 12px 12px;
    font-size: 2.3rem;
  }
}
.single-post .entry h3 {
  margin: 24px 0;
  padding: 15px 0;
  border-bottom: 5px solid #3b3b3b;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .single-post .entry h3 {
    margin-bottom: 25px;
    padding: 12px 12px 12px 0;
    font-size: 2.1rem;
  }
}
.single-post .entry h4 {
  margin: 16px 0;
  padding: 5px 15px;
  border-left: 5px solid #3b3b3b;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .single-post .entry h4 {
    margin-bottom: 20px;
    padding: 4px 12px;
    border-left: 4px solid #3b3b3b;
    font-size: 1.9rem;
  }
}
.single-post .entry h5 {
  margin: 8px 0;
  font-weight: 700;
  line-height: 1.5;
  border-left: 3px solid #3b3b3b;
  padding-left: 6px;
  margin-bottom: 12px;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .single-post .entry h5 {
    font-size: 1.7rem;
    margin-bottom: 8px;
  }
}
.single-post .entry .wp-block-image {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .single-post .entry .wp-block-image {
    margin-bottom: 20px;
  }
}
.single-post .entry .wp-block-image img {
  width: 100%;
}
.single-post .entry .wp-block-image figcaption a {
  color: #6b5fff;
  text-decoration: underline;
}
.single-post .entry p {
  padding-bottom: 24px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .single-post .entry p {
    padding-bottom: 20px;
  }
}
.single-post .entry p a {
  color: #6b5fff;
  text-decoration: underline;
}

.single-post .entry ul {
  line-height: 1.5;
  list-style-type: disc;
  margin-left: 25px;
  padding-bottom: 24px;
}
.single-post .entry ul li {
  display: list-item;
}
.single-post .entry ul li + li {
  padding-top: 8px;
}
.single-post .entry ol {
  line-height: 1.5;
  list-style-type: decimal;
  margin-left: 25px;
  padding-bottom: 24px;
}
.single-post .entry ol li {
  display: list-item;
}
.single-post .entry ol li + li {
  padding-top: 8px;
}

.single-post .entry .wp-block-flexible-table-block-table {
  margin-bottom: 24px;
}
.single-post .entry .wp-block-flexible-table-block-table figcaption {
  margin-top: 8px;
}

.single-post .wp-block-quote {
  position: relative;
  border-left: 3px solid #3b3b3b;
  padding-left: 10px;
  margin-bottom: 24px;
}

.single-post .wp-block-quote:before {
  position: absolute;
  content: "“";
  font-weight: 700;
  font-size: 2.8rem;
  color: #3b3b3b;
}
@media screen and (max-width: 767px) {
  .single-post .wp-block-quote:before {
    font-size: 2.4rem;
  }
}

.single-post .wp-block-quote p {
  position: relative;
  padding-left: 30px;
}

.single-post .wp-block-quote cite {
  display: block;
  font-size: 1.1rem;
  color: #767676;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .single-post .wp-block-quote cite {
    font-size: 1rem;
  }
}

.single-post .wp-block-pullquote {
  position: relative;
  border-top: 3px solid #3b3b3b;
  border-bottom: 3px solid #3b3b3b;
  padding: 12px 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .single-post .wp-block-pullquote {
    padding: 8px 0;
  }
}

.single-post .wp-block-pullquote p {
  position: relative;
  font-size: 2rem;
  padding: 0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .single-post .wp-block-pullquote p {
    font-size: 1.6rem;
  }
}

.single-post .wp-block-pullquote p:before {
  content: "“";
  text-align: left;
  display: block;
  font-size: 2.8rem;
  color: #3b3b3b;
}
@media screen and (max-width: 767px) {
  .single-post .wp-block-pullquote p:before {
    font-size: 2.4rem;
  }
}

.single-post .wp-block-pullquote p:after {
  content: "”";
  text-align: right;
  font-size: 2.8rem;
  color: #3b3b3b;
  display: block;
}
@media screen and (max-width: 767px) {
  .single-post .wp-block-pullquote p:after {
    font-size: 2.4rem;
  }
}

.single-post .wp-block-pullquote cite {
  display: block;
  font-size: 1.1rem;
  color: #767676;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .single-post .wp-block-pullquote cite {
    font-size: 1rem;
  }
}

.single-post .cmn-btn01 {
  margin: 32px;
}
@media screen and (max-width: 767px) {
  .single-post .cmn-btn01 {
    margin: 24px;
  }
}/*# sourceMappingURL=columns-single.min.css.map */