.hero {
  position: relative;
}
.hero_lead {
  position: absolute;
  top: 42px;
  left: 20px;
  z-index: 1;
}
.hero_lead span {
  display: inline-block;
  padding: 0 10px;
  background-color: rgba(0,154,207,0.8);
  font-size: 28px;
  color: #fff;
  line-height: 1.45;
}
body.win .hero_lead span {
  padding-top: 1px;
}
@media all and (-ms-high-contrast: none){
  body.win .hero_lead span {
    padding-top: 1px;
  }
}
.hero_lead span:first-child {
  padding-left: 0;
}
.hero_bg {
  position: relative;
  z-index: 0;
  margin-bottom: 0;
}
.hero_bg .g-img {
  width: 100%;
}
.g-section-lv2 {
  padding-top: 0;
}
.g-section-lv2::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto 25px;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-top: 30px solid #00CDFF;
}
.g-ttl-2_sub {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #09c;
}
.g-ttl-2 {
  margin-bottom: 16px;
}
.g-ttl-2 + .g-p {
  margin-bottom: 26px;
}
.g-ttl-2_sub::before,
.g-ttl-2_sub::after {
  content: '';
  display: inline-block;
  width: 15px;margin: 0 10px;
  border-top: 1px solid #09c;
  vertical-align: middle;
}
.g-column.history {
  margin-bottom: 30px;
  padding: 0;
}
.g-column.history .g-grid-2 {
  margin: 0;
}
.rtl .g-grid_el {
  float: right;
}
.g-column.history .g-grid_el {
  padding: 0;
}
.g-column.history .g-ttl-3,
.g-column.history .g-p {
  margin: 0 30px;
}
.g-column.history .g-ttl-3 {
  margin-top: 36px;
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 1.45;
}
.g-column.history .g-p {
  margin-bottom: 10px;
}
.g-column.history .g-img {
  margin-bottom: 0;
  vertical-align: top;
}
.after_img img {
  width: 100%;
}
.value_item {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}
.value .g-ttl-3 {
  font-size: 18px;
}
.value .g-ttl-3 .emphasis {
  font-size: 24px;
  color: #09c;
}
.value .g-media-h,
.value .g-p,
.value .g-img {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px){
  .hero_bg .g-img {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .hero_lead {
    position: static;
    padding: 10px 5px 9px;
    background-color: rgba(0, 154, 207, 1);
  }
  .hero_lead span {
    display: block;
    font-size: 20px;
  }
}
@media only screen and (max-width: 720px){
  .g-column.history .g-grid_el {
    float: none;
    width: 100%;
  }
  .g-column.history .g-p {
    margin-bottom: 17px;
  }
  .g-column.history .g-img {
    width: 100%;
  }
}
