/* ------------------------------
 width: all
------------------------------ */
main .maincontents {
  padding-top: 0;
  background-image: none;
  background-color: #fff;
}
main section.s01 {
  width: 1200px;
  margin: 0 auto;
}
main section.s01 .wrapper .t01 {
  font-size: 16px;
  line-height: 190%;
}
main section.s01 .wrapper .contact_sns_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 75px;
}
main section.s01 .wrapper .contact_sns_list li {
  width: calc(50% - 30px);
}
main section.s01 .wrapper .contact_sns_list li a {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 27px 0;
  background-image: url(../../images/btn_next.svg);
  background-position: center right 0;
  background-repeat: no-repeat;
  background-size: 10px auto;
}
main section.s01 .wrapper .contact_sns_list li a img {
  width: 50px;
  vertical-align: top;
}
main section.s01 .wrapper .contact_sns_list li a p {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  padding-top: 15px;
  margin-left: 20px;
}
main section.s01 .wrapper .form_wrapper {
  margin-top: 55px;
}
main section.s01 .wrapper .form_wrapper .form {
  background-color: #f0f0f0;
  border-radius: 20px;
  padding: 60px 80px 65px;
}
main section.s01 .wrapper .form_wrapper .form .form_ttl {
  font-size: 18px;
  font-weight: bold;
}
main section.s01 .wrapper .form_wrapper .form table {
  width: 100%;
  margin-top: 18px;
}
main section.s01 .wrapper .form_wrapper .form table tr th {
  width: 190px;
  font-size: 16px;
  vertical-align: top;
  padding-top: 20px;
}
main section.s01 .wrapper .form_wrapper .form table tr td {
  padding: 14px 0;
  vertical-align: top;
}
main section.s01 .wrapper .form_wrapper .form table tr td .wpcf7-list-item {
  display: inline-block;
  vertical-align: top;
  margin: 8px 30px 0 0 !important;
}
main section.s01 .wrapper .form_wrapper .form table tr td .wpcf7-list-item label {
  display: block;
  line-height: 20px;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
main section.s01 .wrapper .form_wrapper .form table tr td .wpcf7-list-item label input {
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin-right: 8px;
}
main section.s01 .wrapper .form_wrapper .form table tr td .list01 {
  font-size: 0;
  letter-spacing: 0;
  padding-top: 5px;
}
main section.s01 .wrapper .form_wrapper .form table tr td .list01 li {
  display: inline-block;
  vertical-align: top;
  margin: 5px 30px 0 0;
}
main section.s01 .wrapper .form_wrapper .form table tr td .list01 li label {
  display: block;
  line-height: 20px;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
main section.s01 .wrapper .form_wrapper .form table tr td .list01 li label input {
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin-right: 8px;
}
main section.s01 .wrapper .form_wrapper .form table tr td .list02 {
  width: 720px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s01 .wrapper .form_wrapper .form table tr td .list02 li {
  width: 350px;
}
main section.s01 .wrapper .form_wrapper .form table tr td .list03 {
  width: 720px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
main section.s01 .wrapper .form_wrapper .form table tr td .list03 li {
  width: 350px;
}
main section.s01 .wrapper .form_wrapper .form table tr td .list03 li.caution {
  font-size: 14px;
  padding-top: 8px;
}
main section.s01 .wrapper .form_wrapper .form table tr td input[type=text],
main section.s01 .wrapper .form_wrapper .form table tr td input[type=tel] {
  width: 100% !important;
  display: block !important;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  padding: 6px 20px;
}
main section.s01 .wrapper .form_wrapper .form table tr td input[type=text]::-webkit-input-placeholder, main section.s01 .wrapper .form_wrapper .form table tr td input[type=tel]::-webkit-input-placeholder {
  color: #c8c8c8;
}
main section.s01 .wrapper .form_wrapper .form table tr td input[type=text]::-moz-placeholder, main section.s01 .wrapper .form_wrapper .form table tr td input[type=tel]::-moz-placeholder {
  color: #c8c8c8;
}
main section.s01 .wrapper .form_wrapper .form table tr td input[type=text]:-ms-input-placeholder, main section.s01 .wrapper .form_wrapper .form table tr td input[type=tel]:-ms-input-placeholder {
  color: #c8c8c8;
}
main section.s01 .wrapper .form_wrapper .form table tr td input[type=text]::-ms-input-placeholder, main section.s01 .wrapper .form_wrapper .form table tr td input[type=tel]::-ms-input-placeholder {
  color: #c8c8c8;
}
main section.s01 .wrapper .form_wrapper .form table tr td input[type=text]::placeholder,
main section.s01 .wrapper .form_wrapper .form table tr td input[type=tel]::placeholder {
  color: #c8c8c8;
}
main section.s01 .wrapper .form_wrapper .form table tr td input[type=text].short_width,
main section.s01 .wrapper .form_wrapper .form table tr td input[type=tel].short_width {
  width: 350px !important;
}
main section.s01 .wrapper .form_wrapper .form table tr td select {
  width: 350px;
  display: block !important;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  padding: 6px 20px;
}
main section.s01 .wrapper .form_wrapper .form table tr td textarea {
  width: 100% !important;
  height: 180px;
  display: block !important;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  padding: 6px 20px;
}
main section.s01 .wrapper .form_wrapper .form .termsbox {
  margin-top: 12px;
  padding-left: 190px;
}
main section.s01 .wrapper .form_wrapper .form .termsbox .terms {
  height: 120px;
  padding: 15px;
  overflow-y: scroll;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  font-size: 12px;
  line-height: 150%;
}
main section.s01 .wrapper .form_wrapper .form .termsbox .terms::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
main section.s01 .wrapper .form_wrapper .form .termsbox .terms::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #ddd;
}
main section.s01 .wrapper .form_wrapper .form .termsbox .terms::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #888;
}
main section.s01 .wrapper .form_wrapper .form .termsbox .agreement {
  text-align: center;
  margin-top: 20px;
}
main section.s01 .wrapper .form_wrapper .form .termsbox .agreement label {
  display: inline-block;
  vertical-align: top;
  line-height: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
main section.s01 .wrapper .form_wrapper .form .termsbox .agreement label input {
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin-right: 10px;
}
main section.s01 .wrapper .form_wrapper .form .submitbtn {
  width: 280px !important;
  height: 60px !important;
  color: #fff;
  border-radius: 50px !important;
  border: none !important;
  margin: 30px auto 0;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  background-color: #000;
  display: block;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
main section.s01 .wrapper .form_wrapper .form .submitbtn:hover {
  opacity: 0.6;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main .maincontents {
    padding-top: 0;
    background-image: none;
    background-color: #fff;
  }
  main section.s01 {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  main section.s01 .wrapper .t01 {
    font-size: 14px;
    line-height: 190%;
  }
  main section.s01 .wrapper .contact_sns_list {
    display: block;
    margin-top: 40px;
  }
  main section.s01 .wrapper .contact_sns_list li {
    width: 100%;
  }
  main section.s01 .wrapper .contact_sns_list li + li a {
    border-top: none;
  }
  main section.s01 .wrapper .contact_sns_list li a {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 0;
    letter-spacing: 0;
    text-align: left;
    padding: 15px 0;
    background-image: url(../../images/btn_next.svg);
    background-position: center right 0;
    background-repeat: no-repeat;
    background-size: 6px auto;
    padding-left: 0;
  }
  main section.s01 .wrapper .contact_sns_list li a img {
    width: 40px;
    vertical-align: top;
  }
  main section.s01 .wrapper .contact_sns_list li a p {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding-top: 0;
    margin-left: 15px;
  }
  main section.s01 .wrapper .form_wrapper {
    margin-top: 35px;
  }
  main section.s01 .wrapper .form_wrapper .form {
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 30px 20px 30px;
  }
  main section.s01 .wrapper .form_wrapper .form .form_ttl {
    font-size: 18px;
    font-weight: bold;
  }
  main section.s01 .wrapper .form_wrapper .form table {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  main section.s01 .wrapper .form_wrapper .form table tbody {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .form_wrapper .form table tr {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .form_wrapper .form table tr th {
    width: 100%;
    display: block;
    font-size: 16px;
    vertical-align: top;
    padding-top: 15px;
  }
  main section.s01 .wrapper .form_wrapper .form table tr td {
    width: 100%;
    display: block;
    padding: 5px 0 15px;
    vertical-align: top;
  }
  main section.s01 .wrapper .form_wrapper .form table tr td .list01 {
    font-size: 0;
    letter-spacing: 0;
    padding-top: 0;
    margin-top: -5px;
  }
  main section.s01 .wrapper .form_wrapper .form table tr td .list01 li {
    display: block;
    vertical-align: top;
    margin: 8px 0 0;
  }
  main section.s01 .wrapper .form_wrapper .form table tr td .list01 li label {
    display: block;
    line-height: 20px;
    font-size: 16px;
  }
  main section.s01 .wrapper .form_wrapper .form table tr td .list01 li label input {
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-right: 8px;
  }
  main section.s01 .wrapper .form_wrapper .form table tr td .list02 {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .form_wrapper .form table tr td .list02 li {
    width: 100%;
  }
  main section.s01 .wrapper .form_wrapper .form table tr td .list02 li + li {
    margin-top: 6px;
  }
  main section.s01 .wrapper .form_wrapper .form table tr td .list03 {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .form_wrapper .form table tr td .list03 + input {
    margin-top: 10px;
  }
  main section.s01 .wrapper .form_wrapper .form table tr td .list03 li {
    width: 100%;
  }
  main section.s01 .wrapper .form_wrapper .form table tr td .list03 li.caution {
    font-size: 12px;
    padding-top: 2px;
    letter-spacing: 0;
  }
  main section.s01 .wrapper .form_wrapper .form table tr td input[type=text] {
    width: 100% !important;
    display: block !important;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    padding: 6px 10px;
  }
  main section.s01 .wrapper .form_wrapper .form table tr td input[type=text]::-webkit-input-placeholder {
    color: #c8c8c8;
  }
  main section.s01 .wrapper .form_wrapper .form table tr td input[type=text]::-moz-placeholder {
    color: #c8c8c8;
  }
  main section.s01 .wrapper .form_wrapper .form table tr td input[type=text]:-ms-input-placeholder {
    color: #c8c8c8;
  }
  main section.s01 .wrapper .form_wrapper .form table tr td input[type=text]::-ms-input-placeholder {
    color: #c8c8c8;
  }
  main section.s01 .wrapper .form_wrapper .form table tr td input[type=text]::placeholder {
    color: #c8c8c8;
  }
  main section.s01 .wrapper .form_wrapper .form table tr td input[type=text].short_width {
    width: 100% !important;
  }
  main section.s01 .wrapper .form_wrapper .form table tr td select {
    width: 100%;
    display: block !important;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    padding: 6px 10px;
  }
  main section.s01 .wrapper .form_wrapper .form table tr td textarea {
    width: 100% !important;
    height: 130px;
    display: block !important;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    padding: 6px 20px;
  }
  main section.s01 .wrapper .form_wrapper .form .termsbox {
    margin-top: 12px;
    padding-left: 0;
  }
  main section.s01 .wrapper .form_wrapper .form .termsbox .terms {
    height: 100px;
    padding: 15px;
    overflow-y: scroll;
    border: 1px solid #c8c8c8;
    background-color: #fff;
    font-size: 10px;
    line-height: 150%;
  }
  main section.s01 .wrapper .form_wrapper .form .termsbox .terms::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  main section.s01 .wrapper .form_wrapper .form .termsbox .terms::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #ddd;
  }
  main section.s01 .wrapper .form_wrapper .form .termsbox .terms::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #888;
  }
  main section.s01 .wrapper .form_wrapper .form .termsbox .agreement {
    text-align: center;
    margin-top: 15px;
  }
  main section.s01 .wrapper .form_wrapper .form .termsbox .agreement label {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  main section.s01 .wrapper .form_wrapper .form .termsbox .agreement label input {
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-right: 10px;
  }
  main section.s01 .wrapper .form_wrapper .form .submitbtn {
    width: 240px !important;
    height: 50px !important;
    color: #fff;
    border-radius: 50px !important;
    border: none !important;
    margin: 10px auto 0;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    background-color: #000;
    display: block;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
  }
  main section.s01 .wrapper .form_wrapper .form .submitbtn:hover {
    opacity: 0.6;
  }
}