* {
  box-sizing: border-box;
}

body,
html {
  width: 100%;
}

#efoGuide {
  display: none !important;
}

.form-header {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100vw;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}

.intro {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.intro > * {
  margin: 0 auto;
  box-sizing: border-box;
}

.intro .intro-achievement,
.intro .intro-case,
.intro .intro-why {
  max-width: 1024px;
}

.intro h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin: 0 auto;
  border-bottom: 6px solid #9b4633;
}

.intro p,
.header-contact-tel p,
.intro-finally-link p,
.form-section-description,
.form-table,
.form-table textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
}

.intro-bg {
  width: 100vw;
  max-width: unset;
  position: absolute;
  background-image: url(/_lib/inquiry/img/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo-img {
  width: 235px;
}

.form-header .header-content {
  width: 964px;
}

.header-contact {
  display: flex;
  align-items: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transform: translate(201px, 0);
}

.header-contact.visible {
  transform: translate(0, 0);
}

.header-contact-tel {
  display: inline-block;
  margin-right: 20px;
  text-decoration: none;
}

.header-contact-tel p {
  font-size: 12px;
  white-space: nowrap;
}

.header-contact-jump {
  display: inline-block;
  padding: 15px 60px 15px 15px;
  border-radius: 4px;
  background-color: #f2534f;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.header-contact-jump::after,
.intro-jump::after {
  position: absolute;
  content: url(/_lib/inquiry/img/downArrow.svg);
  padding-left: 20px;
  color: #ffffff;
}

.intro-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 30px;
}

.intro-catch {
  width: 65vw;
}

.intro-catch p {
  margin-top: 40px;
  font-size: 20px;
  color: #ffffff;
}

.intro-form {
  padding: 25px 20px 20px 20px;
  border-radius: 10px;
  background-color: rgba(45, 55, 64, 0.88);
  font-size: 20px;
  text-align: center;
}

.intro-form h2::after {
  border: none;
}

.intro-form p {
  margin-top: 5px;
  text-align: left;
  color: #ffffff;
}

.intro-select {
  margin-top: 30px;
  padding: 20px 20px 30px 20px;
  background-color: #ffffff;
  color: #000000;
}

.intro-select-unit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.intro-select-unit:first-child {
  margin-top: 0px;
}

.intro-select-unit label {
  width: 165px;
  font-size: 20px;
  text-align: left;
}

.intro-select-unit select {
  width: 256px;
  height: 44px;
  padding-left: 10px;
  border: 3px solid #2e4172;
  font-size: 18px;
}

.intro-jump {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding: 20px 100px;
  border-radius: 4px;
  background-color: #f2534f;
  font-size: 24px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.intro-description {
  max-width: unset;
  padding: 60px;
  background-color: #f6f5f0;
}

.intro-description p {
  margin-top: 60px;
  font-size: 24px;
  text-align: center;
}

.intro-achievement {
  padding: 60px 30px;
}

.intro-achievement h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.intro-achievement p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.intro-achievement-company {
  display: grid;
  display: -ms-grid;
  -ms-grid-rows: 1fr 30px 1fr;
  grid-template-rows: 1fr 1fr;
  -ms-grid-columns: 1fr 45px 1fr 45px 1fr 45px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px 45px;
  margin-top: 50px;
}

.intro-achievement-company > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.intro-achievement-company > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.intro-achievement-company > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.intro-achievement-company > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.intro-achievement-company > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.intro-achievement-company > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.intro-achievement-company > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.intro-achievement-company > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}

.intro-reason {
  max-width: unset;
  padding: 60px;
  background-color: #f6f5f0;
}

.intro-reason > * {
  max-width: 1024px;
  margin: 0 auto;
}

.intro-reason h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.intro-reason-unit {
  display: flex;
  align-items: center;
  margin-top: 80px;
}

.intro-reason-list {
  margin-top: 45px;
}

.intro-reason-unit:first-child {
  margin-top: 0px;
}

.intro-reason-unit:nth-child(even) .intro-reason-icon {
  order: 1;
}

.intro-reason-unit:nth-child(even) .intro-reason-detail {
  order: 2;
  padding-right: 0;
  padding-left: 60px;
}

.intro-reason-detail {
  width: 700px;
  padding-right: 60px;
}

.intro-reason-detail dt {
  position: relative;
  display: flex;
  padding-left: 115px;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
}

.intro-reason-unit:nth-child(1) .intro-reason-detail dt::before {
  content: "理由1";
}

.intro-reason-unit:nth-child(2) .intro-reason-detail dt::before {
  content: "理由2";
}

.intro-reason-unit:nth-child(3) .intro-reason-detail dt::before {
  content: "理由3";
}

.intro-reason-detail dt::before {
  position: absolute;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #2d3740;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
  line-height: 100px;
}

.intro-reason-detail dd {
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
}

.intro-reason-icon img {
  width: 276px;
  height: 276px;
}

.intro-case {
  padding: 60px 30px;
}

.intro-case h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.intro-case p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.intro-case-list {
  margin-top: 40px;
}

.intro-case-unit {
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding: 40px 30px;
  background-color: #f0ffdd;
}

.intro-case-unit:first-child {
  margin-top: 0px;
}

.intro-case-unit img {
  width: 200px;
  height: 134px;
  min-width: 200px;
  min-height: 134px;
}

.intro-case-unit dl {
  padding-left: 30px;
}

.intro-case-unit dt {
  font-size: 28px;
  font-weight: bold;
}

.intro-case-unit dd {
  font-size: 16px;
  line-height: 23px;
}

.intro-case-unit dd p {
  text-align: left;
}

.intro-why {
  padding: 60px 30px;
  text-align: center;
}

.intro-why h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.intro-why p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.intro-why img {
  margin-top: 40px;
}

.intro-finally {
  max-width: unset;
  padding: 60px 20px;
  background-color: #f6f5f0;
}

.intro-finally h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.intro-finally-contact {
  display: flex;
  align-items: center;
  width: 70%;
  margin: 0 auto;
}

.intro-finally p {
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.intro-finally-contact > p {
  text-align: left;
}

.intro-finally-link {
  width: 30%;
  margin-left: 30px;
  background-color: #ffffff;
}

.intro-finally-link p {
  font-size: 12px;
  white-space: nowrap;
}

.intro-finally .form-section {
  margin-bottom: 0;
}

.view-pc {
  display: block;
}

.view-sp {
  display: none;
}

.form-container {
  margin-top: 60px;
}

.input-txtarea,
.form-input {
  border: 3px solid #2e4172;
  padding: 5px;
}

.form-group {
  width: 580px;
  padding: 0 10px;
}

input.form-button {
  display: inline-block;
  padding: 20px 100px;
  border: none;
  border-radius: 4px;
  background-color: #f2534f;
  background-image: unset;
  font-size: 24px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.form-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d5d3ce;
  overflow: hidden;
  font-size: 18px;
  line-height: 18px;
}

.form-step-unit {
  display: block;
  position: relative;
  background: #504944;
  padding: 1em 0.5em 1em 2em;
  color: #fff;
}

.form-step-unit:last-child {
  padding-right: 1em;
}

.form-step-unit:last-child:before,
.form-step-unit:last-child:after {
  display: none;
}

.form-step-unit:before,
.form-step-unit:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}

.form-step-unit:before {
  top: -10px;
  right: -1em;
  border-style: solid;
  border-color: transparent transparent transparent #d5d3ce;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}

.form-step-unit:after {
  top: -10px;
  right: -0.9em;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}

.current.form-step-unit {
  background: #b3b3b3;
  font-weight: bold;
}

.current.form-step-unit:before {
  border-color: transparent transparent transparent #ffffff;
}

.current.form-step-unit:after {
  border-color: transparent transparent transparent #2d3740;
}

.form-step-unit {
  position: relative;
  width: 33%;
  height: 60px;
  padding: 21px 0;
  background-color: #ffffff;
  text-align: center;
  color: #2d3740;
  white-space: nowrap;
}

.form-step-unit span {
  display: inline;
}

.form-step-unit > span {
  position: relative;
  margin-left: 30px;
}

.current.form-step-unit {
  background-color: #2d3740;
  color: #ffffff;
}

.form-step-unit > span::before {
  position: absolute;
  top: -3px;
  left: -36px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #2d3740;
  color: #ffffff;
  text-align: center;
}

.current.form-step-unit > span::before {
  background-color: #ffffff;
  color: #2d3740;
}

.form-step-unit:nth-child(1) > span::before {
  content: "1";
}

.form-step-unit:nth-child(2) > span::before {
  content: "2";
}

.form-step-unit:nth-child(3) > span::before {
  content: "3";
}

.form-section-description {
  padding: 20px 150px 0 150px;
  border-left: 1px solid #d5d3ce;
  border-right: 1px solid #d5d3ce;
  background-color: #ffffff;
}

.mw_wp_form {
  background-color: #ffffff;
}

#footer-form address {
  background-color: #2d2d2d !important;
}

@media screen and (max-width: 767px) {
  .form-header .header-content {
    width: 100%;
    height: 50px;
    overflow: visible;
  }

  .header-logo {
    height: 26.8px;
    margin-left: 8px;
  }

  .header-logo-img {
    width: 180px;
  }

  .header-contact {
    position: relative;
    transform: translate(125px, 0);
  }

  .header-contact-tel {
    margin-right: 12px;
    padding-right: 12px;
    border-right: 3px solid #ededed;
  }

  .header-contact-tel p {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }

  .header-contact-icon {
    width: 30px;
    height: 30px;
    padding: 5px;
    border: 2px solid #ededed;
    border-radius: 4px;
  }

  .header-contact-jump {
    margin-right: 8px;
    padding: 5px 12px;
    font-size: 12px;
    white-space: nowrap;
  }

  .header-contact-balloon {
    position: absolute;
    top: 45px;
    left: -220px;
    padding: 20px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
  }

  .header-contact-balloon::before {
    content: "";
    position: absolute;
    top: -30px;
    right: 5px;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
    z-index: 2;
  }

  .header-contact-balloon::after {
    content: "";
    position: absolute;
    top: -30px;
    right: 5px;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid rgba(0, 0, 0, 0.3);
    z-index: 1;
  }

  .header-contact-balloon p {
    font-size: 12px;
  }

  .header-contact-link {
    text-decoration: none;
  }

  .header-contact-link img {
    margin: 0 auto;
  }

  .header-contact-link p {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    color: #f2534f;
  }

  .header-contact-link p span {
    position: relative;
    height: 16px;
  }

  .header-contact-link p span::before {
    content: " ";
    position: absolute;
    left: -20px;
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(/_lib/inquiry/img/sp-phone-icon.svg);
  }

  .intro p {
    margin-top: 12px;
  }

  .intro-wrapper {
    display: block;
    padding: 15px 5px;
  }

  .intro-catch {
    width: 100%;
  }

  .intro-catch h1 {
    width: 95%;
  }

  .intro-catch p {
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }

  .intro-form {
    margin-top: 15px;
    padding: 15px 10px 10px 10px;
    font-size: 14px;
  }

  .intro-form p {
    margin-top: 0;
    text-align: center;
  }

  .intro-select {
    margin-top: 20px;
    padding: 10px;
  }

  .intro-select-unit label {
    width: 110px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
  }

  .intro-select-unit select {
    width: 166px;
    height: 38px;
    padding-left: 5px;
    font-size: 14px;
  }

  .intro-jump {
    width: 100%;
    padding: 10px 0;
    white-space: nowrap;
  }

  .intro-description {
    padding: 40px 8px;
    font-weight: bold;
  }

  .intro-description p {
    margin-top: 40px;
    font-size: 16px;
  }

  .intro-achievement {
    padding: 50px 8px;
  }

  .intro-achievement h2 {
    font-size: 28px;
  }

  .intro-achievement p {
    font-size: 16px;
    line-height: 23px;
  }

  .intro-achievement-company-wrapper {
    position: relative;
  }

  #scrollLeftAchievement {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 40px;
    height: 40px;
  }

  #scrollRightAchievement {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 40px;
    height: 40px;
  }

  .intro-achievement-company {
    display: grid;
    display: -ms-grid;
    -ms-grid-rows: 1fr 12px 1fr;
    grid-template-rows: 1fr 1fr;
    -ms-grid-columns: 40% 12px 40% 12px 40% 12px 40%;
    grid-template-columns: 40% 40% 40% 40%;
    grid-gap: 12px;
    margin-top: 30px;
    overflow-x: scroll;
  }

  .intro-achievement-company > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .intro-achievement-company > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .intro-achievement-company > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .intro-achievement-company > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }

  .intro-achievement-company > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .intro-achievement-company > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  .intro-achievement-company > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }

  .intro-achievement-company > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }

  .intro-reason {
    padding: 50px 10px;
  }

  .intro-reason h2 {
    font-size: 28px;
  }

  .intro-reason-unit {
    display: block;
    margin-top: 50px;
  }

  .intro-reason-detail {
    width: 100%;
    padding: 0;
  }

  .intro-reason-unit:nth-child(even) .intro-reason-detail {
    order: unset;
    padding: 0;
  }

  .intro-reason-detail dt {
    padding-left: 67px;
    font-size: 18px;
  }

  .intro-reason-detail dt::before {
    width: 64px;
    height: 64px;
    line-height: 64px;
  }

  .intro-reason-icon {
    text-align: center;
  }

  .intro-reason-icon img {
    width: 180px;
    height: 180px;
  }

  .intro-reason-detail dd {
    font-size: 16px;
    line-height: 23px;
  }

  .intro-reason-detail dd img {
    margin: 0 auto;
  }

  .intro-reason-detail dd p {
    margin-top: 20px;
  }

  .intro-case {
    padding: 50px 10px;
  }

  .intro-case h2 {
    font-size: 28px;
  }

  .intro-case p {
    font-size: 16px;
    line-height: 23px;
  }

  .intro-case dd p {
    margin-top: 10px;
    text-align: left;
  }

  .intro-case-list-wrapper {
    position: relative;
  }

  #scrollLeftCase {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 40px;
    height: 40px;
  }

  #scrollRightCase {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 40px;
    height: 40px;
  }

  .intro-case-list {
    display: grid;
    display: -ms-grid;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: 100% 20px 100% 20px 100%;
    grid-template-columns: 100% 100% 100%;
    grid-gap: 20px;
    overflow-x: hidden;
    margin-top: 40px;
  }

  .intro-case-list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .intro-case-list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .intro-case-list > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .intro-case-unit {
    display: block;
    width: 100%;
    margin-top: 0;
    padding: 30px 10px;
    box-sizing: border-box;
  }

  .intro-case-unit img {
    width: 90%;
    height: unset;
    min-width: unset;
    min-height: unset;
    margin: 0 auto;
  }

  .intro-case-unit dl {
    padding-left: 0;
  }

  .intro-why {
    padding: 50px 10px;
  }

  .intro-why h2 {
    font-size: 28px;
  }

  .intro-why p {
    font-size: 16px;
    line-height: 23px;
    text-align: left;
  }

  .intro-finally {
    padding: 60px 0;
  }

  .intro-finally h2 {
    font-size: 28px;
  }

  .intro-finally-tel {
    text-decoration: none;
  }

  .intro-finally-contact {
    display: block;
    width: 100%;
  }

  .intro-finally p {
    width: 100%;
    margin-top: 0 !important;
    margin-left: 0 !important;
    font-size: 16px;
    line-height: 23px;
    padding: 0 10px;
  }

  .intro-finally-link {
    width: 70%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    text-align: center;
  }

  .intro-finally-link p {
    font-size: 12px;
  }

  .intro-finally-tel img {
    margin: 0 auto;
  }

  .intro-finally .intro-finally-tap {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    color: #f2534f;
  }

  .intro-finally-tap span {
    position: relative;
    height: 16px;
  }

  .intro-finally-tap span::before {
    content: " ";
    position: absolute;
    left: -20px;
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(/_lib/inquiry/img/sp-phone-icon.svg);
  }

  .intro-finally .form-section {
    margin-bottom: 0;
  }

  .view-pc {
    display: none;
  }

  .view-sp {
    display: block;
  }

  .form-container {
    margin-top: 40px;
  }

  .form-group {
    width: 95%;
  }

  .form-group.form-radio {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .form-group.form-radio > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .form-group.form-radio > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .form-group.form-radio > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .form-group.form-radio > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  .mw_wp_form .form-group.form-radio .horizontal-item + .horizontal-item {
    margin-left: 0;
  }

  .form-table dt {
    font-size: 20px;
  }

  .form-table .label {
    font-size: 12px;
  }

  .mwform-checkbox-field label,
  .mwform-radio-field label {
    font-size: 18px;
  }

  input[type="radio"] {
    display: none;
  }

  .mwform-radio-field label {
    position: relative;
    padding: 0 0 0 42px;
  }

  .mwform-radio-field label:after,
  .mwform-radio-field label:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
  }

  .mwform-radio-field label:after {
    left: 15px;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 50%;
  }

  .mwform-radio-field label:before {
    left: 20px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background: #0171bd;
    border-radius: 50%;
    opacity: 0;
  }

  .mwform-radio-field label.checked:before {
    opacity: 1;
  }

  .mwform-radio-field .complete_sign img {
    display: none !important;
  }

  input.form-button {
    width: 100%;
    padding: 10px 0;
  }

  .mw_wp_form .form-table {
    padding-top: 0;
  }

  .mw_wp_form .form-table dt {
    padding-top: 15px;
  }

  .intro-finally p.form-section-description {
    padding: 15px 15px 0 15px;
    font-size: 16px;
    text-align: left;
  }

  .form-step {
    font-size: 14px;
    line-height: 14px;
  }

  .form-step-unit > span {
    margin-left: 40px;
  }

  .form-step-unit span.view-pc {
    display: none;
  }

  .form-step-unit > span::before {
    position: absolute;
    top: -2px;
    left: -26px;
    width: 22px;
    height: 22px;
    line-height: 22px;
  }

  .btn-section-center ul li {
    padding: 0 10px;
  }
}
