/*
Theme Name: RINTARO UKON
*/

/* RINTARO BLOG FORMAT v1.0 — single post readability */
#blog #single {
  width: calc(100% - 32px);
  max-width: 760px;
  margin: 0 auto 72px;
  padding: 32px 38px 48px;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 1.9;
  color: #222;
}
#blog #single h1 {
  margin: 0 0 32px !important;
  font-size: clamp(26px, 3vw, 34px) !important;
  line-height: 1.42 !important;
  letter-spacing: .01em;
}
#blog #single p {
  margin: 0 0 1.45em;
  font-size: inherit;
  line-height: inherit;
}
#blog #single h2 {
  margin: 3.3em 0 1em;
  padding: 0 0 .45em;
  border-bottom: 1px solid #d8d8d8;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: .02em;
  scroll-margin-top: 104px;
}
#blog #single h3 {
  margin: 2.1em 0 .6em;
  font-size: 19px;
  line-height: 1.6;
  scroll-margin-top: 104px;
}
#blog #single h2:first-of-type + ul {
  margin-top: -.25em;
  padding: 1.35em 1.55em 1.35em 2.85em;
  border: 1px solid #e5e5e5;
  border-left: 3px solid #1c1c1c;
  background: #f8f8f7;
}
#blog #single figure {
  width: min(100%, 640px);
  margin: 0 auto 28px;
}
#blog #single figure img {
  display: block;
  width: 100%;
  height: auto;
}
#blog #single figcaption {
  margin-top: 10px;
  color: #666;
  font-size: 13px;
  line-height: 1.6;
}
#blog #single ul,
#blog #single ol {
  margin: 0 0 1.65em;
  padding-left: 1.35em;
}
#blog #single li {
  margin: .45em 0;
}
#blog #single blockquote {
  margin: 2em 0;
  padding: 1.45em 1.55em;
  border: 1px solid #d8d8d8;
  border-left: 4px solid #333;
  background: #fafafa;
}
#blog #single blockquote p:last-child { margin-bottom: 0; }
#blog #single a { text-underline-offset: .18em; }
#blog #single > p:nth-of-type(1) {
  margin-bottom: 1.05em;
  font-size: 18px;
  line-height: 1.85;
}
#blog #single > p:nth-of-type(2) {
  margin-bottom: 2.2em;
  color: #444;
}
@media screen and (max-width: 767px) {
  #blog #single {
    width: calc(100% - 24px);
    margin-bottom: 40px;
    padding: 24px 20px 34px;
    font-size: 16px;
    line-height: 1.85;
  }
  #blog #single h1 {
    margin-bottom: 24px !important;
    font-size: 25px !important;
    line-height: 1.5 !important;
  }
  #blog #single h2 {
    margin-top: 2.7em;
    font-size: 22px;
    line-height: 1.55;
  }
  #blog #single h3 { font-size: 18px; }
  #blog #single figure {
    width: 100%;
    margin-bottom: 20px;
  }
  #blog #single figcaption { font-size: 12px; }
  #blog #single blockquote {
    margin: 1.7em 0;
    padding: 1.2em;
  }
  #blog #single > p:nth-of-type(1) { font-size: 17px; }
}