/* parts */
/* _mixin */
/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* flex */
/* font */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansJP-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansJP-Thin.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Jost-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Jost-SemiBold.woff2") format("woff2");
  font-display: swap;
}
/* other */
/* indiviual */
#headline-area hgroup {
  margin-right: 0;
}

#contents-area-column #left-column h1 {
  font-size: 2em;
}
@media screen and (min-width: 851px) and (max-width: 1024px) {
  #contents-area-column #left-column h1 {
    font-size: 1.6em;
  }
}
#contents-area-column #left-column h1 {
  font-weight: bold;
  margin-bottom: 1.5em;
  padding: 0.25em 0 0.25em 0.5em;
  border-left: 1px solid #2A0F09;
}
#contents-area-column #left-column hgroup {
  margin-bottom: 3em;
  padding: 0.5em 0 0.5em 1.5em;
  border-left: 1px solid #07627A;
}
#contents-area-column #left-column hgroup h1 {
  margin-bottom: 0.25em;
  padding: 0;
  border-left: none;
}
#contents-area-column #left-column hgroup p.sub-title {
  font-size: 1.2em;
}
@media screen and (min-width: 851px) and (max-width: 1024px) {
  #contents-area-column #left-column hgroup p.sub-title {
    font-size: 1.1em;
  }
}
#contents-area-column #left-column dl.book-meta {
  line-height: 1.8;
}
#contents-area-column #left-column dl.book-meta dt {
  font-size: 1.3em;
  color: #07627A;
}
#contents-area-column #left-column dl.book-meta dd {
  font-size: 1.1em;
}
#contents-area-column #left-column .toc {
  margin-top: 2.5em;
  padding-top: 1em;
  border-top: 1px dotted #9F8D86;
}
#contents-area-column #left-column .toc p.toc-title {
  color: #B56A2A;
  font-weight: bold;
  font-size: 1.2em;
}
#contents-area-column #left-column .toc dl {
  margin-top: 0.5em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 0.5em;
}
#contents-area-column #left-column .toc dl dt {
  width: 4.5em;
}
#contents-area-column #left-column .toc dl dd {
  width: calc(100% - 4.5em);
  padding-top: 0;
}

.en_US #contents-area-column #left-column .toc dl dt {
  width: 5.5em;
}
.en_US #contents-area-column #left-column .toc dl dd {
  width: calc(100% - 5.5em);
  padding-left: 1em;
}

@media screen and (min-width: 601px) and (max-width: 850px) {
  #headline-area hgroup h1 {
    margin-top: 2.5em;
  }
  #contents-area-column #left-column hgroup {
    padding-left: 1.1em;
    font-size: 1em;
  }
  #contents-area-column #left-column hgroup h1 {
    font-size: 1.4em;
  }
  #contents-area-column #left-column hgroup + .sep-box-sb {
    width: 80%;
    margin-left: 5%;
  }
  #contents-area-column #left-column figure figcaption.detail-link-gray {
    font-size: 1em;
  }
  #contents-area-column #left-column figure figcaption.detail-link-gray a {
    padding: 0.75em;
  }
  #contents-area-column #left-column dl.book-meta {
    font-size: 1em;
  }
}
@media screen and (max-width: 600px) {
  #contents-area-column #left-column hgroup {
    padding-left: 1em;
    font-size: 0.9em;
  }
  #contents-area-column #left-column hgroup h1 {
    font-size: 1.4em;
  }
  #contents-area-column #left-column figure figcaption.detail-link-gray {
    font-size: 0.8em;
  }
  #contents-area-column #left-column figure figcaption.detail-link-gray a {
    padding: 0.75em;
  }
  #contents-area-column #left-column dl.book-meta {
    font-size: 0.8em;
  }
}/*# sourceMappingURL=publish.css.map */