@charset "utf-8";
.content_mailmagazine {
  padding-bottom: 60px;
}
.txt_c {
  text-align: center;
}
.m40 {
  margin: 40px 0;
}
.em_red,
.em_pink {
  font-size: 18px;
  font-weight: bold;
}
.em_red {
  color: #ff0000;
}
a.em_pink {
  color: #fb3790;
  text-decoration: underline;
}
a.em_pink:hover {
  text-decoration: none;
}
.mailmagazine-heading {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	column-gap: 15px;
	margin-top: 60px;
	padding-inline: 30px;
	font-size: 20px;
	font-weight: bold;
}
.mailmagazine-heading::before,
.mailmagazine-heading::after {
	height: 10px;
	background-image: linear-gradient(180deg, #f5d77e 5%, #fff 5%, #fff 20%, #f5d77e 20%, #f5d77e 25%, #fff 25%, #fff 40%, #f5d77e 40%, #f5d77e 50%, #f5d77e 50%, #f5d77e 55%, #fff 55%, #fff 70%, #f5d77e 70%, #f5d77e 75%, #fff 75%, #fff 90%, #f5d77e 90%, #f5d77e 100%);
	background-size: 20.00px 20.00px;
	content: "";
}
.mailmagazine-img {
  display: block;
  margin: 0 auto;
}
.mailmagazine-top {
  display: grid;
  place-content: center;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  width: 820px;
  height: 333px;
  background: url(../images/mailmagazine/bg_letter.png) no-repeat;
  margin: 30px auto 0;
}
.mailmagazine-top p span {
  color: #fb3690;
}
.price-table_text {
  margin-bottom: 20px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.price-table_text span {
  color: #d14070;
}
.txt_p {
  margin-top: -50px;
}
.list_flow li {
  text-align: center;
  width: 614px;
  height: 472px;
  background: url(../images/mailmagazine/deco_flow_t.png) no-repeat center 2px,
    url(../images/mailmagazine/deco_flow_b.png) no-repeat center 474px, #f5f5ef;
  border: 7px solid #f5f5ef;
  box-shadow: 0 2px 0 #fff inset, -2px 0 0 #fff inset, 0 -2px 0 #fff inset, 2px 0 0 #fff inset;
  padding-top: 44px;
  margin: 0 auto;
}
.list_flow li + li {
  position: relative;
  margin-top: 85px;
}
.list_flow li + li:before {
  content: "";
  width: 57px;
  height: 26px;
  background: url(../images/mailmagazine/arrow.png) no-repeat;
  display: block;
  position: absolute;
  top: -63px;
  left: 50%;
  margin-left: -28px;
}
.txt_flow {
  font-size: 18px;
  line-height: 26px;
  margin: 25px 0 40px;
}

.btn {
  position: relative;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  width: 450px;
  height: 80px;
  line-height: 80px;
  background: #fe77a7;
  border-radius: 5px;
  display: block;
  margin: 40px auto 20px;
}
.btn::before {
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

.mailmagazine-qr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 628px;
  border: 1px solid #acacac;
  padding: 25px 0;
  margin: 40px auto 0;
}
.mailmagazine-qr_text {
  margin-left: 30px;
}
.mailmagazine-qr_text span {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
