.innner {
  max-width: 440px;
  margin: 0 auto;
}

.flex {
  display: flex;
  align-items: center;
}

.formStep, .form_box.conf, form > div.conf, .btn1, .btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 440px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a {
  color: #1f1b1b;
}

.btn1, .btn2 {
  background: white;
  color: #243263;
  margin: 0 auto;
  max-width: 230px;
  letter-spacing: 0.2em;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 1.15rem;
  border: 1px solid #243263;
  border-radius: 2rem;
  position: relative;
}
.btn1::before, .btn2::before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #243263;
  border-radius: 2rem;
  position: absolute;
  left: 1px;
  top: 5px;
  z-index: -1;
}

.btn2 {
  background: #243263;
  color: white;
  margin: 0 auto;
  max-width: 230px;
  letter-spacing: 0.2em;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 1.15rem;
  border: 1px solid #243263;
  border-radius: 2rem;
  position: relative;
}
.btn2::before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #243263;
  border-radius: 2rem;
  position: absolute;
  left: 1px;
  top: 5px;
  z-index: -1;
}

footer {
  text-align: center;
  padding: 2rem 0;
}

.copyRight {
  font-size: 0.75rem;
  color: #243263;
}
.copyRight em {
  font-size: 1.2em;
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
  margin-bottom: 0.1em;
}

header {
  z-index: 1000;
}

main {
  width: 100%;
  flex: 1 0 auto;
  overflow: hidden;
}

.caps {
  font-size: 0.8rem;
  padding-top: 1rem;
}

.breadcrumb {
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
}
.breadcrumb li {
  color: #999;
}
.breadcrumb li:first-child span {
  display: inline-block;
  width: 14px;
}
.breadcrumb li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/arrow.svg) no-repeat center/100%;
  margin: 0 0.5rem;
}
.breadcrumb li a {
  color: #243263;
}

input, textarea {
  margin: 0;
  padding: 0;
}

button, input, select, textarea {
  font: inherit;
  cursor: pointer;
}

button, input, select {
  overflow: visible;
  -webkit-appearance: none;
  appearance: none;
}

button, input, select, textarea {
  margin: 0;
}

button, select {
  text-transform: none;
}

select::-ms-expand {
  display: none;
}

select {
  -moz-appearance: none;
  appearance: none;
}

[disabled] {
  cursor: default;
}

button::-moz-focus-innner, input::-moz-focus-innner {
  border: 0;
  padding: 0;
}

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=number]::-webkit-innner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button, input[type=submit], input[type=button], input[type=reset] {
  border-radius: 0;
  border: none;
  background: transparent;
  color: inherit;
  width: 100%;
  letter-spacing: 0.08rem;
}

input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus, input[type=button]:focus {
  outline-offset: -2px;
}

.txt_box {
  padding: 0 1rem 1rem;
}
.txt_box .caps {
  display: block;
  text-align: center;
}

.wrap {
  width: 100%;
}
.wrap header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: static;
}
.wrap header .page_back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  left: 0;
}
.wrap header .page_back .icon {
  width: 24px;
  height: 24px;
  transform: rotate(90deg);
  box-sizing: border-box;
}
.wrap header .logo-h {
  max-width: 300px;
  margin: 0 auto;
  position: static;
  padding-top: 1rem;
}

main {
  padding: 4rem 0 0;
  max-width: 440px;
  margin: 0 auto;
}
main .ttl_form {
  text-align: center;
  padding: 0 0 2.4em;
}
main .ttl_form b {
  font-family: "EB Garamond", serif;
  color: #d4af37;
  display: block;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.15em;
}

.formStep {
  font-size: 0.6875rem;
  font-weight: bold;
  color: #ccc;
  padding-bottom: 4rem;
  line-height: 1;
  text-align: center;
}
.formStep li {
  position: relative;
}
.formStep li .circle {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 7px;
  background: #ccc;
  margin: 0 auto 1em;
}
.formStep li .txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 7em;
  display: inline-block;
}
.formStep li:nth-child(2) {
  margin: 0 7rem;
}
.formStep li:nth-child(2) .circle {
  position: relative;
}
.formStep li:nth-child(2) .circle::before, .formStep li:nth-child(2) .circle::after {
  content: "";
  position: absolute;
  width: 7rem;
  height: 2px;
  background: #ccc;
  top: calc(50% - 1px);
}
.formStep li:nth-child(2) .circle::before {
  left: -7rem;
}
.formStep li:nth-child(2) .circle::after {
  right: -7rem;
}

.step1 li:first-child .circle,
.step2 li:not(:last-child) .circle,
.step3 li .circle,
.step2 li:nth-child(2) .circle::before,
.step3 li:nth-child(2) .circle::before, .step3 li:nth-child(2) .circle::after {
  background: #243263;
  border: 2px solid #243263;
}

.step1 li:first-child, .step2 li:not(:last-child), .step3 li {
  color: #1f1b1b;
}

.form-control, select {
  display: block;
  box-sizing: border-box;
  color: #1f1b1b;
  border: 1px solid #ccc;
  border-radius: 0.2em;
  width: 100%;
  line-height: 1.4;
  background: white;
  padding: 0.8em 0.6em;
}

.required {
  display: inline-block;
  background: #243263;
  color: white;
  padding: 0.3em;
  margin: 0 0.4rem 0 1rem;
  font-size: 11px;
  line-height: 1;
  font-weight: bold;
}

form label.radio {
  margin-right: 2em;
  padding-left: 26px;
  position: relative;
}

textarea {
  overflow: auto;
  height: 10em;
  resize: vertical;
}

.form_box, form > div {
  padding: 1.5rem;
  overflow: hidden;
}

.form_label {
  margin-bottom: 0.7em;
}

form {
  border-top: 1px solid #ccc;
  font-size: 16px;
}
.seldate, .seltime {
  float: left;
}

.seldate, .selbtn {
  position: relative;
}
.seldate .icon, .selbtn .icon {
  fill: #ccc;
}

.seldate {
  width: 10em;
  margin-right: 1em;
  padding-right: 0;
}
.seldate .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0.6em;
  top: calc(50% - 10px);
  pointer-events: none;
}

.seltime .selbtn {
  width: 4em;
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: bottom;
}

.selbtn {
  max-width: 160px;
}
.selbtn .icon {
  width: 0.7em;
  height: 1em;
  position: absolute;
  right: 0.7em;
  top: calc(50% - 0.5em);
  pointer-events: none;
  transform: rotate(0deg);
}

.ui-datepicker {
  display: none;
  border: 1px solid #ccc;
  border-radius: 0.3em;
  background: white;
  padding: 0.8em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}
.ui-datepicker table {
  width: 100%;
}
.ui-datepicker .ui-icon {
  width: 16px;
  height: 16px;
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background: url(../img/arrow.svg) no-repeat center/16px;
}
.ui-datepicker input.ui-button::-moz-focus-inner, .ui-datepicker button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.5em 0.5em 1.5em;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev {
  right: calc(1.8em + 4px);
}
.ui-datepicker .ui-datepicker-prev .ui-icon {
  transform: rotate(-180deg);
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-unselectable {
  color: #ccc;
}
.ui-datepicker .ui-datepicker-year {
  margin-right: 0.5em;
}
.ui-datepicker .ui-datepicker-month {
  font-size: 2em;
}
.ui-datepicker thead th {
  text-align: center;
}
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  text-align: center;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4em;
  margin: 0 auto;
}
.ui-datepicker td a {
  color: #1f1b1b;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #243263;
  color: white;
  border-radius: 1.6em;
}

/*SP style*/
@media (max-width: 960px) {
  #ui-datepicker-div {
    width: calc(100% - 2em);
    left: 1em !important;
  }
}
strong {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.btn1 .icon {
  position: absolute;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  transform: rotate(90deg);
  top: calc(50% - 0.5rem);
  pointer-events: none;
}

.tableConf table {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.tableConf table th, .tableConf table td {
  padding-left: 2em;
}
.tableConf table th {
  width: 12em;
  font-weight: normal;
}
.tableConf table td {
  padding-right: 2em;
}
.tableConf table tr:not(:last-child) th, .tableConf table tr:not(:last-child) td {
  padding-bottom: 0.8em;
}
.tableConf table tr:first-child th, .tableConf table tr:first-child td {
  padding-top: 2em;
}
.tableConf table tr:last-child th, .tableConf table tr:last-child td {
  padding-bottom: 2em;
}

.form_box.conf .line_btn, form > div.conf .line_btn {
  margin: 0;
}
.form_box.conf .back, form > div.conf .back {
  position: relative;
  margin-right: 2em;
}
.form_box.conf .back .icon, form > div.conf .back .icon {
  fill: #1f1b1b;
  width: 1em;
  height: 1em;
  transform: rotate(90deg);
  position: absolute;
  left: 0;
  top: calc(50% - 0.5em);
  pointer-events: none;
}
.form_box.conf .back input, form > div.conf .back input {
  padding-left: 1.5em;
  color: #1f1b1b;
}

.box_error {
  text-align: center;
  padding: 2rem;
}
.box_error .btn2 {
  padding: 0;
}
.box_error .btn2 input {
  padding: 1em 0;
}

.error_messe {
  padding: 2rem 0;
}
.error_messe p {
  color: #243263;
  font-weight: bold;
}

.thx {
  text-align: center;
}
.thx .btn2 {
  margin-top: 2rem;
}

.btn-back {
  color: #fff;
  background: #243263;
  border-radius: 2em;
  padding: 0.6rem 0;
  display: block;
  margin: 3em auto;
  font-size: 1rem;
  max-width: 200px;
}

footer .logo-d {
  width: 166px;
  margin: 0 auto 1rem;
}

.comp {
  text-align: center;
}

.cont-error {
  padding: 0 1rem 1rem;
}/*# sourceMappingURL=form.css.map */