@charset "utf-8";
body {
  counter-reset: number_1;
}

.box-bd-gr .h2-n{
  margin: 0 0 13px;
  text-align: center;
}

.box-txt {
  padding-left: 2em;
}
.num-txt {
  margin: 2em 0 0;
  font-weight: bold;
  font-size: 1.8rem;
}
.box-bd-gr .num-txt {
  padding-left: 2em;
  position: relative
}
.box-bd-gr .num-txt:before {
  counter-increment: number_1 1;
  content: counter(number_1) ".";
  position: absolute;
  left: 0;
  width: 1.25em;
  text-align: right;
}
@media only screen and (max-width:767.98px) {
  .box-bd-gr .h2-n{
    padding: 0;
  }
  .glay_box_01 {
    padding: 1em 1em 2em 1em;
  }
  .box-txt {
    padding: 0 1rem 0;
  }
  .num-txt {
    margin: 1rem 0 0;
    font-size: 1.5rem;
  }
  .box-bd-gr .num-txt {
    padding-left: 2rem;
  }
}
