


  .characteritem {
      margin: 20px 0 0 0;
  }
  .characteritem li{
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin: 0 0 20px 0;
      padding: 10px;
      background: #fff;
      border-left: #51a81e solid 3px;
      text-align: left;
 
  }
  .characteritem li div{
    width: 55%;
    font-size: 16px;
  }
  .characteritem li strong {
    display: block;
    width: 99%;
    margin: 0 0 2px 0;
    font-size: 18px;
    color: #254e0e;
  }
  .characteritem li p {
      font-size: 16px;
  }
  @media screen and (max-width: 800px) {
      /* h2 {
          font-size: 20px;
          margin: 20px auto 10px auto;
      }
      h2:before, h2:after {
        border-top: solid 1px rgb(44, 44, 44);
        border-bottom: solid 1px rgb(44, 44, 44);
      }
       */
    .characteritem {
        margin: 20px 0 0 0;
    }
    .characteritem li {
        display: block;
    }
    .characteritem li div {
        width: 100%;
    }
    .characteritem li img {
        width: 100%;
        margin: 6px 0 0 0;
    }
    .characteritem li strong {
        font-size: 16px;
      }
      .characteritem li p {
          font-size: 14px;
          line-height: 1.4;
      }
}

/******** timeschedule *********/


 table {
    width: 40%;
    margin: 0 auto;
    border-top: #d4d4d4 1px solid;
    border-right: #d4d4d4 1px solid;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

table td {
  vertical-align: middle;
}
 table th,table td {
  border-left: #d4d4d4 1px solid;
  border-bottom: #d4d4d4 1px solid;
  padding: 8px 10px;
}
span.center-justification {
  display: block;
  text-align: center;
}
@media screen and (max-width: 800px) { 
  table {
    width: 100%;
  }
  }