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

　　About 共通

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


/* 　Title
---------------------------------------------*/
.boxContact {
  padding: 140px 0 0;
}

.boxContact__text {
  margin: 20px auto;
  line-height: 1.8;
}

.boxContact__faq {
  font-size: 1.1rem;
}

.boxContact__faq a {
  text-decoration: underline;
}

.boxContact__faq a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .boxContact {
    padding: 100px 0 60px;
  }

  .boxContact__text {
    margin: 20px auto;
    padding: 0 4%;
    text-align: left;
    line-height: 1.8;
  }

  .boxContact__faq {
    padding: 0 4%;
    text-align: left;
    font-size: 1.1rem;
  }

  .boxContact__faq a {
    text-decoration: underline;
  }

  .boxContact__faq a:hover {
    text-decoration: none;
  } 
  
}


/* 　Form
---------------------------------------------*/
.boxForm {
  max-width: 780px;
  margin: 0 auto;
}

.boxForm .error {
  display: block;
  color: #b03535;
}

.boxForm__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 40px 0 10px;
  border-bottom: 1px solid #ae8439;
}

.boxForm__inner.-textarea {
  align-items: stretch;
}

.boxForm__item {
  position: relative;
  width: 180px;
  padding: 0 0 0 10px;
  color: #ae8439;
  font-size: 1.5rem;
  text-align: left;
}

.boxForm__item span {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  border-radius: 5px;
  background: #ae8439;
  color: #fff;
  font-size: 1.1rem;
}

.boxForm__item span.any {
  border: 1px solid #ae8439;
  background: #fff;
  color: #ae8439;
}

.boxForm__input {
  width: 580px;
  padding-left: 30px;
  font-size: 1.5rem;
  text-align: left;
}

.boxForm__input input[type="text"],.boxForm__input input[type="email"],.boxForm__input input[type="tel"] {
  width: 100%;
  padding: 5px;
  border: none;
  width: 95%;
  font-size: 1.5rem;
  font-family:"Reimin Y20 Medium",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.boxForm__input.-post input {
  width: 140px;
}

.boxForm__input.-post span {
  padding-left: 20px;
}


.boxForm__input textarea {
  width: 95%;
  height: 120px;
  padding: 5px;
  border: none;
  font-size: 1.5rem;
}

.boxForm__radio {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.radio__item {
  position: relative;
  width: 260px;
  font-size: 1.5rem;
  text-align: center;
}

input[type=radio] {
  display: inline-block;
  margin-right: 6px;
}

input[type=radio] + label {
  position: relative;
  display: inline-block;
  width: 260px;
  margin-right: 12px;
  font-size: 1.5rem;
  line-height: 60px;
  border-radius: 5px;
  border: 1px solid #aaa;
  color: #aaa;
  cursor: pointer;
}

@media (min-width: 1px) {
  input[type=radio] {
    display: none;
    margin: 0;
  }

  input[type=radio] + label {
    padding: 0 0 0 24px;
  }

  input[type=radio] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -9px;
    background: #fff;
  }

  input[type=radio] + label::before {
    border: 1px solid #aaa;
    border-radius: 30px;
  }
  
  input[type=radio]:checked + label {
    background: #ae8439;
    border: none;
    color: #fff;
  }
  
  input[type=radio]:checked + label::before {
    border: 1px solid #fff;
    background: #ae8439;
  }

  input[type=radio]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }

  input[type=radio]:checked + label::after {
    left: 12%;
    width: 12px;
    height: 12px;
    margin-top: -4px;
    background: #fff;
    border-radius: 8px;
  }
}

.boxForm__select {
  position: relative;
  overflow: hidden;
}

.boxForm__select::after {
  position: absolute;
  top: 35%;
  right: 2%;
  width: 6px;
  height: 6px;
  content: "";
  border-top: 2px solid #ae8439;
  border-right: 2px solid #ae8439;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.boxForm__select select {
  height: 40px;
  width: 104%;
  padding: 10px 5px;
  border-radius: 0;
  border: none;
  background: none;
  font-family:"Reimin Y20 Medium",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

.boxForm__text {
  margin: 45px auto 0;
  font-size: 1.3rem;
  line-height: 1.8;
}

.boxForm__text a {
  text-decoration: underline;
}

.boxForm__text a:hover {
  text-decoration: none;
}

.boxForm__check {
  margin: 20px auto 0;
}

.boxForm__check label {
  padding-left: 10px;
}

.boxForm__btn * {
  display: block;
  width: 100%;
  margin: 40px auto 0;
  padding: 40px 0;
  border: none;
  background: #ae8439;
  color: #fff;
  font-family:"Reimin Y20 Medium",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 1.8rem;
  cursor: pointer;
}

.boxForm__btn *:hover {
  opacity: 0.7;
  transition: all 0.2s ease;
}

.boxForm__btn #confirm[disabled] {
  background: #ddd;
}


.boxForm__back * {
  margin: 40px auto 0;
  border: none;
  color: #aaa;
  font-size: 1.3rem;
  text-decoration: underline;
  
}

@media screen and (max-width: 768px) {
  .boxForm {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 4%;
  }

  .boxForm__inner {
    display: block;
    padding: 40px 0 10px;
    border-bottom: 1px solid #ae8439;
  }

  .boxForm__inner.-textarea {
    align-items: stretch;
  }

  .boxForm__item {
    position: relative;
    width: auto;
    margin: 0 auto 5px;
    padding: 0;
    color: #ae8439;
    font-size: 1.5rem;
    text-align: left;
  }

  .boxForm__item span {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    background: #ae8439;
    color: #fff;
    font-size: 1.1rem;
  }
  
  .boxForm__item.-mail2 br {
    display: none;
  }

  .boxForm__input {
    width: auto;
    padding-left: 0;
    text-align: left;
  }

  .boxForm__input input[type="text"],.boxForm__input input[type="email"],.boxForm__input input[type="tel"] {
    padding: 5px;
    border: none;
    width: 100%;
    font-size: 1.5rem;
  }

  .boxForm__input textarea {
    width: 100%;
    height: 120px;
    padding: 5px;
    border: none;
    font-size: 1.5rem;
  }

  .boxForm__radio {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }

  .radio__item {
    position: relative;
    width: 48%;
    font-size: 1.5rem;
    text-align: center;
  }

  input[type=radio] {
    display: inline-block;
    margin-right: 6px;
  }

  input[type=radio] + label {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-right: 12px;
    font-size: 1.1rem;
    line-height: 45px;
    border-radius: 5px;
    border: 1px solid #aaa;
    color: #aaa;
    cursor: pointer;
  }

  @media (min-width: 1px) {
    input[type=radio] {
      display: none;
      margin: 0;
    }

    input[type=radio] + label {
      padding: 0 0 0 24px;
    }

    input[type=radio] + label::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 10px;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      width: 22px;
      height: 22px;
      margin-top: -9px;
      background: #fff;
    }

    input[type=radio] + label::before {
      border: 1px solid #aaa;
      border-radius: 30px;
    }

    input[type=radio]:checked + label {
      background: #ae8439;
      border: none;
      color: #fff;
    }

    input[type=radio]:checked + label::before {
      border: 1px solid #fff;
      background: #ae8439;
    }

    input[type=radio]:checked + label::after {
      content: "";
      position: absolute;
      top: 50%;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
    }

    input[type=radio]:checked + label::after {
      left: 15px;
      width: 12px;
      height: 12px;
      margin-top: -4px;
      background: #fff;
      border-radius: 8px;
    }
  }

  .boxForm__select {
    position: relative;
    overflow: hidden;
  }

  .boxForm__select::after {
    position: absolute;
    top: 35%;
    right: 2%;
    width: 6px;
    height: 6px;
    content: "";
    border-top: 2px solid #ae8439;
    border-right: 2px solid #ae8439;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .boxForm__select select {
    height: 40px;
    width: 104%;
    padding: 10px 5px;
    border-radius: 0;
    border: none;
    background: none;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .boxForm__text {
    margin: 45px auto 0;
    font-size: 1.3rem;
    line-height: 1.8;
    text-align: left;
  }

  .boxForm__text a {
    text-decoration: underline;
  }

  .boxForm__text a:hover {
    text-decoration: none;
  }

  .boxForm__btn * {
    display: block;
    width: 100%;
    margin: 20px auto 0;
    padding: 20px 0;
    border: none;
    background: #ae8439;
    color: #fff;
    font-family:"Reimin Y20 Medium",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 1.3rem;
    cursor: pointer;
  }

  .boxForm__btn *:hover {
    opacity: 0.7;
    transition: all 0.2s ease;
  }  
}

/* 　Thanks
---------------------------------------------*/
.boxThanks {
  margin: 40px auto 0;
}

.boxThanks__title {
  font-size: 2.4rem;
}

.boxThanks__text {
  margin: 40px auto 0;
  line-height: 2;
}

.boxThanks__btn {
  width: 320px;
  margin: 40px auto 0;
}

.boxThanks__btn a {
  display: block;
  padding: 15px 0;
  background: #ae8439;
  color: #fff;
  font-size: 1.5rem;
}

.boxThanks__btn a:hover {
  opacity: 0.7;
  transition: all 0.2s ease;  
}

@media screen and (max-width: 768px) {
  .boxThanks {
    margin: 20px auto -40px;
    padding: 0 4%;
  }

  .boxThanks__title {
    font-size: 1.8rem;
  }

  .boxThanks__text {
    margin: 20px auto 0;
    text-align: left;
    line-height: 2;
  }

  .boxThanks__btn {
    width: auto;
    margin: 20px auto 0;
  }

  .boxThanks__btn a {
    display: block;
    padding: 15px 0;
    background: #ae8439;
    color: #fff;
    font-size: 1.5rem;
  }

  .boxThanks__btn a:hover {
    opacity: 0.7;
    transition: all 0.2s ease;  
  }
}