@charset "utf-8";

.e-post-button {
  display: inline-block;
  width: 260px;
  height: 44px;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: 1.5px solid #7B0027;
  vertical-align: middle;
  padding: 0px;
}

.e-post-button:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 24px;
  margin: 0px 0px 5px;
  background-image: url("../img/e-post.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: relative;
  right: 7px;
}

.e-post-button:after {
  content: "投資信託の電子帳票はこちら";
  display: inline-block;
  color: #000;
  white-space: nowrap;
  padding: 5px 0px;
}
