@charset "utf-8";
/* CSS Document */

#contact {
  padding: 120px 15px 5%;
}
#contact .content {
  padding: 4% 4% 5%;
  background: #fff;
}
#contact h2 {
  font-size: 40px;
  text-align: center;
  margin: 0 0 15px;
  font-family: Gotham, 'Gotham', 'Montserrat', 'Open Sans', 'Helvetica Neue',
    Helvetica, Arial, sans-serif;
}

#contact .box1 {
  text-align: center;
  margin: 0 0 30px;
}
#contact .box1 span {
  display: inline-block;
}

#contact .box2 {
  border-bottom: 1px solid #231815;
  border-top: 1px solid #231815;
  text-align: center;
  padding: 30px 0;
  margin: 0 0 60px;
}
#contact .box2 .tel {
  font-size: 22px;
}

#contact .box3 .item {
  margin: 0 0 50px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
#contact .box3 .item p {
  margin: 0 0 10px;
}
#contact .box3 .item p.req:after {
  content: '必須';
  font-size: 14px;
  color: #fff;
  background: #20bdba;
  padding: 3px 10px;
  margin: 0 0 0 1em;
}

#contact .box3 .note {
  color: #989898;
  font-size: 14px;
  padding: 10px 0 0 0;
}
#contact .box3 .txt {
  text-align: center;
}
#contact .box3 .txt a {
  color: #20bdba;
  position: relative;
  text-decoration: underline;
}
#contact .box3 .txt a:hover {
  text-decoration: none;
}

#contact .box3 input[type='text'],
#contact .box3 input[type='email'],
#contact .box3 input[type='tel'],
#contact .box3 textarea {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #231815;
  font-size: 16px;
  color: #000;
  outline: none;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',
    Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, Arial, Helvetica,
    Verdana, sans-serif;
}
#contact .box3 textarea {
  height: 200px;
  resize: none;
}

#contact .box3 .radio li {
  padding: 10px 0 0;
  font-size: 14px;
}
#contact .box3 .radio label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  padding: 0 0 0 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#contact .box3 .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 16px;
  width: 16px;
  top: 5px;
  right: 0;
}
#contact .box3 .radio span {
  position: absolute;
  top: 4px;
  left: 0;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 1px solid #231815;
  border-radius: 50%;
}
#contact .box3 .radio span:after {
  content: '';
  position: absolute;
  display: none;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #231815;
}
#contact .box3 .radio input:checked ~ span:after {
  display: block;
}

#contact .btn {
  text-align: center;
}
#contact .btn button {
  font-size: 24px;
  letter-spacing: 0.1em;
  max-width: 320px;
  width: 47%;
  margin: 0 1%;
  color: #fff;
  background: #20bdba;
  text-align: center;
  padding: 12px 0;
  display: inline-block;
  border: none;
  outline: none;
  position: relative;
  cursor: pointer;
  font-family: Gotham, 'Gotham', 'Montserrat', 'Open Sans', 'Helvetica Neue',
    Helvetica, Arial, sans-serif;
}
#contact .btn button:hover {
  background: #0cadaa;
}
#contact .btn button:after {
  content: '';
  position: absolute;
  top: 50%;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
}

#contact #btn-confirm {
  width: 65%;
}
#contact #btn-back:after {
  left: 18px;
  transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
}
#contact #btn-confirm:after,
#contact #btn-send:after {
  right: 18px;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
}

#contact .content2 {
  padding: 4% 4% 5%;
  text-align: center;
}
#contact .content2 img {
  width: 13%;
}

label.error {
  font-size: 12px;
  color: #f00;
}

#confirm .box3 table {
  width: 100%;
  margin: 0 0 10%;
}
#confirm .box3 th,
#confirm .box3 td {
  font-size: 16px;
  padding: 0 0 25px;
}
#confirm .box3 th {
  width: 180px;
}

#thanks .box2 {
  margin: 0;
}
#thanks .box3 {
  text-align: center;
  font-size: 30px;
  padding: 15% 0 8%;
}
#thanks .box3 span {
  display: inline-block;
}

/* Media */
@media screen and (max-width: 1000px) {
  h1 {
    position: absolute;
  }
  #btn-menu {
    position: absolute;
  }
  #menu {
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  #contact {
    font-size: 14px;
    padding: 80px 15px 40px;
  }

  #confirm .box3 table,
  #confirm .box3 tbody,
  #confirm .box3 tr,
  #confirm .box3 th,
  #confirm .box3 td {
    display: block;
    width: 100%;
  }
  #confirm .box3 th {
    padding: 0;
  }
  #confirm .box3 th:after {
    content: ':';
    font-size: 16px;
    display: inline-block;
    margin: 0 0 0 5px;
  }
  #confirm .box3 td {
    font-size: 14px;
  }

  #thanks .box3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  #contact h2 {
    font-size: 28px;
  }
  #contact .content {
    padding: 30px 4%;
  }
  #contact .box2 {
    padding: 20px 0;
  }
  #contact .box3 .txt {
    font-size: 14px;
  }
  #contact .box3 .item {
    margin: 0 0 30px;
  }
  #contact .box3 .radio label {
    letter-spacing: 0;
  }
  #contact .box3 textarea {
    height: 150px;
  }
  #contact .btn button {
    font-size: 18px;
  }

  #contact #btn-back:after {
    left: 10px;
  }
  #contact #btn-confirm:after,
  #contact #btn-send:after {
    right: 10px;
  }

  #contact .content2 {
    padding: 30px 4%;
  }
  #contact .content2 img {
    width: 29%;
  }
}
