.open-hero {
  width: 100%;
  background: #f6f7f8;
}

.open-hero .img {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.open-content .inner {
  padding: 30px 30px 60px;
}

.open-hd {
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: 900;
  color: #2455a0;
  margin-bottom: .5em;
  line-height: 1.4;
  text-align: center;
  ß
}

.open-table > table {
  width: 100%;
}

.open-table > table .note {
  color: #333;
  font-size: 80%;
  line-height: 1.4;
  display: block;
  font-weight: 400;
  padding-left: 1em;
  position: relative;
}

.note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.open-table > table .note.red {
  color: #e12229;
}

h4 {
  font-size: 24px;
  font-weight: 900;
  border-left: 6px solid #22509c;
  color: #22509c;
  padding-left: 27px;
  margin-bottom: 20px;
  line-height: 1.4;
}

h3 {
  margin: 0 auto 20px;
  text-align: center;
  font-size: 24px;
}

.open-table > table th,
.open-table > table td {
  border: 1px solid #c5c5c5;
  padding: 5px 10px;
  vertical-align: middle;
}

.open-table > table td {
  background: #fff;
}

.open-table > table th {
  text-align: center;
  font-weight: 700;
  background: #2355a0;
  color: #fff;
}

.open-table tbody th {
  width: 20%;
}

.open-table > table span {
  color: #e02f2f;
  font-weight: 700;
}

.day {
  width: 10%;
  text-align: center;
}

.mgb60 {
  margin-bottom: 60px;
}

.lepton-feature-box {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lepton-feature-box h4 {
  width: 100%;
}

.inner-70 {
  width: 70%;
}

.inner-30 {
  width: 25%;
}

.inner-table th {
  font-size: 80%;
  line-height: 1.4;
}

.inner-table td {
  font-weight: 600;
}



.all-btn a,
.all-btn div {
  background-color: #ffa800;
  height: 70px;
}

.scroll-note {
  display: none;
}

.open-list {
  padding-left: 1em;
  font-size: 90%;
}

.open-list li {
  position: relative;
}

.open-list li::before {
  content: "※";
  position: absolute;
  left: -1em;
  top: 0;
}

.all-btn {
  margin-top: 30px;
}

@media (max-width:768px) {

  .open-content .inner {
    padding: 20px;
  }
  
  .scroll {
    white-space: nowrap;
    overflow: scroll;
  }

  .scroll-note {
    display: block;
    color: #666;
  }

  .inner-70,
  .inner-30 {
    width: 100%;
  }

  .day {
    text-align: left;
  }

  h4 {
    font-size: 20px;
    border-left: 3px solid #22509c;
    padding-left: 15px;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 20px;
    text-align: left;
  }

  .open-table > table span {
    color: #de3535;
    font-weight: 700;
    font-size: 1.2em;
  }

  .open-table > table th {
    min-width: 70px;
    text-align: left;
  }

  .op-wrap {
    display: inline-block;
  }
}
