@charset "utf-8";
.center {
  text-align: center;
}
.em_txt {
  font-weight: bold;
}
.content_mailmagazine {
  padding-block: 20px 60px;
}
.mailmagazine {
  margin-top: 20px;
}
.info_mailmagazine {
  display: grid;
  place-content: center;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  width: 820px;
  height: 206px;
  background: url(../images/mailmagazine/bg_txt.png) no-repeat;
  margin: 40px auto;
}
.info_mailmagazine p span {
  color: #ff0000;
}
.notification {
  width: 608px;
  margin: 20px auto;
}
.flow {
  margin-top: 70px;
}
.flow > * + * {
  margin-top: 40px;
}
.tit_esthe {
  font-size: 18px;
  margin: 0 30px;
}
.txt_flow .em_txt {
  text-decoration: underline;
}
.txt_flow .em_txt:hover {
  text-decoration: none;
}
.btn {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 450px;
  height: 80px;
  line-height: 80px;
  background: #6d372f;
  border-radius: 5px;
  display: block;
  margin: 0 auto 20px;
  position: relative;
}
.btn:before {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 16px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
}
.qr {
  width: 660px;
  height: 200px;
  background: url(../images/mailmagazine/qr.png) no-repeat;
  display: table;
  padding-left: 285px;
  margin: 40px auto 0;
  box-sizing: border-box;
}
.qr > * {
  display: table-cell;
  vertical-align: middle;
}
.qr span {
  color: #b60401;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}
