.article-layout {
  margin-top: var(--header-height);
  padding-top: var(--x-pad);
  padding-bottom: var(--x-pad);
}

.article-box {
  padding: var(--x-pad);
  background-color: #fff;
  color: #494747;
}

@media screen and (min-width: 560px) {
  .article-layout {
    padding-left: var(--x-pad);
    padding-right: var(--x-pad);
  }
}
@media screen and (min-width: 768px) {
  .article-layout {
    padding-top: 1.15rem;
  }
}
@media screen and (min-width: 1024px) {
  .article-layout {
    padding-top: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .article-layout {
    padding-top: 2.25rem;
  }
}
@media screen and (min-width: 1560px) {
  .article-layout {
    padding-top: 1.25rem;
  }
  .section-layout-main .article,
  .section-layout-copyright .copyright-contaier {
    max-width: 900px;
  }
}
.post-layout {
  display: grid;
  width: 100%;
}

.post-layout-main {
  grid-area: main;
}

.post-layout-breadcrumbs {
  grid-area: breadcrumbs;
}

.post-layout-sharing {
  grid-area: sharing;
}

@media screen and (max-width: 767px) {
  .post-layout {
    grid-template-columns: 100%;
    grid-template-areas: "breadcrumbs" "main" "sharing";
    gap: var(--x-pad);
  }
}
@media screen and (min-width: 768px) {
  .post-layout {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "breadcrumbs sharing" "main main";
    gap: var(--x-pad);
  }
}
.post-layout-breadcrumbs {
  min-width: 0;
  align-self: center;
}

.post-layout-sharing .post-sharing-list {
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .post-layout-sharing .post-sharing {
    border-top: 1px solid var(--color-bb-black);
    padding-top: var(--x-pad);
  }
  .post-layout-breadcrumbs {
    border-bottom: 1px solid var(--color-bb-black);
    padding-bottom: var(--x-pad);
  }
}
@media screen and (min-width: 560px) and (max-width: 767px) {
  .post-layout-sharing .post-sharing {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .post-layout-sharing .post-sharing {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
  }
  .post-layout-sharing .post-sharing-title {
    margin-bottom: 0;
    margin-right: 16px;
  }
  .post-layout-sharing .post-sharing-list {
    width: auto;
  }
  .post-layout-main {
    border-top: 1px solid black;
    padding-top: var(--x-pad);
  }
}
.post-layout-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
}

.post-layout-views {
  font-size: 14px;
  color: #A4A4A4;
  text-align: center;
}

.post-layout-title + .post-layout-views,
.post-layout-views + .post-layout-title {
  margin-top: 1rem;
}

.post-layout-desc {
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}

@media screen and (min-width: 560px) {
  .post-layout-title {
    font-size: 18px;
    max-width: 80%;
    line-height: 1.4;
  }
  .post-layout-content {
    max-width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .post-layout-title {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .post-layout-title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1560px) {
  .post-layout-title {
    font-size: 58px;
  }
  .post-layout-views {
    font-size: 20px;
  }
}
.post-layout-content {
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  margin-top: calc(2 * var(--x-pad));
}

.post-layout-content > *:not(:first-child) {
  margin-top: 1.78em;
}

.post-layout-content blockquote {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 3rem;
  font-weight: 600;
}

.post-layout-content blockquote::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/assets/icon-blockquote-991d07cd45e5ef90949cb77bc08338225b17d450447f0e407df362b8e95ff918.svg) 0 0/contain no-repeat;
}

.post-layout-content ul,
.post-layout-content ol {
  padding-left: 2em;
}

.post-layout-content li {
  display: list-item;
}

.post-layout-content li:not(:first-child) {
  margin-top: 1em;
}

.post-layout-content ul li {
  list-style-type: disc;
}

.post-layout-content ol li {
  list-style-type: decimal;
}

.post-layout-content a {
  text-decoration: underline;
}

.post-layout-content a:hover {
  text-decoration: none;
}

.post-layout-content img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) and (max-width: 1559px) {
  .post-body-content {
    font-size: 18px;
  }
}
@media screen and (min-width: 1560px) {
  .post-body-content {
    font-size: 21px;
  }
  .post-layout-content {
    margin-top: 4rem;
  }
}
.quote-block, .quote-block-light, .quote-block-dark {
  display: block;
  width: 100%;
  min-height: var(--icon-size, 40px);
  position: relative;
  padding-left: var(--left-pad, 3rem);
  font-size: 1.16em;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
  background-position: 0 0;
  background-size: var(--icon-size);
  background-repeat: no-repeat;
}

@media screen and (max-width: 559px) {
  .quote-block, .quote-block-light, .quote-block-dark {
    --icon-size: 36px;
  }
}
@media screen and (min-width: 560px) and (max-width: 1559px) {
  .quote-block, .quote-block-light, .quote-block-dark {
    --left-pad: 4.5rem;
  }
}
@media screen and (min-width: 1560px) {
  .quote-block, .quote-block-light, .quote-block-dark {
    --left-pad: 5rem;
  }
}
.quote-block-dark {
  background-image: url(/assets/icon-blockquote-white-b7550725cbd4d7354afba3b57d0d8f6b139bd2f1487c6090e18d730c0e4e84f1.svg);
}

.quote-block-light {
  background-image: url(/assets/icon-blockquote-991d07cd45e5ef90949cb77bc08338225b17d450447f0e407df362b8e95ff918.svg);
}

.text-box-head {
  font-weight: 600;
  line-height: 1.3;
}

.text-box-info {
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 2em;
  color: #989898;
}

@media screen and (max-width: 559px) {
  .text-box-head {
    font-size: 24px;
  }
}
@media screen and (min-width: 560px) and (max-width: 1023px) {
  .text-box-head {
    font-size: 26px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .text-box-head {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1559px) {
  .text-box-head {
    font-size: 40px;
  }
}
@media screen and (min-width: 1560px) {
  .text-box-head {
    font-size: 58px;
  }
}
@media screen and (min-width: 1280px) {
  .text-box-centered {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.text-box-content {
  line-height: 1.6;
}

.text-box-content > *:not(:first-child) {
  /* margin-top: 1.78em; last comments */
  margin-top: 1.5em;
}

.text-box-content blockquote {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 3rem;
  font-weight: 600;
}

.text-box-content blockquote::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/assets/icon-blockquote-991d07cd45e5ef90949cb77bc08338225b17d450447f0e407df362b8e95ff918.svg) 0 0/contain no-repeat;
}

.text-box-content ul,
.text-box-content ol {
  padding-left: 2em;
}

.text-box-content li {
  display: list-item;
}

.text-box-content li:not(:first-child) {
  margin-top: 1em;
}

.text-box-content ul li {
  list-style-type: disc;
}

.text-box-content ol li {
  list-style-type: decimal;
}

.text-box-content a {
  text-decoration: underline;
}

.text-box-content a:hover {
  text-decoration: none;
}

.text-box-content img {
  display: block;
  width: 100%;
  height: auto;
}
