/* common */
html {
  scroll-behavior: smooth;
}

* {
  scroll-margin-top: 88px;
}

@media screen and (max-width: 767px) {
  * {
    scroll-margin-top: 62px;
  }
}

h2 {
  font-family: "M PLUS Rounded 1c";
  font-size: 36px;
  color: #000;
  font-weight: bold;
}

h3 {
  font-family: "M PLUS Rounded 1c";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000;
}

p {
  font-family: "Noto Sans";
  line-height: 160%;
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

.red {
  color: #E02629;
}

.red-big {
  font-size: 200%;
}

ul li {
  color: #000;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  list-style: disc;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }

  p,
  ul li {
    font-size: 16px;
    line-height: 1.6;
  }

  h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}

/* header */
header.header_lp {
  display: flex;
  width: 100%;
  padding: 20px 50px;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  background: #FFF;
  box-shadow: 0px 0px 6px 0px rgba(185, 185, 185, 0.5);
  z-index: 100;
}

@media screen and (max-width: 767px) {
  header.header_lp {
    padding: 10px;
  }
}

header.header_lp img.header_logo {
  width: 220px;
  height: 38px;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width: 767px) {
  header.header_lp img.header_logo {
    width: 100px;
  }
}

header.header_lp .header_menu {
  display: flex;
  align-items: center;
  gap: 30px;
}

header.header_lp .header_menu a {
  font-size: 18px;
  font-weight: bold;
}

header.header_lp .header_menu .header_button_container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
}

header.header_lp .header_menu .header_button_container .header_button {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #E02629;
}

header.header_lp .header_menu .header_button_container .header_button img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

header.header_lp .header_menu .header_button_container .header_button p {
  font-weight: 700;
  color: #ffffff;
}

/* fv */
.fv_lp {
  display: flex;
  padding: 180px 0px 100px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background-image: url("../../img/lp/fv_background.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 40% auto;
}

@media screen and (max-width: 767px) {
  .fv_lp {
    padding: 100px 30px 40px 20px;
    background-position: right bottom;
    background-image: url("../../img/lp/fv_background-sp.png");
    background-size: 80% auto;
  }
}

.fv_lp .fv_container {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .fv_lp .fv_container {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
  }
}

.fv_lp .fv_container .fv_text {
  display: flex;
  width: 600px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .fv_lp .fv_container .fv_text {
    width: 100%;
  }
}

.fv_lp .fv_container .fv_text h3 {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .fv_lp .fv_container .fv_text h3 {
    font-size: 16px;
  }
}

.fv_lp .fv_container .fv_text img.deco {
  width: 312.188px;
  height: 31px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .fv_lp .fv_container .fv_text img.deco {
    width: 100%;
    height: auto;
  }
}

.fv_lp .fv_container .fv_text .copy {
  display: flex;
  align-items: left;
  gap: 5px;
  align-self: stretch;
  flex-direction: row;
  align-items: center;
}

.fv_lp .fv_container .fv_text .copy img.polygon {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.fv_lp .fv_container .fv_text .copy+.copy {
  margin-top: 10px;
}

.fv_lp .fv_container .fv_text .maincopy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  color: #000;
  font-family: "M PLUS Rounded 1c";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .fv_lp .fv_container .fv_text .maincopy {
    font-size: 30px;
  }
}

.fv_lp .fv_container .fv_text .maincopy span.span_small {
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .fv_lp .fv_container .fv_text .maincopy span.span_small {
    font-size: 20px;
  }
}

.fv_lp .fv_container .fv_text .maincopy span.span_middle {
  font-size: 48px;
}

@media screen and (max-width: 767px) {
  .fv_lp .fv_container .fv_text .maincopy span.span_middle {
    font-size: 28px;
  }
}

.fv_lp .fv_container .fv_text .maincopy .flexbox {
  display: flex;
  align-items: flex-end;
  align-self: stretch;
}

.fv_lp .fv_container .fv_text .animated-text {
  position: relative;
}

.fv_lp .fv_container .fv_text .animated-text::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 3%;
  width: 0;
  height: 12px;
  border-radius: 20px;
  background-color: rgba(255, 107, 157, 0.5333333333);
  transition: width 0.8s ease-in-out;
  z-index: -1;
}

.fv_lp .fv_container .fv_text .animated-text.animate::after {
  width: 94%;
  z-index: -1;
}

.fv_lp .fv_container .fv_text .fv_logo {
  display: flex;
  align-items: center;
  gap: 30px;
  align-self: stretch;
  margin-top: 6px;
}

.fv_lp .fv_container .fv_text .fv_logo img {
  width: 336px;
  height: 58px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .fv_lp .fv_container .fv_text .fv_logo img {
    width: 180px;
    height: auto;
  }
}

.fv_lp .fv_container img.keyvisual {
  width: 600px;
  height: 300px;
  margin-top: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .fv_lp .fv_container img.keyvisual {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
}

.fv_icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: center;
}

.fv_button {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #E02629;
}

.fv_button p {
  font-weight: 700;
  color: #ffffff;
}

/* intro */
.intro_lp {
  display: flex;
  padding: 70px 180px;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  align-self: stretch;
  background: linear-gradient(180deg, #FFE4E4 0%, #FFF 57.21%);
}

@media screen and (max-width: 767px) {
  .intro_lp {
    gap: 30px;
    padding: 40px 20px;
  }
}

.intro_lp .intro_title h2 {
  color: #E02629;
  font-family: "M PLUS Rounded 1c";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .intro_lp .intro_title h2 {
    text-align: center;
  }
}

.intro_lp .intro_title h2 span.span_large {
  font-size: 40px;
}

.intro_lp .intro_title img {
  width: 692.641px;
  height: 202px;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.intro_lp p {
  text-align: center;
}

.intro_lp .intro_copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .intro_lp .intro_copy {
    width: 100%;
  }
}

.intro_lp .intro_copy p {
  color: #000;
  font-family: "M PLUS Rounded 1c";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.intro_lp .intro_copy h2 {
  padding: 12px 50px;
  background: linear-gradient(90deg, #FCA9AB 0%, #FFE4E4 100%);
}

@media screen and (max-width: 767px) {
  .intro_lp .intro_copy h2 {
    padding: 12px 30px;
    text-align: center;
    width: 100%;
  }
}

.intro_lp .intro_copy h2 span {
  font-size: 20px;
}

/* step */
.container-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.container-heading h3 {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .container-heading h3 {
    font-size: 16px;
  }
}

.step_lp {
  display: flex;
  padding: 70px 180px;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  .step_lp {
    padding: 40px 20px;
  }
}

.step_lp h2 {
  text-align: center;
}

.step_lp .step_container {
  display: flex;
  gap: 40px;
}

.step_lp .step_container img {
  width: 662.677px;
  height: 527px;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .step_lp .step_container img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .step_lp .step_container .step_text {
    width: 100%;
  }
}

.step_lp .step_container .step_text .step {
  display: flex;
  width: 372.539px;
  padding: 8.644px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.729px;
  border-bottom: 0.864px solid #000;
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  .step_lp .step_container .step_text .step {
    width: 100%;
  }
}

.step_lp .step_container .step_text .step h4 {
  color: #E02629;
  font-family: "M PLUS Rounded 1c";
  font-size: 31.117px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .step_lp .step_container .step_text .step h4 {
    font-size: 24px;
  }
}

.step_lp .step_container .step_text .step h3 {
  font-size: 41.489px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .step_lp .step_container .step_text .step h3 {
    font-size: 32px;
  }
}

/* point */
.point_lp {
  display: flex;
  width: 100%;
  padding: 70px 180px;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

@media screen and (max-width: 767px) {
  .point_lp {
    padding: 40px 20px;
  }
}

.point_lp h2 {
  text-align: center;
}

.point_lp .point_container {
  display: flex;
  width: 900px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .point_lp .point_container {
    width: 100%;
  }
}

.point_lp .point_container .point_row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.point_lp .point_container .point_row .point_card {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 6px 0px rgba(185, 185, 185, 0.5);
}

@media screen and (max-width: 767px) {
  .point_lp .point_container .point_row .point_card {
    padding: 16px;
  }
}

.point_lp .point_container .point_row .point_card img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.point_lp .point_container .point_row .point_card .point_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.point_lp .point_container .point_row .point_card .point_text img {
  width: 16px;
  height: 16px;
}

.point_lp .point_container .point_row .point_card .point_text p.red {
  font-weight: 700;
  text-align: center;
}

.point_lp .point_copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .point_lp .point_copy {
    width: 100%;
  }
}

.point_lp .point_copy p {
  color: #000;
  font-family: "M PLUS Rounded 1c";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.point_lp .point_copy h2 {
  padding: 12px 50px;
  background: linear-gradient(90deg, #FFE4E4 0%, #FCA9AB 100%);
}

@media screen and (max-width: 767px) {
  .point_lp .point_copy h2 {
    padding: 12px 30px;
    text-align: center;
    width: 100%;
  }
}

.point_lp .point_copy h2 span {
  font-size: 20px;
}

/* problem */
.problem_lp {
  display: flex;
  padding: 70px 180px 20px 180px;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  align-self: stretch;
  background: #E4EAEE;
}

@media screen and (max-width: 767px) {
  .problem_lp {
    padding: 40px 20px;
  }
}

.problem_lp .problem_title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  justify-content: center;
}

.problem_lp .problem_title img {
  width: 82px;
  height: 82px;
}

@media screen and (max-width: 767px) {
  .problem_lp .problem_title img {
    width: 40px;
    height: auto;
  }
}

.problem_lp .problem_container {
  display: flex;
  align-items: center;
  gap: 46px;
}

@media screen and (max-width: 767px) {
  .problem_lp .problem_container {
    gap: 30px;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}

.problem_lp .problem_container .problem_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.problem_lp .problem_container .problem_text p {
  border-radius: 10px;
  background: #FFF;
  width: 438px;
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .problem_lp .problem_container .problem_text p {
    width: 100%;
  }
}

.problem_lp .problem_container img {
  width: 266px;
  height: 266px;
}

@media screen and (max-width: 767px) {
  .problem_lp .problem_container img {
    width: 180px;
    height: auto;
  }
}

/* arrow */
.arrow_lp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #E02629;
}

.arrow_lp img {
  width: 100.5%;
  margin-top: -1px;
  margin-bottom: -1px;
}

.arrow_lp .copy {
  display: flex;
  padding-top: 50px;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .arrow_lp .copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.arrow_lp .copy h3,
.arrow_lp .copy h2 {
  color: #ffffff;
}

/* reason */
.reason_lp {
  display: flex;
  padding: 70px 180px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

@media screen and (max-width: 767px) {
  .reason_lp {
    padding: 40px 20px;
    gap: 30px;
  }
}

.reason_lp h2 span {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}

.reason_lp .reason_container {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 34px;
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  .reason_lp .reason_container {
    flex-direction: column;
  }
}

.reason_lp .reason_container .reason_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 34px;
}

.reason_lp .reason_container .reason_content .reason_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 10px;
}

.reason_lp .reason_container .reason_content .reason_text .title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.reason_lp .reason_container .reason_content .reason_text .title img {
  width: 36px;
  height: 36px;
}

.reason_lp .reason_container img {
  width: 379px;
  height: 271px;
}

.reason_lp .reason_container .reason_content .reason_text p {
  padding-left: 46px;
  text-indent: 0;
}


/* feature */
.feature_lp {
  display: flex;
  padding: 70px 180px;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  justify-content: center;
  background: #FFEDED;
}

@media screen and (max-width: 767px) {
  .feature_lp {
    padding: 40px 20px;
    gap: 30px;
  }
}

.feature_lp .feature_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  justify-content: center;
  width: 800px;
}

@media screen and (max-width: 767px) {
  .feature_lp .feature_inner {
    width: 100%;
    gap: 30px;
  }
}

.feature_lp .feature_inner .feature_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.feature_lp .feature_inner .feature_title h3.decorated {
  position: relative;
  display: inline-block;
}

.feature_lp .feature_inner .feature_title h3.decorated:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='8' viewBox='0 0 20 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4c2.5-2 7.5-2 10 0s7.5 2 10 0' stroke='%23E02629' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
}

.feature_lp .feature_inner .feature_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}

.feature_lp .feature_inner .feature_container .feature_content {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  .feature_lp .feature_inner .feature_container .feature_content {
    flex-direction: column;
    gap: 20px;
  }
}

.feature_lp .feature_inner .feature_container .feature_content .feature_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
}

.feature_lp .feature_inner .feature_container .feature_content img {
  width: 240px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .feature_lp .feature_inner .feature_container .feature_content img {
    width: 70%;
    height: auto;
    margin-left: 28%;
  }
}

/* model */
.model_lp {
  display: flex;
  padding: 70px 180px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  .model_lp {
    padding: 40px 20px;
    gap: 30px;
    overflow: hidden;
  }
}

.model_lp img {
  width: 740px;
  height: 453px;
}

@media screen and (max-width: 767px) {
  .model_lp img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .model_lp iframe {
    width: 90vw;
    height: 50.625vw;
  }
}

/* cta */
.cta_lp {
  display: flex;
  padding: 70px 180px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  align-self: stretch;
  background-image: url("../../img/lp/cta_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .cta_lp {
    padding: 40px 20px;
    gap: 30px;
  }
}

.cta_lp .cta_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}

@media screen and (max-width: 767px) {
  .cta_lp .cta_inner {
    gap: 30px;
  }
}

.cta_lp .cta_inner h3 {
  color: #FFF;
}

.cta_lp .cta_inner .cta_button_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .cta_lp .cta_inner .cta_button_container {
    width: 100%;
  }
}

.cta_lp .cta_inner .cta_button_container .cta_button {
  display: flex;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  align-self: stretch;
  border-radius: 8px;
  background: #FFF;
}

@media screen and (max-width: 767px) {
  .cta_lp .cta_inner .cta_button_container .cta_button {
    padding: 10px 20px;
    justify-content: flex-start;
    width: 100%;
  }
}

.cta_lp .cta_inner .cta_button_container .cta_button img {
  width: 30px;
  height: 30px;
}

.cta_lp .cta_inner .cta_button_container .cta_button p {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .cta_lp .cta_inner .cta_button_container .cta_button p {
    font-size: 20px;
  }
}

/* price */
.price_lp {
  display: flex;
  padding: 70px 180px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  .price_lp {
    padding: 40px 20px;
  }
}

.price_lp .flow {
  padding: 0;
}

/* flow */
.flow_lp {
  padding: 70px 180px;
}

@media screen and (max-width: 767px) {
  .flow_lp {
    padding: 40px 20px;
  }
}

/* faq */
.faq_lp {
  padding: 70px 180px;
}

@media screen and (max-width: 767px) {
  .faq_lp {
    padding: 40px 20px;
  }
}

/* dipross */
.dipross_lp {
  display: flex;
  padding: 70px 180px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  background: linear-gradient(99deg, #414141 18.82%, #929292 89.69%);
}

@media screen and (max-width: 767px) {
  .dipross_lp {
    padding: 40px 20px;
  }
}

.dipross_lp .dipross_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .dipross_lp .dipross_inner {
    width: 100%;
  }
}

.dipross_lp .dipross_inner h2 {
  color: #FFF;
}

.dipross_lp .dipross_inner .dipross_container {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

@media screen and (max-width: 767px) {
  .dipross_lp .dipross_inner .dipross_container {
    gap: 30px;
    flex-direction: column;
    width: 100%;
    flex-direction: column-reverse;
  }
}

.dipross_lp .dipross_inner .dipross_container p {
  color: #FFF;
}

.dipross_lp .dipross_inner .dipross_container img {
  width: 392px;
  height: 250.913px;
}

@media screen and (max-width: 767px) {
  .dipross_lp .dipross_inner .dipross_container img {
    width: 100%;
    height: auto;
  }
}

/* add esaka */
.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: inline-block !important;
  }

  .header_lp {
    width: 100%;
    box-sizing: border-box;
  }

  body {
    width: 100%;
  }

  .step_lp .step_container {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .step_lp .step_container img {
    width: 100%;
  }
}

/*# sourceMappingURL=lp-style.css.map */