@charset "UTF-8";
.p_shiryo__txt, .p_shiryo .form_list, .p_shiryo .form_list__txt {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p_shiryo__txt, .p_shiryo .form_list, .p_shiryo .form_list__txt {
    font-size: 0.875rem;
  }
}

.p_shiryo__sub {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p_shiryo__sub {
    font-size: 1.25rem;
  }
}

html:has(.overflow) {
  overflow: hidden;
}
html:has(.overflow) body {
  position: static;
}

.p_shiryo:has(#mfp_confirm_table) .p_shiryo__txt {
  display: none;
}
.p_shiryo:has(#mfp_confirm_table) .p_shiryo__sub {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_shiryo:has(#mfp_confirm_table) .p_shiryo__sub {
    padding-bottom: 40px;
  }
}
.p_shiryo__content {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
.p_shiryo__sub {
  text-align: center;
  font-weight: 500;
  margin-top: -11px;
}
.p_shiryo__txt {
  position: relative;
  display: flex;
  padding: 70px 0 22px;
}
.p_shiryo__txt::before {
  content: "※";
  position: relative;
}
.p_shiryo__form {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p_shiryo__form {
    padding-bottom: 174px;
  }
}
.p_shiryo .form {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form {
    padding-top: 80px;
    margin-top: clamp(3.75rem, 31.712962963vw + -11.4722222222rem, 12.3125rem);
    padding-bottom: clamp(6.25rem, 5.5555555556vw + 3.5833333333rem, 7.75rem);
  }
}
.p_shiryo .form::after {
  content: "";
  position: absolute;
  left: 50vw;
  top: 0;
  height: 1px;
  width: 200vw;
  background-color: #93a3b1;
  transform: translateX(-100vw);
}
.p_shiryo .form_ttl {
  text-align: center;
}
.p_shiryo .form_ttl .ttl_en {
  font-family: "Spectral", serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.53125;
  display: block;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_ttl .ttl_en {
    font-size: clamp(2.5rem, 5.5555555556vw + -0.1666666667rem, 4rem);
  }
}
.p_shiryo .form_ttl .ttl_jp {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  display: block;
  margin-top: -4px;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_ttl .ttl_jp {
    font-size: 1.25rem;
  }
}
.p_shiryo .form_txt {
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 20px;
  font-weight: 500;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_txt {
    padding-top: 69px;
    font-size: 1.25rem;
  }
}
.p_shiryo .form_content {
  width: 100%;
  max-width: 810px;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_content {
    margin: 70px auto 0;
  }
}
.p_shiryo .form_item {
  font-family: "Noto Sans JP", sans-serif;
  /* Firefox */
}
.p_shiryo .form_item + .form_item {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_item + .form_item {
    margin-top: 26px;
  }
}
.p_shiryo .form_item .note {
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_item .note {
    margin-bottom: -4px;
  }
}
.p_shiryo .form_item__desc {
  padding-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_item__desc {
    padding-top: 30px;
  }
}
.p_shiryo .form_item__desc .form_item__txt + .form_item__txt {
  padding-top: 12px;
}
.p_shiryo .form_item__desc .mfp_err {
  text-align: center;
}
.p_shiryo .form_item input,
.p_shiryo .form_item textarea,
.p_shiryo .form_item select,
.p_shiryo .form_item .js-select-business {
  background-color: #fff;
  border: 1px solid #93a3b1;
  width: 100%;
  padding: 5px 15px;
  outline: 0;
  font-size: 1rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_item input,
  .p_shiryo .form_item textarea,
  .p_shiryo .form_item select,
  .p_shiryo .form_item .js-select-business {
    font-size: 1rem;
    padding: 5px 29px;
  }
}
.p_shiryo .form_item input::placeholder,
.p_shiryo .form_item textarea::placeholder,
.p_shiryo .form_item select::placeholder,
.p_shiryo .form_item .js-select-business::placeholder {
  font-weight: 500;
  opacity: 0.3;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_item input::placeholder,
  .p_shiryo .form_item textarea::placeholder,
  .p_shiryo .form_item select::placeholder,
  .p_shiryo .form_item .js-select-business::placeholder {
    font-size: 1rem;
  }
}
.p_shiryo .form_item input,
.p_shiryo .form_item select,
.p_shiryo .form_item .js-select-business {
  height: 50px;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_item input,
  .p_shiryo .form_item select,
  .p_shiryo .form_item .js-select-business {
    height: 70px;
  }
}
.p_shiryo .form_item select,
.p_shiryo .form_item .js-select-business {
  transition: opacity 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_item select,
  .p_shiryo .form_item .js-select-business {
    padding-right: clamp(1.8125rem, 4.6296296296vw + -0.4097222222rem, 3.0625rem);
  }
}
.p_shiryo .form_item select[style*="pointer-events: none"] {
  opacity: 0.5;
  cursor: not-allowed;
}
.p_shiryo .form_item input[type=number] {
  text-align: left !important;
}
.p_shiryo .form_item input[type=number]::-webkit-outer-spin-button,
.p_shiryo .form_item input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p_shiryo .form_item input[type=number] {
  -moz-appearance: textfield;
}
.p_shiryo .form_item .nice-select .current {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_item .nice-select .list {
    height: 250px;
  }
}
.p_shiryo .form_item textarea {
  height: 240px;
  resize: unset;
}
.p_shiryo .form_label {
  position: relative;
  display: flex;
  font-weight: 500;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_label {
    flex-shrink: 0;
  }
}
.p_shiryo .form_label.required::after, .p_shiryo .form_label.unrequired::after {
  content: "必須";
  position: relative;
  left: 0;
  top: 3px;
  width: 41px;
  height: 23px;
  color: #fff;
  background-color: #93a3b1;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_label.required::after, .p_shiryo .form_label.unrequired::after {
    font-size: 0.75rem;
    top: 6px;
  }
}
.p_shiryo .form_label.unrequired::after {
  content: "任意";
}
.p_shiryo .form_wrap {
  margin-top: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_wrap {
    margin-top: 17px;
  }
}
.p_shiryo .form_select {
  position: relative;
}
.p_shiryo .form_select::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 13px;
  width: 6px;
  height: 6px;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_select::after {
    top: 32px;
    right: 22px;
    width: 11px;
    height: 11px;
  }
}
.p_shiryo .form_input {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_input {
    flex-wrap: nowrap;
  }
}
.p_shiryo .form_input.flex-column {
  flex-direction: column;
  align-items: flex-start;
}
.p_shiryo .form_input .w_160 {
  width: 100%;
  max-width: 160px;
}
.p_shiryo .form_input .w_300 {
  width: 100%;
  max-width: 300px;
}
.p_shiryo .form_input .w_420 {
  width: 100%;
  max-width: 420px;
}
.p_shiryo .form_list {
  width: 100%;
  line-height: 1.4285714286;
}
.p_shiryo .form_list__txt {
  line-height: 1.4285714286;
  position: relative;
  display: flex;
}
.p_shiryo .form_list__txt::before {
  content: "※";
  flex-shrink: 0;
  margin-right: 2px;
}
.p_shiryo .form_list__txt + .form_list__txt {
  margin-top: 5px;
}
.p_shiryo .form_box {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_box {
    gap: 20px;
    flex-wrap: nowrap;
  }
}
.p_shiryo .form_box .mfp_err {
  display: none !important;
}
.p_shiryo .form_box__ttl {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_box__ttl {
    width: auto;
  }
}
.p_shiryo .form_box + .form_box {
  margin-top: 20px;
}
.p_shiryo .form_box .w_160 {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_box .w_160 {
    width: 160px;
  }
}
.p_shiryo .form_box .w_100 {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_box .w_100 {
    width: 100px;
  }
}
.p_shiryo .form_box .date-error {
  display: none;
  color: #e60000;
  font-size: 0.75rem;
  position: absolute;
  left: 80px;
  top: 96%;
}
.p_shiryo .form_acceptance {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding-top: 21px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_acceptance {
    padding-top: 25px;
  }
}
.p_shiryo .form_acceptance input[type=checkbox] {
  width: 24px;
  height: 24px;
  appearance: none;
  border-radius: 2px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #93a3b1;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.p_shiryo .form_acceptance input[type=checkbox]::after {
  content: "";
  width: 6px;
  height: 10px;
  border: 0;
  border-right: 2px solid #2b343b;
  border-bottom: 2px solid #2b343b;
  position: absolute;
  top: 2px;
  left: 2px;
  rotate: 45deg;
  scale: 0.5;
  opacity: 0;
  transition: 350ms ease-out;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_acceptance input[type=checkbox]::after {
    width: 6px;
    height: 10px;
  }
}
.p_shiryo .form_acceptance input[type=checkbox]:checked::after {
  opacity: 1;
  scale: 1.4;
  top: 4px;
  left: 8px;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_acceptance input[type=checkbox]:checked::after {
    top: 4px;
    left: 8px;
  }
}
.p_shiryo .form_acceptance__txt {
  display: flex;
}
.p_shiryo .form_acceptance a {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #0b3971;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_acceptance a:hover {
    text-decoration: none;
  }
}
.p_shiryo .form_submit {
  width: 100%;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_submit {
    padding-top: clamp(2.5rem, 8.5648148148vw + -1.6111111111rem, 4.8125rem);
  }
}
.p_shiryo .form_info {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_info {
    padding-top: 77px;
  }
}
.p_shiryo .form_session {
  position: relative;
  z-index: 1;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_session {
    padding: 34px 0 49px;
  }
}
.p_shiryo .form_session::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e4e8eb;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_session::after {
    left: -60px;
    width: calc(100% + 120px);
  }
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_session__select {
    margin: 16px 0 20px;
  }
}
.p_shiryo .form_session__ttl {
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .p_shiryo .form_session__ttl {
    padding-bottom: 12px;
  }
}
#mfp_loading,
#mfp_error,
#mfp_OperationCheck,
#mfp_warning,
#mfp_hidden,
#mfp_loading_screen,
#mfp_overlay_background {
  opacity: 0 !important;
  visibility: hidden;
  display: none;
}

#mfp_phase_confirm_inner h4 {
  display: none;
}
#mfp_phase_confirm_inner tbody {
  width: 100%;
  display: block;
}

#mfp_phase_confirm table,
#mfp_phase_confirm tbody {
  width: 100%;
  display: block;
}
#mfp_phase_confirm th {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #mfp_phase_confirm th {
    width: 240px;
  }
}
#mfp_phase_confirm td {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #mfp_phase_confirm td {
    width: calc(100% - 280px);
  }
}
#mfp_phase_confirm tr.mfp_achroma:has(#th_item08),
#mfp_phase_confirm tr.mfp_colored:has(#th_item08) {
  display: none;
}

.mfp_buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .mfp_buttons {
    flex-direction: row;
  }
}
.mfp_buttons button {
  width: 100%;
  max-width: 232px;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: #2f3a4c;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .mfp_buttons button:hover {
    opacity: 0.8;
  }
}

.mfp_err {
  color: red;
  font-size: 0.75rem;
}

#mfp_confirm_table tbody tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  #mfp_confirm_table tbody tr {
    flex-direction: row;
  }
}
#mfp_confirm_table tbody tr + tr {
  margin-top: 8px;
}
#mfp_confirm_table tbody tr:last-child {
  display: none;
}

.p_thanks {
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p_thanks .c_mv__main {
    padding: 56px 0 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .p_thanks .c_mv__ttl {
    margin-bottom: -3px;
  }
}
.p_thanks .c_mv__txt {
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  display: block;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .p_thanks .c_mv__txt {
    font-size: 1.875rem;
  }
}
.p_thanks__inner {
  padding: 30px 0;
  background-color: #fff;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_thanks__inner {
    margin-top: 60px;
    padding: 40px 0;
  }
}
.p_thanks__ttl {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p_thanks__ttl {
    text-align: center;
    font-size: 1.625rem;
  }
}
.p_thanks__btn {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p_thanks__btn {
    margin-top: 40px;
  }
}

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