@charset "UTF-8";

#underlayer-ec {
  background-image: url(/assets/images/common/footer-bg.jpg);
  background-position: center;
  background-size: cover;
}
.text-required {
  max-width: 50px;
}
.vh {
  height: 54vh;
}
::placeholder {
  font-size: .8rem;
  opacity: 0.3;
}
.f07 {
  font-size: .7rem!important;
}
.f08 {
  font-size: .8rem!important;
}

.bg-gray {
  background-color: #efefef !important;
}

@media screen and (min-width:768px) {
  main {
    font-size: 16px;
  }
}

/* Tablet以上 */
@media screen and (min-width:1024px) {
  ::placeholder {
    font-size: .8rem;
    opacity: 0.3;
  }
  .vh {
    height: 54vh;
  }

}