@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
#subArea div {
  font-size: 4.2rem;
  font-weight: bold;
  color: #002066;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  #subArea div {
    font-size: calc(3.2rem + ((1vw - 3.75px) * 1.2121));
  }
}
@media screen and (max-width: 834px) {
}
@media screen and (max-width: 640px) {
}
