@charset "UTF-8";
#maincontainer .submain_visual .tlcont .tl {
  color: #157758;
}

.tl-area {
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  #maincontainer .submain_visual.travel-tp {
    height: 147px;
}

  #travel .tablecont {
    padding: 40px 30px 60px 30px;
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
  }
  #travel .tablecont table {
    width: 100%;
    border-collapse: collapse;
  }
  #travel .tablecont table td {
      padding: 16px 12px;
      border-bottom: 1px solid #e0e0e0;
      vertical-align: top;
  }
  #travel .info-table td.label {
    width: 30%;
    background-color: #DAF3D6;
    border-right: 1px solid #e0e0e0;
    font-weight: 600;
  }
  #travel .tablecont table td:nth-of-type(2) {
    background-color: #F8FBFA;
}
  #travel.info-table tr:last-child td {
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) {
  #maincontainer .submain_visual.travel-tp {
    height: 90px;
}
  #travel .tablecont {
    padding: 20px 5% 40px 5%;
  }
  #travel .tablecont table {
    width: 100%;
    border-collapse: collapse;
  }
  #travel .tablecont table td {
    padding: 15px 10px 15px 10px;
      border-bottom: 1px solid #e0e0e0;
      vertical-align: top;
  }
  #travel .info-table td.label {
    background-color: #DAF3D6;
    border-right: 1px solid #e0e0e0;
    font-weight: 600;
  }
  #travel .tablecont table td:nth-of-type(2) {
    background-color: #F8FBFA;
}
  #travel.info-table tr:last-child td {
    padding: 15px 10px 5px 10px;
    border-bottom: none;
  }
}
