/* the end time line */
.flex {
    display: flex;
  }
  footer{
      height: 15vh;
      background-color: #222229;
  }
  footer .inner {
    max-width: 1312px;
    height: 100%;
    margin: auto;
  }
  footer .inner .row1 {
    height: 100%;
  }
  footer .inner .row .col1 {
    width: 100%;
    color: #fff;
  }
  footer .inner .row .col1 div{
    display: flex;
    align-self: center;
    flex-direction: column;
    margin: 0 auto;
  }
  footer .inner .row .col1 div p {
    line-height: 1.7em;
  }
  .box h3 {
    font-size: 35px;
  }
  footer .row1 .col2 {
    width: 16%;
    display: flex;
    align-items: center;
  }
  footer .row1 .col2 ul.sns {
    width: 100%;
    gap: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .row1 .col2 ul.sns li {
    cursor: pointer;
    width: 25%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
    transition: .3s;
  }
  footer .row1 .col2 ul.sns li:hover {
    color: #83b9ff;
    background: #fff;
    border-color: #fff;
  }
  
      .lowft-wrap {
          display: flex;
          min-height: 56px;
          justify-content: center;
          align-items: center;
          background-color: #101010;
          font-size: 16px;
      }
      .lowft {
          color: hsla(0, 0%, 100%, .8);
          line-height: 1.8em;
      }
      .lowftImp {
          display: inline-block;
          color: #fff
      }