.singleText > * {
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    .singleText > * {
      margin-top: 6%; } }
  .singleText > *:first-child {
    margin-top: 0; }

.singleText h1 {
  line-height: 1.4;
  font-size: 28px;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .singleText h1 {
      font-size: 5.5vw; } }

.singleText h2 {
  line-height: 1.4;
  padding-left: 0.8em;
  font-size: 24px;
  font-weight: bold;
  border-left: 6px solid #686868; }
  @media only screen and (max-width: 767px) {
    .singleText h2 {
      font-size: 4.8vw; } }

.singleText h3 {
  line-height: 1.4;
  padding: 0.6em 0.5em;
  font-size: 20px;
  font-weight: bold;
  background-color: #eaeaea; }
  @media only screen and (max-width: 767px) {
    .singleText h3 {
      font-size: 4vw; } }

.singleText h4 {
  line-height: 1.6;
  padding: 0 0.5em 0.5em 2em;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #ccc; }
  @media only screen and (max-width: 767px) {
    .singleText h4 {
      font-size: 4vw; } }
  .singleText h4:before, .singleText h4:after {
    content: '';
    position: absolute;
    border-radius: 100%; }
  .singleText h4:before {
    width: 18px;
    height: 18px;
    top: 0.2em;
    left: 0.2em;
    z-index: 2;
    background-color: #eee;
    background-color: rgba(150, 150, 150, 0.5); }
  .singleText h4:after {
    width: 13px;
    height: 13px;
    top: 0.7em;
    left: 0.7em;
    background-color: #bbb;
    background-color: rgba(210, 210, 210, 0.5); }

.singleText h5 {
  line-height: 1.6;
  padding-bottom: 0.4em;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 4px solid #eaeaea;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .singleText h5 {
      font-size: 4vw; } }
  .singleText h5:after {
    width: 20%;
    height: 4px;
    content: '';
    background-color: #686868;
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2; }

.singleText h6 {
  line-height: 1.6;
  padding-bottom: 0.4em;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ccc; }
  @media only screen and (max-width: 767px) {
    .singleText h6 {
      font-size: 4vw; } }

.singleText a {
  line-height: 1.8;
  color: #686868;
  text-decoration: underline;
  font-size: 16px; }
  .singleText a:visited, .singleText a:focus, .singleText a:active {
    color: #686868; }
  @media only screen and (min-width: 1024px) {
    .singleText a:hover {
      text-decoration: none; } }
  @media only screen and (max-width: 767px) {
    .singleText a {
      font-size: 3.2vw; } }

.singleText p {
  line-height: 1.8;
  font-size: 16px; }
  @media only screen and (max-width: 767px) {
    .singleText p {
      font-size: 4vw; } }
  .singleText p:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.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 {
  padding-right: 30px;
  padding-bottom: 30px;
  float: left; }
  @media only screen and (max-width: 767px) {
    .singleText img.alignleft {
      padding: 0;
      padding-bottom: 4%;
      margin-left: auto;
      margin-right: auto;
      float: none;
      display: block; } }

.singleText img.alignright {
  padding-left: 30px;
  padding-bottom: 30px;
  float: right; }
  @media only screen and (max-width: 767px) {
    .singleText img.alignright {
      padding: 0;
      padding-bottom: 4%;
      margin-left: auto;
      margin-right: auto;
      float: none;
      display: block; } }

.singleText img.aligncenter {
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  display: block; }
  @media only screen and (max-width: 767px) {
    .singleText img.aligncenter {
      padding: 0;
      padding-bottom: 4%;
      margin-left: auto;
      margin-right: auto;
      float: none; } }

.singleText hr {
  width: 100%;
  height: 1px;
  border: none;
  background-color: #686868;
  display: block; }

.singleText blockquote {
  padding: 65px;
  background-color: #f8f8f8;
  display: block;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .singleText blockquote {
      padding: 40px; } }
  .singleText blockquote:before, .singleText blockquote:after {
    width: 42px;
    height: 32px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    position: absolute;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .singleText blockquote:before, .singleText blockquote:after {
        width: 21px;
        height: 16px; } }
  .singleText blockquote:before {
    background-image: url("../images/icon/quate_top_2x.png");
    top: 20px;
    left: 20px; }
    @media only screen and (max-width: 767px) {
      .singleText blockquote:before {
        top: 15px;
        left: 15px; } }
  .singleText blockquote:after {
    background-image: url("../images/icon/quate_bottom_2x.png");
    right: 20px;
    bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .singleText blockquote:after {
        right: 15px;
        bottom: 15px; } }
  .singleText blockquote p {
    line-height: 2;
    position: relative;
    z-index: 2; }

.singleText ul {
  padding-left: 1.2em;
  list-style: disc;
  font-size: 16px; }
  @media only screen and (max-width: 767px) {
    .singleText ul {
      font-size: 3.2vw; } }
  .singleText ul li {
    list-style: disc; }

.singleText ol {
  padding-left: 1.2em;
  list-style: decimal;
  font-size: 16px; }
  @media only screen and (max-width: 767px) {
    .singleText ol {
      font-size: 3.2vw; } }
  .singleText ol li {
    list-style: decimal; }

.singleText li {
  line-height: 1.8;
  margin-top: 15px;
  font-size: 16px; }
  @media only screen and (max-width: 767px) {
    .singleText li {
      margin-top: 3%;
      font-size: 3.2vw; } }
  .singleText li:first-child {
    margin-top: 0; }

.singleText iframe, .singleText video {
  max-width: 100% !important; }
  @media only screen and (max-width: 767px) {
    .singleText iframe, .singleText video {
      height: 56.25vw !important; } }

.singleText table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px; }
  .singleText table th {
    line-height: 1.8;
    padding: 20px;
    border: 1px solid #ccc;
    font-size: 16px; }
    @media only screen and (max-width: 767px) {
      .singleText table th {
        font-size: 3.2vw; } }
  .singleText table td {
    line-height: 1.8;
    padding: 20px;
    border: 1px solid #ccc;
    font-size: 16px; }
    @media only screen and (max-width: 767px) {
      .singleText table td {
        font-size: 3.2vw; } }
  .singleText table thead th:first-child, .singleText table thead td:first-child {
    border: none;
    background-color: transparent; }

pre {
    white-space: pre-wrap ;
}