@charset "UTF-8";
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border: 1px solid #c9c9c9;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

input[type="submit"] {
  cursor: pointer;
  background: none;
  font-size: 100%;
  position: relative;
  color: #fff;
  padding: 10px 20px;
}

input[type="submit"]:hover {
  cursor: pointer;
  opacity: 0.7;
}

.submit.back {
  background: #fff;
  border: 1px solid #073a95;
  padding: 20px 138px;
  margin-bottom: 20px;
}

.btn01 {
  display: block;
  margin-top: 30px;
  max-width: 300px;
  padding: 10px 10px;
}

.btn01:hover {
  cursor: pointer;
  opacity: 0.7;
}

.btn01::before {
  content: '';
  padding: 0;
}

.btn02 {
  margin: 0 auto 20px;
  display: block;
  color: #073a95;
  padding: 15px 10px;
  text-align: center;
  max-width: 300px;
  width: 100%;
  position: relative;
  border: 1px solid #666;
}

input[type="text"], input[type="email"], input[type="tel"] {
  width: 100%;
  line-height: 40px;
  height: 40px;
  padding: 1px 5px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

textarea {
  width: 96%;
  height: 120px;
  margin-bottom: 20px;
}

.errs {
  color: #a90000;
}

/* inquiryLayout
------------------------------------*/
.inquiryLayout #c01 .tel {
  font-size: 2.4rem;
  font-weight: 600;
  color: #073a95;
}

.inquiryLayout #c01 .tel i {
  margin-right: 10px;
}

.inquiryLayout #c03 ol {
  list-style-type: decimal;
  margin-left: 20px;
}

.inquiryLayout #c03 ol span {
  margin-right: 10px;
}

.inquiryLayout #c03 ol > li {
  margin-top: 10px;
}

/* 【タブレット用のスタイル記述】 */
@media (min-width: 761px) {
  .inquiryLayout #c01 .tel {
    font-size: 3.6rem;
  }
}
