/* 20260420 add start */
#operating #wrapper #main_area #main_area_inner #result_area01 .result_area_inner .main_width h2 {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  position: relative;
  font-size: 30px;
  line-height: 1;
  padding: 32px 30px;
  letter-spacing: 12px;
  margin: 0 65px;
}

@media only screen and (max-width: 1024px) {
  #operating #wrapper #main_area #main_area_inner #result_area01 .result_area_inner .main_width h2 {
    font-size: 26px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #operating #wrapper #main_area #main_area_inner #result_area01 .result_area_inner .main_width h2 {
    margin: 0;
    padding: 28px 26px;
  }
}
@media only screen and (max-width: 500px) {
  #operating #wrapper #main_area #main_area_inner #result_area01 .result_area_inner .main_width h2 {
    font-size: 22px;
    padding: 20px 18px;
    line-height: 1.6;
  }
}
#operating #wrapper #main_area #main_area_inner #result_area01 .result_area_inner .main_width h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 2px solid #bfbfbf;
}

#operating #wrapper #main_area #main_area_inner #result_area01 .result_area_inner .main_width h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 2px solid #bfbfbf;
}

#result_area01 .result_intro > .inner > .block {
  max-width: 678px;
}

#result_area01 .result_intro > .inner > .block > .title > h3 {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #result_area01 .result_intro > .inner > .block > .title > h3 {
    font-size: 24px;
  }
}
.center-banner-wrap {
  margin-top: 40px;
  margin-inline: auto;
  text-align: center;
}

/* 20260420 add end */