body {
  color: #333;
  font-size: 87.5%;

  background-color: #fff;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1 {
  font-size: 75%;
  font-weight: normal;
  margin: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

p {
  font-size: 0.7rem;
  line-height: 1.4;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

#logo {
  width: 250px;
  height: auto;
}

.catch-copy {
  text-align: center;
  background: white;
  border-top: 1px solid gainsboro;
  color: #014268;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  margin: 0;
}

.change-with-device__sp {
  display: block;
}

.catch-copy_main {
  text-align: center;
  background: url(..//images/bg-top.jpg);
  border-top: 1px solid gainsboro;
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}

@media screen and (min-width: 641px) {
  #headerlp {
    width: 640px;
    padding: 8px 0 10px 0;
    margin: 0 auto;
  }

  #logo {
    width: 250px;
    height: auto;
  }

  .change-with-device__pc {
    display: block;
  }

  .change-with-device__sp {
    display: none;
  }

  .catch-copy_main-image {
    width: 640px;
    height: auto;
    margin: 0 auto;
  }

  .form {
    background: white;
    width: 650px;
    margin: 30px auto;
  }

  .contents_lpls03 .bg {
    background-color: #ebebeb;
    background-image: none;
  }

  .bg {
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    padding: 20px 0;
  }

  .step-flow__step4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  #headerlp {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  #logo {
    width: 50%;
    margin-top: 8px;
    height: auto;
  }
  .change-with-device__pc {
    display: none;
  }

  .catch-copy_main-image {
    width: 100%;
  }

  .form {
    width: 100%;
    height: 540px;
    margin: 0 auto;
  }

  .bg {
    background: url(../images/bg_sp.jpg) no-repeat;
    background-size: cover;
    padding: 0;
  }
  /* .bg2{
    background: none;
    background-color: #f5f5f5;
  } */
  .step-flow__step4 {
    font-size: 12px;
  }
}
.step,
.step-form .step {
  width: 100%;
}

.step-flow,
.step-form .step-flow {
  width: 100%;
  zoom: 1;
  content: " ";
  display: block;
  clear: both;
}
.step-flow:before,
.step-flow:after,
.step-form .step-flow:before,
.step-form .step-flow:after {
  content: "";
  display: table;
}
.step-flow:after,
.step-form .step-flow:after {
  clear: both;
}

.step-flow_landing,
.step-form .step-flow_landing {
  width: 100%;
}

.step-flow__item,
.step-form .step-flow__item {
  float: left;
  position: relative;
  width: 15%;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  color: #8c8c8c;
  background: whitesmoke;
}
.step-flow__item::after,
.step-form .step-flow__item::after {
  border-top: 1px solid #d6d6d6;
  width: 50%;
  content: "";
  position: absolute;
  left: -25%;
  top: 50%;
  margin-left: 0px;
  z-index: 10;
}
@media screen and (max-width: 639px) {
  .step-flow__item,
  .step-form .step-flow__item {
    width: 16.4%;
    height: 60px;
    line-height: 60px;
  }

  .step-flow__item.step-flow__step4,
  .step-form .step-flow__item.step-flow__step4 {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
  }

  .step-flow__item::after,
  .step-form .step-flow__item::after {
    width: 25%;
    content: "";
    position: absolute;
    top: 50%;
    margin-left: 0px;
    z-index: 10;
  }

  .step-flow__item::after,
  .step-form .step-flow__item::after {
    left: 80%;
  }
}
@media screen and (min-width: 641px) {
  .step-flow__item::after,
  .step-form .step-flow__item::after {
    margin-left: 95px;
  }
}

@media screen and (min-width: 641px) {
  .step-flow__item_landing::after,
  .step-form .step-flow__item_landing::after {
    margin-left: 130px;
  }
}

.step-flow_landing-next-step,
.step-form .step-flow_landing-next-step {
  margin-top: 75px;
  margin-top: 80px;
}
@media screen and (min-width: 641px) {
  .step-flow_landing-next-step::after,
  .step-form .step-flow_landing-next-step::after {
    margin-left: 130px;
  }
}

.step-flow__step,
.step-form .step-flow__step {
  color: #00b900;
  font-size: 16px;
}

@media screen and (max-width: 641px) {
  .step-flow__step,
  .step-form .step-flow__step {
    color: #00b900;
    font-size: 14px;
    padding-left: 4px;
  }
}

.step-flow__item_dark .step-flow__text,
.step-form .step-flow__item_dark .step-flow__text {
  color: #8c8c8c;
  border-color: #8c8c8c;
  background: #fff;
}
.step-flow__item_dark::after,
.step-form .step-flow__item_dark::after {
  border-color: #8c8c8c;
}

.step-flow__item_now,
.step-form .step-flow__item_now {
  color: white;
  font-size: 16px;
}
.step-flow__item_now::after,
.step-form .step-flow__item_now::after {
  border-color: #8c8c8c;
  /* border-left: 10px solid #8c8c8c; */
}

.step-flow__step1,
.step-form .step-flow__step1 {
  z-index: 5;
}

.step-flow__step2,
.step-form .step-flow__step2 {
  z-index: 4;
}

.step-flow__step3,
.step-form .step-flow__step3 {
  z-index: 3;
}

.step-flow__step5::after,
.step-form .step-flow__step5::after {
  display: none;
}
.step-flow__step6::after,
.step-form .step-flow__step6::after {
  display: none;
}

.step-flow__step4,
.step-form .step-flow__step4 {
  background: #00b900;
  z-index: 2;
  width: 25%;
  color: #fff;
}
.step-flow__step4::after,
.step-form .step-flow__step4::after {
  border: none;
}

@media screen and (max-width: 768px) {
  .step-flow__step4,
  .step-form .step-flow__step4 {
    width: 18%;
  }
}

.step-flow__text,
.step-form .step-flow__text {
  position: relative;
  color: #d6d6d6;
  border: 1px solid #d6d6d6;
  padding: 2px 6px 3px;
  border-radius: 100%;
  z-index: 10;
  font-size: 16px;
}

.step-flow__comp,
.step-form .step-flow__comp {
  color: #8c8c8c;
  border: 1px solid #8c8c8c;
  padding: 3px 8px 4px;
  border-radius: 0;
  z-index: 10;
  font-size: 14px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .step-flow__comp,
  .step-form .step-flow__comp {
    padding: 3px 8px 4px;
    margin-left: 0px;
  }
}

.step-flow__item_now .step-flow__text,
.step-form .step-flow__item_now .step-flow__text {
  color: #00b900;
  border: 1px solid #00b900;
  background: #fff;
}

.step,
.step-form .step {
  width: 100%;
  margin: 0 auto;
}

.step__inner,
.step-form .step__inner {
  width: 600px;
  height: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .step__inner,
  .step-form .step__inner {
    width: 100%;
    height: 290px;
    padding: 0 10px;
  }
}

.step__button-area {
  width: 100%;
  height: 115px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 639px) {
  .step__button-area {
    height: 95px;
  }
}

.step__text {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: #014268;
}
@media screen and (max-width: 639px) {
  .step__text {
    font-size: 12px;
    margin-top: 0;
  }
}

.step__temes-link {
  text-align: center;
  font-size: 0.6rem;
  padding: 5px;
}

.form__heading {
  font-size: 16px;
  font-weight: bold;
  color: #014268;
  padding: 5px 15px;
  text-align: left;
  clear: both;
}

.form__body {
  padding: 0 15px 8px;
  font-size: 0.7rem;
  margin: 0;
}

.form__required {
  display: inline-block;
  font-size: 0.8rem;
  color: #014268;
  font-weight: normal;
  background: white;
  border: 1px solid #014268;
  padding: 0px 5px;
  margin: 0 5px;
  border-radius: 2px;
}

.form__selectbox,
select {
  width: 100%;
  height: 50px;
  background: white;
  border: 1px solid #c2c2c2;
  font-size: 16px;
  padding: 5px;
}

.form__body > input[type="text"]:placeholder-shown,
.form__body > input[type="text"]::-webkit-input-placeholder,
.form__body > input[type="tel"]:placeholder-shown,
.form__body > input[type="tel"]::-webkit-input-placeholder,
.form__input:placeholder-shown,
.form__input::-webkit-input-placeholder,
.form__body > textarea:placeholder-shown,
.form__body > textarea::-webkit-input-placeholder,
#billing_postcode:placeholder-shown,
#billing_postcode::-webkit-input-placeholder,
#prefecture:placeholder-shown,
#prefecture::-webkit-input-placeholder,
#billing_address_1:placeholder-shown,
#billing_address_1::-webkit-input-placeholder,
#billing_address_2:placeholder-shown,
#billing_address_2::-webkit-input-placeholder {
  color: #d4d4d4;
}

input::placeholder {
  color: #f4f4f4;
}

/* IE */
input:-ms-input-placeholder {
  color: #f4f4f4;
}

/* Edge */
input::-ms-input-placeholder {
  color: #f4f4f4;
}

.form__body > input[type="text"],
.form__body > input[type="tel"],
.form__input,
.form__body > textarea,
input[type="email"],
.birth > input[type="number"],
.form__body > input[type="password"],
#billing_postcode,
#prefecture,
#billing_address_1,
#billing_address_2 {
  border: 1px solid #eaeaea;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  border-radius: 4px;
  box-sizing: border-box;
}

select[name="prefecture"] {
  margin-bottom: 10px;
}

#billing_postcode,
#prefecture {
  width: 95%;
  display: block;
  margin: 0 auto;
}

#billing_address_1,
#billing_address_2 {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.birth > input[type="number"] {
  width: 25%;
}

.elm-btn {
  background: #5a9d02;
  width: 300px;
  line-height: 47px;
  color: #fff;
  text-align: center;
  margin: 0 auto 1em;
  cursor: pointer;
  border: none;
}
.button-back {
  color: #2b2b2b;
  width: 300px;
  background-position: 12px center;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  background-color: #fff;
  background-size: 8px auto;
  border: 1px solid #a0a0a0;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
}

.step__button-area {
  width: 100%;
  height: 115px;
  margin: 0 auto;
  padding: 0 15px;
}

.button {
  display: inline-block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #556380;
  border-radius: 5px;
  transition: none;
  text-align: center;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    Sans-Serif;
  color: white;
  overflow: hidden;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
  background-color: #fec439;
  background-image: linear-gradient(to bottom, #556380, #414b64);
  padding: 0;
  cursor: pointer;
}
.button:visited {
  color: white;
}
.button:hover {
  color: white;
  background-color: #fecc52;
  background-image: linear-gradient(to bottom, #68728d, #545d73);
  text-decoration: none;
}

.button_back {
  text-align: center;
  color: #145ea3;
  font-size: 0.8rem;
  cursor: pointer;
}
@media screen and (max-width: 639px) {
  .button_back {
    padding-top: 5px;
  }
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

.button_solid,
.step__button-area > div > input[type="submit"] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #4ec443;
  border: none;
  border-radius: 5px;
  color: white;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 5px 0 #3caa31;
  margin: 10px auto 15px;
  padding: 0;
  cursor: pointer;
}
.button_solid:hover,
.step__button-area > div > input[type="submit"]:hover {
  background: #73d06a;
}
@media screen and (max-width: 639px) {
  .button_solid,
  .step__button-area > div > input[type="submit"] {
    margin: 0 auto 10px;
  }
}

.button_solid:hover,
.button_tap {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #4ec443;
  border-radius: 5px;
  color: white;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 5px, 0);
  box-shadow: 0 1px 0 #3caa31;
  margin: 10px auto 15px;
  cursor: pointer;
}
@media screen and (max-width: 639px) {
  .button_solid:hover,
  .button_tap {
    margin: 0 auto 10px;
  }
}

.change-with-device__sp {
  display: block;
}
@media screen and (min-width: 641px) {
  .change-with-device__sp {
    display: none;
  }
}

.change-with-device__pc {
  display: none;
}
@media screen and (min-width: 641px) {
  .change-with-device__pc {
    display: block;
  }
}

.footer {
  width: 100%;
  text-align: center;
  background: #484848;
  color: white;
  font-size: 0.7rem;
  padding: 20px 0;
}

@media screen and (min-width: 641px) {
  .type-shine br {
    display: none;
  }
}

.type-shine {
  animation: Flash1 3s infinite;
  color: #fff;
}

/* アニメーション */
@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}

.msg {
  display: none;
}

.error {
  margin-bottom: 10px;
}

.error ul {
  margin: 0;
  padding: 0 10px;
}

.error_message,
.error ul li {
  color: red;
  font-size: 12px;
  font-weight: bold;
}

.form_list {
  margin-bottom: 10px;
}

.button_client {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;
  color: #fff;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
  margin-left: 63%;
  white-space: nowrap;
  margin-bottom: 2px;
  margin-top: -37px;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .button_client {
    position: relative;
    top: -2vw;
  }
}

@media screen and (max-width: 400px) {
  .button_client {
    width: 40%;
    text-align: center;
    padding: 8px 0;
    font-size: 11px;
    position: static;
  }
}

.clientbutton {
  display: block;
  margin-top: -40px;
  padding-right: 9%;
  margin-bottom: 10px;
}
.lpls02 #headlp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .lpls02 #headlp {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .lpls02 #headlp #logo {
    width: 45%;
    margin-top: 0;
  }

  .lpls02 #headlp .text {
    font-size: 12px;
  }

  .lpls02 .form__heading {
    font-size: 15px;
    font-weight: bold;
    color: #014268;
    padding: 3px 15px;
    text-align: left;
    clear: both;
  }

  .lpls02 .form__body > input[type="text"],
  .lpls02 .form__body > input[type="tel"],
  .lpls02 .form__input,
  .lpls02 .form__body > textarea,
  .lpls02 input[type="email"],
  .lpls02 .birth > input[type="number"],
  .lpls02 .form__body > input[type="password"] {
    padding: 8px;
    font-size: 15px;
  }

  .lpls02 .form__selectbox,
  select {
    width: 100%;
    height: 40px;
    background: white;
    border: 1px solid #c2c2c2;
    font-size: 16px;
    padding: 5px;
  }

  /* .lpls02 .step-flow__item {
    height: 35px;
    line-height: 35px;
  } */
  #footer .flex-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
  }

  #footer .flex-bottom .saiyou {
    font-size: 12px;
  }
}

.q-title {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 0.6em;
  font-weight: bold;
}

.remarks {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}

.q-title .mandatory {
  color: #e24e62;
  font-size: 12px;
  margin-left: 4px;
}

.accordion-title {
  display: block;
  position: relative;
  text-align: center;
  width: 90%;
  margin: 0 auto 20px;
  padding: 5px 0px;
  font-size: 14px;
  font-weight: normal;
  color: #525252;
  background: #dddddd;
  cursor: pointer;
  font-weight: 700;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 26%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #525252;
  border-right: solid 2px #525252;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  padding: 0 2.5%;
  display: none;
}

.step-form.wpforms-container {
  width: 650px;
  max-width: 100%;
  margin: 30px auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.step-form.wpforms-container form {
  /* height: 580px; */
  width: 100%;
  /* padding: 20px; */
  position: relative;
}

.step-form.wpforms-container img {
  max-width: 100%;
}

.step-form.wpforms-container .q-title {
  font-size: 16px;
  font-weight: bold;
  color: #014268;
  padding: 5px 20px;
  text-align: left;
}
.step-form.wpforms-container .q-title .form__required {
  display: inline-block;
  font-size: 0.8rem;
  color: #014268;
  font-weight: normal;
  background: white;
  border: 1px solid #014268;
  padding: 0px 5px;
  margin: 0 5px;
  border-radius: 2px;
}

.step-form.wpforms-container .wpforms-field {
  padding: 0;
  overflow: hidden !important;
}

.step-form.wpforms-container .wpforms-field-checkbox ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.step-form.wpforms-container .wpforms-field-checkbox ul li {
  width: 100%;
  margin-bottom: 20px;
  justify-content: center;
}
.step-form.wpforms-container .wpforms-field-checkbox ul li label {
  font-size: 14px !important;
}

.step-form.wpforms-container .wpforms-field select,
.step-form.wpforms-container .wpforms-field input[type="text"],
.step-form.wpforms-container .wpforms-field input[type="email"],
.step-form.wpforms-container .wpforms-field input[type="tel"] {
  display: block;
  margin-bottom: 10px;
  vertical-align: middle;
  max-width: 100%;

  height: 50px;
  background: white;
  border: 1px solid #c2c2c2;
  font-size: 16px;
  padding: 5px;
}

.step-form.wpforms-container .wpforms-field.wpforms-field-select,
.step-form.wpforms-container .wpforms-field.wpforms-field-phone,
.step-form.wpforms-container .wpforms-field.wpforms-field-email,
.step-form.wpforms-container .wpforms-field.wpforms-field-text {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto 20px;
}

.step-form.wpforms-container .wpforms-field.wpforms-field-select::before {
  content: "";
  display: block;
  position: absolute;
  background-size: 100% auto;
  top: 20px;
  right: 5px;
  width: 0;
  height: 0;
  padding: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #666666;
  pointer-events: none;
}

.step-form.wpforms-container .wpforms-field input[type="text"],
.step-form.wpforms-container .wpforms-field input[type="email"],
.step-form.wpforms-container .wpforms-field input[type="tel"] {
  width: 100%;
}

.step-form.wpforms-container .wpforms-page-indicator.circles {
  border: none;
  display: flex;
  justify-content: center;
}
.step-form.wpforms-container .wpforms-pagebreak-center {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  gap: 20px;
}
.step-form.wpforms-container .wpforms-page-next {
  width: calc(100% - 40px);
  height: 60px;
  line-height: 60px;
  background-color: #4ec443 !important;
  border: none;
  border-radius: 5px;
  color: white;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 5px 0 #3caa31;
  margin: 10px auto 15px;
  padding: 0;
  cursor: pointer;
}

.step-form.wpforms-container .wpforms-page-prev {
  margin: 0 auto;
  display: block;
  background: none !important;
  text-align: center;
  color: #145ea3 !important;
  font-size: 0.8rem;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  box-shadow: none !important;
}
.step-form.wpforms-container .wpforms-page-indicator {
  display: none !important;
}

.step-form.wpforms-container p.kiyaku {
  text-align: center;
}

.step-form.wpforms-container .wpforms-field-checkbox ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  list-style-type: none;
  text-align: center;
}
.step-form.wpforms-container .wpforms-field-checkbox ul li {
  width: 100%;
  margin-bottom: 20px;
  justify-content: center;
}

.step-form.wpforms-container .wpforms-submit-container button[type="submit"] {
  width: calc(100% - 40px);
  height: 60px;
  line-height: 60px;
  background: #4ec443 !important;
  border: none;
  border-radius: 5px;
  color: white;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 5px 0 #3caa31 !important;
  margin: 10px auto 15px;
  padding: 0;
  cursor: pointer;
}

.step-form.wpforms-container .wpforms-submit-container {
  padding-bottom: 60px;
}

.wpforms-field-pagebreak[data-field-id="20"] {
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  z-index: 10;
}

.step-form.wpforms-container .wpforms-submit-spinner {
  width: 40px;
  display: block;
  margin: 0 auto;
}
