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

.page_links li {
  width: 50% !important;
}

.btn_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.btn_box .btn {
  margin: 0;
}

.btn_box .btn + .btn {
  margin-left: 40px;
}

.gray_box h4 {
  font-size: 1.8rem !important;
}

.gray_box p {
  font-size: 1.4rem;
}

.risk h5 {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 740px) {
  .page_links li {
    width: 100% !important;
  }
  .btn_box {
    display: block;
    margin-bottom: 30px;
  }
  .btn_box .btn {
    margin: 0;
  }
  .btn_box .btn + .btn {
    margin-left: 0px;
    margin-top: 15px;
  }
  .gray_box h4 {
    font-size: 1.6rem !important;
  }
  .gray_box p {
    font-size: 1.3rem;
  }
}
