@charset 'utf-8';

.mobile-page-u96-u-fz-14 {
  font-size: 1.4rem!important;
}

.mobile-page-u96-text-strong-01 {
  color: #00999b;
  font-weight: bold;
}

.mobile-page-u96-text-strong-02 {
    color: #cd0000;
    font-weight: bold;
}

.mobile-page-u96-box-type07 {
  margin: 0 auto 0 auto;
  background: #fff;
  color: #333;
  border: 4px solid #e0e0e0;
  text-align: center;
}

@media screen and (min-width: 901px) {
  .mobile-page-u96-box-type07 {
    max-width: 950px;
    margin-top: 40px;
    padding: 40px;
  }

  .mobile-page-u96-u-pc-fz-40 {
    font-size: 4rem!important;
  }
}
@media screen and (max-width: 900px) {
  .mobile-page-u96-box-type07 {
    max-width: 100%;
    margin-top: 30px;
    padding: 30px 15px;
  }

  .mobile-page-u96-u-sp-fz-22 {
    font-size: 2.2rem!important;
  }
}