/*複数の送り先がある場合のご案内*/
.original-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 13px;
  border-radius: 3px;
  width: 190px;
  height: 27px;
  font-weight: bold;
  transition: 0.3s;
  background-color: #E41719;
}

.original-button:hover {
  opacity: .7;
}
.anchor {
    padding-top: 100px;
    margin-top:-100px;
}