@charset "UTF-8";
.top-banner-section {
  background: center top / auto 100% no-repeat url(../img/contactus-bg.jpg);
}
.main-section {
  background-color: #f8f8f8;
}
.address-entry {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  background-color: #fff;
  position: relative;
}
.sns-logo-wrapper {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
.address-entry .coporation-name {
  font-size: 1.75rem;
  color: #000;
}
.address-entry .section-name {
  font-size: 1.125rem;
  line-height: 2.5rem;
  color: #15499a;
}
.address-entry .desc {
  color: #333;
}
.address-entry .info-wrapper {
  padding-right: 5rem;
}
.address-entry .info-wrapper span {
  display: inline-block;
  margin-right: 1rem;
}

#mapCard {
  height: 400px;
}

@media only screen and (max-width: 575px) {
  .sns-logo-wrapper {
    display: none;
  }
  .address-entry .info-wrapper {
    padding: 0;
  }
}
