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

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

.open-content {
  padding: 60px 0;
}

.open-wrap .open-content:last-child {
  padding-bottom: 80px;
}

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

.open-allart {
    color: #de3535;
    line-height: 1.2;
    font-weight: 700;
}

.open-table > .caution {
  margin-top: 10px;
  font-size: 12px;
  color: #f00;
  line-height: 1.5;
}

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


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

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

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

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

.mgb60 {
  margin-bottom: 60px;
}

@media (max-width:768px) {
  .mgb60 {
    margin-bottom: 30px;
  }

  .open-content {
    padding: 30px 0;
  }

  .open-wrap .open-content:last-child {
    padding-bottom: 40px;
  }

  .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;
  }
}
