/* /* ===============================
  共通
=============================== */
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}

.content-wrap {
  position: relative;
  background-color: #fef8dd;
}

.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/thankspost/utsukushinokuni/image/img_content_bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.content {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  background-color: #fff;
}

.page-complete {
  background-color: #fff3f3;
}
/* ===============================
  ヒーロー
=============================== */
.page-create .hero {
  text-align: center;
  box-sizing: border-box;
  padding: 0 15px;
  background: url(/thankspost/utsukushinokuni/image/edit_bg_001.png) no-repeat
    center top 8px;
}

@media screen and (max-width: 768px) {
  .page-create .hero {
    background: url(/thankspost/utsukushinokuni/image/edit_bg_001.png)
      no-repeat center top -54px;
  }
}

.hero__heading {
  padding: 0;
  border-radius: 0;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-bottom: 41px;
}

.hero__stats {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.hero__stat {
  width: 48%;
  text-align: center;
  position: relative;
}

.hero__stat:nth-child(1) .hero__statLabel {
  width: 130px;
  position: absolute;
  top: -27px;
  left: 11px;
  z-index: 10;
}

.hero__stat:nth-child(2) .hero__statLabel {
  width: 143px;
  position: absolute;
  top: -21px;
  left: 37px;
  z-index: 10;
}

.hero__statLabel img {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .hero__statLabel img {
    width: 90%;
  }
}

.hero__statBubble {
  position: relative;
}

.hero__statBubble img {
  width: 100%;
  display: block;
}

.hero__statValue {
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 4.5rem;
  white-space: nowrap;
  font-family: noto-sans jp;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .hero__statValue {
    font-size: 4rem;
  }
}

.hero__statNote {
  position: absolute;
  bottom: 41%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6rem;
  font-weight: 600;
  font-family: noto-sans jp;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .hero__statNote {
    font-size: 1.4rem;
  }
}

.hero__mv{
	position: relative;
}

.hero__visual {
  /*max-width: 418px;*/
  margin: 0 auto;
}

.hero__visual img {
  width: 100%;
  display: block;
  /*margin-top: 15px;*/
}

.hero__cta {
  margin-top: 15px;
}

.hero__button {
  white-space: nowrap;
  font-family: notosans-jp;
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 19px 65px 23px 38px;
  margin-top: 16px;
  border-radius: 35px;
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  background: #3f7d0d;
  height: 70px;
  line-height: 1;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .hero__button {
    padding: 21px 28px 21px 0;
    font-size: 2.4rem;
  }
}

.hero__button::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 30px;
  width: 14px;
  height: 18px;
  content: "";
  background-image: url(/thankspost/utsukushinokuni/image/button_arrow_01.png);
  background-repeat: no-repeat;
}

.hero__button:hover {
  text-decoration: none;
  background: #fff;
  color: #3f7d0d !important;
  border: solid 2px;
  transition: all 1s;
}

.hero__button:hover::after {
  background-image: url(/thankspost/utsukushinokuni/image/button_arrow_03.png);
}

.hero__lead {
  margin-top: 30px;
  font-size: 13px;
  line-height: 1.6;
}

.hero__lead .arrow {
  width: 32px;
  margin: 0 auto 31px;
}

.hero__lead p {
  font-family: noto-sans jp;
  font-size: 2rem;
  font-weight: 600;
}

.hero__text {
  color: #3f7d0d;
  font-size: 2.8rem;
}

.hero__text span{
  font-size: 2.2rem;
}

.hero__text02 {
  font-size: 2.2rem;
}

.hero__strong {
  color: #3f7d0d;
  font-size: 2.8rem;
  text-decoration: underline 1px;
}

.hero__accent {
  color: #cd1821;
  font-weight: bold;
  font-size: 2.3rem;
}

.hero__lead .message__image {
  width: 409px;
  margin: 5px auto 0;
}

@media screen and (max-width: 769px) {
  .hero__lead .message__image {
    width: 100%;
  }
  .hero__accent {
  color: #cd1821;
  font-weight: bold;
  font-size: 2rem;
  }
}

/* ===============================
  利用者の声
=============================== */
.voice {
  margin-top: 40px;
  text-align: center;
}

.voice__inner {
  position: relative;
  padding: 27px 15px 63px;
}

.voice__heading {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  background: #3f7d0d;
  padding: 1.2rem;
  white-space: nowrap;
  width: 36rem;
}

.voice__headingText {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 400;
  font-family: noto-sans jp;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .voice__headingText {
    color: #fff;
    font-size: 2.3rem;
    font-weight: 400;
    font-family: noto-sans jp;
    line-height: 1;
  }
}

.voice__box {
  border: 2px solid #2c7a1f;
  background: #f8e9c7;
  border-radius: 10px;
  padding: 5.5rem 2rem 2.5rem;
}

.voice__item {
  background: #fff;
  border-radius: 10px;
  padding: 20px 15px;
}

.voice__item:first-child {
  margin-bottom: 30px;
}

.voice__text {
  font-size: 13px;
  text-align: left;
  font-size: 2rem;
  font-family: noto-sans jp;
  line-height: 2;
}

/* ===============================
  手順
=============================== */
.howtocreate {
  text-align: center;
  box-sizing: border-box;
  padding: 0 15px 60px;
  background-color: #fff3f3;
}

.howtocreate__heading {
  color: #fff;
  padding: 0;
  border-radius: 0;
  width: calc(100% + 30px);
  margin: 0 -15px 41px;
}

.howtocreate__heading img {
  width: 100%;
  display: block;
}

.howtocreate__card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 10px 20px 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.howtocreate__header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.howtocreate__stepImage {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
}

.howtocreate__stepImage img {
  display: block;
}

.howtocreate__title {
  padding-left: 100px;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.78;
  font-family: noto-sans jp;
  color: #3f7d0d;
  text-align: left;
}

.howtocreate__desc {
  margin-bottom: 31px;
  text-align: left;
  font-size: 2rem;
  font-family: noto-sans jp;
  line-height: 2;
  padding-top: 25px;
  font-weight: 500;
}

.howtocreate__title.--single {
  padding-top: 20px;
}

.howtocreate__card:has(.howtocreate__title.--single) .howtocreate__desc {
  padding-top: 50px;
}

.howtocreate__image img {
  width: 100%;
  display: block;
  /* border-radius: 6px;
  border: 2px solid #f5c2c2; */
}

.howtocreate__arrow {
  width: 32px;
  margin: 20px auto;
}

/* ===============================
  フォーム
=============================== */
.cardcreate {
  text-align: center;
  box-sizing: border-box;
  padding: 0 15px;
}

.cardcreate__heading {
  color: #fff;
  padding: 0;
  border-radius: 0;
  width: calc(100% + 30px);
  margin: 0 -15px 40px;
}

.cardcreate__heading img {
  width: 100%;
  display: block;
}

.cardcreate__type {
  display: flex;
  gap: 20px;
}

.cardcreate__typeItem {
  flex: 1;
  cursor: pointer;
  width: 200px;
}

.cardcreate__typeItem input {
  display: none;
}

@media screen and (max-width: 768px) {
  .cardcreate__typeItem {
    width: calc((100% - 50px) / 2);
  }
}

.cardcreate__typeBox {
  display: block;
  border: 2px solid #e60012;
  border-radius: 10px;
  padding: 15px 16px 30px;
  text-align: center;
  background: #fff;
}

.cardcreate__title {
  font-size: 2rem;
  font-weight: 600;
  font-family: noto-sans jp;
  line-height: 1.8;
  margin-bottom: 5px;
}

.cardcreate__accent {
  color: #e60012;
  font-weight: bold;
  font-size: 2.8rem;
  font-family: noto-sans jp;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .cardcreate__accent {
    font-size: 2.2rem;
  }
}

.cardcreate .arrow {
  width: 32px;
  margin: 0 auto;
  padding-top: 20px;
}

.cardcreate__card {
  display: block;
  padding: 16px 14px 25px;
  border-radius: 10px;
  color: #fff;
  height: 144px;
  margin-top: 20px;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
}

.cardcreate__typeItem:nth-child(1) .cardcreate__card {
  padding: 22px 14px 25px;
}

.cardcreate__card--send {
  background: #dd3e00;
}

.cardcreate__card--receive {
  background: #d8006a;
}

.cardcreate__icon {
  width: 61px;
  display: block;
  margin: 0 auto 9px;
}

.cardcreate__typeItem:nth-child(1) .cardcreate__icon {
  width: 52px;
  margin: 0 auto 20px;
}

.cardcreate__cardText {
  display: block;
  font-weight: 600;
  font-size: 2rem;
  font-family: noto-sans jp;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .cardcreate__cardText {
    font-size: 1.6rem;
  }
}

.cardcreate__typeItem input:checked + .cardcreate__typeBox {
  border-color: #cd1821;
  box-shadow: 0 0 0 2px #cd1821;
}

.cardcreate__block {
  position: relative;
}

#step2 {
  margin-top: 90px;
}
#step3 {
  margin-top: 100px;
}
.cardcreate__block:has([name="step4"]) {
  padding-top: 50px;
}

.cardcreate__block p {
  font-weight: 500;
  font-size: 1.8rem;
  font-family: noto-sans jp;
  text-align: left;
}

.cardcreate__block input {
  border: 2px solid #cd1821;
  width: 100%;
  height: 160px;
  margin-top: 21px;
  padding: 12px 21px 16px 20px;
  text-align: left;
}

.cardcreate__list {
  position: relative;
  border: 2px solid #e60012;
  border-radius: 16px;
  padding: 40px 20px 40px;
  background: #fff3f3;
}

.cardcreate__label {
  position: absolute;
  top: -52px;
  left: calc(50% - 49px);
  width: 98px;
  height: 52px;
  z-index: 2;
}

.cardcreate__label img {
  margin: 14px auto 0;
  display: block;
}

.cardcreate__head {
  white-space: nowrap;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 30px;
  font-size: 2rem;
  font-family: noto-sans jp;
  font-weight: 500;
  padding: 31px 42px 31px 43px;
  background: #cd1821;
}

@media screen and (max-width: 768px) {
  .cardcreate__head {
    padding: 31px 0;
    font-size: 1.7rem;
  }
}

.cardcreate__item input {
  display: none;
}

.cardcreate__item span.card {
  width: 180px;
  height: 144px;
  display: block;
  overflow: hidden;
}

.cardcreate__item span.message {
  width: 180px;
  height: 160px;
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .cardcreate__item span.card, .cardcreate__item span.message {
    width: 100%;
    height: auto;
  }
}

.cardcreate__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .cardcreate__grid {
    gap: 10px;
  }
}

.cardcreate__grid[data-image-type="receive"] {
  display: none;
}

.is_type_send .cardcreate__grid[data-image-type="send"] {
  display: grid;
}

.is_type_send .cardcreate__grid[data-image-type="receive"] {
  display: none;
}

.is_type_receive .cardcreate__grid[data-image-type="receive"] {
  display: grid;
}

.is_type_receive .cardcreate__grid[data-image-type="send"] {
  display: none;
}

.cardcreate__item input:checked + span {
  border: 3px solid #cd1821;
}

.submit_area {
  margin-top: 50px;
}

.submit_button {
  position: relative;
  display: block;
}

.submit_button::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 18px;
  content: "";
  background-image: url(/thankspost/utsukushinokuni/image/button_arrow_01.png);
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.submit_area input {
  font-family: notosans-jp;
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 23px 60px 24px 31px;
  margin-top: 16px;
  border-radius: 35px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  background: #3f7d0d;
  height: 70px;
  line-height: 0.7;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
}

.submit_area input:hover {
  text-decoration: none;
  background: #fff;
  color: #3f7d0d !important;
  border: solid 2px;
  transition: all 1s;
}

@media screen and (max-width: 768px) {
  .submit_area input {
    font-size: 2.2rem;
    padding: 21px 28px 21px 0;
  }
}

.submit_area input::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 30px;
  width: 14px;
  height: 18px;
  content: "";
  background-image: url(/thankspost/utsukushinokuni/image/button_arrow_01.png);
  background-repeat: no-repeat;
}

.submit_button:hover::after {
  background-image: url(/thankspost/utsukushinokuni/image/button_arrow_03.png);
}

.submit_area input.is_disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* ===============================
  CTA
=============================== */
.cta {
  text-align: center;
  padding: 40px 15px 112px;
  margin-top: 40px;
  background: url(/thankspost/utsukushinokuni/image/edit_bg_002.png) no-repeat
    center top;
}

.cta__lead {
  width: 380px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .cta__lead {
    width: 100%;
  }
}

.cta__box,
.cta__products {
  width: 380px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .cta__box,
  .cta__products {
    width: 100%;
  }
}

.cta__lead img,
.cta__box img,
.cta__products img {
  width: 100%;
  display: block;
}

.cta__lead img {
  margin-bottom: 40px;
}

.cta__box img {
  margin-bottom: 32px;
}

.cta__products img {
  margin-bottom: 27px;
}
a:visited {
  color: #fff;
}
.cta__button {
  white-space: nowrap;
  font-family: notosans-jp;
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 26px 120px 25px 119px;
  margin-top: 16px;
  border-radius: 35px;
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration: none;
  height: 70px;
  line-height: 0.7;
  background-color: #cd1821;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .cta__button {
    padding: 23px 0;
  }
}

.cta__button::before {
  position: absolute;
  top: 0px;
  left: 5px;
  width: 77px;
  height: 66px;
  content: "";
  background-image: url(/thankspost/utsukushinokuni/image/cta_button.png);
  background-repeat: no-repeat;
}

.cta__button::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 30px;
  width: 16px;
  height: 21px;
  content: "";
  background-image: url(/thankspost/utsukushinokuni/image/button_arrow_05.png);
  background-repeat: no-repeat;
}

.cta__button:hover {
  text-decoration: none;
  background: #fff;
  color: #cd1821;
  border: solid 2px;
  transition: all 1s;
}

.cta__button:hover::after {
  background-image: url(/thankspost/utsukushinokuni/image/button_arrow_04.png);
}

.cta__note {
  line-height: 1;
  font-size: 1.8rem;
  color: #000;
  font-weight: 400;
  font-family: noto-sans jp;
  margin-top: 30px;
}

/* ===============================
  メッセージカード完成
=============================== */
.page-complete .complete {
  box-sizing: border-box;
  padding: 0 15px 130px;
}
.page-complete .complete .complete-title {
  max-width: 312px;
  margin: 0 auto;
}
.page-complete .complete .complete-lead {
  margin-top: 15px;
  font-size: 1.5rem;
  text-align: center;
}
.complete-card-img {
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  width: 300px;
  height: 240px;
}

.complete-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#messageImg {
  opacity: 0.3;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

.page-complete .share {
  box-sizing: border-box;
  margin-top: 48px;
  border-radius: 12px;
}
.page-complete .share .share-heading {
  font-size: 1.6rem;
  font-weight: bold;
  color: #581d03;
  text-align: center;
}
.page-complete .share .share-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto 0;
}

@media screen and (max-width: 768px) {
  .page-complete .share .share-list {
    gap: 10px;
  }
}

.page-complete .share .share-item {
  width: 120px;
  height: 120px;
}

@media screen and (max-width: 768px) {
  .page-complete .share .share-item {
    width: calc((100% - 30px) / 3);
  }
}

.complete__heading {
  padding: 0;
  border-radius: 0;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-bottom: 40px;
}

.complete__cardInner {
  position: relative;
  width: 420px;
  height: 315px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .complete__cardInner {
    width: 100%;
    height: auto;
  }
}

#designImg {
  display: block;
  width: 420px;
  height: 315px;
}

#messageImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  height: 315px;
}

@media screen and (max-width: 768px) {
  #designImg,
  #messageImg {
    width: 100%;
    height: auto;
  }
}

.complete__freeTextArea {
  border: 2px solid #e60012;
  padding: 12px 21px 16px 20px;
  text-align: left;
  background: #fff;
  width: 100%;
  margin: 36px auto 60px;
  height: 160px;
}

#freeText {
  font-size: 2rem;
  line-height: 2;
}

.share {
  text-align: center;
  margin-top: 30px;
}

.page-complete .share-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

.page-complete .share-card__inner {
  width: 82px;
  height: 83px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.page-complete .share-item a {
  display: block;
  width: 120px;
  height: 120px;
  padding: 4px 6px 21px;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  .page-complete .share-item a {
    width: 100%;
  }
}

.page-complete .share-item a.pc {
  display: block;
}

.page-complete .share-item a.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .page-complete .share-item a.pc {
    display: none;
  }

  .page-complete .share-item a.sp {
    display: block;
  }
}

.page-complete .share-item img {
  display: block;
  margin: 0 auto;
}

.page-complete .share-item:nth-child(1) img {
  width: 82px;
}

.page-complete .share-item:nth-child(2) img {
  width: 44px;
}

.page-complete .share-item:nth-child(3) img {
  width: 36px;
}

.page-complete .share-card__text {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: noto-sans jp;
}

@media screen and (max-width: 768px) {
  .page-complete .share-card__text {
    font-size: 1.5rem;
  }
}

.page-complete .share-item:nth-child(1) a {
  background: #06c755;
}

.page-complete .share-item:nth-child(2) a {
  background: #1b68ff;
}

.page-complete .share-item:nth-child(3) a {
  background: #9d23fd;
}

.page-complete .back__button {
  display: block;
  width: 100%;
  margin: 50px auto 0;
  white-space: nowrap;
  padding: 23px 65px 24px 37px;
  height: 70px;
  line-height: 1;
  border-radius: 35px;
  background: #3f7d0d;
  color: #fff;
  font-weight: 600;
  font-size: 2.5rem;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-family: noto-sans jp;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .page-complete .back__button {
    padding: 23px 25px 0 0;
    font-size: 2.2rem;
  }
}

.back__button::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 30px;
  width: 14px;
  height: 18px;
  content: "";
  background-image: url(/thankspost/utsukushinokuni/image/button_arrow_01.png);
  background-repeat: no-repeat;
}

.page-complete .back__button:hover {
  text-decoration: none;
  background: #fff;
  color: #3f7d0d;
  border: solid 2px;
  transition: all 1s;
}

.page-complete .back__button:hover::after {
  background-image: url(/thankspost/utsukushinokuni/image/button_arrow_03.png);
}

.complete__note {
  margin-top: 20px;
  padding: 0;
  list-style: none;
}

.complete__noteText {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: noto-sans jp;
  line-height: 2;
  margin-bottom: 5px;
  text-align: left;
}

.complete__notice {
  margin-top: 30px;
  text-align: center;
}

.complete__noticeBox {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.complete__noticeHead {
  font-family: noto-sans jp;
  background: #df121c;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 17px;
  line-height: 1;
}

.complete__noticeBody {
  padding: 40px 20px;
}

.complete__noticeText {
  font-family: noto-sans jp;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 32px;
  text-align: center;
}

.complete__noticeText:last-child {
  margin-bottom: 0;
}

.complete__link {
  margin: 49px 0 51px;
}

.complete__link a {
  font-family: noto-sans jp;
  font-weight: 400;
  font-size: 2.5rem;
  position: relative;
  padding-left: 18px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .complete__link a {
    font-size: 2.3rem;
  }
}

.complete__link a:visited {
  color: #000;
}

.complete__link a::before {
  left: 0;
  position: absolute;
  top: calc(50% - 5px);
  right: 30px;
  width: 14px;
  height: 18px;
  content: "";
  background-image: url(/thankspost/utsukushinokuni/image/button_arrow_02.png);
  background-repeat: no-repeat;
}

.complete__note {
  margin-top: 20px;
  padding: 0;
  list-style: none;
}

.page-complete .restart__button {
  display: block;
  width: 100%;
  margin: 50px auto 0;
  white-space: nowrap;
  padding: 21px 87px 25px 76px;
  height: 70px;
  line-height: 1;
  border-radius: 35px;
  background: #3f7d0d;
  color: #fff;
  font-weight: 600;
  font-size: 2.5rem;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-family: noto-sans jp;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .page-complete .restart__button {
    padding: 21px 0;
    font-size: 2.3rem;
  }
}

.restart__button::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 30px;
  width: 14px;
  height: 18px;
  content: "";
  background-image: url(/thankspost/utsukushinokuni/image/button_arrow_01.png);
  background-repeat: no-repeat;
}

.page-complete .restart__button:hover {
  text-decoration: none;
  background: #fff;
  color: #3f7d0d;
  border: solid 2px;
  transition: all 1s;
}

.page-complete .restart__button:hover::after {
  background-image: url(/thankspost/utsukushinokuni/image/button_arrow_03.png);
}

/* ===============================
  贈られた方の画面
=============================== */
.page-receive {
  background-color: #fff3f3;
}
.page-receive .receive {
  text-align: center;
  box-sizing: border-box;
  padding: 60px 15px 0;
}

.page-receive .create__button {
  display: block;
  width: 100%;
  margin: 50px auto 0;
  white-space: nowrap;
  padding: 21px 71px 25px 60px;
  height: 70px;
  line-height: 1;
  border-radius: 35px;
  background: #3f7d0d;
  color: #fff;
  font-weight: 600;
  font-size: 2.5rem;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-family: noto-sans jp;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .page-receive .create__button {
    padding: 23px 25px 0 0;
    font-size: 2.2rem;
  }
}

.page-receive .create__button::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 30px;
  width: 14px;
  height: 18px;
  content: "";
  background-image: url(/thankspost/utsukushinokuni/image/button_arrow_01.png);
  background-repeat: no-repeat;
}

.page-receive .create__button:hover {
  text-decoration: none;
  background: #fff;
  color: #3f7d0d;
  border: solid 2px;
  transition: all 1s;
}

.page-receive .create__button:hover::after {
  background-image: url(/thankspost/utsukushinokuni/image/button_arrow_03.png);
}
