/* common */
.wrapper {
  width: 1060px;
  margin: 0 auto;
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#footer {
  margin-top: 0 !important;
}
.link_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.link_wrap .contact-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48%;
  height: 90px;
  font-size: 24px;
  line-height: 90px;
  background-color: #e85b0a;
  border-bottom: 6px solid #b34201;
  text-align: center;
  color: #fff;
}
.link_wrap .contact-link i {
  font-size: 30px;
  margin-right: 10px;
}
.link_wrap .contact-link span {
  font-size: 13px;
  position: absolute;
  padding-left: 2%;
  top: 27px;
  display: block;
}
.link_wrap .contact-link:hover {
  margin-top: 6px;
  border-bottom: none;
  opacity: 1;
}
ul {
  padding-left: 20px;
  margin-bottom: 40px;
}
li {
  list-style: outside;
  list-style-type: disc;
}

/* friend_campaign */
#friend_campaign {
  font-size: 20px;
}
#friend_campaign .toptext p {
  color: #f15a24;
  font-size: 29px;
  text-align: center;
  margin-bottom: 80px;
}
#friend_campaign .toptext p span {
  font-size: 40px;
  font-weight: bold;
  display: inline-block;
  line-height: 1.3em;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 65%, #fffe37 65%);
}
#friend_campaign h3 {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  color: #19a4ad;
  margin-bottom: 40px;
}
#friend_campaign h3::before {
  content: "";
  display: inline-block;
  background-image: url("../images/special/friend_campaign/lines-left.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 0.8em;
  width: 0.4em;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  padding-right: 0.15em;
}
#friend_campaign h3::after {
  content: "";
  display: inline-block;
  background-image: url("../images/special/friend_campaign/lines-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 0.8em;
  width: 0.4em;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  margin-left: 0.1em;
}
#friend_campaign .step {
  display: flex;
  justify-content: flex-start;
  background-color: #fcf3ef;
  position: relative;
  margin-bottom: 45px;
}
#friend_campaign .step-wrapper:last-of-type .step {
  margin-bottom: 0;
}
#friend_campaign .step::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 14.5px 0 14.5px;
  border-color: #f87721 transparent transparent transparent;
  position: absolute;
  top: 110%;
  left: 50%;
}
#friend_campaign .step-wrapper:last-of-type .step::after {
  display: none;
}
#friend_campaign .pointer {
  background-color: #f87821;
  color: #fff;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  position: relative;
}
#friend_campaign .pointer::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.35em 0 1.3em 1.2em;
  border-color: transparent transparent transparent #f87721;
  position: absolute;
  right: -1.2em;
}
#friend_campaign .step-body {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 35px 75px;
}
#friend_campaign .orange-bg {
  background-color: #fcf6ec;
}
#friend_campaign .center-text {
  text-align: center;
  margin-bottom: 80px;
}

/* thankyou_campaign */
#thankyou_campaign {
  font-size: 20px;
}
#thankyou_campaign .toptext {
  font-size: 31px;
  text-align: center;
  color: #00959f;
  font-weight: 500;
}
#thankyou_campaign .toptext span {
  font-size: 39px;
  color: #ea575d;
}
#thankyou_campaign .yellow-bg {
  background-color: #fffce5;
}
#thankyou_campaign .ttl-bg {
  text-align: center;
}
#thankyou_campaign .garland {
  text-align: center;
}
#thankyou_campaign .garland img {
  width: 100%;
  max-width: 350px;
}
#thankyou_campaign h3 {
  font-size: 40px;
  color: #00959f;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  padding: 10px 40px;
  margin: 40px 0;
  font-family: vdl-linegr, sans-serif;
  font-style: normal;
  font-weight: 400;
}
#thankyou_campaign .ttl-bg-1 h3 {
  background-image: url("../images/special/thankyou_campaign/title-1.png");
  width: 260px;
}
#thankyou_campaign .ttl-bg-2 h3 {
  background-image: url("../images/special/thankyou_campaign/title-2.png");
  width: 220px;
}
#thankyou_campaign .ttl-bg-3 h3 {
  background-image: url("../images/special/thankyou_campaign/title-3.png");
  width: 300px;
}
#thankyou_campaign .ttl-line {
  width: 100%;
  height: 2px;
  background-color: #00959f;
  position: absolute;
}
#thankyou_campaign .ttl-bg-2 + .ttl-line {
  top: 16.5%;
}
#thankyou_campaign .ttl-bg-3 + .ttl-line {
  top: 8.5%;
}
#thankyou_campaign .subject {
  display: flex;
  justify-content: space-between;
}
#thankyou_campaign .dashed-container {
  width: 26%;
  border: 2px dashed #f9cd15;
  padding: 40px 25px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#thankyou_campaign .dashed-container p {
  letter-spacing: -1px;
  text-align: center;
}
#thankyou_campaign .dashed-container::before {
  content: "";
  background-image: url("../images/special/thankyou_campaign/star-top-left.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 22px;
  width: 22px;
  position: absolute;
  top: 6%;
  margin-left: -87%;
}
#thankyou_campaign .dashed-container::after {
  content: "";
  background-image: url("../images/special/thankyou_campaign/star-bottom-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 22px;
  width: 22px;
  position: absolute;
  bottom: 6%;
  margin-right: -87%;
}
#thankyou_campaign .special-container {
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #00959f;
  position: relative;
  margin-top: 212px;
}
.special-container-inner {
  padding: 85px 30px 15px;
}
#thankyou_campaign .special-container span {
  font-size: 21px;
  color: #ea575d;
  font-weight: 500;
}
#thankyou_campaign .special-container img {
  position: absolute;
}
#thankyou_campaign .special-container-1 img {
  top: -54%;
  left: 10%;
}
#thankyou_campaign .special-container-2 img {
  top: -40%;
  right: 10%;
  z-index: 2;
}
#thankyou_campaign .special-container .ttl-bg {
  position: absolute;
}
#thankyou_campaign .special-container .ttl-bg-2 {
  left: 35%;
  top: -33%;
}
#thankyou_campaign .special-container .ttl-bg-3 {
  left: 31%;
  top: -17%;
}
#thankyou_campaign .guide {
  margin-bottom: 70px;
}
#thankyou_campaign .inner-list {
  display: flex;
  margin: 0 0 40px 20px;
}

@media screen and (max-width: 768px) {
  /* common */
  .wrapper {
    width: 100%;
    padding: 80px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .link_wrap {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
  }
  .link_wrap .contact-link {
    width: 100%;
    max-width: 500px;
    height: 80px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 80px;
  }
  .link_wrap .contact-link:hover {
    border-bottom: none;
  }
  .link_wrap .contact-link span {
    font-size: 13px;
    padding-left: 5%;
  }
  /* friend_campaign */
  #friend_campaign .toptext p {
    font-size: 25px;
  }
  #friend_campaign .toptext p span {
    font-size: 35px;
  }
  #friend_campaign h3 {
    font-size: 45px;
  }
  #friend_campaign .step-body {
    padding: 20px 30px;
  }
  #friend_campaign .pointer {
    padding: 15px 25px;
    font-size: 30px;
  }
  #friend_campaign .pointer::after {
    display: none;
  }
  #friend_campaign li span {
    margin: 0;
  }

  /* thankyou_campaign */
  #thankyou_campaign .toptext {
    font-size: 25px;
  }
  #thankyou_campaign .toptext span {
    font-size: 32px;
  }
  #thankyou_campaign .special-container {
    margin-top: 230px;
  }
  #thankyou_campaign h3 {
    font-size: 35px;
  }
  #thankyou_campaign .subject {
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
  #thankyou_campaign .dashed-container {
    width: 100%;
    max-width: 350px;
    margin-bottom: 20px;
  }
  #thankyou_campaign .special-container .ttl-bg-2 {
    left: 27%;
    top: -29%;
  }
  #thankyou_campaign .special-container .ttl-bg-3 {
    left: 19%;
    top: -15%;
  }
  #thankyou_campaign .special-container-1 img {
    left: 5%;
  }
  #thankyou_campaign .special-container-2 img {
    right: 2%;
    top: -36%;
  }
  #thankyou_campaign .ttl-bg-2 + .ttl-line {
    top: 13%;
  }
  #thankyou_campaign .ttl-bg-3 + .ttl-line {
    top: 7.3%;
  }
}
