@charset "utf-8";

.bottom-contact {
  text-align: center;
  padding: 50px 0;
  background: #000;
  background: url(../new/images/top/top-bg-black.png);
  border-bottom: 35px solid #e60012;
  display: none;
}
.bottom-contact h3 {
  font-size: 34px;
  color: #fff;
}
.bottom-contact p {
  font-size: 24px;
  color: #fff;
}
.bottom-contact a {
  background: #e60012;
  display: block;
  width: 380px;
  padding: 16px;
  color: #fff !important;
  font-weight: bold;
  font-size: 26px;
  margin: 20px auto;
}

@media only screen and (max-width: 768px) {
  .bottom-contact h3,
  .bottom-contact p,
  .bottom-contact img {
    width: 80% !important;
    margin: 0 auto;
  }
  .bottom-contact h3 {
    font-size: 24px !important;
  }
  .bottom-contact a {
    font-size: 20px;
    padding: 10px;
  }
  .bottom-contact p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .bottom-contact {
    border-bottom: 8px solid #e60012;
  }
  .bottom-contact a {
    width: 80%;
    margin: 20px auto;
  }
}
@media screen and (max-width: 768px) {
  #contact_link {
    padding: 0 !important;
  }
  #tsutaya section#contact_link {
    padding: 0;
  }
}

html a[rel~='nofollow'] {
  outline: none !important;
  outline-offset: 0 !important;
}
