@charset "UTF-8";
.entry-header,
.section_content:empty {
  display: none;
}

* {
  box-sizing: border-box;
}

.form_text {
  display: block;
  text-align: center;
  margin: 0 auto 20px;
  padding: 0;
  width: 100%;
}

.f_comt,
.f_comb {
  width: 100%;
  display: block;
  color: #999;
  font-size: 12px;
  margin: 3px 0 0 20px;
}

article.resp {
  margin: 60px auto 0;
}
article.resp input:not([type=checkbox], [type=radio]),
article.resp button,
article.resp textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
article.resp select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
article.resp textarea {
  resize: vertical;
}
article.resp input[type=submit],
article.resp input[type=button],
article.resp label,
article.resp button,
article.resp select {
  cursor: pointer;
}
article.resp select::-ms-expand {
  display: none;
}
article.resp select::-webkit-select-placeholder {
  color: transparent;
}
article.resp select::-webkit-select-arrow {
  display: none;
}
article.resp select {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 16px 16px !important;
  padding-right: 35px !important;
}
article.resp select option {
  background: #fff;
}
article.resp input:not([type=checkbox], [type=radio]),
article.resp select,
article.resp textarea {
  border: 0;
  padding: 5px 7px;
  margin: 4px 0;
  color: #333;
  border: solid 1px #ccc;
  border-radius: 3px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
article.resp ul.check_page .input {
  padding: 0 0 0 1em;
}
article.resp ul li {
  list-style: none;
  margin: 0 auto 20px;
}
article.resp ul li > label.required::after {
  content: "*";
  color: #d34343;
}
article.resp ul li.label {
  margin: 2em auto 0;
  font-weight: 700;
  font-size: 18px;
}
article.resp ul li.label + .label_message {
  margin: 0 auto 1em;
  font-size: 15px;
}
article.resp ul li.label + .label_message:empty {
  display: none;
}
article.resp ul li .input em {
  color: #d34343;
  font-size: 12px;
  background-color: #fae8e8;
  padding: 10px;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width:750px) {
  article.resp ul li .input em {
    text-align: left;
  }
}
article.resp ul li .input:has(em) input, article.resp ul li .input:has(em) select, article.resp ul li .input:has(em) textarea {
  border: 3px solid #d34343 !important;
  background-color: #fcf1f1 !important;
}
article.resp ul li .input > label {
  margin: 0 4px 0 0;
  display: inline-flex;
  align-items: center;
}
article.resp ul li .input > label input {
  margin: 0 4px 0 0;
}
article.resp ul li .input input:not([type=checkbox], [type=radio]),
article.resp ul li .input textarea {
  font-family: number, Raleway, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 14px;
  background-color: #fff !important;
  background-image: none !important;
  border: 3px solid #d8d8d8;
  border-radius: 0px;
  outline: none;
  padding: 10px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
article.resp ul li .input select {
  font-family: number, Raleway, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 14px;
  background-color: #fff !important;
  border: 3px solid #d8d8d8;
  border-radius: 0px;
  outline: none;
  padding: 10px 35px 10px 10px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 16px 16px !important;
}
article.resp ul li .input input[type=checkbox],
article.resp ul li .input input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 3px solid #d8d8d8;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  margin: 0 8px 0 0;
  vertical-align: middle;
}
article.resp ul li .input input[type=checkbox][type=checkbox]:checked,
article.resp ul li .input input[type=radio][type=checkbox]:checked {
  background-color: #d8d8d8;
}
article.resp ul li .input input[type=checkbox][type=checkbox]:checked::after,
article.resp ul li .input input[type=radio][type=checkbox]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
article.resp ul li .input input[type=checkbox][type=radio],
article.resp ul li .input input[type=radio][type=radio] {
  border-radius: 50%;
}
article.resp ul li .input input[type=checkbox][type=radio]:checked,
article.resp ul li .input input[type=radio][type=radio]:checked {
  background-color: #d8d8d8;
}
article.resp ul li .input input[type=checkbox][type=radio]:checked::after,
article.resp ul li .input input[type=radio][type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 50%;
}
article.resp ul li .input input[type=checkbox]:hover,
article.resp ul li .input input[type=radio]:hover {
  border-color: #999;
}
article.resp ul li .input input[type=checkbox]:focus,
article.resp ul li .input input[type=radio]:focus {
  border-color: #666;
  box-shadow: 0 0 0 2px rgba(216, 216, 216, 0.3);
}
article.resp ul li .input input[size="50"],
article.resp ul li .input input[size="45"],
article.resp ul li .input textarea {
  width: 100%;
  display: block;
}
article.resp ul li .input input[size="10"] {
  width: 10em;
}
article.resp ul li .input input[type=number] {
  width: auto;
}
article.resp ul li .input:has(select[name*=-h]), article.resp ul li .input:has(select[name*=-m]), article.resp ul li .input:has(select + select) {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width:750px) {
  article.resp ul li .input:has(select[name*=-h]), article.resp ul li .input:has(select[name*=-m]), article.resp ul li .input:has(select + select) {
    gap: 0 !important;
  }
}
article.resp ul li .input:has(select[name*=-h]) input[type=text], article.resp ul li .input:has(select[name*=-m]) input[type=text], article.resp ul li .input:has(select + select) input[type=text] {
  width: auto !important;
}
article.resp ul li .input:has(select[name*=-h]) select, article.resp ul li .input:has(select[name*=-m]) select, article.resp ul li .input:has(select + select) select {
  width: auto !important;
  min-width: 60px;
}
article.resp ul li .input:has(input + img) input {
  width: auto !important;
}
article.resp ul li .input p {
  margin: 4px 0;
}
article.resp ul li .input p:has(input[id$=-pn]) input {
  margin: 0 8px 0 0;
}
article.resp ul li .input p:has(input[name*=-pn]) input, article.resp ul li .input p:has(select[name*=-pf]) input {
  width: auto !important;
}
article.resp ul li .input p:has(input[name*=-ad]) input, article.resp ul li .input p:has(input[name*=-bd]) input {
  width: 100% !important;
}
article.resp ul li .input span {
  display: inline-block;
  width: calc(50% - 3px) !important;
}
article.resp ul li .input span:first-of-type {
  padding: 0 2px 0 0;
}
article.resp ul li .input span:nth-of-type(2) {
  padding: 0 0 0 2px;
}
article.resp ul li .input span:has(input[placeholder*=姓]) input, article.resp ul li .input span:has(input[placeholder*=名]) input {
  width: 100%;
}
article.resp ul li .input span:has(input[placeholder*=セイ]) input, article.resp ul li .input span:has(input[placeholder*=メイ]) input {
  width: 100%;
}
@media screen and (max-width:750px) {
  article.resp ul li .input span:nth-of-type(2) {
    margin: 0 !important;
  }
}
article.resp ul li .input:has(input + input) input[size="6"] {
  width: 6em;
}
article.resp ul li .input:has(input + input) input[size="8"] {
  width: 8em;
}
article.resp ul li .input:has(input + input) input[size="20"] {
  width: calc(40% - 0.6em) !important;
}
article.resp ul li .input:has(input + input) input[size="40"] {
  width: calc(60% - 1em) !important;
}
article.resp ul li .input:has(input + input + input) {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  flex-wrap: wrap;
}
article.resp ul li .input:has(input + input + input) input[type=text] {
  width: calc(33.3333333333% - 1.3em);
  margin-right: 0;
}
@media screen and (max-width:750px) {
  article.resp ul li .input:has(input + input + input) input[type=text] {
    width: calc(33.3333333333% - 1.3em);
  }
}
article.resp:has(.msgbox) {
  margin: 0 auto;
}
article.resp .msgbox {
  text-align: center;
}
article.resp .msgbox h2 {
  margin: 0 auto;
  font-weight: 700;
  font-size: 18px;
}
article.resp .msgbox .message {
  margin: 1em auto 0;
  font-size: 15px;
}
article.resp .msgbox .message a {
  color: #0071b6;
  text-decoration: underline;
  line-height: 1.2;
  word-break: break-all;
}
article.resp .submit_btn {
  margin: 40px auto;
  text-align: center;
}
article.resp .submit_btn input[type=submit] {
  width: 290px;
  height: 80px;
  padding: 20px 0px 50px 0px;
  background-color: #a6a6a6;
  color: #fff;
  line-height: 40px;
  font-family: inherit;
  font-size: 20px;
  transition: 0.5s;
}
article.resp .submit_btn.span_3 {
  display: inline-block;
  width: 49%;
  text-align: center;
}
article.resp .submit_btn.span_3 input {
  display: block;
  margin: 40px auto;
  width: 90%;
  max-width: 320px;
  height: 80px;
  padding: 20px 0px 50px 0px;
  border: 2px solid;
  line-height: 40px;
  font-family: inherit;
  font-size: 20px;
  transition: 0.5s;
}
article.resp .submit_btn.span_9 {
  display: inline-block;
  width: 49%;
  text-align: center;
}
article.resp .submit_btn.span_9 input {
  display: block;
  margin: 40px auto;
  width: 90%;
  max-width: 320px;
}

.policy h2 {
  display: none;
  text-align: center;
  font-weight: 900;
  margin: 0;
}
.policy_check {
  display: block;
  text-align: center;
  margin: 1em auto 0;
  padding: 20px 30px;
  background-color: #fff;
}
.policy_check > label {
  display: inline-flex;
  align-items: center;
}
.policy_check > label::after {
  content: "*";
  color: #d34343;
}
.policy_check > label input {
  margin: 0 4px 0 0;
}

.header__title img,
.menu__title.com img {
  height: 43px;
  width: auto;
}
@media screen and (max-width:750px) {
  .header__title img,
  .menu__title.com img {
    height: 28px;
  }
}

.header_list_searchbtn_open {
  display: block !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cpath d='m21 21-4.35-4.35'%3E%3C/path%3E%3C/svg%3E") !important;
  background-position: 70% 20% !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  width: 100% !important;
  min-width: 24px !important;
  height: 24px !important;
  transition: 0.5s !important;
}
.header_list_searchbtn_open:hover {
  opacity: 0.5 !important;
  cursor: pointer !important;
}

.header__menu .header_list_searchbtn_open {
  background-position: 70% 40% !important;
}

.search_box_form .submit-btn-box .submit-btn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cpath d='m21 21-4.35-4.35'%3E%3C/path%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 20px 20px !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  width: 60px !important;
  height: 100% !important;
  border: none !important;
  background-color: transparent !important;
  cursor: pointer !important;
}
.search_box_form .submit-btn-box .submit-btn:hover {
  opacity: 0.8 !important;
}

.search_box_form_sp .submit-btn-box .submit-btn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cpath d='m21 21-4.35-4.35'%3E%3C/path%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 20px 20px !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  width: 60px !important;
  height: 100% !important;
  border: none !important;
  background-color: transparent !important;
  cursor: pointer !important;
}
.search_box_form_sp .submit-btn-box .submit-btn:hover {
  opacity: 0.8 !important;
}

.ui-datepicker-month,
.ui-datepicker-year {
  color: #333 !important;
}/*# sourceMappingURL=saaske.css.map */