.open-hero {
  width: 100%;
/*  background: #0a2260;*/
	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 > 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;
}

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

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

.list_wrap {
  text-align: center;
}
.list_wrap dl {
  margin-top: -30px;
  display: inline-block;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
}
.list_wrap dt {
  margin-top: 20px;
  font-size: 32px;
}
.list_wrap dt:first-child {
  margin-top: 0;
}
.list_wrap dd {
  color: #D90000;
}
.page-title h2 {
  font-size: 40px;
  color: #22509c;
}

@media (max-width:768px) {
  .page-title {
    padding: 0 20px;
  }
  .page-title h2 {
    font-size: 20px;
  }
  .list_wrap dl {
    margin-top: 0;
  }
  .list_wrap dt {
    margin-top: 10px;
    font-size: 16px;
  }
  .list_wrap dt {
    font-size: 20px;
  }
}

.feature_wrap {
  padding-top: 0;
}

.feature_ttl {
  text-align: center;
  font-size: 36px;
  color: #2455a0;
}

.feature {
  list-style: none;
}

.feature li {
  background: #f2f7fb;
  padding: 40px 40px;
  border-radius: 10px;
  box-sizing: border-box;
}

.feature li figure {
  margin-bottom: 20px;
}

.feature li figure img {
  margin: 0 auto;
}

@media (min-width:768px) {
  .feature {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .feature li {
    width: 32%;
  }
  
  .pc_none {
    display: none;
  }
}

@media (max-width:768px) {
  .feature_ttl {
    text-align: center;
    font-size: 22px;
    color: #2455a0;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  
   .feature li {
     margin-bottom: 20px;
  }
   .feature li:last-child {
     margin-bottom: 0px;
  }
  
}