table:not(.tModEleNoStyle) {
  margin-bottom: 0;
  border-top: none;
  border-left: none;
  border-collapse: separate;
  text-align: start;
}

table:not(.tModEleNoStyle) tr:last-child {
  border-bottom: none;
}

table:not(.tModEleNoStyle) tr td {
  background-color: transparent;
  padding: 1px;
  text-align: start;
  border-right: none;
  border-bottom: none;
}

table:not(.tModEleNoStyle) tr th {
  width: auto;
  vertical-align: middle;
  background-color: transparent;
  padding: .7em .3em;
  text-align: center;
  border-right: none;
  border-bottom: none;
}

@media only screen and (max-width: 768px) {

  table:not(.tModEleNoStyle) tr th,
  table:not(.tModEleNoStyle) tr td {
    display: table-cell;
    border-bottom: none;
    border-left: none;
  }

  table:not(.tModEleNoStyle) tr th.half,
  table:not(.tModEleNoStyle) tr td.half {
    float: none;
  }
}

.sec-about {
  position: relative;
  z-index: 0;
}

.sec-about .lead {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 20px 0 0 0
}

.sec-about .lead_02 {
  font-size: 20px;
  text-align: center;
  padding: 10px 0 0 0
}

.sec-about .about_input {
  margin-top: 28px
}

.sec-about .about_input .input__ttl {
  font-size: 18px;
  font-weight: 600;
  text-align: center
}

.sec-about .about_input .form_flex {
  display: flex;
  justify-content: center;
  margin-top: 10px
}

.sec-about .about_input .form_flex .input_area {
  width: 300px;
  height: 50px;
  border: 1px solid #000;
  font-size: 18px;
  padding: 2px 15px;
  margin-right: 14px;
  background: url(/common/img/move/icon_date.svg) 255px 7px no-repeat #fff;
  background-size: 33px 33px;
  cursor: pointer
}

.sec-about .about_input .form_flex .submit_area {
  width: 124px;
  height: 50px;
  background-color: #c11920;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.sec-about .about_input .form_flex .submit_area:hover {
  opacity: .6
}

.sec-about .about_input .table_area {
  position: relative;
  padding-top: 40px;
  display: flex;
  width: 710px;
  margin: 0 auto
}

.sec-about .about_input .table_area .table__item {
  border-top: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  width: 33.333%;
  margin-left: -1px
}

.sec-about .about_input .table_area .table__item .table__ttl {
  border-left: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  background-color: #ededee;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 5px;
  text-align: center;
  margin-bottom: 0;
}

.sec-about .about_input .table_area .table__item .table_detail {
  border-left: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  background-color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  text-align: center
}

.sec-about .about_input .table_area .table__item .detail_01 {
  color: #ef8a00
}

.sec-about .about_input .table_area .table__item .detail_02,
.sec-about .about_input .table_area .table__item .detail_03 {
  color: #0085c9
}

.sec-about .about_input .sub_txt {
  padding-top: 20px;
  width: 710px;
  margin: 0 auto;
  font-size: 12px;
  padding-left: 3em;
  text-indent: -3em
}

.sec-about .contact_txt {
  text-align: center;
  font-size: 24px
}

@media (max-width:767.98px) {
  .sec-about {
    position: relative;
    z-index: 0;
  }

  .sec-about .lead {
    font-size: 5.6vw;
    padding: 8vw 0 0 0
  }

  .sec-about .lead_02 {
    font-size: 4.533vw;
    text-align: center;
    padding: 4vw 0 0 0
  }

  .sec-about .about_input {
    margin-top: 5.333vw
  }

  .sec-about .about_input .form_flex {
    margin-top: 2.667vw
  }

  .sec-about .about_input .form_flex .input_area {
    width: 62.933vw;
    height: 10.667vw;
    font-size: 5.333vw;
    padding: .533vw 2.667vw;
    margin-right: 3.733vw;
    background: url(/common/img/move/icon_date.svg) no-repeat #fff;
    background-position: right 3vw center;
    background-size: 6.5vw 6.4vw
  }

  .sec-about .about_input .form_flex .submit_area {
    width: 24vw;
    height: 10.667vw;
    font-size: 5.6vw
  }

  .sec-about .about_input .table_area {
    position: relative;
    padding-top: 7.467vw;
    display: block;
    width: 100%;
    margin: 0 auto
  }

  .sec-about .about_input .table_area .table__item {
    border-top: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    width: 100%;
    margin-left: 0;
    margin-top: -1px;
    display: flex
  }

  .sec-about .about_input .table_area .table__item .table__ttl {
    border-left: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    background-color: #ededee;
    font-size: 4vw;
    font-weight: 600;
    padding: 2.667vw 0;
    text-align: center;
    width: 70%;
    letter-spacing: -.05em
  }

  .sec-about .about_input .table_area .table__item .table_detail {
    border-left: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    background-color: #fff;
    font-size: 3.733vw;
    font-weight: 600;
    padding: 2.667vw;
    text-align: center;
    width: 50%
  }

  .sec-about .about_input .sub_txt {
    padding-top: 5.333vw;
    width: 100%;
    margin: 0 auto;
  }

  .sec-about .contact_txt {
    font-size: 4.8vw
  }
}