/* Scss Document */
/* Scss Document */
@media screen and (max-width: 767px) {
  section.lead {
    display: block;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  section#form {
    display: block;
    padding: 0 20px;
  }
}
section#form .form-flow-wrap {
  display: flex;
  width: 100%;
  height: 40px;
  max-width: 660px;
  margin: 30px auto;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  section#form .form-flow-wrap {
    height: 35px;
  }
}
section#form .form-flow-wrap .flow-item {
  flex: 1 1 200px;
  text-align: center;
  background-color: #ccc;
  color: #fff;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  section#form .form-flow-wrap .flow-item {
    font-size: 1.0625rem;
  }
}
section#form .form-flow-wrap .flow-item > span {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 22px;
  background-color: #fff;
  color: #ccc;
  margin-right: 20px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  section#form .form-flow-wrap .flow-item > span {
    margin-right: 10px;
  }
}
section#form .form-flow-wrap .flow-item.active {
  background-color: #009D85;
}
section#form .form-flow-wrap .flow-item.active > span {
  color: #009D85;
}
section#form .form-flow-wrap .flow-icon {
  flex: 0 0 22px;
  height: 100%;
  background-image: url("../img/img_form_arrow_02.gif");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  section#form .form-flow-wrap .flow-icon {
    flex: 0 0 19px;
  }
}
section#form .form-flow-wrap .flow-icon.active-next {
  background-image: url("../img/img_form_arrow_01.gif");
}
section#form .form-flow-wrap .flow-icon.active-prev {
  background-image: url("../img/img_form_arrow_03.gif");
}
section#form .tel-info-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  border: solid 1px #009D85;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  section#form .tel-info-wrap {
    flex-wrap: wrap;
  }
}
section#form .tel-info-wrap .tel-info-title {
  flex: 1 1 220px;
  margin: auto 0;
  padding: 20px 10px 20px 30px;
}
@media screen and (max-width: 991px) {
  section#form .tel-info-wrap .tel-info-title {
    flex: 1 1 50%;
    text-align: center;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  section#form .tel-info-wrap .tel-info-title {
    flex: 1 1 100%;
  }
}
section#form .tel-info-wrap .tel-info-title h2 {
  color: #009D85;
  font-size: 0.9375rem;
  font-family: fot-tsukuardgothic-std, "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: bold;
  margin: auto;
  line-height: 1.5;
}
section#form .tel-info-wrap .tel-info-icon {
  flex: 0 0 180px;
  background-color: #fff;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  section#form .tel-info-wrap .tel-info-icon {
    flex: 1 1 50%;
    padding: 5px 10px;
    background: none;
  }
}
@media screen and (max-width: 767px) {
  section#form .tel-info-wrap .tel-info-icon {
    flex: 1 1 100%;
    background-color: #fff;
  }
}
section#form .tel-info-wrap .tel-info-icon > p {
  display: block;
  border-radius: 15px;
  background-color: #009D85;
  font-size: 0.75rem;
  color: #fff;
  font-family: fot-tsukuardgothic-std, "Hiragino Sans", Meiryo, "sans-serif";
  padding: 1px 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  section#form .tel-info-wrap .tel-info-icon > p {
    display: inline-block;
    margin-bottom: 5px;
  }
}
section#form .tel-info-wrap .tel-info-icon > p .icon-freetel {
  display: inline-block;
  width: 16px;
  height: 14px;
  background-image: url("../img/icon_freedial_white.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 3px 0 0;
}
section#form .tel-info-wrap .tel-info-item {
  flex: 1 1 200px;
  padding: 15px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  section#form .tel-info-wrap .tel-info-item {
    flex: 1 1 100%;
    padding: 0;
  }
}
section#form .tel-info-wrap .tel-info-item .tel-item {
  padding: 5px 15px 5px 15px;
  border-right: solid 1px #ccc;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  section#form .tel-info-wrap .tel-info-item .tel-item {
    display: flex;
    flex-wrap: wrap;
    border: none;
  }
}
section#form .tel-info-wrap .tel-info-item .tel-item .color {
  color: #009D85;
  font-weight: bold;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  section#form .tel-info-wrap .tel-info-item .tel-item .color {
    flex: 0.5 0 100px;
    font-size: 1rem;
  }
}
section#form .tel-info-wrap .tel-info-item .tel-item .color > span {
  font-weight: normal;
  color: #333;
  font-size: 0.625rem;
}
@media screen and (max-width: 767px) {
  section#form .tel-info-wrap .tel-info-item .tel-item .color > span {
    font-size: 0.875rem;
  }
}
section#form .tel-info-wrap .tel-info-item .tel-item > a {
  font-family: fot-tsukuardgothic-std, "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: bold;
  font-size: 1.25rem;
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 767px) {
  section#form .tel-info-wrap .tel-info-item .tel-item > a {
    flex: 1 0 160px;
    color: #009D85;
    text-decoration: underline;
  }
}
section#form .tel-info-wrap .tel-info-item .tel-item > a > i {
  margin-right: 3px;
}
section#form .tel-info-wrap .tel-info-item:last-child .tel-item {
  border: none;
}
section#form #form-body {
  background-color: #fff;
  padding: 50px 125px;
}
@media screen and (max-width: 991px) {
  section#form #form-body {
    padding: 30px 60px;
  }
}
@media screen and (max-width: 767px) {
  section#form #form-body {
    padding: 30px 10px;
  }
}
section#form #form-body.request_thanks {
  border: solid 1px #009D85;
  border-radius: 5px;
  overflow: hidden;
  padding: 0 0 50px 0;
}
section#form #form-body.request_thanks h2.h2 {
  font-family: fot-tsukuardgothic-std, "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 1.625rem;
  text-align: left;
}
@media screen and (max-width: 991px) {
  section#form #form-body.request_thanks h2.h2 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  section#form #form-body.request_thanks h2.h2 {
    font-size: 1.375rem;
    text-align: center;
    padding: 20px 30px;
  }
}
section#form #form-body.request_thanks .text-left-center {
  text-align: left;
}
@media screen and (max-width: 767px) {
  section#form #form-body.request_thanks .text-left-center {
    text-align: center;
  }
}
section#form #form-body.request_thanks .thanks_img {
  padding: 10px 20px 0 10px;
}
section#form #form-body.request_thanks .btn-request {
  color: #fff;
}
section#form #form-body.request_thanks .btn-request:after {
  top: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  section#form #form-body.request_thanks .lead-text {
    padding: 0 20px;
  }
}
section#form #form-body .tag {
  display: inline-block;
  background-color: #fff;
  font-size: 0.75rem;
  padding: 3px 5px;
  margin-left: 5px;
  color: #666;
  border: solid 1px #666;
  line-height: 1.2;
}
section#form #form-body .tag.necessary {
  color: #E40E77;
  border-color: #E40E77;
}
section#form #form-body .form-title h3.h3 {
  font-size: 1rem;
  padding: 10px 30px;
  font-family: source-han-sans-japanese, "Hiragino Sans", Meiryo, "sans-serif";
}
section#form #form-body .form-title h3.h3 .tag {
  border: none;
}
section#form #form-body .form-item {
  padding: 15px 20px 30px;
}
@media screen and (max-width: 767px) {
  section#form #form-body .form-item {
    padding: 15px 5px 30px;
  }
}
section#form #form-body .form-item .input-radio {
  display: none;
}
section#form #form-body .form-item .input-radio + label {
  display: inline-block;
  padding: 0 30px 0 40px;
  position: relative;
}
section#form #form-body .form-item .input-radio + label:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 5px;
  width: 20px;
  height: 20px;
  border: solid 1px #ccc;
  border-radius: 50%;
}
section#form #form-body .form-item .input-radio:checked + label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #009D85;
  position: absolute;
  left: 15px;
  top: 10px;
  background-color: #009D85;
}
section#form #form-body .form-item .input-text {
  width: calc(100% - 50px);
  max-width: 530px;
  padding: 10px;
  margin-bottom: 10px;
}
section#form #form-body .form-item .input-text.zipcode {
  max-width: 250px;
}
section#form #form-body .form-item .input-textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  section#form #form-body .form-item .input-textarea {
    height: 150px;
  }
}
section#form #form-body .form-item .input-combo-wrap {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
section#form #form-body .form-item .input-combo-wrap .input-combo-item {
  flex: 1 1 300px;
  padding: 5px 10px 0 0;
}
section#form #form-body .form-item .form-ex-text {
  font-size: 0.75rem;
  padding-bottom: 10px;
}
section#form #form-body .privacy-wrap {
  display: block;
  width: 100%;
  background-color: #FAFAFA;
  font-size: 0.75rem;
  padding: 25px 40px;
}
@media screen and (max-width: 767px) {
  section#form #form-body .privacy-wrap {
    padding: 20px 10px;
  }
}
section#form #form-body .form-alert {
  display: block;
  width: 100%;
  background-color: #E40E77;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  font-weight: normal;
  padding: 5px;
}
section#form #form-body .btn-form-next {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-family: source-han-sans-japanese, "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 1.125rem;
  border-radius: 5px;
  color: #fff;
  background-color: #FABE00;
  text-decoration: none;
  margin: 10px auto;
  position: relative;
}
section#form #form-body .btn-form-next > .submit {
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  color: #fff;
  background: none;
}
section#form #form-body .btn-form-next:hover {
  text-decoration: none;
  color: #333;
}
section#form #form-body .btn-form-next:after {
  content: "\f105";
  font-family: "font Awesome 5 free";
  font-weight: bold;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
  color: #FABE00;
  line-height: 22px;
  font-size: 10px;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 15px;
}
@media screen and (max-width: 767px) {
  section#form #form-body .btn-form-next {
    height: 50px;
    line-height: 50px;
    margin: 10px 20px;
    width: calc(100% - 40px);
    font-size: 0.875rem;
  }
  section#form #form-body .btn-form-next:after {
    top: 15px;
    right: 10px;
  }
}
section#form #form-body .btn-form-prev {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-family: source-han-sans-japanese, "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 1.125rem;
  border-radius: 5px;
  color: #fff;
  background-color: #fff;
  border: solid 1px #ccc;
  text-decoration: none;
  margin: 10px auto;
  position: relative;
}
section#form #form-body .btn-form-prev > .submit {
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  background: none;
}
section#form #form-body .btn-form-prev:hover {
  text-decoration: none;
  color: #333;
}
section#form #form-body .btn-form-prev:before {
  content: "\f104";
  font-family: "font Awesome 5 free";
  font-weight: bold;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #ccc;
  color: #fff;
  line-height: 22px;
  font-size: 10px;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 15px;
}
@media screen and (max-width: 767px) {
  section#form #form-body .btn-form-prev {
    height: 50px;
    line-height: 50px;
    margin: 10px 20px;
    width: calc(100% - 40px);
    font-size: 0.875rem;
  }
  section#form #form-body .btn-form-prev:before {
    top: 15px;
    right: 10px;
  }
}
