body {
    color: #151514;
    font-size: 16px;
    line-height: 1.75;
}

a {
    color: #a59aca;
}

.container {
    max-width: 100%;
    border: 0;
}

.help-block {
    font-size: 0.75em;
}

.form-column {}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    font-size: 1em;
}

input[type="radio"] {
    border-radius: 40px;
    border: 1px solid #cccccc;
}

input[type="date"] {
    border: 1px solid #6a767d;
}

.form-column-heading h2 {
    font-size: 1.5em;
    margin: 0;
    font-weight: bold;
}

label h3 {
    font-size: 1em;
    display: inline-block;
    margin: 0 0 0.5em;
    font-weight: bold;
}

legend .badge-required {
    padding: initial;
    line-height: initial;
    background-color: initial;
    border-radius: initial;
}

label .badge-required,
legend .badge-required {
    margin-left: 15px;
    width: auto;
    display: inline-block;
    color: #E60303;
    font-size: 14px;
    font-weight: 700;
}

.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: #666666;
    border: 1px solid #666666;
    color: #fff;
}

button.button-submit span.fa {
    margin-right: 4px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select {
    width: min(230px, 100%);
    border-radius: 5px;
    border: 1px solid #D5D5D5;
    background-color: #FFF;
    padding: 3px 0.5em;
}

textarea {
    width: 100%;
    height: 150px;
}

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 {
    padding: 7px;
}

.message-block-complete,
.message-block-closed {
    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.25em;
    }
}


/* ここから追加 */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

legend.label {
    padding: 0;
}

.container {
    margin-top: 15px;
    padding: 20px 0;
}

.form-column-heading {
    display: none;
}

.form-column {
    margin-bottom: 0;
    border-top: 1px solid #D5D5D5;
    border-left: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
    padding: 20px 30px;
}

.form-column:nth-of-type(odd) {
    background-color: #EFEFEF;
}

.form-column-b652f2a7-d61e-4ad7-86a3-248199ac5401,
.form-column-1b5b53ee-03ac-46ee-a8bc-ce11624fa50e,
.form-column-a132091b-84e4-4848-a129-90aade1925ce,
.form-column-d1549cfe-ccb4-4bb3-b989-5f30b78cbe79,
.form-column-494486f4-eea5-4c91-9c7e-15bff7a9cda7 {
    border-bottom: 1px solid #D5D5D5 !important;
}

.form-column-c88776d6-8a34-4320-b67c-1f47c4c0b088,
.form-column-a2c7473c-aa96-4bdb-97be-edf41e861e42 {
    border-top: none !important;
}


.form-column-zip-code-autofill.form-column {
    border-top: none;
    padding: 0;
}

.form-column-zip-code-autofill .form-column {
    border-top: none;
    border-left: none;
    border-right: none;
}

.form-column-zip-code-autofill .form-column:nth-of-type(even) {
    background-color: #EFEFEF;
}

.form-column-zip-code-autofill .form-column:nth-of-type(odd) {
    background-color: #fff;
}

.form-column-a2c7473c-aa96-4bdb-97be-edf41e861e42 {
    background-color: #fff !important;
}

.label {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #2C2C2C;
}

.button-group {
    margin-top: 0;
    padding-top: 40px;
    text-align: center;
    border-top: 1px solid #D5D5D5 !important;
}

.button {
    display: inline-block;
    width: min(228px, 100%);
    padding: 10px;
    border-radius: 5px;
    background-color: #1D2088;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    transition: opacity .3s;
    position: relative;
}

.button:hover {
    opacity: 0.7;
}

.button::before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.option-text {
    cursor: pointer;
    font-size: 15px;
}

@media screen and (max-width:767px) {
    .container {
        margin-top: 0;
    }

    .form-column {
        padding: 15px;
    }

    label .badge-required,
    legend .badge-required {
        margin-left: 8px;
    }
}

