@charset "utf-8";
html,
body {
    background: #FFF;
}

body {
    color: #151514;
    font-size: 16px;
    line-height: 1.75;
    background: #FFF;
}

a {
    color: #a59aca;
}

.form-title{
    font-size: 1.3em;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
    padding: 7% 3% 5%;
}

.container {
    max-width: 100%;
    border: 0;
    background: #FFF;
    min-height: auto !important;/*これを入れないと確認画面で高さが崩れる*/
}

.help-block {
    font-size: 0.75em;
}

.form-column {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    font-size: 1em;
}

.form-column-heading h2 {
    font-size: 1.1em;
    margin: 0;
    font-weight: bold;
    line-height: 0;
    margin: 1.7% 0 0 0;
}

label h3 {
    font-size: 1em;
    display: inline-block;
    margin: 0 0 0.5em;
    font-weight: bold;
}

label .badge-optional {
    display: none;
}

label .badge-required {
    width: auto;
    display: inline-block;
    margin-left: 0.3em;
    padding: 4px 8px;
    line-height: 1;
    font-size: 0.8em;
    color: #fff;
    background-color: #c73b3b;
    border-radius: 4px;
}

.description-block {
    color: #151514;
    margin-top: 0.5em;
}

.button-group {
    margin-top: 1em;
}

.button-group .help-block {
    margin-top: 0.5em;
    font-size: 0.75em;
}

button {
    display: inline-block;
    padding: 0.5em 1em;
    text-align: center;
    cursor: pointer;
    border: 1px solid #6a767d;
    border-radius: 4px;
    margin: 0 0.5em 0 0;
    background-color: #fff;
}

button.button-submit {
    background-color: #3192BE;
    border: 1px solid #3192BE;
    color: #fff;
}

button.button-submit span.fa {
    margin-right: 4px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
    height: 1.75em;
    width: 60%;
    min-width: 500px;
    max-width: 100%;
    line-height: 1.75em;
    padding: 2px 4px;
    border: 1px solid #6a767d;
    transition: all 0.3s;
}

textarea {
    width: 100%;
    height: 10em;
}

input[type="file"] {
    display: block;
    line-height: 1.75;
}

input[type="password"] {
    height: 1.75em;
    width: 100%;
    border: 1px solid #6a767d;
    transition: all 0.3s;
}

input[readonly],
textarea[readonly] {
    border-color: transparent;
    padding-left: 0;
    padding-right: 0;
}

.form-column-date .input-group select {
    width: auto;
    display: inline-block;
}

.form-column-calendar input {
    width: auto;
}

.form-column-zip-code-jp .input-group input {
    width: auto;
    min-width: auto;
    display: inline-block;
}

/*form-column-zip-code-autofill.form-column {
    border-bottom: 0;
    margin-bottom: 0;
}*/

.form-column-checkbox label,
.form-column-radio label {
    margin-right: 1em;
}

select {
    width: auto;
    height: 1.75em;
    display: block;
    border: 1px solid #6a767d;
}

.message-block-complete {
    border: 2px solid #316a8b;
    padding: 20px;
    text-align: center;
}

@media (max-width: 640px) {
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="url"],
    textarea {
        width: 100%;
        min-width: 100%;
    }
    select {
        width: 100%;
    }
    .form-column-calendar input {
        width: auto;
        min-width: auto;
    }
    .form-column-heading h2 {
        font-size: 1.1em;
        margin: 5% 0 0 0;
    }
}


/*customization20240323*/

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
    border: none;
    background: #EFF1F8;
    width: 100%;
    padding: 17px;
    border-radius: 5px;
}

select {
    border: none;
    background: #EFF1F8;
    width: 100%;
    padding: 4px 17px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: auto;
}

.form-column-946f5646-311b-411d-88ea-7f30a0faccea {
    position: relative;
}

.form-column-946f5646-311b-411d-88ea-7f30a0faccea::before {
    position: absolute;
    content: "";
    right: 15px;
    top: 66%;
    display: inline-block;
    vertical-align: middle;
    color: #238863;
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 2px solid #238863;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}

.form-column {
    border-bottom: none !important;
    padding-bottom: 0;
}

fieldset {
    border: none;
}

a {
    color: #238863;
}

.form-column-fede062f-3aef-4f7e-9091-77b98a022600 legend.label {
    display: none;
}

label.label {
    letter-spacing: 1px;
    font-family: "source-han-sans-japanese", sans-serif;
    color: #111;
    font-weight: 600;
}

label .badge-required {
    background: #BE7272;
    border-radius: 3px;
    color: #FFF;
}

.form-column-77e5d5ed-541c-4243-b2d2-e279360b3670 {
    margin-bottom: 0;
}

.button-group {
    margin-block: 3em;
    display: flex;
    justify-content: center;
    gap: 0 20px;
}

.button-confirm {
    display: block;
    background: #0856A5;
    border-radius: 50px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 1.6rem !important;
    margin: 1% auto 0;
    padding: 20px 40px;
    border: none;
    width: 100%;
    max-width: 400px;
}

#confirmation-container .form-column-946f5646-311b-411d-88ea-7f30a0faccea::before {
    display: none;
}

#confirmation-container .button-group {
    display: flex;
    justify-content: center;
    gap: 0 2%;
    flex-wrap: wrap;
    width: 100%;
}

#confirmation-container .button-back {
    border: 1px solid #0856A5;
    background: #FFF;
    color: #0856A5;
    text-align: center;
    display: block;
    font-weight: 400;
    font-size: 1.6rem !important;
    padding: 20px 40px;
    border-radius: 50px;
    width: 48%;
    max-width: 170px;
    min-width: auto;
}

#confirmation-container .button-submit {
    display: block;
    background: #0856A5;
    border-radius: 50px;
    text-align: center;
    color: #FFF;
    font-weight: 400;
    font-size: 1.6rem !important;
    padding: 20px 40px;
    border: none;
    width: 48%;
    max-width: 250px;
}

#confirmation-container .preview-block,
.message-block-confirmation {
    padding-block: 5px;
    min-height: 40px;
    background-color: #e7f0fe;
    border-radius: 5px;
    color: #000;
}

#confirmation-container .form-column-69fe16be-90e0-4763-9d9d-be708c569d08 {
    display: none;
}

#confirmation-container .form-column-e08627ee-90cb-4897-a87d-98c2bf739c5d {
    display: none;
}

#confirmation-container #e08627ee-90cb-4897-a87d-98c2bf739c5d-description {
    display: none;
}

.button-group .help-block {
    width: 100%;
    text-align: center;
    margin: 2% 0 0 0;
}

.form-column.form-column-recaptcha div {
    margin: 0 auto;
}

.button {
    margin: 0;
}

.message-block-complete {
    border: none;
    color: #000;
}

legend.label {
    padding: 0;
    font-weight: 600;
}

legend .badge-required {
    background: #BE7272;
    border-radius: 3px;
    color: #FFF;
    font-size: 0.8em;
    margin-left: 0.3em;
}

fieldset {
    color: #111;
    padding: 0;
}

::placeholder {
  color: #a9afc1;
}

.form-column-69fe16be-90e0-4763-9d9d-be708c569d08 {
    background: #FFF;
    height: 200px;
    overflow-y: scroll;
    border-radius: 5px;
    padding: 1.5rem;
}

#e08627ee-90cb-4897-a87d-98c2bf739c5d-description p {
    color: #FFF;
}

.form-column-f73eb533-59ac-4593-9178-0703ac400b56 span {
    color: #FFF;
}

.form-column-f73eb533-59ac-4593-9178-0703ac400b56 span.badge-required {
    color: #111;
}

.input-group a.datepicker-button {
    margin-top: 1rem;
}

@media screen and (max-width: 480px) {
    .container {
        max-width: 100%;
        padding: 0;
    }
    .label {
        font-size: 1.5rem;
    }
    .form-column-77e5d5ed-541c-4243-b2d2-e279360b3670 {
        font-size: 1.5rem;
    }
    .form-column {
        margin-inline: 1rem;
    }
    .form-column-zip-code-autofill fieldset {
      gap: 0 1em;
    }
    .form-column-zip-code-autofill .form-column-zip-code-jp .input-group input {
      width: 120px;
    }
    .form-column-zip-code-autofill .form-column-prefecture-jp {
      width: 170px;
    }
    .content-confirmation .form-column-zip-code-autofill .form-column-prefecture-jp {
      width: 140px;
    }
    #confirmation-container .form-column-zip-code-autofill fieldset {
      width: 100%;
    }
    #confirmation-container .button-group {
        margin-block-start: 1em;
        gap: 0 5%;
    }
    #confirmation-container .button-back {
        padding-inline: 20px;
        max-width: 115px;
    }
    #confirmation-container .button-submit {
        padding-inline: 20px;
        max-width: 170px;
    }
}

.form-column-de924e8a-97b9-4efc-b1ea-8ed423831442 legend.label{
    font-size:1.1em;
}

.message-block-confirmation{
    display:none;
}

.form-column-heading h2 {
    margin-block-start: 0;
}

.form-column-calendar a.datepicker-button {
  padding: 0;
  margin-top: 0;
  height: 40px;
  background-color: #67AFF6;
  border-radius: 7px;
}

#confirmation-container .form-column-580b48a6-48fa-4131-9db5-2ff68217b347 {
    display: none;
}

#cf9ad426-3bff-493c-b0e9-64d2a61f6522-description {
    width: 100%;
}

#confirmation-container .form-column-04f7a5ef-45f8-4e63-91e5-34a1029e4f0f .preview-block {
    min-height: 160px;
}