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


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


     contact


============================================================================= */
.contact,
.qa {
  padding: 80px 0;
}

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

.contact-txt {
  font-size: 2rem;
  margin: auto;
  max-width: 674px;
}

.sub-mv-ttl._contact {
  background-image: url(../images/common/sub-mv-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  padding-top: 0;
  position: relative;
}

.contact-container form {
  padding: 120px 0;
}

.contact-list {
  margin: auto;
  max-width: 674px;
}

.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;
}

.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-item-children {
  margin: 48px 0;
}

.contact-item._ttl {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.contact-item._half {
  display: inline-block;
}

.contact-item._half + ._half {
  margin-left: 40px;
}

.contact-input-box {
  margin-top: 20px;
}

.contact-input-box._name, .contact-input-box._zip {
  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, .contact-input-box._zip > span {
  max-width: calc(50% - 10px);
  width: 325px;
}

.contact-input-box._name > span + span, .contact-input-box._zip > 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 {
  background: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 1.4rem;
  height: 200px;
  line-height: 2;
  margin: 16px auto 0;
  overflow: auto;
  padding: 20px 28px;
}

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

.form-btn-box._n {
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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


     form


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

.form-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-btn {
  display: inline-block;
  height: auto;
  position: relative;
}

.form-btn._back input {
  background: #fff;
  border: 1px solid #e60045;
  color: #e60045;
}

.form-btn input:disabled {
  background: #ccc;
  color: #fff;
  pointer-events: none;
}

.form-btn:hover._back input {
  background: #e60045;
  border: 1px solid #e60045;
  color: #fff;
}

.form-btn:hover span.form-btnspan {
  height: 24px;
  right: calc(25px);
  width: 24px;
}

.form-btn span.form-btnspan {
  border: 3px solid #fff;
  border-radius: 50%;
  height: 14px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 14px;
}

input,
select {
  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: #fff;
  border: 1px solid black;
  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"] + span:after,
.contact input[type="checkbox"] + input[type="hidden"] + span:after {
  border-bottom: 3px solid black;
  border-left: 3px solid black;
  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;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #ffffd4 url(../images/common/form-css-arrow.png) no-repeat center right 8px/16px 16px;
  background-color: #ffffd4;
  border: 1px solid #000;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  min-width: 5em;
  padding: 8px;
  width: 100%;
}

select::-ms-expand {
  display: none;
}

.select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.contact-item-child {
  margin-top: 40px;
}

.contact-item-child .contact-input-box {
  margin-top: 10px;
}

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

.contact-item-child .contact-item-ttl {
  font-size: 1.6rem;
}

.contact-item-child .contact-item-ttl .re {
  font-size: 1.4rem;
}

.contact-item-child + .contact-item-child {
  border-top: 1px solid #000;
  margin-top: 40px;
  padding-top: 40px;
}

.contact-item-children > .contact-item-ttl {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}

.contact-head {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}

input[type="checkbox"] ~ span,
input[type="radio"] ~ span {
  cursor: pointer;
  display: inline-block;
  font-size: 2rem;
  line-height: 2;
  margin: 0;
  padding: 0 0 0 1.25em;
  position: relative;
}

input[type="radio"] {
  font-size: 2rem;
  height: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  width: 0;
}

input[type="radio"] ~ span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: none;
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 1em;
}

input[type="radio"] ~ span::after {
  -webkit-transform: translateY(-50%);
  background: #313131;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.5em;
  left: 0.25em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0.5em;
}

input[type="radio"]:checked ~ span::after {
  opacity: 1;
}

@media (max-width: 767px){
  .contact,
  .qa {
    padding: 60px 0;
  }
  .contact-container {
    margin-top: 0px;
  }
  .contact-txt {
    font-size: 1.4rem;
  }
  .sub-mv-ttl._contact {
    height: 200px;
  }
  .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;
  }
  .contact-item-ttl {
    font-size: 1.6rem;
  }
  .contact-item-ttl .re {
    font-size: 1.2rem;
  }
  .contact-item + .contact-item {
    margin-top: 32px;
  }
  .contact-item-children {
    margin: 32px 0;
  }
  .contact-input-box._name > span, .contact-input-box._zip > span {
    max-width: calc(50% - 4px);
  }
  .contact-input-box._name > span + span, .contact-input-box._zip > 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;
  }
  .contact-item-child .contact-item-ttl {
    font-size: 1.4rem;
  }
  .contact-item-child .contact-item-ttl .re {
    font-size: 1rem;
  }
  .contact-head {
    font-size: 2rem;
  }
  input[type="checkbox"] ~ span,
  input[type="radio"] ~ span {
    font-size: 1.6rem;
    padding-left: 2em;
  }
}


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