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


     contact


============================================================================= */
.contact {
  padding: 40px 0 120px;
}

.contact-container {
  margin: auto;
  max-width: 940px;
}

.contact-txt {
  font-size: 2rem;
  text-align: center;
}

.contact-container form {
  margin: auto;
  max-width: 674px;
  padding: 120px 0;
}

.contact-item-ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contact-item-ttl .re {
  background: #f00;
  border-radius: 4px;
  color: #fff;
  font-size: 1.6rem;
  margin-left: 0.5em;
  padding: 0.1em 0.15em;
}
.contact-item-ttl._accept {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  text-align: center;
}

.contact-item + .contact-item {
  margin-top: 48px;
}

.contact-input-box {
  margin-top: 20px;
}
.contact-input-box._name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contact-input-box._name > span {
  max-width: calc(50% - 10px);
  width: 325px;
}
.contact-input-box._name > span + span {
  margin-left: 20px;
}
.contact-input-box._email {
  display: block;
}
.contact-input-box._email > span + span {
  display: block;
  margin-top: 20px;
}

.contact-span {
  font-size: 2rem;
  margin-top: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}

.check-box-head {
  font-size: 2rem;
  margin: 40px auto 0;
  text-align: center;
}
.check-box-head:hover {
  opacity: 0.7;
}

.check-privacy {
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 1.4rem;
  height: 200px;
  line-height: 2;
  margin: 16px auto 0;
  max-width: 920px;
  overflow: auto;
  padding: 20px 28px;
  width: 90%;
}

.form-btn-contents {
  margin: 60px auto 0;
  max-width: 920px;
  width: 90%;
}

.form-btn-box._n {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-btn-box._n .form-btn {
  width: calc(50% - 20px);
}

/* =============================================================================


     form


============================================================================= */
input,
textarea {
  background: #ffffd4;
  border: 1px solid #000;
}

.form-btn {
  height: 50px;
}
.form-btn input {
  background: #fad856;
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
}
.form-btn input:hover {
  background: #009bd2;
  color: #fff;
}
.form-btn input:disabled {
  background: #ccc;
  color: #fff;
  pointer-events: none;
}

input {
  height: 50px;
}

textarea {
  height: 230px;
}

.contact input[type=checkbox] {
  display: none;
}
.contact input[type=checkbox] + span,
.contact input[type=checkbox] + input[type=hidden] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.contact input[type=checkbox] + span:hover,
.contact input[type=checkbox] + input[type=hidden] + span:hover {
  opacity: 0.7;
}
.contact input[type=checkbox] + span:before,
.contact input[type=checkbox] + input[type=hidden] + span:before {
  background: #ffffd4;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
}

.contact input[type=checkbox] + input[type=hidden] + span:before {
  border: 1px solid #e5e5e5;
  background: #f7f7f7;
}


.contact input[type=checkbox] + span:after,
.contact input[type=checkbox] + input[type=hidden] + span:after {
  border-bottom: 3px solid rgb(0, 0, 0);
  border-left: 3px solid rgb(0, 0, 0);
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 1em;
}
.contact input[type=checkbox]:checked + span::after, .contact input[type=checkbox]:checked + input[type=hidden] + span::after {
  opacity: 1;
}
.contact input[type=checkbox]:checked + span + span::after {
  opacity: 1;
}

/* =============================================================================


     qa


============================================================================= */
.qa {
  padding: 0 0 50px;
}

.qa-txt {
  font-size: 2rem;
  margin: auto;
  max-width: 1000px;
  text-align: justify;
}

.qa-list {
  margin: 0px auto 0;
  max-width: 1000px;
}
.qa-list + .qa-list {
  margin-top: 60px;
}

.qa-ttl {
  color: #3861ad;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.qa-contents {
  font-size: 1.8rem;
  margin-left: 24px;
}
.qa-contents + article {
  margin-top: 40px;
}

.q-icon {
  min-width: 2.5em;
}

.q-item {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px dashed #3861ad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 16px;
  position: relative;
}
.q-item > span {
  border: 1px solid #3861ad;
  border-radius: 50%;
  height: 20px;
  min-height: 28px;
  min-width: 28px;
  position: relative;
  width: 20px;
}
.q-item > span:before, .q-item > span:after {
  background: #3861ad;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 15px;
}
.q-item > span {
  /* そのうち1本を縦にする */
}
.q-item > span:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.q-item > span {
  /* プラスアイコンクリック後、マイナスにする */
}
.q-item.on span:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.a-item {
  display: none;
  margin-left: 40px;
}

.a-item-content {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 16px;
}

.a-txt a {
  color: #3861ad;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.a-txt a:hover {
  opacity: 0.7;
}

.q-ttl,
.a-txt {
  width: calc(100% - 3em - 40px);
}

@media (max-width: 750px){
  .contact {
    padding: 20px 0 80px;
  }
  .contact-txt {
    font-size: 1.4rem;
  }
  .contact-container form {
    padding: 60px 0 0;
  }
  .contact-item-ttl {
    font-size: 1.6rem;
  }
  .contact-item-ttl .re {
    font-size: 1.2rem;
  }
  .contact-item + .contact-item {
    margin-top: 32px;
  }
  .contact-input-box._name > span {
    max-width: calc(50% - 4px);
  }
  .contact-input-box._name > span + span {
    margin-left: 8px;
  }
  .contact-input-box._email > span + span {
    margin-top: 12px;
  }
  .contact-span {
    font-size: 1.4rem;
  }
  .check-box-head {
    font-size: 1.6rem;
  }
  .check-privacy {
    font-size: 1.2rem;
    width: 100%;
  }
  .check-privacy {
    padding: 16px 16px;
  }
  .form-btn-contents {
    margin-top: 40px;
  }
  .qa-txt {
    font-size: 1.6rem;
  }
  .qa-ttl {
    font-size: 1.8rem;
  }
  .qa-contents {
    margin-left: 12px;
  }
  .qa-contents {
    font-size: 1.4rem;
  }
  .q-item > span:before, .q-item > span:after {
    width: 12px;
  }
  .q-ttl,
  .a-txt {
    width: calc(100% - 48px);
  }
}

/*# sourceMappingURL=contact.css.map*/