.subpage .title {
  background-position: center center;
}

.gray_box.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
}

.gray_box.flex h4 {
  width: 200px;
  text-align: center;
  flex-shrink: 0;
  line-height: 1.35;
}

.gray_box.flex h4 small {
  display: block;
  line-height: 1;
  font-size: 1.2rem;
}

@media screen and (max-width: 740px) {
  .gray_box.flex {
    display: block;
    padding-left: 15px;
  }
  .gray_box.flex h4 {
    width: 100%;
    text-align: left;
    flex-shrink: 0;
    line-height: 1.35;
  }
  .gray_box.flex h4 br {
    display: none;
  }
  .gray_box.flex h4 small {
    display: inline-block;
    line-height: 1;
    font-size: 1.2rem;
  }
  .gray_box.flex ul {
    font-feature-settings: "palt";
    text-align: justify;
  }
}
