@charset "UTF-8";
#second_fv {
  background-image: none;
}

.f_comt,
.f_comb {
  font-size: 80%;
  line-height: 1;
}

.f_comt:not(:empty) {
  margin-bottom: 5px;
}

.f_comb:not(:empty) {
  margin-top: 5px;
}

article.resp form {
  text-align: center;
}
article.resp input:not([type=checkbox], [type=radio]),
article.resp button,
article.resp textarea,
article.resp select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  font: inherit;
  outline: none;
  background-color: #fff;
  max-width: 100%;
  border: none;
  width: 100%;
  padding: 13px;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  font-size: 16px;
}
article.resp select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  font: inherit;
  outline: none;
  max-width: 180px;
  padding: 10px;
}
article.resp textarea {
  resize: vertical;
}
article.resp input[size="45"] {
  width: 100% !important;
}
article.resp input[size="15"] {
  width: auto;
}
@media screen and (max-width:750px) {
  article.resp input[size="15"] {
    width: calc(50% - 4.5em);
  }
}
article.resp input[size="10"] {
  width: auto;
}
@media screen and (max-width:750px) {
  article.resp input[size="10"] {
    width: calc(33.3333333333% - 2em);
  }
}
article.resp input[type=radio],
article.resp input[type=checkbox] {
  margin-right: 7px;
}
article.resp input[type=button] {
  background-color: #c91000;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 14px;
}
article.resp input[value=住所変換] {
  width: auto;
}
article.resp select::-ms-expand {
  display: none;
}
article.resp ul li {
  text-align: left;
  list-style: none;
  display: flex;
}
@media screen and (max-width:750px) {
  article.resp ul li {
    flex-direction: column;
  }
}
article.resp ul li > label {
  width: 30%;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  padding: 20px;
}
article.resp ul li > label.required::after {
  content: "必須";
  display: inline-block;
  margin-left: 20px;
  font-weight: 500;
  color: #fff;
  background-color: rgb(201, 16, 0);
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
}
@media screen and (max-width:750px) {
  article.resp ul li > label {
    width: 100%;
  }
}
article.resp ul li.label {
  margin: 2em auto 0;
  text-align: left;
}
article.resp ul li.label + .label_message {
  margin: 0 auto 1em;
  text-align: left;
}
article.resp ul li.label + .label_message:empty {
  display: none;
}
article.resp ul li .input {
  width: 70%;
  padding: 20px;
}
@media screen and (max-width:750px) {
  article.resp ul li .input {
    width: 100%;
  }
}
article.resp ul li .input em {
  color: #c91000;
  font-size: 12px;
  font-style: normal;
  padding-left: 1em;
  display: block;
}
article.resp ul li .input em::before {
  content: "※";
  margin-left: -1em;
}
article.resp ul li .input > label {
  margin: 0 4px 0 0;
  display: inline-flex;
  align-items: center;
}
article.resp ul li .input span:has(input[type=text]) {
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
}
article.resp ul li .input:has(input:nth-of-type(2)) {
  flex-wrap: wrap;
  display: inline-block;
}
article.resp ul li .input:has(input:nth-of-type(2)) input[type=text] {
  width: auto;
}
article.resp ul li .input:has(input:nth-of-type(2)) p:has(br) {
  margin-bottom: 7px;
}
article.resp .msgbox .submit_btn {
  margin-top: 20px;
}

.policy {
  display: grid;
  grid-template-columns: 30% 70%;
  grid-template-rows: repeat(3, auto);
  grid-template-areas: "title policy_text" "title  agree_btn";
  place-content: start;
  text-align: left;
}
.policy h2 {
  text-align: left;
  grid-area: title;
  font-weight: 500;
  padding: 20px 20px 0 20px;
}
.policy h2::after {
  content: "必須";
  display: inline-block;
  margin-left: 20px;
  font-weight: 500;
  color: #fff;
  background-color: rgb(201, 16, 0);
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
}
.policy_html {
  height: 200px;
  overflow-y: scroll;
  grid-area: policy_text;
  padding: 20px 20px 0 20px;
  font-size: 12px;
  line-height: 2;
}
.policy_html h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.policy_html h3 .privacy_link {
  color: #c91000;
  border-bottom: #c91000 dotted 1px;
}
.policy_check {
  display: block;
  text-align: left;
  grid-area: agree_btn;
  padding: 20px;
  width: 100%;
}
.policy_check > label {
  display: inline-flex;
  align-items: center;
}
.policy_check > label input {
  margin: 0 4px 0 0;
}

.submit_btn {
  text-align: center;
  width: 30%;
  display: inline-block;
  position: relative;
  margin: 30px auto 20px;
}
.submit_btn input[name=送信] {
  background-color: #c91000 !important;
  color: #fff;
  border: none;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
}
.submit_btn::after {
  content: "";
  background-image: url(https://files.secure-link.jp/office-premiumfrozen/images/icn_main_btn.svg);
  width: 25px;
  height: 25px;
  position: absolute;
  top: calc(50% - 12px);
  right: 15px;
  z-index: 10;
}
.submit_btn.span_3 {
  text-align: center;
  width: 30%;
  margin-right: 10px;
}
.submit_btn.span_3 input[name=back][value=戻る] {
  background-color: #fff;
  color: initial;
  font-size: 16px;
}
.submit_btn.span_3::after {
  left: 15px;
  right: initial;
  transform: rotate(180deg);
}
.submit_btn.span_9 {
  text-align: center;
  width: 35%;
}
.submit_btn.span_9 input {
  background-color: #c91000 !important;
  color: #fff;
}

.fv-img-pc,
.fv-img-sp {
  display: none;
}

.contents-wrap {
  width: 96%;
  max-width: 1120px;
  margin: auto;
}

@media screen and (max-width: 999px) {
  .contents-wrap {
    width: 92%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  article.resp ul li > label {
    padding: 20px 20px 0 20px;
  }
  article.resp ul li > label.required::after {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  article.resp ul li .input em {
    font-size: 14px;
  }
  article.resp ul li .input:has(input:nth-of-type(3)) input[type=text] {
    width: calc(33.3333333333% - 1em);
  }
  article.resp ul li .input:has(input:nth-of-type(3)) input[size="20"] {
    width: 50% !important;
  }
  article.resp ul li .input:has(input:nth-of-type(3)) input[size="40"] {
    width: 40%;
  }
  article.resp ul li .input:has(span:nth-of-type(2)) span {
    margin-bottom: 10px;
  }
  article.resp input[size="15"] {
    width: auto;
  }
  article.resp select {
    margin: 10px 0;
    width: 45%;
  }
  article.resp .policy {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "policy_text" "agree_btn";
    text-align: left;
  }
  .submit_btn {
    display: block;
    width: 80%;
    margin: 15px auto !important;
  }
  .submit_btn.span_3 {
    width: 80%;
  }
  .submit_btn.span_9 {
    width: 80%;
  }
}
/* ================================================
2026-03-27
================================================ */
.l-contact__items p {
  color: #fff;
}

.l-contact__items a:hover {
  opacity: 1;
}

.ui-datepicker-trigger {
  width: auto !important;
  display: inline-block !important;
}/*# sourceMappingURL=saaske_style_2.css.map */