.main-container {
    overflow: hidden;
}

.main-container,
.main-container * {
    box-sizing: border-box;
}

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

.main-container {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 4px;
    position: relative;
    width: 481px;
    margin: 0 auto;
    padding: 48px 0 48px 0;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.group {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    position: relative;
    min-width: 0;
    padding: 0 48px 0 48px;
}
.section {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    /* gap: 40px; */
    position: relative;
    z-index: 1;
}
.group-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 32px;
    position: relative;
    z-index: 3;
}
.wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    z-index: 4;
}
.box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 16px;
    position: relative;
    z-index: 5;
}
.group-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    z-index: 6;
}
.text {

    flex-shrink: 0;
    width: 385px;
    height: 76px;
    color: #020202;
    font-family: Noto Sans JP, var(--default-font-family);
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    z-index: 7;
}
.text-2 {
    flex-shrink: 0;
    width: 385px;
    height: 72px;
    color: #020202;
    font-family: Noto Sans JP, var(--default-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    z-index: 8;
}
.wrapper-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 16px;
    position: relative;
    z-index: 9;
}
.section-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 6px;
    position: relative;
    background: #749a16;
    z-index: 10;
    overflow: hidden;
    border-radius: 8px;
}
.box-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    width: 48px;
    z-index: 11;
    overflow: hidden;
}
.text-3 {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 24px;
    color: #ffffff;
    font-family: Noto Sans JP, var(--default-font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 12;
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center !important;
    background-color: var(--bs-modal-footer-bg);
    border-top: none !important;
    padding: 40px !important;
}

button.btn.btn-primary.w-100.clsLoginAdmin {
    width: 390px !important;
    padding: 10px !important;
}