
/***********
contact
************/

.contact{
  background-color: var(--color-base);
  border-radius: 30px;
  padding: 2em 6% 5em;
}

.contact-subTitle {
  font-size: 90%;
  font-weight: 500;
  font-feature-settings: "palt";
  padding-bottom: 0.3em;
}

.contact-table {
  width: 100%;
}

.contact-table tr {
  border-bottom: 1px solid #bbb;
}
/* .contact-table tr.is-error {
  background-color: #ffefef;
} */

.contact-table th {
  text-align: left;
  vertical-align: top;
  padding: 2em 0 1.5em 4.5em;
  font-size: clamp(124%,1.4vw, 139%);
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.5;
  width: 16em;
  position: relative;
}

.contact-table td {
  padding: 1.5em 0 1.5em 10px;
  font-size: clamp(124%,1.4vw, 139%);
}

.contact-table-item:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px dashed #bbb;
  margin-bottom: 20px;
}

.contact-table-title {
  font-weight: 600;
  font-size: 1.31rem;
  margin-bottom: 0.3em;
}

.contact-frame {
  margin: 30px 0;
  height: 200px;
  overflow: auto;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}
.contact-frame-inner {
  padding: 25px;
}

.contact-agreement {
  text-align: center;
  padding: 4em 0 0;
}
.contact-agreement a {
  cursor: pointer;;
}
.contact-agreement-title {
  font-size: 170%;
  font-weight: 500;
}
.contact-agreement-title::after {
  content: "";
  display: block;
  width: 3em;
  height: 2px;
  background-color: #000;
  margin: 0.4em auto 0.8em;
}
.contact-agreement-text {
  line-height: 1.8;
  font-size: 124%;
}

.contact-agreement-check {
  font-size: 1.54rem;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 20px;
  cursor: pointer;
}
.contact-agreement-check label {
  cursor: pointer;
}

.contact-submit {
  text-align: center;
  padding-top: 4em;
}

.contact-submit-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 3em;
  box-shadow: none;
  width: auto;
  min-height: 4.5em;
  min-width: 18em;
  padding: 1em 3em 1em 2.5em;
  font-size: clamp(1.39rem,3vw, 1.54rem);
  font-weight: 500;
  font-family: var(--font-family-gothic);
  color: var(--color-base);
  text-decoration: none !important;
  line-height: 1.3;
  background-color: var(--color-brand04);
  transition: all 0.2s ease;
  position: relative;
  cursor: pointer;
}
.contact-submit-btn::after {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f35a";
  position: absolute;
  right: 1em;
  top: 50%;
  translate: 0 -50%;
  font-size: 90%;
  line-height: normal;
  transition: 0.2s;
}

body.is-pc .contact-submit-btn:not(:disabled):hover {
  background-color: var(--color-brand01);
}
body.is-pc .contact-submit-btn:not(:disabled):hover::after {
}




.contact-submit-btn:disabled{
  cursor:not-allowed;
  opacity: 0.2;
}
.contact-submit-btn-back{
  background-color: #f0f0f0;
  color: #bbb;
}
.contact-submit-btn-back:hover{
  background-color: #ddd;
  color: #888;
}
.contact-submit-btn-back::after{
  display: none;
}

@media screen and (max-width:834px) {


  .contact{
    padding: 0 4vw 5em;
  }


  .contact-table,
  .contact-table thead,
  .contact-table tbody,
  .contact-table tfoot,
  .contact-table tr,
  .contact-table th,
  .contact-table td {
    display: block;
    width: 100%;
  }
  .contact-table tr {
    padding: 3em 0 0;
    border: none;
  }

  .contact-table th {
    padding: 0 10px 15px 50px;
    font-size: 1.24rem;
  }

  .contact-table td {
    padding: 0;
    font-size: 1.16rem;
  }

  .contact-table-item:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: none;
    margin-bottom: 10px;
  }

  .contact-frame {
    margin: 15px 0;
    height: 120px;
    font-size: 0.85rem;
  }
  .contact-frame-inner {
    padding: 15px;
  }

  .contact-agreement {
    padding: 15px 0;
  }
  .contact-agreement-title {
    font-size: 139%;
  }
  .contact-agreement-text {
    line-height: 1.8;
    font-size: 1rem;
    text-align: left;
  }

  .contact-agreement-check {
    font-size: 1.31rem;
    padding-top: 20px;
    letter-spacing: 0;
  }

  .contact-submit {
    text-align: center;
    padding: 20px 0 40px;
  }

  .contact-submit-btn{
    font-size: 139%;
    min-width: 15em;
  }

}

@media screen and (max-width:520px) {

  .contact-submit-btn{
    width: 100%;
    min-width: initial;
    min-height: 4em;
    font-size: 16px;
  }

}


/***********
input
************/

.input-icon {
  display: inline-block;
  width: 3.6em;
  padding: 7px 0px;
  font-size: clamp(11px,1.2vw, 14px);
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 15px;
  top: 2.5em;
}

.input-icon.input-icon-required {
  background-color: #de0000;
  color: #fff;
}


tr:not(.is-error) .input-icon.input-icon-required {
  background-color: rgb(6, 194, 78);
  color: #fff;
}

.input-icon.input-icon-option {
  background-color: #ddd;
}
.input-icon.input-icon-confirm {
  background-color: #05c;
  color: #fff;
}
.is-completed .input-icon {
  background-color: #00e852;
  color: #fff;
}


.input-text,
.input-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  padding: 0 10px;
  min-height: 44px;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #fff;
  font-family: var(--font-family-gothic);
}
.input-text{
  line-height: 44px;
}
.input-textarea{
  padding: 5px 10px;
  line-height: 1.5;
}

.input-text:focus,
.input-textarea:focus {
  box-shadow: 0 0 6px #09f;
  background-color: #fff;
}

.input-file{
  background-color: #fff;
  padding: 15px 20px;
  width: 100%;
  border-radius: 5px;
}

.input-select {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../img/select_arrow.png) no-repeat right center;
  font-size: 16px;
  padding: 0 25px 0 10px;
  min-height: 44px;
  line-height: 44px;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #f0f0f0;
  font-family: var(--font-family-gothic);
}

.input-full {
  width: 100%;
  box-sizing: border-box;
}

.input-half {
  width: 100%;
  max-width: 30em;
  box-sizing: border-box;
}

.input-small {
  width: 130px;
  box-sizing: border-box;
}
.input-xxsmall {
  width: 6em;
  box-sizing: border-box;
}


.input-heading{
  display: inline-block;
  line-height: 40px;
  margin: 2px 10px 0 2px;
  text-align: center;
  font-weight: 500;
  scale: 1.5;
}
.input-zip{
  width: 9em;
}

.input-zip-btn{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0 10px;
  border: none;
  border-radius: 5px;
  background-color: var(--color-main);
  color: var(--color-base);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-family-gothic);
  text-decoration: none;
  vertical-align: top;
  margin-left: 5px;
  cursor: pointer;
}


@media screen and (max-width:834px) {

  .input-icon {
    width: 3.2em;
    font-size: 12px;
    right: auto;
    left: 0;
    top: 0;
    translate: 0 0;
  }

  .input-text,
  .input-textarea {
    font-size: 16px;
    min-height: 44px;
  }
  .input-text{
    line-height: 1.5;
  }
  .input-textarea{
  }

  .input-select {
    min-height: 44px;
    line-height: 44px;
  }

  .input-full {
    width: 100%;
  }

  .input-half {
    width: 100%;
  }

  .input-small {
  }

  .input-heading{
    font-size: 12px;
  }
  .input-zip{
  }

  .input-zip-btn{
    height: 44px;
    line-height: 44px;
    font-size: 12px;
    padding: 0 5px;
    margin-left: 2px;
    translate: 0 -0.2em;
  }

}

/***********
radio
************/

input[type='radio']{
  margin-right: 0.5em;
}
input[type='checkbox']{
  margin-right: 0.5em;
}

.input-choice input[type='radio']:checked {
  filter: grayscale(100%) brightness(150%);
}
.input-choice input[type='checkbox']:checked {
  filter: grayscale(100%) brightness(150%);
}
.input-choice.-flex {
  display: flex;
  flex-wrap: wrap;
}
.input-choice label {
  display: inline-block;
  min-width: 10em;
  border: 1px solid #bbb;
  background-color: #fff;
  padding: 0.7em 1em 0.7em 0.5em;
  border-radius: 5px;
  font-size: 1.24rem;
  letter-spacing: 0;
  font-weight: 500;
  font-feature-settings: "pkna";
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
.input-choice label:hover {
  border-color: #333;
}
.input-choice label.is-active {
  background-color: var(--color-brand01);
  border-color: var(--color-brand01);
  color: #fff;
}

.input-choice.-small label {
  min-width: initial;
}

@media screen and (max-width:834px) {

  .input-choice label {
    font-size: 1.16rem;
    min-width: 8em;
  }

}


/***********
confirm
************/

.confirm{
}
.confirm-table {
  width: 100%;
  border: 1px solid #ccc;
  font-size: 1.24rem;
}
.confirm-table tr {
  border: 1px solid #ccc;
}
.confirm-table th {
  background-color: #f0f0f0;
  padding: 1em 1.5em;
  text-align: left;
  vertical-align: top;
  width: 18em;
}
.confirm-table td {
  padding: 1em 1.5em;
  text-align: left;
  vertical-align: top;
}


.confirm-submit {
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0;
}
.confirm-submit li {
  width: 100%;
  text-align: center;
}


@media screen and (max-width:834px) {

  .confirm-table {
    letter-spacing: 0;
    font-size: 93%;
  }
  .confirm-table tr {
  }
  .confirm-table th {
    width: 10em;
    padding: 12px 10px;
  }
  .confirm-table td {
    padding: 12px 10px;
  }

  .confirm-submit {
    padding: 20px 0;
  }
  .confirm-submit li:first-child {
  }
  .confirm-submit li:last-child {
  }

}
