@charset "UTF-8";

#underlayer-ec {
  background-image: url(/assets/images/contact/ec-bg.jpg);
  background-position: center;
  background-size: cover;
}
.text-required {
  max-width: 50px;
}
.btn:hover {
  background-color: black;
  color: white!important;
}

/* Tablet以上 */
@media screen and (min-width:1024px) {

}