@charset "UTF-8";

.orz_bn {
  text-align: center;
}

.h2_text h2 {
  margin-bottom: 20px;
  font-size: 32px;
}

h2 span.text_d {
  font-size: 65px;
  color: #f53636;
}

.h2_text h2 {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}

.h2_text h2::before {
  content: "";
  position: absolute;
  background: #c59330;
  height: 5px;
  width: 100%;
  bottom: 15px;
  left: 0;
}

@media screen and (max-width: 800px){
  .h2_text h2 {
    font-size: 24px;
  }

  h2 span.text_d {
    font-size: 55px;
  }
}