#post #post-contents h1 {
  font-size: 2.6rem;
  letter-spacing: 0.052rem;
  padding: 4rem 0;
  border-top: solid #a0a0a0 0.1rem;
  border-bottom: solid #a0a0a0 0.1rem;
}
#post #post-contents h2 {
  padding: 1rem 3rem;
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: 0.04rem;
}
h2 {
  background: #f5f5f5;
}
#post #post-contents h3 {
  font-size: 2rem;
  letter-spacing: 0.032rem;
  line-height: 1.25;
  padding-bottom: 1rem;
  border-bottom: 0.3rem solid #187fc3;
}
#post #post-contents h4 {
  font-size: 1.6rem;
  letter-spacing: 0.032rem;
  line-height: 1.25;
  padding-left: 1rem;
  border-left: 0.3rem solid #187fc3;
}
#post #post-contents p,
#post #post-contents pre {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
#post #post-contents p.border {
  padding: 3rem;
  margin: 2rem 0;
  border: 0.1rem solid #d8d8d8;
}
#post #post-contents pre.CODE {
  padding: 3rem;
  margin: 2rem 0;
  border: 0.1rem solid #d8d8d8;
}
#post #post-contents p.has-background {
  padding: 1.25em 1.375em;
}
#post #post-contents img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}
#post #post-contents table th {
  border: 1px solid #d8d8d8;
  vertical-align: middle;
  padding: 1rem;
}
#post #post-contents table td {
  border: 1px solid #d8d8d8;
  vertical-align: middle;
  padding: 1rem;
}
/* #post #post-contents table * {
  border: 1px solid #d8d8d8;
}
#post #post-contents table * {
  border: 1px solid #d8d8d8;
} */

#post #post-body-contents {
  width: 102rem;
  margin: 0 auto;
}
#post #post-body-contents > * {
  font-size: 1.6rem;
  margin-top: 2rem;
  word-wrap: break-word;
}
#post #post-body-contents p {
  margin-top: 2rem;
}

#post {
  padding: 17rem 0 0;
  background: #f8f8f8;
}

/* パンくず */
#post .breadcrumb {
  width: 102rem;
  margin: 0 auto;
  margin-bottom: 2rem;
}
#post .breadcrumb__link {
  font-size: 1.2rem;
  letter-spacing: 0.024rem;
  color: #a0a0a0;
}
#post .breadcrumb__link:last-child {
  color: #262626;
}
#post .breadcrumb__arrow {
  position: relative;
  padding: 1rem;
}
#post .breadcrumb__arrow::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border: 0px;
  border-top: solid 0.2rem #a0a0a0;
  border-right: solid 0.2rem #a0a0a0;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 30%;
}

#post #post-contents {
  background: white;
  color: #262626;
  /* width: 102rem; */
  width: 120rem;
  padding: 6rem 0;
  margin: 0 auto;
}
#post #post-contents .title-section {
  width: 102rem;
  margin: 0 auto;
}
#post #post-contents .date {
  font-size: 1.4rem;
  margin-top: 0 !important;
  font-family: "Montserrat", sans-serif;
}

/* 関連記事 */
#post .related-articles {
  margin-top: 10rem;
  padding: 10rem 0;
  background: white;
}
#post .related-articles-container {
  width: 81rem;
  margin: 0 auto;
}
#post .related-articles__title {
  font-size: 2.2rem;
  letter-spacing: 0.132rem;
  color: #262626;
  margin-bottom: 2rem;
}
#post .related-articles-wrapper {
  display: flex;
  justify-content: space-between;
}
#post .ra-item {
  width: 21.4rem;
}
#post .ra-item__image {
  width: 100%;
  height: 15rem;
  object-fit: contain;
}
#post .ra-item__date {
  margin-top: 1rem;
  font-size: 1.2rem;
  color: #1f1b1c;
  font-family: "Montserrat", sans-serif;
}
#post .ra-item__title {
  margin-top: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.064rem;
  color: #262626;
}

@media (min-width: 769px) and (max-width: 900px) {
  html {
    font-size: 40%;
  }
}

@media (max-width: 768px) {
  #post #post-contents h1 {
    font-size: 1.8rem;
    letter-spacing: 0.036rem;
    padding: 3rem 0;
  }
  #post #post-contents h2 {
    padding: 1rem 1rem;
    /* font-size: 1.6rem; */
    line-height: 1.5;
    letter-spacing: 0.032rem;
    margin-top: 4rem;
  }
  #post #post-contents h3 {
    margin-top: 3rem;
  }
  #post #post-contents p,
  #post #post-contents pre {
    margin-top: 0;
  }
  #post #post-contents p.border {
    padding: 2rem;
    margin: 2rem 0;
  }
  #post #post-contents pre.CODE {
    margin: 2rem 0;
    padding: 2rem;
  }
  #post #post-contents p.bg--blue {
    padding: 1rem 2rem;
    background: #e0f0fa;
  }
  #post #post-contents img {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 3rem;
    display: block;
    height: auto;
  }

  #post {
    padding-top: 10rem;
  }

  /* パンくず */
  #post .breadcrumb {
    width: 84%;
  }
  #post .breadcrumb__link {
    line-height: 1.8;
  }
  #post .breadcrumb__link:last-child {
  }
  #post .breadcrumb__arrow {
  }
  #post .breadcrumb__arrow::before {
    width: 0.5rem;
    height: 0.5rem;
  }

  /* ブログコンテンツ */
  #post #post-contents {
    background: white;
    color: #262626;
    width: 100%;
    padding: 4.5rem 8%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #post #post-contents .title-section {
    width: 100%;
    margin: 0 auto;
  }
  #post .date {
    font-size: 1.4rem;
    margin-top: 0 !important;
  }

  #post #post-body-contents {
    width: 100%;
    margin: 0 auto;
  }

  /* 関連記事 */
  #post .related-articles {
    margin-top: 0;
    padding: 7rem 0;
    background: white;
  }
  #post .related-articles-container {
    width: 84%;
    margin: 0 auto;
  }
  #post .related-articles__title {
    font-size: 2.2rem;
    letter-spacing: 0.132rem;
    color: #262626;
    margin-bottom: 2rem;
  }
  #post .related-articles-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  #post .ra-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 3rem;
  }
  #post .ra-item__image {
    width: 15.8rem;
    height: 11.1rem;
    padding-right: 2.3rem;
    object-fit: cover;
  }
  #post .ra-item__date {
    margin-top: 0;
  }
  #post .ra-item__title {
    margin-top: 1rem;
  }
}

/* news 調整 */
#newsdetail #post {
  padding: 0;
}

/* y-standard調整css */
.container__innerMiddle {
  width: 100%;
}
.pageMod {
  width: 102rem;
  margin: 0 auto;
}
.pageMod__caption--type1 {
  background: #187fc3;
  color: white;
}
@media (max-width: 768px) {
  #post #post-contents pre.CODE {
    white-space: pre-wrap;
  }
  .pageMod {
    width: 100%;
  }
}

pre.hljs {
  font-size: 13px;
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #fffcfc;
  background: #525151;
}

/* agenda調整css */
.agendul .agendali {
  list-style-type: none;
  line-height: 1.5;
}
.agendali a {
  text-decoration: none;
  color: #000;
}
