/* stylelint-disable at-rule-empty-line-before */
/* simple clearfix */
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
.alert {
  color: #d64747;
  display: inline-block;
  line-height: 1.5;
  margin: 5px 0;
}

.contact {
  width: 100%;
}
.contact__gr {
  max-width: 1200px;
  display: flex;
  border-top: 1px solid #dce3e9;
  border-right: 1px solid #dce3e9;
  border-left: 1px solid #dce3e9;
  min-height: 100px;
}
@media screen and (max-width: 767px) {
  .contact__gr {
    flex-direction: column;
    min-height: auto;
  }
}
.contact__gr.tel .text_frame input {
  max-width: 420px;
}
.contact__th {
  width: 25%;
  min-width: 250px;
  background-color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  box-sizing: border-box;
}
.contact__th label {
  font-weight: 600;
}
.contact__th label > .required {
  color: #0090d5;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contact__th {
    width: 100%;
    height: 60px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 575px) {
  .contact__th {
    padding: 15px;
  }
}
.contact__td {
  width: 75%;
  padding: 22px;
  box-sizing: border-box;
}
.contact__td .row {
  display: flex;
}
@media screen and (max-width: 767px) {
  .contact__td {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .contact__td {
    padding: 15px;
  }
}
.contact .text_frame input {
  width: 100%;
  font-size: 1rem;
  box-sizing: border-box;
  margin: 0;
  background-color: #f1f2f3;
  border: none;
  border-radius: 5px;
  height: 55px;
  padding: 1em 2em;
}
.contact .text_frame input:focus, .contact .text_frame input:active {
  outline: 1px solid #a6a6a6;
  outline-offset: -1px;
}
.contact .text_frame .cell {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .contact .text_frame input {
    height: 45px;
    padding: 1em;
  }
}
.contact .row .col input {
  width: 100%;
  font-size: 1rem;
  box-sizing: border-box;
  margin: 0;
  background-color: #f1f2f3;
  border: none;
  border-radius: 5px;
  height: 55px;
  padding: 1em 2em;
}
.contact .row .col input:focus, .contact .row .col input:active {
  outline: 1px solid #a6a6a6;
  outline-offset: -1px;
}
@media screen and (max-width: 767px) {
  .contact .row .col input input {
    height: 45px;
    padding: 1em;
  }
}
.contact .input-group {
  display: flex;
  align-items: center;
}
.contact .input-group .input-group-text {
  margin-left: 5px;
  margin-right: 5px;
}
.contact select {
  width: 100%;
  font-size: 1rem;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #a4adb8;
  border-radius: 5px;
  height: 45px;
  padding: 0.6em 2em 0.4em 1.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat;
  background-position: right 0.75rem center;
  background-size: 8px 10px;
}
.contact select:focus, .contact select:active {
  outline: 1px solid #a6a6a6;
  outline-offset: -1px;
}
@media screen and (max-width: 767px) {
  .contact select input {
    height: 35px;
    padding: 1em;
  }
}
.contact input[type=checkbox] {
  transform: scale(1.2, 1.2);
}
.contact .textarea_frame textarea {
  width: 100%;
  font-size: 1rem;
  box-sizing: border-box;
  line-height: 1.5em;
  margin: 0;
  background-color: #f1f2f3;
  border-radius: 5px;
  border: none;
  padding: 1em 2em;
  height: 300px;
  resize: none;
}
.contact .textarea_frame textarea:focus, .contact .textarea_frame textarea:active {
  outline: 1px solid #a6a6a6;
  outline-offset: -1px;
}
.contact .privacy_box {
  border: none;
  border-top: 1px solid #dce3e9;
}
.contact .privacy_box .contact__th {
  display: none;
}
.contact .privacy_box .contact__td {
  width: 100%;
  padding-top: 35px;
  padding-bottom: 45px;
}
@media screen and (max-width: 575px) {
  .contact .privacy_box .contact__td {
    padding-bottom: 30px;
  }
}
.contact .privacy_box .card {
  text-align: center;
}
.contact .privacy_box .card .card-header {
  display: none;
}
.contact .privacy_box .card .card-body .annotation a {
  color: #0090d5;
}
.contact .privacy_box .card .card-body .btn {
  min-width: 220px;
  min-height: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #222222;
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  box-sizing: border-box;
  position: relative;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  padding: 0;
  margin: 0;
  text-align: center;
}
.contact .privacy_box .card .card-body .btn ._inner {
  padding-top: 0 !important;
}
.contact .privacy_box .card .card-body .icheck-danger {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 13px;
  column-gap: 13px;
}
.contact .privacy_box .card .card-body .icheck-danger input {
  position: relative;
  outline: none;
  width: 24px;
  height: 24px;
  background-color: #f1f2f3;
  border: none;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: -35px;
  pointer-events: none;
}
.contact .privacy_box .card .card-body .icheck-danger input:checked::before {
  position: absolute;
  inset: 0;
  margin: auto;
  transform: rotate(50deg) translate(-2px, -2px);
  width: 6px;
  height: 10px;
  border-right: 3px solid #0090d5;
  border-bottom: 3px solid #0090d5;
  content: "";
}
.contact .privacy_box .card .card-body .icheck-danger label {
  line-height: 1;
  padding-top: 2px;
  font-weight: 600;
  padding-left: 35px;
}
.contact .privacy_box .alert {
  display: block;
  text-align: center;
  margin: 15px 0;
}
.contact .email_input .contact__td .alert:nth-of-type(3) {
  display: none;
}
.contact .email_confirm input {
  margin-top: 0 !important;
}
.contact .email_confirm .contact__td .alert:nth-of-type(2) {
  display: none;
}
.contact .contact__gr-submit {
  border: none;
}
.contact .contact__gr-submit .button_area {
  margin: 0 auto;
}
.contact .contact__gr-submit .button_area .btn {
  width: 500px;
  height: 120px;
  border-radius: 10px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contact .contact__gr-submit .button_area .btn {
    width: 450px;
    height: 100px;
  }
}
@media screen and (max-width: 575px) {
  .contact .contact__gr-submit .button_area .btn {
    width: 280px;
    height: 80px;
    font-size: 1.125rem;
  }
}
.contact ._form_confirm .contact__td {
  display: flex;
  align-items: center;
}
.contact ._form_confirm .contact__gr-submit {
  padding-top: 40px;
  border-top: 1px solid #dce3e9;
}
.contact ._form_confirm .contact__gr-submit > .button_area {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.contact ._form_confirm .contact__gr-submit > .button_area > .link-prev {
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto;
  padding-right: 5px;
  padding-left: 24px;
}
.contact ._form_confirm .contact__gr-submit > .button_area > .link-prev::after {
  inset: 0 auto 0 0;
  transform: translateY(-2px) scale(-1);
}
@media screen and (max-width: 767px) {
  .contact ._form_confirm .contact__gr-submit > .button_area {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  .contact ._form_confirm .contact__gr-submit > .button_area > .link-prev {
    position: relative;
  }
}

.btn-outline-danger .icheck-danger label::before {
  transform: translateY(-3px);
}
.btn-outline-danger .icheck-danger label::after {
  margin-top: -3px;
  left: -2px;
}

.icheck-danger > input:first-child:not(:checked, :disabled):hover + input[type=hidden] + label::before,
.icheck-danger > input:first-child:not(:checked, :disabled):hover + label::before {
  border-color: #0090d5 !important;
}

.icheck-danger > input:first-child:checked + input[type=hidden] + label::before,
.icheck-danger > input:first-child:checked + label::before {
  background-color: #0090d5;
  border-color: #0090d5;
}

[class*=icheck-] > input:first-child + input[type=hidden] + label::before,
[class*=icheck-] > input:first-child + label::before {
  width: 20px;
  height: 20px;
}
/*# sourceMappingURL=form_section.css.map */
