/* ------------------------------
 width: all
------------------------------ */
main section.ttlsection .wrapper {
  padding-top: 60px;
}
main section.ttlsection .wrapper .ttl_en {
  width: 160px;
}
main section.ttlsection .wrapper h2 {
  bottom: 45px;
}
main section.s01 .wrapper {
  width: 920px;
  margin: 30px auto 0;
}
main section.s01 .wrapper .t01 {
  font-size: 16px;
  line-height: 240%;
}
main section.s01 .wrapper .t01 .tel {
  font-weight: bold;
  text-decoration: none;
  pointer-events: none;
  color: #8642b3;
  font-size: 36px;
  vertical-align: top;
  display: inline-block;
}
main section.s01 .wrapper .mailform {
  width: 100%;
  display: block;
  margin-top: 70px;
}
main section.s01 .wrapper .mailform table {
  width: 100%;
}
main section.s01 .wrapper .mailform table tr {
  display: block;
}
main section.s01 .wrapper .mailform table tr + tr {
  margin-top: 30px;
}
main section.s01 .wrapper .mailform table tr.tr01 {
  margin-top: 55px;
}
main section.s01 .wrapper .mailform table tr th {
  display: block;
  font-size: 18px;
  padding-left: 5px;
}
main section.s01 .wrapper .mailform table tr th span {
  color: #b5272d;
}
main section.s01 .wrapper .mailform table tr td {
  display: block;
  margin-top: 5px;
}
main section.s01 .wrapper .mailform table tr td input {
  width: 100% !important;
  display: block !important;
  background-color: #e6e6e6;
  border-radius: 8px;
  font-size: 16px;
  border: none !important;
  line-height: 24px;
  padding: 27px 20px;
}
main section.s01 .wrapper .mailform table tr td textarea {
  width: 100% !important;
  height: 280px !important;
  display: block !important;
  background-color: #e6e6e6;
  border-radius: 8px;
  font-size: 16px;
  border: none !important;
  line-height: 24px;
  padding: 27px 20px;
}
main section.s01 .wrapper .mailform .privacypolicy {
  margin-top: 10px;
}
main section.s01 .wrapper .mailform .privacypolicy a {
  font-size: 14px;
  color: #00f;
}
main section.s01 .wrapper .mailform .submitbtn {
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  display: block !important;
  border: none !important;
  width: 378px;
  height: 97px;
  margin: 50px auto 0;
  border-radius: 50px;
  background-color: #8642b3;
  cursor: pointer;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.ttlsection .wrapper {
    padding-top: 10px;
  }
  main section.ttlsection .wrapper .ttl_en {
    width: 110px;
  }
  main section.ttlsection .wrapper h2 {
    bottom: 10px;
  }
  main section.s01 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 0;
  }
  main section.s01 .wrapper .t01 {
    font-size: 14px;
    line-height: 200%;
  }
  main section.s01 .wrapper .t01 .tel {
    font-weight: bold;
    text-decoration: none;
    pointer-events: all;
    color: #8642b3;
    font-size: 24px;
    vertical-align: top;
    display: inline-block;
    padding-right: 5px;
  }
  main section.s01 .wrapper .mailform {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  main section.s01 .wrapper .mailform table {
    width: 100%;
  }
  main section.s01 .wrapper .mailform table tr {
    display: block;
  }
  main section.s01 .wrapper .mailform table tr + tr {
    margin-top: 15px;
  }
  main section.s01 .wrapper .mailform table tr.tr01 {
    margin-top: 25px;
  }
  main section.s01 .wrapper .mailform table tr th {
    display: block;
    font-size: 14px;
    padding-left: 5px;
  }
  main section.s01 .wrapper .mailform table tr th span {
    color: #b5272d;
  }
  main section.s01 .wrapper .mailform table tr td {
    display: block;
    margin-top: 5px;
  }
  main section.s01 .wrapper .mailform table tr td input {
    width: 100% !important;
    display: block !important;
    background-color: #e6e6e6;
    border-radius: 6px;
    font-size: 16px;
    border: none !important;
    line-height: 24px;
    padding: 10px 15px;
  }
  main section.s01 .wrapper .mailform table tr td textarea {
    width: 100% !important;
    height: 130px !important;
    display: block !important;
    background-color: #e6e6e6;
    border-radius: 8px;
    font-size: 16px;
    border: none !important;
    line-height: 24px;
    padding: 27px 20px;
  }
  main section.s01 .wrapper .mailform .privacypolicy {
    margin-top: 10px;
  }
  main section.s01 .wrapper .mailform .privacypolicy a {
    font-size: 14px;
    color: #00f;
  }
  main section.s01 .wrapper .mailform .submitbtn {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    display: block !important;
    border: none !important;
    width: 240px;
    height: 60px;
    margin: 35px auto 0;
    border-radius: 50px;
    background-color: #8642b3;
    cursor: pointer;
  }
}