
.ec-off1Grid {
    margin: 0;
}
.ec-off1Grid .ec-off1Grid__cell {
    width: 100%;
    margin: 0 auto;
}
.ec-off1Grid .ec-off1Grid__cell form {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}
form > p {
    color: var(--bs-success);
    border: 1px solid var(--bs-success);
    border-radius: 4px;
    padding: .5rem;
    margin-bottom: 1rem;
}
.ec-required {
    margin-left: 6px;
    color: var(--bs-danger);
    font-weight: 400;
}
.ec-halfInput {
    display: flex;
    gap: 1rem;
}
.ec-zipInput {
    display: grid;
    grid-template-columns: 10px minmax(0, 1fr) minmax(0, 1fr);
    gap: 0 1rem;
    align-items: center;
}
.ec-zipInputHelp {
    display: flex;
    align-items: center;
    gap: .25rem;
}
.ec-zipInput,
.ec-select,
.ec-input {
    margin-bottom: .5rem;
}
input {
    width: 100%;
    height: 40px;
    border: 1px solid var(--bs-gray-400);
    border-radius: 3px;
    padding: 0 .5rem;
}
input[type=radio] {
    width: 1.2rem!important;
    height: 1.2rem!important;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
}
input[type=radio]::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: var(--bs-primary);
    transform: scale(0);
    transition: transform all .3s;
}
input[type=radio]:checked {
    border-color: var(--bs-primary);
}
input[type=radio]:checked::before {
    transform: scale(1);
}
.ec-checkbox > label {
    display: flex;
    justify-content: flex-start;
    gap: .5rem;
}
input[type=checkbox] {
    width: 1.2rem!important;
    height: 1.2rem!important;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
}
.form-check-input:checked[type=checkbox] {
    background-image: none;
}
input[type=checkbox]::before {
    content: '';
    display: block;
    width: 12px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: scale(0);
    transition: transform all .3s;
}
input[type=checkbox]:checked {
    border-color: var(--bs-primary);
    background-color: var(--bs-primary);
}
input[type=checkbox]:checked::before {
    transform: translateY(-2px) scale(1) rotate(-45deg);
}
.ec-select {
    width: 100%;
}
.ec-select select {
    width: 100%;
    height: 40px;
    padding: 0 .5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid var(--bs-gray-400);
    border-radius: 3px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}
.ec-birth {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: .5rem;
}
.ec-birth select {
    /* flex: 1; */
    height: 40px;
    padding: 0 .5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid var(--bs-gray-400);
    border-radius: 3px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}
#entry_address_pref {
    max-width: 200px;
}
#entry_birth_year {
    flex: .5;
    max-width: 120px;
}
#entry_birth_month,
#entry_birth_day {
    flex: .5;
    max-width: 80px;
}
input:focus,
select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.ec-zipInputHelp__icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.ec-zipInputHelp__icon .ec-icon {
    width: 18px;
    height: 18px;
    background-color: var(--bs-gray-900);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ec-zipInputHelp__icon .ec-icon img {
    width: 12px;
}
.col-0 {
    flex: 0 0 auto;
    width: 1%;
}
#entry_sex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: .5rem;
}
#entry_sex label {
    margin-right: 1rem;
}
.ec-off4Grid__cell {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem 1rem;
    justify-content: center;
    align-items: center;
}
.ec-blockBtn--action,
.ec-blockBtn--cancel {
    width: 100%;
    max-width: 250px;
    height: 40px;
    border-radius: 0;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.ec-off4Grid {
    width: 100%;
    padding: 1rem 0;
}
.ec-blockBtn--cancel {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
}
.ec-errorMessage {
    margin: 0;
    padding: 0;
    font-size: .8rem;
    color: var(--bs-danger);
    line-height: 1.2rem;
}
.login-card {
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
}
.h-box1{
    background: #eaecef;
    padding: 20px 0;
    text-align: center;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}
.ec-login__notice {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 1em;
}
.ec-loginTtl {
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    padding: 0 1rem;
}
.ec-borderedDefs {
    max-width: 650px;
    margin: 0 auto;
    padding: 1rem 2.2rem 2rem;
}
.ec-login__buttonConfirm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .75rem;
}
.ec-icon {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ec-icon img {
    width: 50px;
    height: 50px;
}
@media (min-width: 992px) {
    .ec-borderedDefs > dl {
        display: grid;
        grid-template-columns: 200px minmax(0, 1fr);
        gap: 1rem;
    }
    .ec-borderedDefs dt {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 40px;
    }
    .ec-registerRole__actions .ec-checkbox {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (min-width: 992px) {
    .ec-icon img {
        width: 90px;
        height: 90px;
    }
}
