@charset "UTF-8";
/* =============================================================
   ビィ・エフ・クリエイト株式会社 サスケWEBフォーム テーマ
   - 前提: styles.css（サイト共通）+ saaske_basic_2.css（サスケ共通）の後に読み込む
   - フォーム本体は編集不可のため、すべて CSS 側で調整する
   ============================================================= */
.c-material1__form1, .c-contact1__form1 {
  margin-top: 1.5rem;
  color: #000;
  font-size: 0.9375rem;
  line-height: 1.8;
  text-align: left;
}
.c-material1__form1 article.resp, .c-contact1__form1 article.resp {
  display: block;
}
.c-material1__form1 .form_list, .c-contact1__form1 .form_list {
  margin: 0;
  padding: 0;
}
.c-material1__form1 article.resp ul li.clr, .c-contact1__form1 article.resp ul li.clr {
  display: block;
  padding: 1.25rem 0;
  border-bottom: 1px solid #dcdcdc;
}
.c-material1__form1 article.resp ul li.clr:first-child, .c-contact1__form1 article.resp ul li.clr:first-child {
  border-top: 1px solid #dcdcdc;
}
.c-material1__form1 article.resp ul li > label, .c-contact1__form1 article.resp ul li > label {
  display: block;
  width: 100%;
  margin-bottom: 0.375rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
}
.c-material1__form1 article.resp ul li > label::after, .c-contact1__form1 article.resp ul li > label::after {
  content: "任意";
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.0625rem 0.5rem;
  color: #fff;
  background-color: #6e6e6e;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  vertical-align: 0.125rem;
}
.c-material1__form1 article.resp ul li > label.required::after, .c-contact1__form1 article.resp ul li > label.required::after {
  content: "必須";
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.0625rem 0.5rem;
  color: #fff;
  background-color: #e60020;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  vertical-align: 0.125rem;
}
.c-material1__form1 .f_comt,
.c-material1__form1 .f_comb, .c-contact1__form1 .f_comt,
.c-contact1__form1 .f_comb {
  margin: 0;
  color: #6e6e6e;
  font-size: 0.75rem;
  line-height: 1.7;
}
.c-material1__form1 .f_comt:empty,
.c-material1__form1 .f_comb:empty, .c-contact1__form1 .f_comt:empty,
.c-contact1__form1 .f_comb:empty {
  display: none;
}
.c-material1__form1 article.resp em, .c-contact1__form1 article.resp em {
  display: block;
  margin: 0 0 0.5rem;
  color: #e60020;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}
.c-material1__form1 article.resp em:empty, .c-contact1__form1 article.resp em:empty {
  display: none;
}
.c-material1__form1 article.resp ul li .input, .c-contact1__form1 article.resp ul li .input {
  width: 100%;
}
.c-material1__form1 .input input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]),
.c-material1__form1 .input select,
.c-material1__form1 .input textarea, .c-contact1__form1 .input input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]),
.c-contact1__form1 .input select,
.c-contact1__form1 .input textarea {
  appearance: none;
  -webkit-appearance: none;
  height: 3rem;
  max-width: 100%;
  margin: 0.25rem 0;
  padding: 0 0.75rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
}
.c-material1__form1 .input input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):focus,
.c-material1__form1 .input select:focus,
.c-material1__form1 .input textarea:focus, .c-contact1__form1 .input input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):focus,
.c-contact1__form1 .input select:focus,
.c-contact1__form1 .input textarea:focus {
  outline: none;
  border-color: #87750e;
  box-shadow: 0 0 0 0.1875rem rgba(135, 117, 14, 0.15);
}
.c-material1__form1 .input select, .c-contact1__form1 .input select {
  appearance: auto;
  -webkit-appearance: auto;
  padding-right: 0.5rem;
  cursor: pointer;
}
.c-material1__form1 .input textarea, .c-contact1__form1 .input textarea {
  display: block;
  width: 100%;
  height: auto;
  min-height: 8.75rem;
  padding: 0.625rem 0.75rem;
  line-height: 1.8;
  resize: vertical;
}
.c-material1__form1 .input input::placeholder,
.c-material1__form1 .input textarea::placeholder, .c-contact1__form1 .input input::placeholder,
.c-contact1__form1 .input textarea::placeholder {
  color: #aaa;
}
.c-material1__form1 .input input[type="text"],
.c-material1__form1 .input input[type="email"],
.c-material1__form1 .input input[type="password"],
.c-material1__form1 .input select, .c-contact1__form1 .input input[type="text"],
.c-contact1__form1 .input input[type="email"],
.c-contact1__form1 .input input[type="password"],
.c-contact1__form1 .input select {
  width: 100%;
}
.c-material1__form1 .input input[size="10"],
.c-material1__form1 .input input[size="12"], .c-contact1__form1 .input input[size="10"],
.c-contact1__form1 .input input[size="12"] {
  width: 12em;
}
.c-material1__form1 .input input[type="number"], .c-contact1__form1 .input input[type="number"] {
  width: 8em;
}
.c-material1__form1 .input select[name$="-h"],
.c-material1__form1 .input select[name$="-m"], .c-contact1__form1 .input select[name$="-h"],
.c-contact1__form1 .input select[name$="-m"] {
  width: auto;
}
.c-material1__form1 .input:has(input + input) input[size="6"],
.c-material1__form1 .input:has(input + input) input[size="8"], .c-contact1__form1 .input:has(input + input) input[size="6"],
.c-contact1__form1 .input:has(input + input) input[size="8"] {
  width: auto;
  max-width: 30%;
}
.c-material1__form1 .input:has(input + input) input[size="10"], .c-contact1__form1 .input:has(input + input) input[size="10"] {
  width: calc((100% - 4em) / 3);
}
.c-material1__form1 .input:has(input + input) input[size="20"], .c-contact1__form1 .input:has(input + input) input[size="20"] {
  width: calc(40% - 1em);
}
.c-material1__form1 .input:has(input + input) input[size="40"], .c-contact1__form1 .input:has(input + input) input[size="40"] {
  width: calc(60% - 2em);
}
.c-material1__form1 .input:has(input + img) input[type="text"], .c-material1__form1 .input:has(input + input[type="button"]) input[type="text"], .c-contact1__form1 .input:has(input + img) input[type="text"], .c-contact1__form1 .input:has(input + input[type="button"]) input[type="text"] {
  width: auto;
}
.c-material1__form1 .input img, .c-contact1__form1 .input img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-left: 0.375rem;
  vertical-align: middle;
  cursor: pointer;
}
.c-material1__form1 .input span, .c-contact1__form1 .input span {
  display: inline-flex;
  align-items: center;
  width: calc(50% - 0.25rem);
  vertical-align: top;
  font-size: 0.875rem;
}
.c-material1__form1 .input span:first-of-type, .c-contact1__form1 .input span:first-of-type {
  padding-right: 0.25rem;
}
.c-material1__form1 .input span:nth-of-type(2), .c-contact1__form1 .input span:nth-of-type(2) {
  padding-left: 0.25rem;
}
.c-material1__form1 .input span input, .c-contact1__form1 .input span input {
  flex: 1;
  min-width: 0;
  width: auto;
}
.c-material1__form1 .input p, .c-contact1__form1 .input p {
  margin: 0.5rem 0;
}
.c-material1__form1 .input p:has(input[name$="-pn"]) input[type="text"], .c-contact1__form1 .input p:has(input[name$="-pn"]) input[type="text"] {
  width: 12em;
}
.c-material1__form1 .input p:has(select[name$="-pf"]) select, .c-material1__form1 .input p:has(input[name$="-ct"]) input, .c-material1__form1 .input p:has(input[name$="-no"]) input, .c-material1__form1 .input p:has(input[name$="-bd"]) input, .c-contact1__form1 .input p:has(select[name$="-pf"]) select, .c-contact1__form1 .input p:has(input[name$="-ct"]) input, .c-contact1__form1 .input p:has(input[name$="-no"]) input, .c-contact1__form1 .input p:has(input[name$="-bd"]) input {
  width: 100%;
}
.c-material1__form1 article.resp ul li .input > label,
.c-material1__form1 .policy_check > label, .c-contact1__form1 article.resp ul li .input > label,
.c-contact1__form1 .policy_check > label {
  display: inline-flex;
  align-items: center;
  margin: 0 1rem 0.25rem 0;
  font-size: 0.9375rem;
  font-weight: 400;
  cursor: pointer;
}
.c-material1__form1 article.resp ul li .input > label::after,
.c-material1__form1 .policy_check > label::after, .c-contact1__form1 article.resp ul li .input > label::after,
.c-contact1__form1 .policy_check > label::after {
  content: none;
}
.c-material1__form1 input[type="radio"],
.c-material1__form1 input[type="checkbox"], .c-contact1__form1 input[type="radio"],
.c-contact1__form1 input[type="checkbox"] {
  width: 1.125rem;
  height: 1.125rem;
  margin: 0 0.375rem 0 0;
  accent-color: #87750e;
  cursor: pointer;
}
.c-material1__form1 .input input[type="button"],
.c-material1__form1 .input button, .c-contact1__form1 .input input[type="button"],
.c-contact1__form1 .input button {
  display: inline-block;
  width: auto;
  height: 2.5rem;
  margin: 0 0 0 0.375rem;
  padding: 0 1rem;
  color: #fff;
  background-color: #6e6e6e;
  border: none;
  border-radius: 0;
  font-size: 0.8125rem;
  cursor: pointer;
  transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (hover: hover) {
  .c-material1__form1 .input input[type="button"]:hover,
  .c-material1__form1 .input button:hover, .c-contact1__form1 .input input[type="button"]:hover,
  .c-contact1__form1 .input button:hover {
    opacity: 0.6;
  }
}
.c-material1__form1 article.resp ul li.label, .c-contact1__form1 article.resp ul li.label {
  display: block;
  margin: 1.5rem 0 0;
  padding: 0.75rem 0 0.75rem 1rem;
  border: none;
  border-left: 0.1875rem solid #87750e;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-material1__form1 article.resp ul li.label:empty, .c-contact1__form1 article.resp ul li.label:empty {
  display: none;
}
.c-material1__form1 .label_message, .c-contact1__form1 .label_message {
  margin: 0.5rem 0 1rem;
  color: #6e6e6e;
  font-size: 0.875rem;
  line-height: 1.8;
}
.c-material1__form1 .label_message:empty, .c-contact1__form1 .label_message:empty {
  display: none;
}
.c-material1__form1 .policy, .c-contact1__form1 .policy {
  width: 100%;
  margin: 2rem 0 0;
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid #dcdcdc;
}
@media screen and (max-width: 750px) {
  .c-material1__form1 .policy, .c-contact1__form1 .policy {
    padding: 1.25rem;
  }
}
.c-material1__form1 .policy h2, .c-contact1__form1 .policy h2 {
  margin: 0 0 0.75rem;
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
.c-material1__form1 .policy .policy_html, .c-contact1__form1 .policy .policy_html {
  height: 11.25rem;
  padding: 1rem;
  overflow-y: auto;
  color: #6e6e6e;
  background-color: #faf9f2;
  border: 1px solid #dcdcdc;
  font-size: 0.8125rem;
  line-height: 1.9;
}
.c-material1__form1 .policy .policy_check, .c-contact1__form1 .policy .policy_check {
  margin: 1.25rem auto 0;
  text-align: center;
}
.c-material1__form1 .policy .policy_check label, .c-contact1__form1 .policy .policy_check label {
  justify-content: center;
  margin-right: 0;
  font-weight: 700;
}
.c-material1__form1 .policy .policy_check label::after, .c-contact1__form1 .policy .policy_check label::after {
  content: "必須";
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.0625rem 0.5rem;
  color: #fff;
  background-color: #e60020;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  vertical-align: 0.125rem;
}
.c-material1__form1 .submit_btn, .c-contact1__form1 .submit_btn {
  position: relative;
  margin: 2.5rem auto 0;
  text-align: center;
  vertical-align: top;
}
.c-material1__form1 .submit_btn input[type="submit"], .c-contact1__form1 .submit_btn input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 3.5rem;
  margin: 0 auto;
  padding: 0.5rem 3rem;
  color: #fff;
  background-color: #87750e;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (hover: hover) {
  .c-material1__form1 .submit_btn input[type="submit"]:hover, .c-contact1__form1 .submit_btn input[type="submit"]:hover {
    opacity: 0.6;
  }
}
.c-material1__form1 .submit_btn input[type="button"], .c-contact1__form1 .submit_btn input[type="button"] {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 3.5rem;
  margin: 0 auto !important;
  padding: 0.5rem 3rem;
  color: #87750e;
  background-color: #fff;
  border: 1px solid #87750e;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (hover: hover) {
  .c-material1__form1 .submit_btn input[type="button"]:hover, .c-contact1__form1 .submit_btn input[type="button"]:hover {
    opacity: 0.6;
  }
}
.c-material1__form1 .submit_btn::after, .c-contact1__form1 .submit_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-image: url("../img/ico_arrow1_1.svg");
  mask-image: url("../img/ico_arrow1_1.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  pointer-events: none;
}
.c-material1__form1 .submit_btn:has(input[type="submit"])::after, .c-contact1__form1 .submit_btn:has(input[type="submit"])::after {
  right: 1rem;
  background: #fff;
  transform: translateY(-50%);
}
.c-material1__form1 .submit_btn:has(input[type="button"])::after, .c-contact1__form1 .submit_btn:has(input[type="button"])::after {
  left: 1rem;
  background: #87750e;
  transform: translateY(-50%) scaleX(-1);
}
.c-material1__form1 .submit_btn:not(.span_3):not(.span_9), .c-contact1__form1 .submit_btn:not(.span_3):not(.span_9) {
  max-width: 25rem;
}
.c-material1__form1 .submit_btn.span_3,
.c-material1__form1 .submit_btn.span_9, .c-contact1__form1 .submit_btn.span_3,
.c-contact1__form1 .submit_btn.span_9 {
  display: inline-block;
  width: 48%;
  max-width: 15rem;
  vertical-align: top;
}
@media screen and (max-width: 750px) {
  .c-material1__form1 .submit_btn.span_3,
  .c-material1__form1 .submit_btn.span_9, .c-contact1__form1 .submit_btn.span_3,
  .c-contact1__form1 .submit_btn.span_9 {
    display: block;
    width: 100%;
    max-width: 25rem;
  }
}
.c-material1__form1 .submit_btn.span_3, .c-contact1__form1 .submit_btn.span_3 {
  margin-right: 0.5rem;
}
@media screen and (max-width: 750px) {
  .c-material1__form1 .submit_btn.span_3, .c-contact1__form1 .submit_btn.span_3 {
    margin-right: auto;
  }
}
.c-material1__form1 .submit_btn.span_9, .c-contact1__form1 .submit_btn.span_9 {
  margin-left: 0.5rem;
}
@media screen and (max-width: 750px) {
  .c-material1__form1 .submit_btn.span_9, .c-contact1__form1 .submit_btn.span_9 {
    margin-top: 1rem;
    margin-left: auto;
  }
}
.c-material1__form1 article.resp form > .col.span_2, .c-contact1__form1 article.resp form > .col.span_2 {
  display: none;
}
.c-material1__form1 .msgbox, .c-contact1__form1 .msgbox {
  width: 100%;
  text-align: left;
}
.c-material1__form1 .msgbox h2, .c-contact1__form1 .msgbox h2 {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
}
.c-material1__form1 .msgbox .message, .c-contact1__form1 .msgbox .message {
  font-size: 1rem;
  line-height: 1.8;
}
.c-material1__form1 .msgbox .message a, .c-contact1__form1 .msgbox .message a {
  color: #87750e;
}
.c-material1__form1 article.resp ul.check_page li.clr > label, .c-contact1__form1 article.resp ul.check_page li.clr > label {
  margin-bottom: 0.25rem;
}
.c-material1__form1 article.resp .check_page .input, .c-contact1__form1 article.resp .check_page .input {
  color: #000;
  font-size: 1rem;
}
.c-material1__form1 article.resp .check_page .input p, .c-contact1__form1 article.resp .check_page .input p {
  margin: 0.125rem 0;
}
.c-material1__form1 article.resp form:has(.check_page), .c-contact1__form1 article.resp form:has(.check_page) {
  text-align: center;
}
.c-material1__form1 article.resp form:has(.check_page) .check_page, .c-contact1__form1 article.resp form:has(.check_page) .check_page {
  text-align: left;
}

.c-material1__form1 .msgbox .submit_btn {
  display: none;
}

.c-material1__unit1 .form_text,
.c-contact1 .form_text {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.8;
}
.c-material1__unit1 .form_text:empty,
.c-contact1 .form_text:empty {
  margin-top: 0;
}

.c-contact1 {
  padding: 2.5rem 1.5rem 5rem;
}
@media print, screen and (min-width: 768px) {
  .c-contact1 {
    padding: 2.5rem 0 6.25rem;
  }
}
.c-contact1__inner1 {
  max-width: 48rem;
  margin: 0 auto;
}
.c-contact1__header1 {
  font-size: 1rem;
  line-height: 1.8;
}
.c-contact1__header1 p {
  margin: 0;
}
.c-contact1__header1 p + p {
  margin-top: 1rem;
}
.c-contact1__header1:empty {
  display: none;
}

.c-contact1__form1 {
  margin-top: 2.25rem;
}
.c-contact1__form1 article.resp ul li.clr {
  padding: 1rem 0;
  border-bottom: none;
}
.c-contact1__form1 article.resp ul li.clr:first-child {
  padding-top: 1.5rem;
  border-top: 1px solid #dcdcdc;
}
.c-contact1__form1 article.resp ul li.clr:last-child {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #dcdcdc;
}
@media print, screen and (min-width: 768px) {
  .c-contact1__form1 article.resp ul li.clr {
    display: flex;
    align-items: flex-start;
  }
}
.c-contact1__form1 article.resp ul li > label {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.6;
}
.c-contact1__form1 article.resp ul li > label::after, .c-contact1__form1 article.resp ul li > label.required::after {
  content: none;
}
.c-contact1__form1 article.resp ul li > label::before {
  content: "任意";
  display: inline-block;
  flex: 0 0 auto;
  box-sizing: border-box;
  min-width: 3.375rem;
  padding: 0.0625rem 0.5rem;
  color: #87750e;
  background-color: #fff;
  border: 1px solid #87750e;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  margin-right: 0.5rem;
  vertical-align: 0.0625rem;
}
.c-contact1__form1 article.resp ul li > label.required::before {
  content: "必須";
  display: inline-block;
  flex: 0 0 auto;
  box-sizing: border-box;
  min-width: 3.375rem;
  padding: 0.0625rem 0.5rem;
  color: #fff;
  background-color: #e60020;
  border: 1px solid #e60020;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .c-contact1__form1 article.resp ul li > label {
    flex: 0 0 14rem;
    width: 14rem;
    margin-bottom: 0;
    padding: 0.9375rem 1rem 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .c-contact1__form1 article.resp ul li .input {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }
}
.c-contact1__form1 article.resp em {
  margin: 0.25rem 0 0;
  font-size: 0.875rem;
  font-weight: 400;
}
.c-contact1__form1 article.resp em::before {
  content: "※";
}
.c-contact1__form1 .input textarea {
  height: 7.5rem;
  min-height: 7.5rem;
}
.c-contact1__form1 article.resp ul.check_page li.clr {
  padding: 0.8125rem 0;
}
.c-contact1__form1 article.resp ul.check_page li.clr:first-child {
  padding-top: 1.5rem;
}
.c-contact1__form1 article.resp ul.check_page li.clr:last-child {
  padding-bottom: 1.5rem;
}
.c-contact1__form1 article.resp ul.check_page li.clr > label::before {
  content: none;
}
.c-contact1__form1 article.resp .check_page .input {
  box-sizing: border-box;
  min-height: 3rem;
  padding: 0.6875rem 1rem;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  font-size: 1rem;
  line-height: 1.5;
  word-break: break-all;
}
.c-contact1__form1 article.resp .check_page .input p {
  margin: 0;
}
.c-contact1__form1 .policy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 2.5rem 0 0;
  padding: 0;
  background-color: transparent;
  border: none;
}
.c-contact1__form1 .policy h2 {
  display: none;
}
.c-contact1__form1 .policy .policy_html {
  order: 2;
  height: auto;
  padding: 0;
  overflow: visible;
  color: #000;
  background-color: transparent;
  border: none;
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: center;
}
.c-contact1__form1 .policy .policy_html:empty {
  display: none;
}
.c-contact1__form1 .policy .policy_html a {
  display: inline-flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.c-contact1__form1 .policy .policy_html a::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.125rem;
  background: #000;
  -webkit-mask-image: url("../img/ico_arrow1_1.svg");
  mask-image: url("../img/ico_arrow1_1.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media (hover: hover) {
  .c-contact1__form1 .policy .policy_html a:hover {
    opacity: 0.6;
  }
}
.c-contact1__form1 .policy .policy_check {
  order: 1;
  margin: 0;
}
.c-contact1__form1 .policy .policy_check label {
  font-size: 1rem;
}
.c-contact1__form1 .policy .policy_check label::after {
  content: none;
}
.c-contact1__form1 .policy .policy_check label input[type="checkbox"] {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.625rem;
}
.c-contact1__form1 .submit_btn {
  margin-top: 2.5rem;
}
.c-contact1__form1 .submit_btn input[type="submit"] {
  padding: 0.5rem 3.5rem;
}
.c-contact1__form1 .submit_btn:has(input[type="submit"])::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  background: #fff;
  -webkit-mask-image: url("../img/ico_mail1_1.svg");
  mask-image: url("../img/ico_mail1_1.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}
.c-contact1__form1 .submit_btn:has(input[type="submit"])::after {
  content: none;
}
.c-contact1__form1 .submit_btn:not(.span_3):not(.span_9) {
  max-width: 33.75rem;
}
.c-contact1__form1 .submit_btn.span_3 {
  width: 30%;
  max-width: 12rem;
}
.c-contact1__form1 .submit_btn.span_9 {
  width: 66%;
  max-width: 33.75rem;
}
@media screen and (max-width: 750px) {
  .c-contact1__form1 .submit_btn.span_3,
  .c-contact1__form1 .submit_btn.span_9 {
    width: 100%;
    max-width: 33.75rem;
  }
}
.c-contact1__form1 .submit_btn input[type="submit"]:disabled {
  color: #505050;
  background-color: #dcdcdc;
  cursor: default;
}
@media (hover: hover) {
  .c-contact1__form1 .submit_btn input[type="submit"]:disabled:hover {
    opacity: 1;
  }
}
.c-contact1__form1 .submit_btn:has(input[type="submit"]:disabled)::before {
  display: none;
}
.c-contact1__form1 .msgbox {
  text-align: center;
}
.c-contact1__form1 .msgbox h2 {
  margin: 0 0 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
.c-contact1__form1 .msgbox .message {
  font-size: 1rem;
  line-height: 2;
}
.c-contact1__form1 .msgbox .message a {
  color: #87750e;
}
.c-contact1__form1 .msgbox .submit_btn {
  margin-top: 2.5rem;
}
.c-contact1__form1 .msgbox .submit_btn:not(.span_3):not(.span_9) {
  max-width: 22.5rem;
}
.c-contact1__form1 .msgbox .submit_btn input[type="submit"] {
  padding: 0.5rem 3rem;
  color: #87750e;
  background-color: #fff;
  border: 1px solid #87750e;
}
.c-contact1__form1 .msgbox .submit_btn:has(input[type="submit"])::before {
  content: none;
}
.c-contact1__form1 .msgbox .submit_btn:has(input[type="submit"])::after {
  content: "";
  right: 1rem;
  background: #87750e;
  transform: translateY(-50%);
}

/*# sourceMappingURL=saaske.css.map */
