  .otst { text-indent: 1.5em; }
   head { font-family: Arial, Helvetica, sans-serif; }
   body { font-family: Arial, Helvetica, sans-serif; }
   .swiper {
        width: 100%;
        max-height: 500px;
        margin-left: auto;
        margin-right: auto;
      }
      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
      .swiper-wrapper {
        align-items: center;
      }
      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        max-height: 500px;
        object-fit: contain;
      }
      
  .inside-text > p {
      text-align: justify;
   }
   .inside-text ul li {
      margin-bottom: 2px;
      line-height: 1.429em;
      list-style: disc;
      padding-left: 5px;
      margin-left: 20px;
   }
   .inside-text ul {
      margin-bottom: 15px;
   }
   .inside h2 {
      color: #008cc4;
   }
   .inside-text > h3 {
      text-align: center;
      color: #008cc4;
      padding-bottom: 20px;
      padding-top: 20px;
   }
   div.jony table h2 > strong {
      color: #008cc4;
   }
   div.jony table h3 > strong {
      color: red;
   }
   div.jony table, div.jony tr, div.jony td  {
      border: 1px solid;
   }
   h3 font > span {
      color: #878787;
   }

   /* ********************************* **** */
.inside-text > ul {
  padding-bottom: 20px;
}

.inside-text > ul > li {
  position: relative;
  list-style: none;
  gap: 10px;
  margin: 0 0 10px 0;
  padding-left: 30px;
}

.inside-text > ul > li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: url(../../css/check.png);
}

.formula {
  margin: 20px 0;
  padding: 15px 18px;
  background: #f7f7f7;
  border-left: 4px solid #008cc4;
  border-radius: 4px;
  font-size: 18px;
  line-height: 1.5;
}

.formula .math {
  display: block;
  font-family: "Times New Roman", serif;
  font-size: 20px;
  font-weight: 600;
}

.formula-note {
  margin-top: 8px;
  font-size: 14px;
  color: #555;
  font-style: italic;
}

.formula p {
    font-size:  1rem;
    line-height: 1.429em;
}

sup {
  font-size: 0.75em;
  vertical-align: super;
  line-height: 0;
  font-weight: 600;
}

sub {
    font-size: 0.7em;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
    bottom: -0.3em;
}

.inside table {
        margin-bottom: 25px;
    }
    .inside table, tr, td {
        margin: 0;
        padding: 15px;
        outline: 0;
        vertical-align: middle;
        background: transparent;
    }
    .inside table, tr, td p {
        margin: 0;
    }
    .inside table, tr {
        padding: 0;
    }
    .inside table tr td > ol {
        list-style: auto;
        position: relative;
    }
    .inside table tr td > ol li {
        position: absolute;
        right: 0;
    }
    .inside table, tr, td {
        padding: 5px;
    }
    .inside table,.inside tr,.inside td  {
        border: 1px solid;
    }
    .inside table {
        width: 100%;
        margin-bottom: 25px;
    }