/* singleText */
/*------------------------------------------------*/
.singleText {
  /* text */
  /* -------------------------------------------------- */
  /* img */
  /* -------------------------------------------------- */
  /* box */
  /* -------------------------------------------------- */
  /* list */
  /* -------------------------------------------------- */
  /* table */
  /* -------------------------------------------------- */
}
.singleText h1 {
  line-height: 1.4;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .singleText h1 {
    font-size: 22px;
  }
}
.singleText h2 {
  line-height: 1.4;
  padding: 10px 0 10px 20px;
  font-size: 24px;
  font-weight: bold;
  border-left: 4px solid #2f457c;
}
@media only screen and (max-width: 768px) {
  .singleText h2 {
    font-size: 20px;
  }
}
.singleText h3 {
  line-height: 1.4;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .singleText h3 {
    font-size: 18px;
  }
}
.singleText h4 {
  line-height: 1.4;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
  border-left: 4px solid #2f457c;
}
@media only screen and (max-width: 768px) {
  .singleText h4 {
    font-size: 16px;
  }
}
.singleText h5 {
  line-height: 1.4;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  .singleText h5 {
    font-size: 16px;
  }
}
.singleText h6 {
  line-height: 1.4;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .singleText h6 {
    font-size: 13px;
  }
}
.singleText a {
  color: #2f457c;
  text-decoration: underline;
}
.singleText a:active, .singleText a:focus, .singleText a:visited {
  color: #2f457c;
}
.singleText a:hover {
  text-decoration: none;
}
.singleText p {
  font-size: 14px;
}
.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 {
  float: left;
}
.singleText img.alignright {
  float: right;
}
.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;
}
@media only screen and (max-width: 768px) {
  .singleText hr {
    margin: 10px 0;
  }
}
.singleText blockquote {
  padding: 20px;
  background-color: #fcf9f3;
  display: block;
}
@media only screen and (max-width: 768px) {
  .singleText blockquote {
    padding: 10px;
  }
}
.singleText blockquote p {
  line-height: 1.4;
}
.singleText ul {
  padding-left: 40px;
  list-style: disc;
}
@media only screen and (max-width: 768px) {
  .singleText ul {
    padding-left: 20px;
  }
}
.singleText ol {
  padding-left: 40px;
  list-style: decimal;
}
@media only screen and (max-width: 768px) {
  .singleText ol {
    padding-left: 20px;
  }
}
.singleText li {
  margin-top: 15px;
  line-height: 1.4;
  font-size: 14px;
}
.singleText li:first-child {
  margin-top: 0;
}
.singleText table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
.singleText table th {
  line-height: 1.4;
  padding: 20px;
  background-color: #f4fff8;
  border: 1px solid #cbd8cd;
}
@media only screen and (max-width: 768px) {
  .singleText table th {
    padding: 10px;
  }
}
.singleText table td {
  line-height: 1.4;
  padding: 20px;
  border: 1px solid #cbd8cd;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .singleText table td {
    padding: 10px;
  }
}
.singleText table thead th:first-child, .singleText table thead td:first-child {
  border: none;
  background-color: transparent;
}
