@charset "UTF-8";
@media only screen and (min-width: 981px) {
  .header {
    padding: 20px 0 12px;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1);
  }
}

.footer__inner {
  padding: 25px 0 50px;
}

.under {
  padding-top: 0;
  border-top: none;
}

.art01 {
  padding: 80px 0;
}
@media only screen and (max-width: 750px) {
  .art01 {
    padding: 40px 0 0px;
  }
}
.art01--comp {
  margin-bottom: 100px;
  padding: 80px 0 0;
}
@media only screen and (max-width: 750px) {
  .art01--comp {
    margin-bottom: 60px;
    padding: 40px 0 0;
  }
}
.art01__inner {
  max-width: 540px;
  width: calc(100% - 40px);
  margin: 0 auto;
  align-items: center;
  padding: 25px 0;
  box-sizing: border-box;
  border-top: solid 1px #A2A2A2;
  border-bottom: solid 1px #A2A2A2;
}
@media only screen and (max-width: 750px) {
  .art01__inner {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 750px) {
  .art01__inner {
    padding: 20px 0;
  }
}
.art01__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  max-width: 460px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .art01__box {
    max-width: 400px;
  }
}
.art01__pict {
  max-width: 110px;
  width: 28%;
}
@media only screen and (max-width: 750px) {
  .art01__pict {
    width: 26%;
  }
}
.art01__txt {
  width: 70%;
}
.art01__ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
@media only screen and (max-width: 750px) {
  .art01__ttl {
    font-size: 18px;
  }
}
.art01__item {
  max-width: 506px;
  width: 48%;
}
.art01__item:nth-child(n+3) {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  .art01__item {
    width: 100%;
    margin: 0 auto;
  }
  .art01__item:nth-child(n+3) {
    margin-top: 0px;
  }
  .art01__item:nth-child(n+2) {
    margin-top: 30px;
  }
}
.art01__link:hover .art01__pict {
  opacity: 0.7;
}
.art01__link:hover .art01__ttl {
  color: #00A3F3;
  background-position: 0 100%;
  background-size: 100% 1px;
}
.art01__tel {
  font-size: 40px;
  display: block;
  line-height: 130%;
}
@media only screen and (max-width: 750px) {
  .art01__tel {
    font-size: 25px;
  }
}
.art01__tel::before {
  font-size: 30px;
}
@media only screen and (max-width: 750px) {
  .art01__tel::before {
    font-size: 20px;
  }
}

.art02 {
  padding: 0px 0 80px;
}
@media only screen and (max-width: 750px) {
  .art02 {
    padding: 40px 0 50px;
  }
}
.art02--comp {
  padding: 80px 0 0;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .art02--comp {
    padding: 40px 0 0;
  }
}
.art02__inner {
  max-width: 860px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .art02__inner {
    width: calc(100% - 30px);
  }
}
.art02__txt {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 750px) {
  .art02__txt {
    font-size: 18px;
    margin: 0 auto 20px;
  }
}
.art02__button {
  max-width: 350px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 750px) {
  .art02__button {
    width: 70%;
  }
}
.art02__link {
  padding: 20px;
  color: #fff;
  background-color: #A2A2A2;
}
.art02__link:before {
  content: "\f053";
  left: 6%;
  right: auto;
}

@media only screen and (min-width: 751px) {
  .flow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 750px) {
  .flow {
    margin-bottom: 30px;
  }
}
.flow__item {
  width: 33%;
  font-size: 20px;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 50px;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .flow__item {
    max-width: 350px;
    width: 70%;
    font-size: 16px;
    padding: 15px 0;
    display: table;
    margin: 0 auto 5px;
  }
  .flow__item:last-child {
    margin-bottom: 0;
  }
}
.flow__item--active {
  background-color: #00A3F3;
  color: #fff;
}
@media only screen and (min-width: 751px) {
  .flow__item--active::after {
    content: "";
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    width: 0px;
    margin: 0 auto;
    border-top: 15px solid #00A3F3;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
}

#K3_container .form-headline, .upper, hr {
  display: none;
}

#K3_container .btn-primary {
  max-width: 430px;
  width: 90%;
  padding: 15px 0;
  background-color: #2D4262;
  border: none;
  display: table;
  margin: 0 auto;
}

#K3_header, #K3_hr_header, #K3_hr_footer {
  display: none;
}

#K3_headline h2:last-of-type {
  font-size: 18px !important;
}

#K3_content {
  padding: 0;
}

#K3_content .form-headline h2 {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}

#K3_content .label-fit {
  background: #9b9b9b;
  border-radius: 3px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  text-align: center;
  width: 45px;
}

#K3_content .label-fit.label-danger {
  background: #DB4A3E;
}

#K3_content span.form-error {
  color: #DB4A3E;
  font-style: normal;
}

#K3_content .form-control {
  border: 0;
  outline: 1px solid #ccc;
  outline-offset: -1px;
}

#K3_content .form-control:focus {
  outline: 1px solid #3b85ce;
}

.form {
  border-top: solid 1px #ccc;
}
.form__box {
  border: solid 1px #ccc;
  border-top: none;
}
@media only screen and (min-width: 751px) {
  .form__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.form__half {
  width: 688%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  .form__half {
    width: 100%;
  }
}
.form__inbox {
  width: 68%;
  padding: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .form__inbox {
    width: 100%;
    padding: 15px;
  }
}
.form__inbox--half {
  width: 49%;
}
.form__inbox--select {
  position: relative;
}
.form__inbox--select::before {
  font-size: 10px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f078";
  position: absolute;
  right: 35px;
  top: 30px;
}
@media only screen and (max-width: 750px) {
  .form__inbox--select::before {
    right: 30px;
    top: 25px;
  }
}
.form__ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 32%;
  font-weight: bold;
  background-color: #f2f2f2;
  padding: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .form__ttl {
    width: 100%;
    padding: 15px;
  }
}
.form__text {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}
.form__text--error {
  width: 100%;
}
.form__check {
  margin-right: 10px;
  display: inline-block;
  line-height: 160%;
}
.form__any, .form__imp {
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
  padding: 0 7px;
  font-size: 12px;
  line-height: 160%;
}
@media only screen and (max-width: 750px) {
  .form__any, .form__imp {
    font-size: 12px;
    padding: 0 5px;
  }
}
.form__any {
  background-color: #A2A2A2;
}
.form__imp {
  background-color: #DB4A3E;
}
.form__input {
  display: inline-block;
  margin-right: 5px;
}
.form__radio {
  display: block;
}
.form__radio:not(:last-child) {
  margin-bottom: 2px;
}
.form input[type=text], .form__select, .form textarea {
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.42857143;
  height: 45px;
  border: 0;
  outline: 1px solid #ccc;
  outline-offset: -1px;
  border-radius: 3px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .form input[type=text], .form__select, .form textarea {
    font-size: 14px;
    padding: 4px 10px;
    height: 40px;
  }
}
.form textarea {
  height: auto;
}
.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; /* デフォルトの矢印を非表示 */
}
.form .privacy_policy {
  font-size: 13px;
  line-height: 130%;
  padding: 20px;
  margin-bottom: 40px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 750px) {
  .form .privacy_policy {
    font-size: 12px;
    padding: 15px;
    margin-bottom: 30px;
  }
}
.form .submit {
  margin: 40px 0;
}
@media only screen and (max-width: 750px) {
  .form .submit {
    margin: 30px 0;
  }
}
.form__button {
  display: table;
  max-width: 300px;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.form__button::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 6%;
  margin-top: -12px;
  color: #fff;
  z-index: 2;
}
.form__button .form__link {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  color: #fff;
  background: none;
  cursor: pointer;
  background-color: #00A3F3;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.4);
  transition: background-color 0.5s;
}
.form__button .form__link:hover {
  background-color: #037cb9;
}
.form__button--back {
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .form__button--back {
    margin-bottom: 10px;
  }
}
.form__button--back::before {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  left: 6%;
  right: auto;
}
.form__button--back .form__link {
  background-color: #A2A2A2;
}
.form__button--back .form__link:hover {
  background-color: #878787;
}
.form .well {
  text-align: center;
  display: table;
  margin: 50px auto;
}
@media only screen and (max-width: 750px) {
  .form .well {
    margin: 30px auto;
  }
}/*# sourceMappingURL=form.css.map */