#main h2 {
  text-align: center;
}

#main .size34 {
  line-height: 54px;
  color: #ff9f66;
}

#main .menu-section {
  margin-top: 20px;
  margin-bottom: 50px;
}

#main .menu-section ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

#main .menu-section ul li {
  padding-left: 10px;
  padding-right: 10px;
  width: 33.333%;
  margin-top: 10px;
  min-height: 65px;
}

#main .menu-section ul a {
  color: #009ce5;
  display: block;
  padding: 5px 10px 5px 30px;
  border-radius: 50px;
  position: relative;
  border: 1px solid #00b2ab;
  font-size: 16px;
  display: table;
  width: 100%;
  height: 100%;
}

#main .menu-section ul a span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #main .menu-section ul a {
    font-size: 1.8vw;
  }
}

#main .menu-section ul a:before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  right: 80px;
  top: calc(50% - 8px);
  background: url(../images/common/move-to-next.png) no-repeat center center;
  background-color: #00b2ab;
  background-size: 10px;
  border-radius: 50%;
  right: 0;
  left: 10px;
}

#main .sec-area {
  padding-top: 100px;
  padding-bottom: 100px;
}

#main #sec01 .desc {
  margin: 30px 0 90px;
}

#main #sec02 h3 {
  text-align: left;
  margin-bottom: 5px;
}

#main #sec02 p {
  margin: 0;
}

#main .sec06-table {
  width: 100%;
  overflow-x: scroll;
}

#main .sec06-table table {
  width: 1000px;
  border-collapse: collapse;
}

#main .sec06-table table td {
  width: 160px;
  vertical-align: middle;
  line-height: 1.2;
  padding: 10px 8px;
  border: 1px #c5c5c5 solid;
}

#main .sec06-table table th {
  width: 220px;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1.2;
  border: 1px #c5c5c5 solid;
  border-right-width: 3px;
  padding: 10px 8px;
}

#main .sec06-table table thead th, #main .sec06-table table thead td {
  background-color: #f5f5f5;
  text-align: center;
}

#main .sec06-table table tbody th {
  text-align: left;
  background-color: #ecf7fd;
}

#main .sec06-table table tbody td {
  text-align: center;
  background-color: #f1f8eb;
}

#main .sec06-table table tbody td:nth-of-type(2), #main .sec06-table table tbody td:nth-of-type(4) {
  background-color: #ffffff;
}

@media (min-width: 768px) {
  #main .sec06-table {
    overflow-x: hidden;
  }
  #main .sec06-table table {
    width: 100%;
  }
}

#main .sec07-table {
  width: 100%;
  overflow-x: scroll;
}

#main .sec07-table table {
  width: 1000px;
  border-collapse: collapse;
  background-color: #fffff0;
}

#main .sec07-table table td {
  vertical-align: middle;
  line-height: 1.2;
  padding: 10px 6px;
  border: 1px #c5c5c5 solid;
}

#main .sec07-table table th {
  font-weight: normal;
  vertical-align: middle;
  line-height: 1.2;
  border: 1px #c5c5c5 solid;
  padding: 10px 8px;
}

#main .sec07-table table thead th {
  background-color: #f5f5f5;
  text-align: center;
}

#main .sec07-table table thead th:first-of-type {
  border-right-width: 3px;
}

#main .sec07-table table tbody th {
  text-align: left;
  border-right-width: 3px;
}

#main .sec07-table table tbody td {
  text-align: left;
}

#main .sec07-table table tbody td.price {
  text-align: right;
}

#main .sec07-table table tbody td.alc {
  text-align: center;
}

#main .sec07-table table tbody .partial {
  background-color: #edf5e4;
}

#main .sec07-table table tbody .self {
  background-color: #def2f2;
}

#main .sec07-table table tbody .row-below th, #main .sec07-table table tbody .row-below td {
  border-top: 2px #c5c5c5 dotted;
}

@media (min-width: 768px) {
  #main .sec07-table {
    overflow-x: hidden;
  }
  #main .sec07-table table {
    width: 100%;
  }
}

#main .sec08-table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}

#main .sec08-table table tr:nth-child(odd) {
  background-color: #ecf7fd;
}

#main .sec08-table table td {
  vertical-align: middle;
  line-height: 1.2;
  padding: 10px 8px;
  border: 1px #c5c5c5 solid;
  text-align: center;
}

#main .sec08-table table td:last-of-type {
  text-align: right;
}

#main .sec08-table table th {
  font-weight: normal;
  vertical-align: middle;
  line-height: 1.2;
  border: 1px #c5c5c5 solid;
  padding: 10px 8px;
  text-align: left;
}

#footer {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .menu-section a {
    font-size: 1.600vw;
    padding-left: 3vw;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
  #main .sec-area {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  #main .menu-section ul li {
    width: 100%;
  }
  #main .size34 {
    line-height: 30px;
    font-size: calc(28px - 1vw);
  }
}
