.chart-ship__tbl {
  margin-bottom: 20px;
}
.chart-ship__tbl table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .chart-ship__tbl table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .chart-ship__tbl table tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .chart-ship__tbl table tbody tr {
    display: block;
    margin-bottom: 25px;
  }
}
.chart-ship__tbl table tbody tr th.area {
  width: 100px;
  padding: 3px 10px;
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  background: #33ccff;
  color: #ffffff;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .chart-ship__tbl table tbody tr th.area {
    display: block;
    width: 100%;
  }
}
.chart-ship__tbl table tbody tr td.pref {
  width: calc(100% - 200px);
  padding: 3px 10px;
  line-height: 1.5;
  font-size: 14px;
  box-sizing: border-box;
  color: #000000;
  vertical-align: middle;
  border-top: 1px dashed #aaaaaa;
  border-bottom: 1px dashed #aaaaaa;
}
@media screen and (max-width: 768px) {
  .chart-ship__tbl table tbody tr td.pref {
    display: block;
    width: 100%;
  }
}
.chart-ship__tbl table tbody tr td.day {
  width: 100px;
  padding: 3px 10px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
  background: #000000;
  color: #ffffff;
  vertical-align: middle;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .chart-ship__tbl table tbody tr td.day {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
}

.pay-by__tbl {
  margin-top: 15px;
}
.pay-by__tbl table {
  width: 100%;
  max-width: 600px;
  border-collapse: collapse;
}
.pay-by__tbl table tbody tr th {
  width: 50%;
  padding: 5px 10px;
  text-align: center;
  box-sizing: border-box;
  background: #33ccff;
  color: #ffffff;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #ffffff;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .pay-by__tbl table tbody tr th {
    font-size: 16px;
  }
}
.pay-by__tbl table tbody tr td {
  width: 50%;
  padding: 5px 10px;
  text-align: left;
  box-sizing: border-box;
  color: #000000;
  line-height: 1.5;
  font-size: 16px;
  border: 1px solid #cccccc;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .pay-by__tbl table tbody tr td {
    font-size: 14px;
  }
}

.privacy-agreement {
  margin-bottom: 45px;
}
.privacy-agreement .txt {
  padding-bottom: 10px;
}
.privacy-agreement .txt p.tl {
  color: #33ccff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .privacy-agreement .txt p.tl {
    font-size: 18px;
  }
}
.privacy-agreement .txt p {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .privacy-agreement .txt p {
    font-size: 14px;
  }
}
.privacy-agreement .txt p a {
  color: #000000;
}
.privacy-agreement .txt p a:hover {
  text-decoration: none;
}
.privacy-agreement .agree-check {
  padding: 15px 10px;
  background: #eeeeee;
  text-align: center;
  line-height: 1.5;
}

/*# sourceMappingURL=update.css.map */
