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

.contact{
}

.contact-section {
}
.contact-section + .contact-section {
  margin-top: 3em;
}
.contact-section-title {
  font-size: 170%;
  display: inline-block;
  border-bottom: 2px solid var(--color-main);
  margin-bottom: 2em;
  padding-bottom: 0.5em;
}

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

.contact-text {
  font-size: 93%;
}
.contact-preview {
  border: 5px solid var(--color-sub01);
  max-width: 120px;
  margin: 10px 0;
}



.contact-table,
.contact-table thead,
.contact-table tbody,
.contact-table tfoot,
.contact-table tr,
.contact-table th,
.contact-table td {
}

.contact-table {
  font-size: clamp(116%,1vw, 124%);
}
.contact-table tr:not(:last-child) {
  border-bottom: 1px dashed var(--color-sub02)
}
.contact-table th {
  text-align: left;
  vertical-align: top;
  font-weight: 500;
  position: relative;
  line-height: 1.3;
  padding-top: 1.5em;
  padding-bottom: 1em;
  padding-right: 1em;
  width: 15em;
}
.contact-table th .contact-table-en {
  font-size: 77%;
  display: block;
  padding-left: 0;
  padding-top: 0.2em;
  line-height: 1.2;
}

.contact-table td {
  padding-top: 1em;
  padding-bottom: 1em;
}


.contact-table-subTitle {
  font-weight: 500;
  padding-bottom: 0.2em;
}
.contact-table-en {
  display: inline-block;
  font-weight: 400;
  font-size: 77%;
  font-family: var(--font-family-gothic-en);
  padding-left: 0.6em;
  letter-spacing: 0;
  opacity: 0.8;
}


.contact-table-item:not(:last-child) {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dashed var(--color-sub02)
}

.contact-agreement {
  text-align: center;
  padding: 4em 0 0;
}
.contact-agreement-text {
  line-height: 1.8;
  font-size: 124%;
}

.contact-agreement-check {
  font-size: 1.54rem;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 20px;
  cursor: pointer;
}
.contact-agreement-check label {
  cursor: pointer;
  margin-left: 0.5em;
}
.contact-agreement-check input {
  transform: scale(1.5);
}

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

.contact-submit-btn{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  display: inline-block;
  width: auto;
  min-width: 20em;
  padding: 1em 2em ;
  border-radius: 10px;
  font-family: var(--font-family-gothic);
  font-weight: 500;
  font-size: 1.54rem;
  line-height: 1.3;
  color: #fff;
  background-color: var(--color-brand01);
  text-decoration: none !important;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
  box-shadow: 5px 5px 0 rgba(0, 100, 200, 0.2);
  margin-bottom: 5px;
}
.contact-submit-btn::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url(../../img/icon/arrow_wt.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%);
}
.contact-submit-btn:disabled {
  opacity: 0.2;
  filter: grayscale(100%);
  cursor: no-drop;
}

body.is-pc .contact-submit-btn:not(:disabled):hover{
  background-color: #146395;
  box-shadow: 0 0 0 transparent;
  translate: 5px 5px;
  transition: 0.1s;
}

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


  .contact{
  }
  .contact-section {
  }
  .contact-section + .contact-section {
    margin-top: 2em;
  }
  .contact-section-title {
    font-size: 139%;
  }

  .contact-block {
    padding: 1em 4%;
    border-radius: 5px;
  }


  .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-bottom: 1.5em;
  }

  .contact-table th {
    font-size: 116%;
    padding: 1em 0 0.5em;
  }

  .contact-table td {
    padding: 0;
  }


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

  .contact-agreement {
    padding: 15px 0;
  }
  .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;
  }

}


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

.input-icon {
  position: absolute;
  right: calc(100% + 0.5em);
  top: 1.8em;
}

.input-icon.input-icon-required {
  color: #f00;
}

.input-icon.input-icon-option {
  background-color: #30aa5b;
  color: #fff;
}
.is-completed .input-icon {
}


.input-text,
.input-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  padding: 0 10px;
  min-height: 36px;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #eee;
  font-family: var(--font-family-gothic-default);
}
.input-text{
  line-height: 36px;
}
.input-textarea{
  padding: 5px 10px;
  line-height: 1.3;
}

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

.input-file{
  background-color: #f0f0f0;
  padding: 10px 10px;
  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: 36px;
  line-height: 36px;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #eee;
  font-family: var(--font-family-gothic-default);
}

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

.input-half {
  width: 70%;
  box-sizing: border-box;
}

.input-small {
  width: 16em;
}
.input-xsmall {
  width: 12em;
}
.input-xxsmall {
  width: 8em;
}
.input-xxxsmall {
  width: 5em;
}


.input-heading{
  display: block;
  width: 50px;
  height: 50px;
  line-height: 42px;
  position: absolute;
  margin: 2px 0 0 2px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  z-index: 9;
  opacity: 0.5;
}
.input-zip{
  width: 200px;
  padding-left: 52px;
}

.input-zip-btn{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  height: 42px;
  line-height: 40px;
  margin: 0;
  padding: 0 20px;
  border: none;
  border-radius: 0.5em;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: var(--font-family-gothic);
  text-decoration: none;
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
}


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

  .input-icon {
    position: absolute;
    right: calc(100% + 0.2em);
    top: 1.2em;
  }

  .input-text,
  .input-textarea {
    font-size: 16px;
  }
  .input-text{
    line-height: 1.5;
  }
  .input-full {
    width: 100%;
  }
  .input-half {
    width: 100%;
  }
  .input-small {
  }

  .input-heading{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .input-zip{
    width: 10em;
    padding-left: 42px;
  }

  .input-zip-btn{
    font-size: 13px;
    padding: 0 10px;
    margin-left: 5px;
  }

}

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

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

.input-choice {
  padding: 1em 1.5em;
  background-color: #f0f0f0;
  border-radius: 10px;
}
.input-choice.-white {
  background-color: #fff;
}
.input-choice label {
  display: inline-block;
  font-size: 1.24rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 0.2em 0;
  cursor: pointer;
}
.input-choice label.-flex {
  display: flex;
}
.input-choice label.-flex > div:nth-child(2) {
}

.input-choice.-flex {
  display: flex;
  flex-wrap: wrap;
}
.input-choice.-flex label:not(:last-child) {
  margin-right: 1.2em;
}
@media screen and (max-width:834px) {

  .input-choice {
    padding: 1em 4%;
  }
  .input-choice label {
    font-size: 1.16rem;
    line-height: 1.3;
    margin-bottom: 0.3em;
  }

}

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

.passwordCheck {
  padding-top: 10px;
  font-size: 12px;
}

/***********
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 {
  }

}




.contact-passwordBlock {
  max-width: 15em;
}
