@charset "UTF-8";
#form {
  padding: 85px 0;
}

#form h2 {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "游明朝 Regular", "Yu Mincho Regular", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS 明朝", sans-serif;
}

#form .co_580 {
  max-width: 580px;
  margin: 0 auto;
}

#form #tab {
  max-width: 750px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  font-weight: bold;
  overflow: hidden;
}

#form #tab li {
  width: 33.33%;
}

#form #tab li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 1px solid #cccccc;
  border-right: 0;
  color: #70c5d2;
  height: 50px;
  position: relative;
}

#form #tab li a::before {
  content: '';
  position: absolute;
  top: 14%;
  right: -7%;
  width: 33px;
  height: 33px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  z-index: 3;
  background-color: #fff;
}

#form #tab li.active a {
  background-color: #70c5d2;
  color: #fff;
}

#form #tab li.active a::before {
  background-color: #70c5d2;
  border-color: #70c5d2;
}
#form #tab li:hover,
#form #tab li:hover a{ pointer-events: none; opacity: 1;}
/*
#form #tab li:hover a {
  background-color: #70c5d2;
  color: #fff;
  opacity: 1;
}

#form #tab li:hover a::before {
  background-color: #70c5d2;
  border-color: #70c5d2;
}
*/

#form #tab li:nth-child(2) a, #form #tab li:nth-child(3) a {
  border-left: 0;
}

#form #tab li:nth-child(3) a {
  border-right: 2px solid #ccc;
}

#form #tab li:nth-child(3) a::before {
  content: none;
}

#form h3 {
  background-color: #f2f2f2;
  padding: 20px;
}

#form h3 span {
  color: #fff;
  background-color: #ff0000;
  padding: 0 5px;
}

#form input[type="text"] {
  height: 28px;
  padding: 0 5px;
}

#form h4 span {
  color: #fff;
  background-color: #ff0000;
  padding: 0 5px;
}

#form h4 span.badge {
  background-color: #f2f2f2;
  color: #000;
  font-weight: normal;
}

#form .col_260 {
  width: 26%;
  margin-right: 3%;
}

#form .col_710 {
  width: 71%;
}

#form .part_1 li {
  margin-right: 4.2%;
}

#form .part_2 li:nth-child(2) {
  width: 70%;
  margin-left: 2%;
}

#form .part_2 input[type="text"] {
  width: 100%;
  max-width: 400px;
}

#form .part_3 {
  max-width: 500px;
}

#form .part_3 li {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#form .part_3 li span {
  width: 13%;
}

#form .part_3 li input {
  width: 85%;
}

#form .part_4 input {
  width: 50%;
  max-width: 200px;
  margin: 0 15px;
}

#form .part_4 span {
  color: #fff;
  background-color: #70c5d2;
  padding: 0 15px;
  border-radius: 5px;
}

#form .part_5 {
  width: 100%;
  max-width: 400px;
  position: relative;
}

#form .part_5::before {
  content: '';
  width: 40px;
  height: 100%;
  background-image: url(./../images/form/arrow.png);
  background-size: 9px 7px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  pointer-events: none;
}

#form .part_5 select {
  padding: 3px 5px;
  border: 1px solid #ccc;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 28px;
  font-size: 15px;
}

#form .part_5.half {
  max-width: 200px;
}

#form .part_6 input {
  width: 100%;
  max-width: 400px;
}

#form .part_7 input {
  width: 80%;
  max-width: 200px;
  margin-right: 2%;
}

#form .link {
  display: block;
  background-color: #70c5d2;
  width: 80%;
  max-width: 350px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-align: center;
  padding: 15px 5px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
}

#form button {
  font-size: 2rem;
  width: 86%;
  max-width: 450px;
  color: #fff;
  border: 0;
  cursor: pointer;
  background-color: #e58e28;
  padding: 15px 5px;
  border-radius: 15px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#form button:hover {
  opacity: 0.6;
}

.link_back_form{
  text-decoration: underline;
  display: inline-block;
}


label.error {color: #ff0000; display: block;}
#formWrap h3 {font-size: 16px;}
#formWrap > p {font-size: 12px; padding: 10px 0;}

.formTable {font-size: 12px; border: 0; margin: 0 0 50px;width: 100%;}
.formTable tr th {width: 50%;}
.formTable tr td {width: 50%;}
.formTable tr th,
.formTable tr td {padding: 10px;}
.formTable tr:nth-child(2n+1) {background: #ececec;}


.privacy { margin: 30px auto; }
.privacy .tit_pri { text-align: center; margin-bottom: 20px; font-weight: bold; font-size: 18px; }
.privacy .txt { max-width: 600px; margin: auto; line-height: 2.5; }
.privacy .btn_agree { text-align: center; margin: 30px auto 0; }
.privacy .btn_agree button {
  background-color: #746448; color: #fff; font-size: 20px; padding: 20px 0; width: 100%; max-width: 340px; border: none; border-radius: 7px;
  font-family: "Noto Serif JP", serif; letter-spacing: 0.1rem; transform:rotate(0.001deg);
}
#doui_box { text-align: center; margin-top: 20px; background: #efece7; padding: 20px 0; }
#doui_box p { display: inline-block; margin-right: 20px; }
#doui_box #id_doui { display: inline-block; }
#doui_box .hissu { color: #c60000; }
.privacy .aws{
  text-decoration: underline;
  color: #551A8B;
}

@media (max-width: 768px) {
  #form #tab li a {
    font-size: 2.5vw;
    height: 8vw;
  }
  #form #tab li a::before {
    width: 5vw;
    height: 5vw;
    top: 15%;
    right: -11%;
  }
  #form .col_260 {
    width: 100%;
  }
  #form .col_710 {
    width: 100%;
    margin-top: 4vw;
  }
  #form .part_3 li span {
    width: 25%;
  }
  #form h2 span{
    width: 100%;
  }
}

@media (max-width: 500px) {
  #form button {
    font-size: 4vw;
  }
  #form .part_5 select {
    font-size: 4vw;
  }
}
