@charset "UTF-8";
.u-bg {
  background-color: #fbf7e9;
}

.content-wrapper {
  padding-top: clamp(60px, 47.1428571429px + 3.2967032967vw, 90px);
}

.u-anchor {
  padding-top: 120px;
  margin-top: -120px;
}
@media (max-width: 1200px) {
  .u-anchor {
    padding-top: 60px;
    margin-top: -60px;
  }
}

.u-grid-2, .btn-confirm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .u-grid-2, .btn-confirm {
    display: flex;
    flex-direction: column;
  }
}

.u-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 960px) {
  .u-grid-3 {
    display: flex;
    flex-direction: column;
  }
}

.u-inner--960w, .u-inner--wide, .u-inner {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 90%;
}

.u-inner {
  max-width: 1080px;
}

.u-inner--wide {
  max-width: 1200px;
}

.u-inner--960w {
  max-width: 960px;
}

@media (max-width: 768px) {
  .mod--sp100 {
    width: 100%;
  }
}

[data-ani] {
  --ani-delay: 0s;
  --ani-duration: 1s;
  pointer-events: none;
}
[data-ani].is-animated-done {
  pointer-events: auto;
}

.ani-width {
  width: 0;
  transition: width var(--ani-duration) cubic-bezier(0.42, 0, 0.58, 1) var(--ani-delay);
}
.ani-width.is-animated {
  width: 100%;
}

.ani-fade, .ani-fade-left, .ani-fade-right, .ani-fade-down-full, .ani-fade-down, .ani-fade-up {
  opacity: 0;
  transition: opacity var(--ani-duration) cubic-bezier(0.42, 0, 0.58, 1) var(--ani-delay), transform var(--ani-duration) cubic-bezier(0.42, 0, 0.58, 1) var(--ani-delay);
}
.ani-fade.is-animated, .is-animated.ani-fade-left, .is-animated.ani-fade-right, .is-animated.ani-fade-down-full, .is-animated.ani-fade-down, .is-animated.ani-fade-up {
  opacity: 1;
}
.ani-fade-up {
  transform: translateY(30px);
}
.ani-fade-up.is-animated {
  transform: translateY(0);
}
.ani-fade-down {
  transform: translateY(-10px);
}
.ani-fade-down.is-animated {
  transform: translateY(0);
}
.ani-fade-down-full {
  transform: translateY(-100%);
}
.ani-fade-down-full.is-animated {
  transform: translateY(0);
}
.ani-fade-right {
  transform: translateX(-10px);
}
.ani-fade-right.is-animated {
  transform: translateX(0);
}
.ani-fade-left {
  transform: translateX(10px);
}
.ani-fade-left.is-animated {
  transform: translateX(0);
}

.ani-scale {
  transform: scale(0.6);
  transform-origin: center;
  transition: opacity var(--ani-duration) cubic-bezier(0.42, 0, 0.58, 1) var(--ani-delay), transform var(--ani-duration) cubic-bezier(0.42, 0, 0.58, 1) var(--ani-delay);
}
.ani-scale.is-animated {
  transform: scale(1);
}

.ani-zoom {
  transform: scale(1.2);
  transform-origin: center;
  transition: transform var(--ani-duration) cubic-bezier(0.07, 0.09, 0.09, 0.62) var(--ani-delay);
}
.ani-zoom.is-animated {
  transform: scale(1);
}

.ani-clip, .ani-clip-full {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  transition: all var(--ani-duration) ease-in-out var(--ani-delay);
  will-change: clip-path;
}
@media (max-width: 768px) {
  .ani-clip-full {
    transition: all calc(var(--ani-duration) / 2) cubic-bezier(0.07, 0.09, 0.09, 0.62) calc(var(--ani-delay) / 2);
  }
}
.ani-clip.is-animated, .is-animated.ani-clip-full {
  opacity: 1;
  clip-path: inset(0);
}

body {
  font-family: YakuHanMP, "hiragino-mincho-pron", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, "MS PMincho", serif;
  opacity: 1;
}

input, select {
  font-family: YakuHanMP, "hiragino-mincho-pron", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, "MS PMincho", serif;
}

i, em {
  font-style: normal;
}

.cmn-order-navi {
  display: none;
}

.form__top {
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  text-align: center;
  padding: 20px 10px;
  background: url("../../img/map/aeroview.jpg") no-repeat center/cover;
  background-position: 60% 90%;
}
.form__top::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.form__top .form__top-link {
  z-index: 1;
  position: relative;
}
.form__top .form__top-logo {
  height: clamp(140px, 114.2857142857px + 6.5934065934vw, 200px);
  width: 100%;
  background: url("../../img/form/logo.svg") no-repeat center/contain;
}
.form__top span {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: clamp(20px, 15.7142857143px + 1.0989010989vw, 30px);
  text-shadow: 0 0 10px black;
  color: #ffffff;
}

.form__footer-logo {
  height: clamp(40px, 31.4285714286px + 2.1978021978vw, 60px);
  width: 100%;
  background: url("../../img/common/logo_ryowa.svg") no-repeat center/contain;
  filter: brightness(0) saturate(100%) invert(33%) sepia(8%) saturate(416%) hue-rotate(131deg) brightness(91%) contrast(84%);
}

.form__heading {
  text-align: center;
  max-width: 800px;
  margin: clamp(20px, 15.7142857143px + 1.0989010989vw, 30px) auto clamp(10px, 5.7142857143px + 1.0989010989vw, 20px);
  padding-bottom: clamp(30px, 25.7142857143px + 1.0989010989vw, 40px);
  position: relative;
}
.form__heading.mod--index {
  border-bottom: 1px solid #af891a;
}
.form__heading.mod--index::after {
  content: "※は必須項目です";
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  color: #e60033;
}
.form__heading .heading-ttl {
  font-size: clamp(16px, 15.1428571429px + 0.2197802198vw, 18px);
  line-height: 1.6 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: clamp(20px, 15.7142857143px + 1.0989010989vw, 30px);
  text-align: center;
  gap: clamp(15px, 12.8571428571px + 0.5494505495vw, 20px);
}
.form__heading .heading-ttl::after {
  display: block;
  width: 40px;
  height: 1px;
  background: currentColor;
  content: "";
}
.form__heading .heading-subttl {
  font-size: clamp(22px, 18.5714285714px + 0.8791208791vw, 30px);
  line-height: 1.6 !important;
  margin-bottom: 25px;
  color: #af891a;
}
.form__heading .heading-subttl span {
  display: inline-block;
}
.form__heading .heading-txt {
  font-size: clamp(14px, 13.1428571429px + 0.2197802198vw, 16px);
  line-height: 1.6 !important;
}

.heading-link {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00b4e8;
  transition: opacity 0.3s ease;
}
.heading-link span {
  color: #fbf7e9;
  display: block;
  letter-spacing: 0.3em;
  position: relative;
  font-size: clamp(1.6rem, 15.1428571429px + 0.2197802198vw, 1.8rem);
}
.heading-link span::after {
  position: absolute;
  content: "▶︎";
  transform: translateX(50%) scale(1.1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
@media (hover: hover) and (pointer: fine) {
  .heading-link:hover {
    opacity: 0.8;
  }
  .heading-link:hover span::after {
    transform: translateX(calc(50% + 3px)) scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .heading-link:hover {
    opacity: 0.8;
  }
  .heading-link:hover span::after {
    transform: translateX(calc(50% + 3px)) scale(1.1);
  }
}

.policy-link {
  margin: 10px auto 30px;
  text-align: center;
}
.policy-link a {
  color: #af891a;
}

form.simple_form {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 20px;
}

.badge-danger {
  color: transparent !important;
  font-size: 0 !important;
}
.badge-danger::before {
  font-size: 14px;
  color: #e60033;
  content: "※";
}

.form-input-label label {
  font-weight: bold;
  font-size: 16px;
  color: #222;
}

.badge-danger {
  background: none;
  color: #e60033;
  font-size: 14px;
  margin-left: 4px;
}

.form-control,
select.form-control {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #fff;
}

.form-inline input {
  width: auto;
  display: inline-block;
  margin-right: 5px;
}

input[type=checkbox] + label,
input[type=radio] + label {
  margin-left: 8px;
  font-size: 15px;
}

select.form-control {
  height: auto;
  min-height: 60px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.4;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  box-sizing: border-box;
}

@media (min-width: 769px) {
  #input_model_form_input_field16_0,
  #input_model_form_input_field16_1,
  #input_model_form_input_field16_2 {
    display: inline-block;
    width: 100px;
    margin-right: 12px;
    vertical-align: middle;
  }
  #input_model_form_input_field16_2 {
    margin-right: 0;
  }
}
#input_model_form_input_field16_0 {
  flex: 2 1 0%;
}

#input_model_form_input_field16_1,
#input_model_form_input_field16_2 {
  flex: 1 1 0%;
}

.date-wrapper {
  display: flex;
  gap: 0;
}

.text-muted {
  font-size: 13px;
  color: #888;
  margin-top: 5px;
}

.text-danger {
  color: #e60033;
  font-size: 13px;
  margin-top: 3px;
}

input[type=submit],
.btn-primary {
  display: block;
  background: #af891a;
  color: #fff;
  border: none;
  width: 100%;
  padding: 20px 10px;
  font-size: clamp(16px, 15.1428571429px + 0.2197802198vw, 18px);
  letter-spacing: 0.1em;
  font-family: YakuHanMP, "hiragino-mincho-pron", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, "MS PMincho", serif;
  cursor: pointer;
  text-align: center;
  margin-top: 20px;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  input[type=submit]:hover,
  .btn-primary:hover {
    background: #af891a;
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  input[type=submit]:hover,
  .btn-primary:hover {
    background: #af891a;
    opacity: 0.8;
  }
}

@media (max-width: 768px) {
  .row .col-sm-6 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .form-inline input {
    width: 100%;
    margin-bottom: 10px;
  }
}
.btn-confirm {
  gap: 20px;
}
@media (max-width: 768px) {
  .btn-confirm {
    gap: 0;
  }
}
.btn-confirm .btn-secondary {
  background-color: rgba(76, 74, 73, 0.6);
}

.table-striped {
  margin: 30px auto;
  width: 90%;
  max-width: 800px;
}
.table-striped thead {
  display: none;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}
@media (max-width: 768px) {
  .table-striped tr {
    display: flex;
    flex-direction: column;
  }
}
.table-striped td:nth-of-type(1) {
  font-weight: bold;
  width: 280px;
}
@media (max-width: 768px) {
  .table-striped td:nth-of-type(1) {
    width: 100%;
    background: #f5f5f5;
  }
}
@media (max-width: 768px) {
  .table-striped td:nth-of-type(2) {
    display: block;
  }
}

#export-setting-form .table th, #export-setting-form .table td {
  border-bottom: 1px solid #333;
  padding: 16px 0;
}

.footer {
  margin-top: 80px;
}/*# sourceMappingURL=form.css.map */