body {
    color: #151514;
    font-size: 16px;
    line-height: 1.75;
}

a {
    color: #a59aca;
}

.container {
    max-width: 100%;
    border: 0;
    padding: 0;
    background-color: #F8F8F8;
}

.help-block {
    font-size: 0.75em;
}

.form-column {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

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;
}

label .badge-required {
    width: auto;
    display: inline-block;
    margin-left: 0.25em;
    padding: 4px 6px;
    line-height: 1em;
    font-size: 0.75em;
    color: #fff;
    top: -2px;
    position: relative;
    background-color: #c73b3b;
    border-radius: 4px;
}

.description-block {
    color: #151514;
    margin-top: 0.5em;
}

.button-group {
    margin-top: 1em;
    text-align: center;
}

.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;
    margin: 0;
    background-color: #fff;
    border-radius: 22px !important;
}

button.button-submit {
    background-color: #B5937A;
    border: 1px solid #666666;
    color: #fff;
    padding: 1em;
}

button.button-submit:hover,
button.button-submit:active,
button.button-submit:focus {
    opacity: 0.6;
}

button.button-confirm {
    background-color: #B5937A;
    padding: 1em;
    color: #fff;
}

button.button-confirm:hover,
button.button-confirm:focus,
button.button-confirm:active {
    opacity: 0.6;
}

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;
}*/

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
    height: 60px;
    width: 100%;
    max-width: 100%;
    line-height: 1.75em;
    padding: 2px 8px;
    border: 1px solid #BFC8D3;
    background-color: #fff;
    border-radius: 4px;
    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 {
    display: block;
    height: 60px;
    width: 100%;
    max-width: 100%;
    line-height: 1.75em;
    padding: 2px 8px;
    border: 1px solid #BFC8D3;
    background-color: #fff;
    border-radius: 4px;
    transition: all 0.3s;
}

.message-block-complete,
.message-block-closed {
    padding: 20px;
    text-align: center;
}

/*
div [data-column="応募ページタイトル"],
div [data-column="応募ページURL"] {
    display: none !important;
}
*/

/*--- 「プライバシーポリシーに同意する」の箇所の調整 ---*/
.form-column-bc8b3ccc-6b81-4c36-a7b8-b6418ca1f3fc fieldset {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 100%;
    max-width: 100%;
    line-height: 1.75em;
    padding: 2px 8px;
    border: 1px solid #BFC8D3;
    background-color: #fafafa;
    border-radius: 4px;
    transition: all 0.3s;
    margin: 0;
}

.form-column-bc8b3ccc-6b81-4c36-a7b8-b6418ca1f3fc .label {
    display: none;
}

.form-column-bc8b3ccc-6b81-4c36-a7b8-b6418ca1f3fc .option input {
    margin-right: 5px;
}

.form-column-bc8b3ccc-6b81-4c36-a7b8-b6418ca1f3fc .option span.option-text {
    display: none;
}
  
@media (max-width: 640px) {
    .container {
        padding: 1em;
    }

    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;
    }

    /*--- 「プライバシーポリシーに同意する」の箇所の調整 ---*/
    .content-confirmation .form-column-bc8b3ccc-6b81-4c36-a7b8-b6418ca1f3fc .description-block {
        display: none;
    }

    .content-confirmation .form-column-bc8b3ccc-6b81-4c36-a7b8-b6418ca1f3fc fieldset {
        justify-content: flex-start;
    }
}