#efaTransfer img {
  max-width: none;
  width: 100%;
  height: auto;
}

#efaTransfer h1 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}

#efaTransfer .pagetop__title {
  padding: 30px 0 50px;
}

#efaTransfer .pagetop__title h1 {
  position: relative;
  padding: 0 0 10px 0;
}

#efaTransfer .pagetop__title h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80px;
  height: 5px;
  background-color: #b60081;
}

#efaTransfer .module_freeimgbox {
  margin: 30px auto 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #efaTransfer {
    margin: 32px auto 0;
    width: 100%;
    max-width: 1080px;
  }
}

@media screen and (max-width: 768px) {
  #efaTransfer h1 {
    font-size: 26px;
  }

  #efaTransfer .content__inner {
    width: 100%;
    padding: 0 4vw;
  }
}
/*# sourceMappingURL=../../../sourcemaps/_transfer/efa/css/efa.css.map */