html,
body {
  font-size: 16px;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* 横向きにしたときに画像のサイズ自動調整をオフに */
}
html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
p {
  color: #574d3d;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  word-break: break-all;
}
h2 {
  font-family: "Abel", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  font-style: normal;
}
h3,
a,
p,
small,
.caption {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
h3 {
  margin: 0.5rem 0 0 0;
  font-size: 1.25rem;
}
p {
  margin: 0.5rem 0 0 0;
  font-size: 1rem;
}
a {
  text-decoration: none;
}
pre {
  font-size: inherit;
}
/* <pre>～</pre>整形済みテキストを表示するタグ。 マークアップを行う前に整形してあるテキスト。ソース中のスペースや改行などをそのまま等幅フォントで表示 */

/* blockquote {
} */
/* blockquote（ブロッククォート）タグは、転載・引用元を示すタグ */

table {
  max-width: 100%;
}

th,
td {
  padding: 0.5em;
}

ol,
ul {
  padding-left: 2em;
}

iframe {
  max-width: 100%;
}
.text-br {
  display: none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.125rem;
  }
  p {
    font-size: 0.875rem;
  }
  .text-br {
    display: block;
  }
}
