@charset "UTF-8";
/* :::::::::::::::::::

	CONTACT

:::::::::::::::::::::: */
/*
Contact
-------------------------------------------------- */
#contact {
  width: 100%;
  margin: 0 auto;
}
#contact .contents > .tel {
  margin-top: 4rem;
}
#contact .contents > .tel p.here {
  display: flex;
  align-items: center;
}
#contact .contents > .tel p.here:before {
  content: "";
  display: block;
  height: 2px;
  width: 4em;
  margin-right: 0.5em;
  background: #233372;
}
#contact .contents > .tel p.here + a {
  color: #1E4370;
  font-size: 4.2rem;
  line-height: 6rem;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  #contact .contents > .tel p.here + a {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}
#contact #lead p.notice {
  font-size: 0.8em;
  color: #233372;
}
#contact #form {
  background: #EBF0FF;
}
#contact article {
  margin: 0 auto 5rem;
}
@media only screen and (max-width: 834px) {
  #contact article {
    margin-bottom: 4rem;
  }
}
#contact h2 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 600px) {
  #contact h2 {
    font-size: 2rem;
  }
}
#contact p.notice {
  color: #E12626;
  text-align: right;
  margin-top: 4rem;
}
#contact table {
  width: 100%;
  margin: 0 auto;
}
#contact table tr.l-blank th {
  padding: 0 !important;
}
#contact table th {
  width: 300px;
  vertical-align: top;
  padding-top: 4rem;
}
#contact table th label {
  line-height: 3.5em;
}
@media only screen and (max-width: 834px) {
  #contact table th {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
}
#contact table td {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block;
}
#contact table td p.notice {
  font-size: 1.4rem;
  margin-top: 0.5em;
}
@media only screen and (max-width: 834px) {
  #contact table td {
    padding-top: 1.5rem;
    padding-bottom: 0;
  }
  #contact table td p.notice {
    font-size: 1.2rem;
  }
}
#contact p.notbiz {
  padding: 4rem 0 2rem;
  text-align: center;
}
#contact .must:after {
  content: "※";
  color: #E12626;
  display: inline-block;
  margin-left: 0.5em;
}
#contact input,
#contact select,
#contact textarea {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  padding: 1.5rem;
  font-family: inherit;
  font-size: 1.5rem; /* 15px*/
  line-height: 2;
  letter-spacing: 2px;
  background: #EBEBEB;
  border: 1px solid #fff;
  border-radius: 2px;
  transition: all 0.4s ease-out;
}
#contact input:focus,
#contact select:focus,
#contact textarea:focus {
  border-color: #000;
  outline: 0;
}
#contact label,
#contact select {
  cursor: pointer;
}
#contact textarea {
  resize: vertical;
}
#contact .select-box {
  position: relative;
}
#contact .select-box::after {
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 20px;
  font-size: 1.7rem;
  font-weight: 600;
  pointer-events: none;
}
#contact .radio-box input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: none;
}
#contact .radio-box input[type=radio] + label,
#contact .radio-box input[type=radio] + span {
  display: block;
  position: relative;
  margin-top: 0.5rem;
  padding-left: 3rem;
  cursor: pointer;
}
@media only screen and (max-width: 834px) {
  #contact .radio-box input[type=radio] + label,
  #contact .radio-box input[type=radio] + span {
    margin-top: 1rem;
  }
}
#contact .radio-box input[type=radio] + label:first-of-type,
#contact .radio-box input[type=radio] + span:first-of-type {
  margin-top: 0;
}
#contact .radio-box input[type=radio] + label::before, #contact .radio-box input[type=radio] + label::after,
#contact .radio-box input[type=radio] + span::before,
#contact .radio-box input[type=radio] + span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-1px) translateY(-50%);
  border-radius: 50%;
}
#contact .radio-box input[type=radio] + label::before,
#contact .radio-box input[type=radio] + span::before {
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #333;
}
#contact .radio-box input[type=radio] + label::after,
#contact .radio-box input[type=radio] + span::after {
  left: 4px;
  width: 12px;
  height: 12px;
  background: #233372;
  transition: all 0.4s ease-out;
  opacity: 0;
}
#contact .radio-box input[type=radio]:checked + label::after,
#contact .radio-box input[type=radio]:checked + span::after {
  opacity: 1;
}

/*
Contact-privacy
-------------------------------------------------- */
#contact-privacy {
  width: 100%;
  margin: 3rem auto 7rem;
  height: 420px;
  padding: 5rem;
  font-size: 1.4rem;
  background: #fff;
  overflow-y: scroll;
  border: 1px solid #000;
}
@media only screen and (max-width: 834px) {
  #contact-privacy {
    height: 350px;
    margin: 4rem 0 5rem;
    padding: 3rem;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 600px) {
  #contact-privacy {
    height: 300px;
    padding: 2.5rem;
  }
}
#contact-privacy::-webkit-scrollbar {
  width: 10px;
}
#contact-privacy::-webkit-scrollbar-track {
  background: #d0d0d0;
}
#contact-privacy::-webkit-scrollbar-thumb {
  background: #233372;
}
#contact-privacy section {
  width: 100%;
  margin-top: 4rem;
}
@media only screen and (max-width: 834px) {
  #contact-privacy section {
    margin-top: 3rem;
  }
}
#contact-privacy section p {
  position: relative;
  padding-bottom: 0.7rem;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  border-bottom: 1px solid #333;
}
@media only screen and (max-width: 834px) {
  #contact-privacy section p {
    font-size: 1.6rem;
  }
}
#contact-privacy section ul {
  width: 95%;
  margin: 1rem auto 0;
}
#contact-privacy section ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 10px;
}

/*
Check-box
-------------------------------------------------- */
.check-box {
  display: block;
  text-align: center;
  position: relative;
  font-size: 1.6rem;
  color: #000;
  cursor: pointer;
  user-select: none;
}
@media only screen and (max-width: 834px) {
  .check-box {
    font-size: 1.5rem;
  }
}
.check-box input[type=checkbox] {
  appearance: none;
  position: relative;
  width: 25px !important;
  height: 25px;
  margin-right: 1.5rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  transform: translateY(-1px);
}
@media only screen and (max-width: 834px) {
  .check-box input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-right: 1.2rem;
  }
}
.check-box input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 7px;
  height: 14px;
  border-right: 3px solid #233372;
  border-bottom: 3px solid #233372;
  transform: translateY(-1px) translate(-50%, -50%) rotate(50deg);
}
@media only screen and (max-width: 834px) {
  .check-box input[type=checkbox]:checked::before {
    width: 6px;
    height: 12px;
  }
}
.check-box label {
  cursor: pointer;
}
.check-box a {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
  text-decoration: underline;
}
.check-box a:hover {
  text-decoration: none;
}

/*
Contact-btn
-------------------------------------------------- */
#contact-btn {
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  margin-top: 3rem;
}
#contact-btn input[type=submit] {
  display: block;
  width: 100%;
  padding: 3rem 0;
  text-align: center;
  font-family: inherit;
  font-size: 1.5rem; /* 15px*/
  line-height: 2;
  letter-spacing: 2px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 3px;
  color: #fff;
  background: #000;
  border: 2px solid #000;
  transition: all 0.4s ease-out;
  cursor: pointer;
}
@media only screen and (max-width: 834px) {
  #contact-btn input[type=submit] {
    padding: 2.5rem;
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
#contact-btn input[type=submit]:hover {
  background: #233372;
  border-color: #233372;
}/*# sourceMappingURL=contact.css.map */