@charset "UTF-8";
/* add for original css */

.l-wrapper:before {
  background-image: url(../images/common/bg.webp);
}
.p-post-content__detail > :where(*+figure) > img, .p-post-content__detail > :where(*+img) {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  max-width: 100%
}
.p-post-content__detail figcaption:not(:empty), .p-post-content__visual figcaption:not(:empty) {
  font-size: 1.4rem;
  margin-top: 1.2rem;
  color: #777
}
.p-advertisement::after {
  content: "Advertisement";
  color: #6d96b4;
  font-size: 1.2rem
}
.c-graphs-card__img {
  max-height: 520px;
  width: inherit;
  max-width: 100%;
}
.c-graphs-card__pic {
  text-align: center;
}

@media (min-width: 768px) {
  .p-post-content__detail > :where(*+figure) > img, .p-post-content__detail > :where(*+img) {
    max-height: 60rem
  }
}
@media (max-width: 767.98px) {
  .p-post-content__detail > :where(*+figure) > img, .p-post-content__detail > :where(*+img) {
    max-height: 48rem
  }
  .p-post-content__detail figcaption:not(:empty), .p-post-content__visual figcaption:not(:empty) {
    font-size: 1.3rem
  }
  .c-graphs-card__img {
    max-height: 280px;
  }
}
@media print {
  html{
    font-size: 10px;
    --logo-position: auto !important;
  }
  html, body {
    height: auto!important;
    padding: 0!important;
    margin: 0!important;
    overflow: visible !important;
  }
  * {
    box-sizing: border-box;
  }
  svg use {
    display: inline !important;
  }
  svg {
    overflow: visible !important;
    transform: none !important;
  }
  .l-wrapper__header{
    position: absolute;
  }
  .l-wrapper__contents {
    margin-top: 0;
  }
  .p-page-single__main{
    width: 100%;
  }
  .l-contents{
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .l-contents__main {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }
  .l-contents__side~.l-contents__main {
    margin-right: auto;
    margin-left: auto;
  }
  .p-header__logo {
    left: 0;
  }
  .p-side,
  .p-footer__body,
  .p-footer__related,
  .p-footer__other,
  .p-breadcrumb,
  .p-page-single__side,
  .p-post-content__related,
  .p-post-content__sns-lists,
  .p-article-trend-lists,
  .p-advertisement,
  .p-post-content__sns,
  .p-post-content__contact,
  .c-contact-box__title-icon,
  .p-post-content__ad,
  .p-post-content__head,
  .is-loaded .p-modal,
  .p-modal,
  .p-nav-page__container,
  .p-header__menu,
  .c-bg-logo {
    display: none!important;
    height: 0!important;
    padding: 0!important;
    margin: 0!important;
  }
  .p-page-single__article {
    margin-top: 3rem;
  }
  .p-post-content__status {
    margin-top: 2rem;
  }
  .p-post-content__toc{
    margin-top: 2rem;
  }
  .p-post-content__toc-lists {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 2rem;
    margin: 1rem 0 2rem;
  }
  .p-post-content__detail,
  .p-post-content__visual {
    margin-top: 0;
  }
  .p-post-content__status {
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 2rem;
  }
  .p-post-content__detail{
    display: block;
  }
  .p-post-content__detail figure {
    text-align: center;
  }
  .p-post-content__detail figure img{
    max-height: 40rem;
    object-position: center;
    margin: 0 auto;
  }
  .p-post-content__detail figure figcaption {
    margin-bottom: 3.2rem;
    text-align: center;
  }
  .p-post-content__detail p {
    margin: 0 0 1.25rem;
  }
  .p-post-content__detail h2 {
    margin-bottom: 2.5rem;
    padding-bottom: 1.25rem;
  }
  .p-footer {
    padding-bottom: 0;
    padding: 2.5rem 0;
  }
  .p-footer__head {
    display: block;
  }
  .c-contact-box {
    justify-content: center;
  }
  .p-footer__contact {
    margin-top: 2rem;
  }
  .p-footer__foot {
    margin-top: 0;
    padding: 2.5rem 0;
  }
  .p-post-content__foot {
    margin: 2.5rem 0;
  }
  .p-footer__foot-container {
    display: block;
    width: 90%;
    max-width: 100%;
  }
  .p-footer__foot-note {
    width: 100%;
    margin-bottom: 1rem;
  }
  .p-footer__foot-logo {
    max-width: 140px;
  }
}
