@charset "UTF-8";
/* singleText */
/*------------------------------------------------*/
.singleText {
  /* text */
  /* -------------------------------------------------- */
  /* img */
  /* -------------------------------------------------- */
  /* box */
  /* -------------------------------------------------- */
  /* list */
  /* -------------------------------------------------- */
  /* table */
  /* -------------------------------------------------- */
}
.singleText > * {
  margin-top: 30px;
}
.singleText > *:first-child {
  margin-top: 0;
}
.singleText h1 {
  line-height: 160%;
  font-size: 28px;
  font-weight: bold;
}
.singleText h2 {
  line-height: 160%;
  padding: 10px 0 10px 20px;
  font-size: 24px;
  font-weight: bold;
  border-left: 4px solid #686868;
}
.singleText h3 {
  line-height: 160%;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
}
.singleText h4 {
  line-height: 160%;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
  border-left: 4px solid #686868;
}
.singleText h5 {
  line-height: 160%;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
.singleText h6 {
  line-height: 160%;
  font-size: 14px;
  font-weight: bold;
}
.singleText a {
  color: #686868;
  text-decoration: underline;
}
.singleText a:active, .singleText a:focus, .singleText a:visited {
  color: #686868;
}
.singleText a:hover {
  text-decoration: none;
}
.singleText p {
  font-size: 16px;
  line-height : 1.8;
}
.singleText b, .singleText em, .singleText strong {
  font-weight: bold;
}
.singleText em {
  font-style: italic;
}
.singleText sup, .singleText sub {
  font-size: 80%;
}
.singleText sup {
  vertical-align: super;
}
.singleText sub {
  vertical-align: sub;
}
.singleText img.alignleft {
  margin-right: auto;
  clear: both;
  display: block;
}
.singleText img.alignright {
  margin-left: auto;
  clear: both;
  display: block;
}
.singleText img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  clear: both;
  display: block;
}
.singleText hr {
  width: 100%;
  height: 1px;
  margin: 20px 0;
  border: none;
  border-top: 1px solid #ebe6dd;
  border-bottom: 1px solid #fff;
  display: block;
}
.singleText blockquote {
  padding: 20px;
  background-color: #fcf9f3;
  display: block;
}
.singleText blockquote p {
  line-height: 160%;
}
.singleText ul {
  padding-left: 40px;
  list-style: disc;
}
.singleText ol {
  padding-left: 40px;
  list-style: decimal;
}
.singleText li {
  margin-top: 15px;
  line-height: 160%;
  font-size: 13px;
}
.singleText li:first-child {
  margin-top: 0;
}
.singleText table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 13px;
}
.singleText table th {
  line-height: 160%;
  padding: 20px;
  background-color: #f4fff8;
  border: 1px solid #cbd8cd;
}
.singleText table td {
  line-height: 160%;
  padding: 20px;
  border: 1px solid #cbd8cd;
  background-color: #fff;
}
.singleText table thead th:first-child, .singleText table thead td:first-child {
  border: none;
  background-color: transparent;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  font-family: "YakuHanJP", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", monospace, sans-serif;
}
