.after_support {
  padding: 25px 15px 0;
}
@media screen and (min-width: 768px) {
  .after_support {
    padding-top: 80px;
  }
}
.after_support .ncr_container {
  max-width: 1200px;
}
.after_support .header_lv2 > span {
  display: inline-block;
}
.after_support_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .after_support_wrapper {
    margin-top: 50px;
  }
}
.after_support_wrapper > *:last-child {
  margin-bottom: 0;
}
.after_support_imgWrapper {
  width: 100%;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .after_support_imgWrapper {
    width: 33.3333333333%;
    padding-bottom: 170px;
    margin-bottom: 0;
  }
}
.after_support_imgWrapper::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.after_support_imgWrapper::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 150px;
  height: 150px;
}
@media screen and (min-width: 768px) {
  .after_support_imgWrapper::after {
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .after_support_imgWrapper::after {
    width: 260px;
    height: 260px;
  }
}
.after_support_imgWrapper:nth-of-type(1)::before {
  background-image: url("/wp-content/uploads/support_icon_01.png");
  width: 60px;
  height: 66px;
  left: auto;
  right: 0;
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
}
@media screen and (min-width: 768px) {
  .after_support_imgWrapper:nth-of-type(1)::before {
    width: 80px;
    height: 88px;
    -webkit-transform: translate(20%, -60%);
            transform: translate(20%, -60%);
  }
}
@media screen and (min-width: 1024px) {
  .after_support_imgWrapper:nth-of-type(1)::before {
    -webkit-transform: translate(0, -80%);
            transform: translate(0, -80%);
  }
}
.after_support_imgWrapper:nth-of-type(1)::after {
  background-image: url("/wp-content/uploads/support_image_01.png");
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .after_support_imgWrapper:nth-of-type(1) img {
    margin-right: auto;
  }
}
.after_support_imgWrapper:nth-of-type(2)::before {
  background-image: url("/wp-content/uploads/support_icon_02.png");
  width: 80px;
  height: 57px;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
}
@media screen and (min-width: 768px) {
  .after_support_imgWrapper:nth-of-type(2)::before {
    width: 100px;
    height: 71px;
    -webkit-transform: translate(0, 120%);
            transform: translate(0, 120%);
  }
}
@media screen and (min-width: 1024px) {
  .after_support_imgWrapper:nth-of-type(2)::before {
    -webkit-transform: translate(10%, 80%);
            transform: translate(10%, 80%);
  }
}
.after_support_imgWrapper:nth-of-type(2)::after {
  background-image: url("/wp-content/uploads/support_image_02.png");
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .after_support_imgWrapper:nth-of-type(2)::after {
    left: 50%;
    bottom: -70px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .after_support_imgWrapper:nth-of-type(2) {
    margin-top: 40px;
  }
}
.after_support_imgWrapper:nth-of-type(2) img {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .after_support_imgWrapper:nth-of-type(2) img {
    margin-right: auto;
    margin-left: auto;
  }
}
.after_support_imgWrapper:nth-of-type(3)::before {
  background-image: url("/wp-content/uploads/support_icon_03.png");
  width: 60px;
  height: 68px;
  left: auto;
  right: 0;
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
}
@media screen and (min-width: 768px) {
  .after_support_imgWrapper:nth-of-type(3)::before {
    width: 80px;
    height: 90px;
    left: 0;
    right: auto;
    -webkit-transform: translate(-20%, -60%);
            transform: translate(-20%, -60%);
  }
}
@media screen and (min-width: 1024px) {
  .after_support_imgWrapper:nth-of-type(3)::before {
    -webkit-transform: translate(0, -80%);
            transform: translate(0, -80%);
  }
}
.after_support_imgWrapper:nth-of-type(3)::after {
  background-image: url("/wp-content/uploads/support_image_03.png");
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .after_support_imgWrapper:nth-of-type(3)::after {
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .after_support_imgWrapper:nth-of-type(3) img {
    margin-left: auto;
  }
}
.after_support_imgWrapper img {
  display: block;
  width: 60%;
  height: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .after_support_imgWrapper img {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .after_support_imgWrapper img {
    width: 75%;
  }
}
.after_support_arrow {
  display: block;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 25px solid #faee00;
  border-bottom: 0;
  margin: 15px auto;
}
@media screen and (min-width: 768px) {
  .after_support_arrow {
    margin: 150px auto 80px;
  }
}
.after_support_body {
  position: relative;
  padding-left: 90px;
  padding-bottom: 25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .after_support_body {
    text-align: left;
    padding-bottom: 50px;
  }
}
.after_support_body::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/wp-content/uploads/support_ambassador.png"');
  display: block;
  width: 180px;
  height: 241px;
  left: -65px;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .after_support_body::before {
    width: 280px;
    height: 375px;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .after_support_body {
    padding-left: 300px;
  }
}
.after_support_ttlSub {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .after_support_ttlSub {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .after_support_ttlSub {
    margin-bottom: 15px;
  }
}
.after_support_ttlSub > span {
  display: inline-block;
}
.after_support_ttlMain {
  display: inline-block;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: left;
  padding: 0 2px 4px;
}
@media screen and (min-width: 1024px) {
  .after_support_ttlMain {
    display: inline-block;
    line-height: 1;
    font-size: 3rem;
    padding: 0 2px 0px;
  }
}
@media screen and (min-width: 768px) {
  .after_support_ttlMain br {
    display: none;
  }
}
.after_support_ttlMain > span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #faee00));
  background: -webkit-linear-gradient(transparent 70%, #faee00 0%);
  background: linear-gradient(transparent 70%, #faee00 0%);
}
.after_support_txt {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .after_support_txt {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .after_support_txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .after_support_txt br {
    display: none;
  }
}
.after_support_txt > span {
  display: inline-block;
}
/*# sourceMappingURL=lp-taishoku-compile.css.map */
