button, input, select, textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px; /* 1 */
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

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

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

button, select {
  text-transform: none;
}

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

select {
  -moz-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;
}

[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;
  font-size: 1.4rem;
}

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;
}

.gr1 {
  background: linear-gradient(90deg, rgb(212, 242, 239) 0%, rgb(170, 229, 223) 100%);
}

@font-face {
  font-family: "LINE Seed JP";
  src: url("../font/WOFF2/LINESeedJP_OTF_Rg.woff2") format("woff2"), url("../font/WOFF/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../font/WOFF2/LINESeedJP_OTF_Bd.woff2") format("woff2"), url("../font/WOFF/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
  font-style: bold;
  letter-spacing: 0;
}
.innner {
  max-width: 828px;
  margin: 0 auto;
}

.innner2, form, .txt_box, .cont {
  max-width: 480px;
  margin: 0 auto;
}

.innner3 {
  max-width: 414px;
  margin: 0 auto;
}

body {
  color: #0d2937;
  height: 100dvh;
}

.wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

main {
  flex: 1;
}

.cont {
  overflow: hidden;
  position: relative;
}
.cont img {
  position: relative;
  z-index: 10;
}

small {
  display: block;
  letter-spacing: 0.04em;
  font-size: 1rem;
}

.flex, .flexW, .flexC, .form_box.conf, .formStep, .pback, .btn, .btn-back {
  display: flex;
  align-items: center;
}

.flexC, .form_box.conf, .formStep, .pback, .btn, .btn-back {
  justify-content: center;
}

.flexW {
  flex-wrap: wrap;
}

.btn, .btn-back {
  display: block;
  padding: 2.1rem 1.75rem;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 20px;
  color: white;
  text-align: center;
}
.btn.b_line, .b_line.btn-back {
  background: #000;
  box-shadow: 0px 3px 8px 0px rgb(21, 38, 35);
}
.btn.b_form, .b_form.btn-back {
  background: #2D6FA3;
  background: linear-gradient(90deg, rgb(45, 111, 163) 0%, rgb(13, 161, 146) 66%, rgb(47, 218, 191) 100%);
  box-shadow: 0px 3px 8px 0px rgb(21, 38, 35);
}
.btn.b_entry, .b_entry.btn-back {
  background: #C70A43;
  background: linear-gradient(90deg, rgb(199, 10, 67) 8%, rgb(215, 51, 98) 60%, rgb(255, 177, 98) 100%);
  box-shadow: 0px 3px 8px 0px rgb(21, 38, 35);
}

#header {
  padding: 1rem 1rem;
  position: fixed;
  width: 100%;
  background: #ffffff;
  top: -60px;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
#header.is-show {
  display: block;
  top: 0;
  visibility: visible;
}
#header h1 {
  width: 170px;
  height: 40px;
  position: relative;
  z-index: 100;
}
#header h1 a {
  display: block;
}

#footer {
  background: #D5E2ED;
  background: linear-gradient(0deg, rgb(213, 226, 237) 0%, rgb(213, 226, 237) 70%, rgb(255, 255, 255) 100%);
}
#footer .logo {
  display: block;
  width: 160px;
  margin: 0 auto clamp(25px, 6.5vw, 50px);
}

#header {
  position: relative;
  visibility: visible;
  top: 0;
}
#header h1 {
  margin: auto;
}

header .pback {
  position: absolute;
  left: 0;
  top: 0;
}

.pback {
  width: 80px;
  height: 60px;
  font-size: 1rem;
}
.pback .icon {
  display: inline-block;
  width: 2em;
  height: 2em;
  fill: #0d2937;
  transform: rotate(90deg);
  margin-right: 0.2rem;
}

*::-moz-placeholder {
  font-size: 1.3rem;
  color: rgba(13, 161, 146, 0.6);
}

*::placeholder {
  font-size: 1.3rem;
  color: rgba(13, 161, 146, 0.6);
}

.txt_box {
  padding: 0 2rem clamp(25px, 6.5vw, 50px);
  text-align: center;
}

.page-entry .txt_box p {
  line-height: 1.8;
}

.caps {
  display: inline-block;
  background: #0da192;
  color: white;
  padding: 0.3em 0.75em;
  border-radius: 0.2em;
  margin-bottom: 1em;
  font-size: 1.15em;
  font-weight: 500;
}

.page-entry .txt_box .btn2 {
  font-size: 1em;
  max-width: 10em;
  margin: 2rem auto 0;
}

.main_title {
  font-weight: 300;
  color: #0da192;
  text-align: center;
  font-size: 2.1rem;
  margin-bottom: clamp(25px, 6.5vw, 50px);
}
.main_title span {
  color: #0d2937;
  display: block;
  margin-top: 0.75em;
  font-size: 1.4rem;
  line-height: 0;
}

.formStep {
  font-size: 1rem;
  font-weight: bold;
  color: #e3e3e3;
  padding: 3rem 0;
  line-height: 1;
  text-align: center;
  margin-bottom: clamp(25px, 6.5vw, 50px);
}
.formStep li {
  position: relative;
}
.formStep li .circle {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 7px;
  background: #e3e3e3;
  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: #e3e3e3;
  top: calc(50% - 1px);
  z-index: -1;
}
.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: #0da192;
}

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

.form-control, select {
  display: block;
  box-sizing: border-box;
  border: 1px solid #0da192;
  border-radius: 0.2em;
  width: 100%;
  line-height: 1.4;
  background: white;
  padding: 0.8em 0.6em;
  font-size: 1.3rem;
  color: rgba(13, 161, 146, 0.6);
}

.required {
  display: inline-block;
  background: #0da192;
  color: #fff;
  padding: 0.3em;
  margin: 0 0.4rem 0 1rem;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  border-radius: 0.2em;
}

form {
  padding-bottom: clamp(60px, 14vw, 110px);
}

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

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

.form_label {
  margin-bottom: 0.7em;
  letter-spacing: 0.04em;
}

.seldate, .seltime {
  float: left;
}

.seldate, .selbtn {
  position: relative;
}

.seldate .icon, .selbtn .icon {
  fill: rgba(13, 161, 146, 0.6);
}

.seldate {
  width: 11em;
  margin-right: 1em;
  padding-right: 0;
}

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

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

.selbtn {
  max-width: 7em;
}

.selbtn .icon {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  right: 0.75em;
  top: calc(50% - 0.7em);
  pointer-events: none;
}

.selbtn {
  border-radius: 0.2em;
  line-height: 1.4;
  background: white;
}

.ui-datepicker-calendar th {
  text-align: center;
  padding-bottom: 1em;
}
.ui-datepicker-calendar th.ui-datepicker-week-end {
  color: #0da192;
}
.ui-datepicker-calendar td {
  padding: 0.2em;
}

.ui-datepicker {
  display: none;
  border: 2px solid #0d2937;
  border-radius: 0.6em;
  background: white;
  padding: 0.8em;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}

.ui-datepicker .ui-icon {
  width: 16px;
  height: 16px;
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.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-icon {
  background: url("../img/cal_arr.svg") no-repeat center/16px;
  background-size: 16px;
}
.ui-datepicker .ui-datepicker-prev .ui-icon {
  transform: rotate(180deg);
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  right: calc(1.8em + 6px);
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 0px;
}

.ui-datepicker .ui-datepicker-unselectable {
  color: #e3e3e3;
}

.ui-datepicker .ui-datepicker-year {
  margin-right: 0.5em;
}

.ui-datepicker .ui-datepicker-month {
  font-size: 2em;
}

.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: #555;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #91c9e5;
  border-radius: 9999px;
}

.ui-state-active {
  background: #0da192;
  color: white !important;
  border-radius: 9999px;
}

.form-control.error-input {
  background: #FFEFEF;
  border: 1px solid #0da192;
}

/*error*/
.error {
  font-size: 0.9em;
  color: #0da192;
  margin-top: 0.2em;
}

strong {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.fin {
  margin-bottom: clamp(25px, 6.5vw, 50px);
}

.tableConf table {
  text-align: left;
  border-bottom: 1px solid #e3e3e3;
}

.tableConf table th, .tableConf table td {
  padding-left: 2.5rem;
}

.tableConf table th {
  width: 12em;
  font-weight: normal;
  line-height: 1.6;
}

.tableConf table td {
  padding-right: 2.5rem;
}

.tableConf table tr:not(:last-child) th, .tableConf table tr:not(:last-child) td {
  padding-bottom: 1rem;
}

.tableConf table tr:first-child th, .tableConf table tr:first-child td {
  padding-top: 2.5rem;
}

.tableConf table tr:last-child th, .tableConf table tr:last-child td {
  padding-bottom: 2.5rem;
}

.entry_btn {
  padding: 0;
}

.entry_btn input {
  font-size: 1.6rem;
  height: 60px;
}

.box_error {
  text-align: center;
  padding: 0 2.4rem;
}

.box_error .btn2 {
  padding: 0;
}

.box_error .btn2 input {
  color: #3d3d3d;
  padding: 1em 0;
}

.error_messe {
  padding: clamp(25px, 6.5vw, 50px) 0;
}
.error_messe p {
  color: #0da192;
  font-weight: 500;
  font-size: 1.15rem;
  line-height: 1.8;
}

.btn_confirm, .btn_submit {
  text-align: center;
  color: white;
  font-weight: 500;
  border-radius: 9999px;
}
.btn_confirm input, .btn_submit input {
  padding: 1em;
}

.btn_confirm {
  background: #0da192;
  margin: 0 auto;
}

.btn_submit {
  flex-grow: 1;
  background: #0da192;
}

.btn-back {
  background: #0da192;
  margin: 0 auto;
}/*# sourceMappingURL=form.css.map */