@charset "UTF-8";
#contact-area {
  background: #cb2434;
  position: absolute;
  max-width: 1300px;
  width: 100%;
  height: 200px;
  bottom: inherit;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}

#contact-area h3 {
  background: #cb2434;
  width: 250px;
  position: absolute;
  text-align: center;
  top: 78px;
  z-index: 16;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}

#contact-area img {
  width: 60%;
}

#contact-area a {
  display: block;
  width: 75%;
  height: 60px;
  line-height: 60px;
  position: absolute;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  color: #fff;
  border: 1px solid #fff;
  padding: 1em;
  text-align: center;
  font-size: 1rem;
  line-height: 1.8em;
  z-index: 15;
}

#contact-area a:hover {
  background: transparent;
}

#contact-area a:after {
  content: " ";
  border-bottom: 1px solid #fff;
  width: 50px;
  position: absolute;
  right: -25px;
  top: 47%;
}
