@charset "UTF-8";
.clearfix:after,
.form__body > div,
.form__body > div:after,
.horizontal-container,
.horizontal-container:after,
.step-flow,
.step-flow:after {
  clear: both;
}

body {
  width: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-family: "メイリオ", Meiryo, verdana, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    Sans-Serif;
  margin: 0;
}

.l-layout {
  min-height: calc(100vh - 150px);
}

#top .m-main_visual {
  max-width: 1024px;
  margin: 0 auto;
  display: block;
  width: 100%;
  position: relative;
}

#top .m-main_visual:before {
  content: "";
  display: block;
  padding-top: 42%;
}

@media screen and (max-width: 768px) {
  .l-layout {
    min-height: calc(100vh - 120px);
  }
  #top .m-main_visual:before {
    padding-top: 72%;
  }
}

#top .m-main_visual img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#qa,
.content,
.guide-button-area,
.guide-button-area .button_guide,
.header {
  width: calc(100% - 30px);
}

.guide-button-area {
  max-width: 844px;
  margin: 30px auto;
}

.guide-button-area .button_guide {
  max-width: 644px;
  margin: 0 auto;
  line-height: 1.5;
  display: block;
  height: auto;
  padding: 15px;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(-45deg, #ff8c49 0, #ff9d49 100%);
  box-shadow: 0 5px 20px rgba(39, 76, 152, 0.4);
}

.brsp,
input[type="checkbox"] {
  display: none;
}

.content__header,
.content__heading {
  font-size: 30px;
  color: #000;
  text-align: center;
}

.brpc {
  display: block;
}

.content {
  max-width: 1024px;
  margin: 0 auto;
}

.content__header:after,
.content__heading:after {
  width: 100%;
  left: 0;
  bottom: 0;
  height: 7px;
  content: "";
}

@media screen and (max-width: 768px) {
  .brsp {
    display: block;
  }
  .brpc {
    display: none;
  }
  .content {
    padding-top: 10px;
  }
}

.content__header {
  position: relative;
  background-position-y: 63px;
  padding: 25px 0;
  margin: 48px 0 30px;
}

.content__header:after {
  position: absolute;
  background: -webkit-repeating-linear-gradient(
    -45deg,
    #1f8f92,
    #1f8f92 2px,
    #fff 2px,
    #fff 4px
  );
  background: repeating-linear-gradient(
    -45deg,
    #1f8f92,
    #1f8f92 2px,
    #fff 2px,
    #fff 4px
  );
}

.content__header:after > span {
  background: #f8ff94;
  padding: 2px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.content__heading {
  position: relative;
  background-position-y: 63px;
  padding: 25px 0;
  margin: 48px 0 30px;
}

.content__heading:after {
  position: absolute;
  background: -webkit-repeating-linear-gradient(
    -45deg,
    #1f8f92,
    #1f8f92 2px,
    #fff 2px,
    #fff 4px
  );
  background: repeating-linear-gradient(
    -45deg,
    #1f8f92,
    #1f8f92 2px,
    #fff 2px,
    #fff 4px
  );
}

.content__heading > span {
  background: #f8ff94;
  padding: 2px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

@media screen and (max-width: 639px) {
  .content__heading {
    margin: 16px 0 30px;
    font-size: 18px;
  }
}

.content__heading-navy {
  position: relative;
  font-size: 30px;
  color: #000;
  background-position-y: 63px;
  padding: 25px 0;
  display: inline-block;
  border-bottom: 4px solid #09085b;
  margin: 20px 0 30px;
}

.content__heading-navy:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 7px;
}

.content__heading-navy > span {
  background: #f8ff94;
  padding: 2px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

@media screen and (max-width: 639px) {
  .content__heading-navy {
    margin: 15px 0;
    padding: 10px 0;
    font-size: 18px;
  }
}

#qa {
  max-width: 844px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 639px) {
  #qa {
    width: calc(100% - 30px);
    padding: 15px;
    margin: 0 auto;
  }
}

.qa__question {
  padding: 10px 0;
}

.qa__question > span {
  font-weight: 700;
  font-size: 25px;
  color: #208f92;
}

@media screen and (max-width: 639px) {
  .qa__question {
    padding: 0 0 10px;
  }
  .qa__question > span {
    font-size: 18px;
  }
}

.qa__answer {
  background: #f7f7f7;
  padding: 13px 20px 20px;
  font-weight: 700;
}

.qa__answer > span {
  font-size: 25px;
  font-weight: 700;
  color: #ff5d5e;
  border-radius: 5px;
}

@media screen and (max-width: 639px) {
  .qa__answer {
    padding: 15px;
  }
  .qa__answer > span {
    font-size: 18px;
  }
}

.header {
  max-width: 1024px;
  display: flex;
  height: 90px;
  justify-content: space-between;
  padding: 0;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .header {
    height: 45px;
    width: calc(100% - 20px);
  }
}

.header__logo {
  display: inline-block;
}

.header__image {
  padding-top: 20px;
  height: 50px;
  width: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .header__image {
    height: 32px;
    width: auto;
    padding-top: 13px;
  }
}

@media screen and (max-width: 360px) {
  .header__image {
    height: 14px;
  }
}

.header__button {
  display: block;
}

.header__button a {
  display: inline-block;
}

.header__button a:hover,
.header__button a:visited {
  text-decoration: none !important;
}

.header__tel-number {
  width: 100%;
  color: #1f8f92;
  font-weight: 700;
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .header__tel-number {
    font-size: 16px;
  }
}

.header__tel-number > span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 12px;
  padding-top: 5px;
}

@media screen and (max-width: 768px) {
  .header__tel-number > span {
    font-size: 10px;
    padding-top: 0;
    padding-bottom: 10px;
  }
}

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

.l-footer .widthset {
  margin: 0 auto;
}

#offering_essential {
  max-width: 844px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

#offering_essential .offer {
  text-align: left;
  font-size: 14px;
  background: #f5f7f7;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin: 0 auto;
}

p,
ul {
  margin: 0;
}

#offering_essential .offer td,
#offering_essential .offer th {
  padding: 20px;
  vertical-align: top;
  border-top: 1px solid #e6e6e6;
}

#offering_essential .offer th {
  width: 200px;
  text-align: center;
  font-weight: 700;
  border-right: 1px solid #e6e6e6;
}

@media screen and (max-width: 768px) {
  #offering_essential .offer td,
  #offering_essential .offer th {
    padding: 10px;
  }
  #offering_essential .offer th {
    width: 75px;
  }
}

#offering_essential .offer td {
  width: calc(100% - 200px);
}

@media screen and (max-width: 768px) {
  #offering_essential .offer td {
    width: calc(100% - 75px);
  }
}

a {
  color: #1e90ff;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:visited {
  color: #1e90ff;
  text-decoration: underline;
}

.button,
.button:hover {
  text-decoration: none;
  color: #fff;
}

fieldset {
  border: none;
}

input[type="radio"],
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  vertical-align: middle;
  cursor: pointer;
}

select {
  cursor: pointer;
}

img {
  display: block;
}

ul {
  list-style-type: none;
  padding: 0;
}

p {
  font-size: 0.7rem;
  line-height: 1.4;
  padding: 10px 0 15px;
}

.clearfix:after {
  content: "";
  display: block;
}

h4 {
  margin: 0 0 15px;
}

@media screen and (min-width: 641px) {
  p {
    font-size: 0.8rem;
  }
  .break-pc {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .break-sp {
    display: none;
  }
}

.button {
  display: inline-block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #556380;
  border-radius: 5px;
  transition: none;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: "メイリオ", Meiryo, verdana, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    Sans-Serif;
  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: #fff;
}

.button:hover {
  background-color: #fecc52;
  background-image: linear-gradient(to bottom, #68728d, #545d73);
}

.button_back {
  text-align: center;
  color: #145ea3;
  font-size: 0.8rem;
  cursor: pointer;
}

.button_solid,
.button_solid:hover,
.button_tap,
.step__button-area > div > input[type="submit"] {
  width: calc(100% - 30px);
  height: 60px;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

@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"] {
  line-height: 60px;
  background: #4ec443;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: block;
  box-shadow: 0 5px 0 #3caa31;
  margin: 10px auto 15px;
  padding: 0;
}

.button_solid:hover,
.step__button-area > div > input[type="submit"]:hover {
  width: calc(100% - 30px);
  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 {
  line-height: 60px;
  background: #4ec443;
  border-radius: 5px;
  color: #fff;
  display: block;
  transform: translate3d(0, 5px, 0);
  box-shadow: 0 1px 0 #3caa31;
  margin: 10px auto 15px;
}

@media screen and (max-width: 639px) {
  .button_solid:hover,
  .button_tap {
    width: calc(100% - 30px);
    margin: 0 auto 10px;
  }
}

.error,
.error_message {
  display: inline-block;
  width: 100%;
  color: red;
  font-size: 0.9rem;
  margin: 2px 0;
}

.form2 {
  max-width: 650px;
  width: calc(100% - 30px);
  /* min-height: 590px; */
  height: auto;
  margin: 30px auto;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .form2 {
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    margin: 30px auto;
  }
}

.form2 .step_div_inner1 .formtable {
  height: auto;
}

.form2 .step_div_inner2 .formtable {
  height: auto;
}

.form2 .step_div_inner3 .formtable {
  height: auto;
}

.form2 .step_div_inner4 .formtable {
  height: auto;
}

.formtable {
  height: auto;
}

@media screen and (max-width: 639px) {
  .formtable {
    height: 325px;
  }
}

.form__required {
  display: inline-block;
  font-size: 0.6rem;
  color: #1f8f92;
  font-weight: 400;
  background: #fff;
  border: 1px solid #1f8f92;
  padding: 2px 10px;
  margin: 0 5px 3px;
  border-radius: 2px;
}

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

.form__body > div {
  zoom: 1;
  content: " ";
  display: block;
}

.form__body > div:after,
.form__body > div:before {
  content: "";
  display: table;
}

.form__body > span {
  display: block;
  text-align: left;
  font-weight: 700;
  font-size: 0.8rem;
  margin-top: 5px;
}

.form__heading {
  font-size: 16px;
  font-weight: 700;
  color: #1f8f92;
  padding: 10px 15px;
  text-align: left;
}

.form__body > input[type="text"],
.form__body > input[type="tel"],
.form__body > textarea,
.form__input,
input[type="email"] {
  border: 1px solid #c2c2c2;
  padding: 15px 10px;
  width: calc(100% - 20px);
  font-size: 16px;
  border-radius: 4px;
}

.form__body > input[type="text"]::-webkit-input-placeholder,
.form__body > input[type="text"]:placeholder-shown {
  color: #d4d4d4;
}

.form__body > input[type="tel"]::-webkit-input-placeholder,
.form__body > input[type="tel"]:placeholder-shown {
  color: #d4d4d4;
}

.form__input::-webkit-input-placeholder,
.form__input:placeholder-shown {
  color: #d4d4d4;
}

.form__body > textarea::-webkit-input-placeholder,
.form__body > textarea:placeholder-shown {
  color: #d4d4d4;
}

input[type="email"]::-webkit-input-placeholder,
input[type="email"]:placeholder-shown {
  color: #d4d4d4;
}

.form__body > textarea {
  height: 100px;
}

.form__input-checkbox[type="checkbox"]:checked + label {
  background-color: #ff7c7c;
  border: 1px solid #ff7c7c;
  color: #fff;
}

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

.form__items > input,
.form__textbox {
  width: 100%;
  height: 50px;
  padding: 10px;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  border-radius: 3px;
}

.form__body > .mwform-checkbox-field {
  display: inline-block;
  width: 15%;
  margin-right: 10px;
}

.form__body > div > label {
  float: left;
  display: block;
  background: #fff;
  border: 1px dashed #202bb8;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 0.9rem;
  border-radius: 90px;
  cursor: pointer;
  margin: 10px 10px 0;
}

.form__body > div > label.form__radio_checked {
  background: #202bb8;
  color: #fff;
}

@media screen and (max-width: 639px) {
  .form__body > .mwform-checkbox-field {
    width: 33%;
    margin: 10px 0 5px;
  }
}

.horizontal-container,
.step,
.step-flow,
.step-flow_landing {
  width: 100%;
}

.horizontal-container {
  padding: 0;
  zoom: 1;
  content: " ";
  display: block;
}

.horizontal-container:after,
.horizontal-container:before {
  content: "";
  display: table;
}

.horizontal-container__item {
  float: left;
}

.horizontal-container__item-right {
  float: right;
}

@media screen and (max-width: 639px) {
  .horizontal-container__item-right_sp,
  .horizontal-container__item_sp {
    width: 100%;
    float: none;
  }
}

.step-flow {
  zoom: 1;
  content: " ";
  display: block;
}

.step-flow:after,
.step-flow:before {
  display: table;
  content: "";
}

.step-flow__item {
  float: left;
  position: relative;
  width: 33.3%;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  color: #8c8c8c;
  background: #f5f5f5;
}

.step-flow__item::after {
  border-left: 10px solid #f5f5f5;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  content: "";
  position: absolute;
  left: 39%;
  top: 25%;
  margin-left: 50px;
  z-index: 1;
}

.step-flow_landing-next-step {
  margin-top: 80px;
}

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

.step-flow__item_dark {
  background: #e8e8e8;
}

.step-flow__item_dark::after {
  border-left: 10px solid #e8e8e8;
}

.step-flow__item_now {
  background: #1f8f92;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.step-flow__item_now::after {
  border-left: 10px solid #1f8f92;
}

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

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

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

.step-flow__step4 {
  z-index: 2;
}

.step-flow__step4::after {
  border: none;
}

.step-flow__text {
  position: relative;
  z-index: 10;
  font-size: 16px;
}

.step-flow__item_now .step-flow__text {
  font-size: 18px;
}

.step {
  margin: 0 auto;
}

.step__inner {
  width: 600px;
  min-height: 300px;
  margin: 0 auto;
}

@media screen and (max-width: 639px) {
  .step-flow__item::after {
    left: 41%;
  }
  .step__inner {
    width: 100%;
    height: 290px;
    padding: 0 10px;
  }
}

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

.step__text {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: #1f8f92;
}

@media screen and (max-width: 639px) {
  .step__button-area {
    height: 95px;
  }
  .step__text {
    font-size: 12px;
    margin-top: 0;
  }
}

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

.form-info {
  text-align: center;
  padding: 0 0 20px;
}

label > .mwform-checkbox-field-text {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #208f92;
  color: #208f92;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  padding: 20px;
  width: 80px;
  height: 80px;
  line-height: 2.5;
  border-radius: 40px;
  display: inline-block;
}

label.form__radio_checked > .mwform-checkbox-field-text {
  background: #208f92;
  color: #fff;
}

.form2 {
  background: #f9f9f9;
}

.is-thanks .m-thanks_wrap {
  max-width: 650px;
  width: calc(100% - 30px);
  margin: 0 auto;
  text-align: center;
  padding-top: 100px;
}

.is-thanks .m-thanks_wrap p {
  font-size: 16px;
}

.step-form01.wpforms-container {
  position: relative;
  max-width: 800px;
  margin: auto;
  background: #f9f9f9;
  padding-bottom: 15px;
  height: auto;
}

.step-form01.wpforms-container .step-flow__item {
  padding: 10px 0;
  height: 60px;
}

.step-form01.wpforms-container .wpforms-field {
  padding: 10px 0;
  overflow: visible !important;
}

.step-form01.wpforms-container .wpforms-field-checkbox ul {
  display: flex;
  justify-content: center;
  max-width: 90%;
  margin: 0 auto;
  list-style: none;
}

.step-form01.wpforms-container .kiyaku {
  margin: 0 auto;
  width: fit-content;
  max-width: 90%;
}

.wpforms-screen-reader-announce {
  display: none;
}

.step-form01.wpforms-container .form__heading {
  padding: 0;
  margin: 0 auto;
  font-weight: bold;
  text-align: left !important;
  width: 90%;
  max-width: 750px;
  font-size: 16px;
  color: #1f8f92 !important;
}

.step-form01.wpforms-container li.choice-1.depth-1 {
  display: flex;
  align-items: center;
}
.step-form01.wpforms-container li.choice-1.depth-1 label {
  padding: 0;
}

.step-form01.wpforms-container .wpforms-error {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0;
}

.step-form01.wpforms-container .wpforms-field select,
.step-form01.wpforms-container .wpforms-field input[type="text"],
.step-form01.wpforms-container .wpforms-field input[type="email"],
.step-form01.wpforms-container .wpforms-field input[type="tel"] {
  display: block;
  margin-bottom: 10px;
  vertical-align: middle;
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
  /* height: 50px; */
  font-size: 16px;
  padding: 5px;
}

.step-form01.wpforms-container .wpforms-page-next,
.step-form01.wpforms-container .wpforms-submit {
  line-height: inherit;
  padding: 1.4em 2em;
  background: #4ec443;
  border: none;
  border-radius: 5px;
  color: white;
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 5px 0 #3caa31;
  margin: 10px auto 15px;
  cursor: pointer;
  font-size: 1rem;
  width: 90%;
}

.step-form01.wpforms-container .wpforms-page-next:hover,
.step-form01.wpforms-container .wpforms-submit:hover {
  background: #73d06a;
}

@media screen and (max-width: 639px) {
  .step-form01.wpforms-container .wpforms-page-next,
  .step-form01.wpforms-container .wpforms-submit {
    margin: 0 auto 10px;
  }
}

@media screen and (min-width: 641px) {
  .step-form01.wpforms-container .wpforms-page-next,
  .step-form01.wpforms-container .wpforms-submit {
    width: 350px !important;
  }
}

.step-form01.wpforms-container {
  padding-bottom: 100px;
}

.step-form01.wpforms-container .wpforms-page-indicator {
  display: none !important;
}

.step-form01.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;
  border: none !important;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  white-space: nowrap;
}

.wpforms-field-pagebreak[data-field-id="20"] {
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
  bottom: -140px;
  -webkit-column-width: 22px !important;
}
.wpforms-page.wpforms-page-3.last {
  position: relative;
}
