/* Scss Document */
.pc {
  display: block;
}
@media (max-width: 834px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 834px) {
  .sp {
    display: block;
  }
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.page-common-box {
  padding: 0 0 120px;
}

@media (max-width: 834px) {
  #intro {
    padding-bottom: 0px !important;
  }
}

@media (max-width: 834px) {
  #form {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding: 50px 0 0px;
  }
}
#form.form-box {
  margin: 0 auto;
}
@media (max-width: 834px) {
  #form.form-box {
    width: 100%;
    padding: 0;
  }
}
#form p.txt {
  font-size: 1em;
  padding: 0 0 30px 0;
}
@media (max-width: 834px) {
  #form p.txt {
    font-size: 0.9em;
    padding: 0 0 30px 0;
    text-align: left;
  }
}
#form table {
  width: 100%;
}
#form table span.must {
  color: #FFF;
  background-color: #94251A;
  padding: 3px 8px;
  border-radius: 30px;
  font-size: 14px;
  margin-left: 8px;
  font-weight: 500 !important;
}
@media (max-width: 834px) {
  #form table span.must {
    padding: 2px 7px;
    font-size: 13px;
  }
}
#form table span.choice {
  color: #828282;
  background-color: #E6E6E6;
  padding: 4px 8px;
  border-radius: 30px;
  font-size: 12px;
  margin-left: 8px;
}
#form table .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
#form table .wpcf7-checkbox .wpcf7-list-item {
  margin: 0 8px 0 0;
}
#form table .wpcf7-checkbox .has-free-text {
  display: flex;
}
#form table .wpcf7-checkbox .has-free-text label {
  white-space: nowrap;
  margin-right: 16px;
}
#form table .wpcf7-checkbox label {
  display: inline-flex;
  align-items: center;
  background-color: #FFF;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #004339;
  transition: background-color 0.3s, color 0.3s;
}
#form table .wpcf7-checkbox label input[type=checkbox] {
  display: none;
}
#form table .wpcf7-checkbox label .wpcf7-list-item-label {
  position: relative;
  padding: 10px 16px 10px 36px;
  border-radius: 8px;
  line-height: 30px;
}
@media (max-width: 834px) {
  #form table .wpcf7-checkbox label .wpcf7-list-item-label {
    line-height: 28px;
    font-size: 14px;
    padding: 8px 16px 8px 36px;
  }
}
#form table .wpcf7-checkbox label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #004339;
  transform: translateY(-50%);
  background-color: #fff;
}
#form table .wpcf7-checkbox label input[type=checkbox]:checked + .wpcf7-list-item-label {
  color: #fff;
  background-color: #004339;
}
#form table .wpcf7-checkbox label input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #004339;
  border: 2px solid #fff;
  box-shadow: 0 0 0 3px #004339 inset;
  width: 10px;
  height: 10px;
}
#form table .privacy label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s;
}
#form table .privacy label input[type=checkbox] {
  display: none;
}
#form table .privacy label .wpcf7-list-item-label {
  position: relative;
  padding: 10px 16px 10px 28px;
  border-radius: 8px;
  line-height: 30px;
}
#form table .privacy label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #004339;
  transform: translateY(-50%);
  background-color: #fff;
}
#form table .privacy label input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-image: url(images/icon-select.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 3px;
}
#form table .privacy label a {
  font-size: 15px;
  line-height: 30px;
  color: #004339;
  text-decoration: underline;
}
#form table th {
  text-align: left;
  display: block;
  padding-bottom: 18px;
  width: 100%;
}
@media (max-width: 834px) {
  #form table th {
    padding-bottom: 10px;
  }
}
#form table th p {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
}
@media (max-width: 834px) {
  #form table th p {
    font-size: 15px;
    line-height: 30px;
  }
}
#form table td {
  padding-bottom: 32px;
  text-align: left;
  width: 100%;
}
@media (max-width: 834px) {
  #form table td {
    display: block;
    padding-bottom: 24px;
  }
}
#form input, #form textarea {
  border: none;
  box-shadow: none;
  padding: 16px 24px;
  width: 100%;
  color: #333333;
  background-color: #FCFCFC;
  font-size: 15px;
  border-radius: 8px;
}
@media (max-width: 834px) {
  #form input, #form textarea {
    box-shadow: none;
    padding: 16px;
    font-size: 14px;
    width: 100%;
    -webkit-appearance: none;
  }
}
#form input:focus, #form textarea:focus {
  outline: none;
}
#form select {
  font-size: 15px;
  padding: 10px 30px 10px 10px;
  position: relative;
  /*background-image: url(images/arrow-select.png);*/
  background-position: 95% center;
  background-size: 8px;
  background-repeat: no-repeat;
  background-color: #FCFCFC;
  color: #1d1d1d;
  border: solid 1px #D9D9D9;
  border-radius: 5px;
}
@media (max-width: 834px) {
  #form select {
    width: 100%;
  }
}
#form .button_wrap_box {
  display: flex;
  justify-content: flex-start;
  padding: 0 0 80px;
}
@media (max-width: 834px) {
  #form .button_wrap_box {
    justify-content: center;
    padding: 0 0 40px;
  }
}
#form .button_wrap_box .button_wrap {
  padding: 0px 32px;
  text-align: center;
  background-color: #004339;
  border: none;
  color: #FFF;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 834px) {
  #form .button_wrap_box .button_wrap {
    font-size: 15px;
  }
}
#form .sent .button_wrap {
  display: none;
}
#form .sent .wpcf7-response-output {
  text-align: center;
}
#form .sent p {
  display: none;
}
#form .sent .thanks-box {
  display: block;
}
#form .sent table {
  display: none;
}
#form .wpcf7-spinner {
  display: none !important;
}
#form .wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  border: none;
}
#form .thanks-box {
  display: none;
  text-align: center;
  margin: 40px 0 0 0;
}
#form .thanks-box .link-common-btn {
  color: #FFF;
  padding: 20px 50px 20px 34px;
  text-align: center;
  background-color: #C18B6E;
  position: relative;
  display: inline-block;
  z-index: 2;
  border-radius: 50px;
  min-width: 280px;
  font-size: 16px;
}
@media (max-width: 834px) {
  #form .thanks-box .link-common-btn {
    font-size: 14px;
  }
}
#form .thanks-box .link-common-btn:before {
  content: "";
  display: block;
  right: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 2px;
  background: #FFF;
}
#form .thanks-box .link-common-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
}
#form .thanks-box .link-common-btn:hover {
  background-color: #8d5d43;
}
#form .wpcf7-not-valid-tip {
  color: #94251A;
  font-size: 15px;
  font-weight: bold;
  padding-top: 8px;
}
@media (max-width: 834px) {
  #form .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
#form .wpcf7c-conf {
  background-color: #e9e9e7 !important;
}

#form input.wpcf7-submit, #form input.wpcf7-confirm, #form input.wpcf7-back {
  display: inline-block;
  font-size: 16px;
  padding: 16px;
  min-width: 204px;
  width: 300px;
  background-color: #004339;
  color: #FFF;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 834px) {
  #form input.wpcf7-submit, #form input.wpcf7-confirm, #form input.wpcf7-back {
    font-size: 15px;
    width: initial;
  }
}
#form input.wpcf7-submit:before, #form input.wpcf7-confirm:before, #form input.wpcf7-back:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../common/images/f-arrow-w.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translate(0%, -50%);
}

@media (max-width: 834px) {
  .thanks {
    text-align: left !important;
  }
}
.thanks h3 {
  padding-bottom: 40px;
  display: inline-block;
}
.thanks .link-area {
  padding-top: 90px;
}
@media (max-width: 834px) {
  .thanks .link-area {
    padding-top: 40px;
  }
}

.comment .wpcf7-form-control-wrap {
  display: block;
  line-height: 1.5;
}/*# sourceMappingURL=custom.css.map */