.c-ttl {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 768.98px) {
  .c-ttl {
    font-size: 5.333333333333333vw;
  }
}
.inquiryForm p {
  color: #0c0c0c;
  margin: 0;
  font-size: 18px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 768.98px) {
  .inquiryForm p {
    font-size: 4vw;
  }
}
.step-form {
  width: 100%;
  max-width: 600px;
  margin: 120px auto 80px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768.98px) {
  .step-form {
    max-width: unset;
    margin: 13.333333333333334vw auto;
  }
}
.step-form li {
  max-width: 200px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768.98px) {
  .step-form li {
    max-width: unset;
  }
}
.step-form li:before {
  content: '';
  width: calc(100% - 30px);
  height: 2px;
  position: absolute;
  top: 15px;
  right: calc(50% + 15px);
  z-index: -1;
  display: block;
  border-top: solid 2px #bcbcbc;
}
@media screen and (max-width: 768.98px) {
  .step-form li:before {
    width: calc(100% - 8vw);
    height: 0.8vw;
    top: 4vw;
    right: calc(50% + 4vw);
    border-top: solid 0.8vw #bcbcbc;
  }
}
.step-form li:first-child:before {
  content: none;
}
.step-form li span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #bcbcbc;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768.98px) {
  .step-form li span {
    width: 8vw;
    height: 8vw;
    margin: 0 auto 1.333333333333333vw;
  }
}
.step-form li p {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin: 0;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  color: #333;
}
@media screen and (max-width: 768.98px) {
  .step-form li p {
    font-size: 3.2vw;
  }
}
.step-form li.is-active span {
  background: #6d6d6d;
  border: 1px solid #6d6d6d;
}
.contactTable_ttl {
  font-size: 24px;
  margin: 100px 0 50px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contactTable_ttl {
    font-size: 20px;
    margin: 80px 0 40px;
  }
}
@media screen and (max-width: 768.98px) {
  .contactTable_ttl {
    font-size: 5.333333333333333vw;
    margin: 13.333333333333334vw 0 5.333333333333333vw;
    text-align: left;
  }
}
.table1 {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  border-top: 1px solid #e2e3e3;
}
.table1 .table1-note_01 {
  font-size: 14px;
  padding: 10px 0 0 0;
  margin: 0;
  line-height: 1.4;
}
@media screen and (max-width: 768.98px) {
  .table1 .table1-note_01 {
    font-size: 3.733333333333333vw;
    padding: 5.333333333333333vw 0 0 0;
  }
}
.table1 .table1-note_02 {
  font-size: 14px;
  padding: 10px 0;
  margin: 0;
  line-height: 1.4;
}
@media screen and (max-width: 768.98px) {
  .table1 .table1-note_02 {
    font-size: 3.733333333333333vw;
    padding: 5.333333333333333vw 0;
  }
}
.table1 th {
  line-height: 1.8;
  padding: 0 20px 0 0;
  text-align: left;
  border-bottom: #e2e3e3 1px solid;
  width: 26.666666666666668%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .table1 th {
    width: 100%;
    display: block;
    padding: 40px 0 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 768.98px) {
  .table1 th {
    width: 100%;
    display: block;
    padding: 8vw 0 0;
    border-bottom: none;
  }
}
.table1 td {
  line-height: 1.8;
  padding: 20px 0;
  border-bottom: #e2e3e3 1px solid;
  width: 73.33333333333333%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .table1 td {
    padding: 30px 0 40px;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 768.98px) {
  .table1 td {
    padding: 5.333333333333333vw 0 8vw;
    width: 100%;
    display: block;
  }
}
.table1 td input {
  display: block;
  border: 1px solid #e2e3e3;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 768.98px) {
  .table1 td input {
    font-size: 4vw;
    padding: 2.666666666666667vw;
    margin-right: 2.666666666666667vw;
  }
}
.table1 td input:-ms-input-placeholder {
  color: #bcbcbc;
}
.table1 td input#kana.err {
  border: 1px solid #fcc;
}
.table1 td input.textbox-short {
  width: 40% !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .table1 td input.textbox-short {
    width: 100% !important;
  }
}
@media screen and (max-width: 768.98px) {
  .table1 td input.textbox-short {
    width: 100% !important;
  }
}
.table1 td input.textbox-min {
  width: 6em !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .table1 td input.textbox-min {
    width: 100% !important;
  }
}
@media screen and (max-width: 768.98px) {
  .table1 td input.textbox-min {
    width: 100% !important;
  }
}
.table1 td input[type=text],
.table1 td input[type=email],
.table1 td input[type=tel] {
  width: 100%;
}
.table1 td textarea {
  border: 1px solid #e2e3e3;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 768.98px) {
  .table1 td textarea {
    padding: 2.666666666666667vw;
    font-size: 4vw;
  }
}
.table1 td textarea:-ms-input-placeholder {
  color: #bcbcbc;
}
.table1 td select {
  padding: 13px 10px;
  width: 100%;
  border: 1px solid #e2e3e3;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  color: #0c0c0c;
}
@media screen and (max-width: 768.98px) {
  .table1 td select {
    padding: 2.666666666666667vw;
    font-size: 4vw;
  }
}
.table1 td .select-wrap {
  position: relative;
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .table1 td .select-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768.98px) {
  .table1 td .select-wrap {
    width: 100%;
  }
}
.table1 td .select-wrap:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px #bcbcbc;
  border-right: solid 2px #bcbcbc;
  transform: rotate(45deg);
  position: absolute;
  top: 35%;
  right: 15px;
}
@media screen and (max-width: 768.98px) {
  .table1 td .select-wrap:after {
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
    right: 4vw;
  }
}
.table1 td .select-wrap::-ms-expand {
  display: none;
}
.table1 td label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768.98px) {
  .table1 td label {
    margin-bottom: 4vw;
  }
}
.table1 td label:last-child {
  margin-bottom: 0;
}
.table1 td .error {
  font-weight: normal;
  display: none;
  color: #b12704;
}
.table1 td .err {
  background-color: #ebc0c0;
}
.table1.inquiryForm_confirm th {
  padding: 30px 0;
}
@media screen and (max-width: 768.98px) {
  .table1.inquiryForm_confirm th {
    padding: 5.333333333333333vw 0 0;
  }
}
.table1.inquiryForm_confirm td {
  padding: 30px 0;
}
@media screen and (max-width: 768.98px) {
  .table1.inquiryForm_confirm td {
    padding: 5.333333333333333vw 0;
  }
}
.textbox_txt {
  font-size: 16px;
}
.textbox_txt-outer {
  display: flex;
  align-items: center;
}
.catalogue ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .catalogue ul {
    justify-content: start;
  }
}
@media screen and (max-width: 768.98px) {
  .catalogue ul {
    justify-content: start;
  }
}
.catalogue ul li {
  width: 25%;
  margin: 0 30px 60px 0;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .catalogue ul li {
    width: 48%;
    margin: 0 4% 40px 0;
  }
}
@media screen and (max-width: 768.98px) {
  .catalogue ul li {
    width: 48%;
    margin: 0 4% 10.666666666666666vw 0;
  }
}
@media print, screen and (min-width: 769px) {
  .catalogue ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .catalogue ul li:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .catalogue ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 768.98px) {
  .catalogue ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768.98px) {
  .catalogue ul li .c-checkbox {
    padding: 1.333333333333333vw 0 2.666666666666667vw 9.333333333333334vw;
    font-size: 3.466666666666667vw;
  }
}
.catalogue ul li label {
  cursor: pointer;
}
.catalogue ul li label span {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.5;
  font-size: 14px;
}
.catalogue ul li label input {
  margin-right: 10px;
  margin-top: 5px;
}
.catalogue ul.err li .catalogue-img {
  border: 1px solid #b12704;
}
.catalogue-img {
  border: 1px solid #e2e3e3;
  padding: 0 26.666666666666668%;
  margin-bottom: 20px;
  max-height: 280px;
  height: 23.333333333333332vw;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .catalogue-img {
    padding: 20px 13.333333333333334%;
    height: 50vw;
    max-height: unset;
  }
}
@media screen and (max-width: 768.98px) {
  .catalogue-img {
    padding: 5.333333333333333vw;
    height: 53.333333333333336vw;
    max-height: unset;
  }
}
.catalogue-img:hover {
  opacity: 0.7;
}
.catalogue-img img {
  width: 100%;
  border: 1px solid #e2e3e3;
}
.privacy {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768.98px) {
  .privacy {
    margin-top: 10.666666666666666vw;
  }
}
.privacy label {
  font-size: 16px;
}
@media screen and (max-width: 768.98px) {
  .privacy label {
    font-size: 4vw;
  }
}
.submit {
  padding-bottom: 200px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .submit {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 768.98px) {
  .submit {
    padding-bottom: 26.666666666666668vw;
  }
}
.submit .c-btn-square {
  width: 290px;
  margin: 40px auto 0;
  border: none;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 768.98px) {
  .submit .c-btn-square {
    width: 80vw;
    margin: 10.666666666666666vw auto 0;
  }
}
.submit button[type="submit"] {
  cursor: pointer;
}
.submit button[type="submit"][disabled] {
  background: #bcbcbc;
  cursor: default;
}
.submit button[type="submit"][disabled]:hover {
  opacity: 1;
}
.js-pc-nav-overlay {
  display: none;
  position: relative;
}
.sub-nav-overlay {
  background: #6f8d67;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0px;
}
.c-btn-multi {
  margin: 80px 0 200px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-btn-multi {
    margin: 80px 0 150px;
  }
}
@media screen and (max-width: 768.98px) {
  .c-btn-multi {
    margin: 13.333333333333334vw 0 26.666666666666668vw;
  }
}
.inquiryForm_thanks-btn {
  margin: 80px auto 200px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .inquiryForm_thanks-btn {
    margin: 80px auto 150px;
  }
}
@media screen and (max-width: 768.98px) {
  .inquiryForm_thanks-btn {
    margin: 13.333333333333334vw auto 26.666666666666668vw;
  }
}
.inquiryForm_thanks-txt {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768.98px) {
  .inquiryForm_thanks-txt {
    text-align: left;
    font-size: 4vw;
  }
}
