@charset "UTF-8";
/*============================================================
	CONTACT US
============================================================*/
/*  form layout
-------------------------------------------------*/
#contact .inner .container h3 {
  font-size: 1.875rem;
  font-weight: 600;
  color: #003e66;
  margin-bottom: 3.125rem;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #contact .inner .container h3 {
    font-size: 1.8461538462rem;
    margin-bottom: 1.9230769231rem;
  }
}
#contact .inner .container > p {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 4.6875rem;
}
@media only screen and (max-width: 767px) {
  #contact .inner .container > p {
    margin-bottom: 2.8846153846rem;
  }
}
#contact .inner .container > p small {
  display: block;
  line-height: 1.4;
  margin-top: 1em;
  color: #ff1d25;
}
#contact .inner .container dl {
  display: grid;
  grid-template-columns: 30% 70%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: dotted 1px #0071bc;
  padding-bottom: 1.25rem;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  #contact .inner .container dl {
    grid-template-columns: 100%;
    gap: 0.7692307692rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  #contact .inner .container dl {
    padding-bottom: 1.1538461538rem;
  }
}
#contact .inner .container dl:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  #contact .inner .container dl:not(:last-child) {
    margin-bottom: 1.1538461538rem;
  }
}
#contact .inner .container dl dt {
  font-weight: 600;
  color: #0071bc;
}
#contact .inner .container dl dt span {
  position: relative;
  padding-right: 3.125rem;
}
#contact .inner .container dl dt span::before, #contact .inner .container dl dt span::after {
  position: absolute;
  width: 2.5rem;
  height: 1.25rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#contact .inner .container dl dt span::before {
  content: "";
  background: #ff1d25;
}
#contact .inner .container dl dt span::after {
  text-align: center;
  content: "必須";
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
#contact .inner .container dl dd ul:not(:last-of-type) {
  margin-bottom: 1.25rem;
}
#contact .inner .container dl dd ul#kind {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media only screen and (max-width: 767px) {
  #contact .inner .container dl dd ul#kind {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 0.7692307692rem;
  }
}
@media print, screen and (min-width: 768px) {
  #contact .inner .container dl dd ul#kind li:not(:last-child) {
    margin-right: 2em;
  }
}
#contact .inner .container dl dd ul.half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  #contact .inner .container dl dd ul.half {
    gap: 0.7692307692rem;
  }
}
#contact .inner .container dl dd a {
  display: block;
  width: 7.5rem;
  height: 1.875rem;
  line-height: 1.875rem;
  border-radius: 0.9375rem;
  background: #0071bc;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
}
#contact .inner .container .agree {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  #contact .inner .container .agree {
    margin-top: 1.9230769231rem;
  }
}
#contact .inner .container .agree label {
  padding: 0.4em 0;
}
#contact .inner .container .agree a {
  color: #0071bc;
  text-decoration: underline;
}
#contact .inner .container .btn__confirm {
  background: #0071bc;
  margin: 3.125rem auto 0;
}
@media only screen and (max-width: 767px) {
  #contact .inner .container .btn__confirm {
    margin: 1.9230769231rem auto 0;
  }
}

.mfp_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3.125rem;
}
@media only screen and (max-width: 767px) {
  .mfp_buttons {
    padding-top: 1.9230769231rem;
  }
}
.mfp_buttons button:first-child {
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .mfp_buttons button:first-child {
    margin-bottom: 1.1538461538rem;
  }
}
.mfp_buttons button#mfp_button_cancel {
  background: #999;
  color: #fff;
  font-size: 1.125rem;
  width: 11.25rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 1.25rem;
  text-align: center;
}

#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
}

#mfp_overlay_background {
  background: #333;
  display: none;
  z-index: 10000;
}

#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001;
}
#mfp_overlay #mfp_overlay_inner {
  background: #fff;
  padding: 6.25rem;
  margin: auto;
  width: 66.6666666667vw;
  max-width: 1000px;
}
@media only screen and (max-width: 767px) {
  #mfp_overlay #mfp_overlay_inner {
    padding: 1.9230769231rem;
    width: 86.6666666667%;
    max-width: 86.6666666667vw;
  }
}
#mfp_overlay #mfp_overlay_inner h4 {
  font-size: 1.875rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  #mfp_overlay #mfp_overlay_inner h4 {
    font-size: 1.3846153846rem;
  }
}
#mfp_overlay #mfp_overlay_inner table {
  width: 100%;
}
#mfp_overlay #mfp_overlay_inner table tr {
  border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 767px) {
  #mfp_overlay #mfp_overlay_inner table tr {
    display: block;
  }
}
#mfp_overlay #mfp_overlay_inner table th,
#mfp_overlay #mfp_overlay_inner table td {
  padding: 1.25rem 0;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #mfp_overlay #mfp_overlay_inner table th,
  #mfp_overlay #mfp_overlay_inner table td {
    width: 100%;
    padding: 0.7692307692rem 0;
    display: list-item;
    list-style: none;
  }
}
#mfp_overlay #mfp_overlay_inner table th {
  color: #0071bc;
}
@media print, screen and (min-width: 768px) {
  #mfp_overlay #mfp_overlay_inner table th {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  #mfp_overlay #mfp_overlay_inner table th {
    padding: 0.7692307692rem 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  #mfp_overlay #mfp_overlay_inner table td {
    width: 70%;
  }
}

#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #333;
  position: absolute;
}

#mfp_loading {
  z-index: 20001;
  position: absolute;
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../img/contact/loading.svg);
}

.mfp_err {
  display: none;
  color: #ff1d25;
  margin-top: 0.5em;
  font-size: 90%;
}

.mfp_parent_error {
  background: rgba(255, 29, 37, 0.1);
  padding: 0.3125rem;
}

/*  form tags
-------------------------------------------------*/
input,
select,
textarea {
  width: 100%;
  background: #f2f2f2;
  border: solid 1px #f2f2f2;
  padding: 0.625rem 0.9375rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left !important;
}
@media only screen and (max-width: 767px) {
  input,
  select,
  textarea {
    padding: 0.7692307692rem;
  }
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #0071bc;
}
input.problem,
select.problem,
textarea.problem {
  background: rgba(255, 29, 37, 0.1);
}
input.problem:focus,
select.problem:focus,
textarea.problem:focus {
  border-color: #ff1d25;
}

select {
  padding: 0.9375rem;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
input[type=checkbox], input[type=radio] {
  display: none;
}
input[type=checkbox]:checked ~ span::before {
  background: #fff;
}
input[type=checkbox]:checked ~ span::after {
  position: absolute;
  content: "";
  width: 0.9375rem;
  height: 0.625rem;
  border-left: solid 3px #0071bc;
  border-bottom: solid 3px #0071bc;
  left: 0.125rem;
  bottom: 0.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
input[type=radio]:checked ~ span::after {
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: #333;
  border-radius: 50%;
  left: 0.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
input.half {
  width: calc(50% - 0.625rem);
}
@media only screen and (max-width: 767px) {
  input.half {
    width: 100%;
  }
}

label {
  position: relative;
  display: inline-block;
  width: 100%;
}
label.select::after {
  position: absolute;
  content: "";
  right: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.625rem;
  height: 0.3125rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #333;
}
label.zip::before {
  position: absolute;
  content: "〒";
  left: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
label.zip input {
  padding-left: 2rem;
}
label span {
  position: relative;
  padding-left: 1.875rem;
  font-size: 1.125rem;
}
label span::before {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border: solid 1px #333;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
label span.rd::before {
  border-radius: 50%;
}

textarea {
  width: 100% !important;
  min-height: 12.5rem;
  line-height: 1.5;
}

button {
  display: inline-block;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
}
button[class^=btn] {
  padding-left: 0;
  width: 22.5rem;
  font-size: 1.5rem;
}
button[class^=btn]::before {
  display: none;
}
button::-moz-focus-inner {
  border: 0;
}
button#submit_btn {
  background: #ff1d25;
}
button#mfp_button_send {
  background: #f7931e;
}
button#mfp_button_cancel {
  background: #666;
  width: 11.25rem;
  margin-right: 1.25rem;
}
@media only screen and (max-width: 767px) {
  button#mfp_button_cancel {
    margin-right: unset;
    margin-top: 0.7692307692rem;
  }
}
button#mfp_button_cancel::after {
  display: none;
}