.ogs-v2-page-header {
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--COLOR_HAIRLINE);
}

.ogs-v2-page-header>* {
    text-align: left;
    font-size: 20px;
    line-height: 1.2em;
}

.ogs-v2-page-header h1 {
    font-weight: bold;
}

.ogs-v2-page-header>* * {
    font-size: inherit;
    font-weight: inherit;
}

.ogs-v2-page-header.with-arrow-back {
    padding-left: 24px;
}

.ogs-v2-page-header.with-arrow-back::before {
    width: 12px;
    height: 12px;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(225deg);
    position: absolute;
    top: calc(50% - 7px);
    left: 2px;
    content: "";
}

.ogs-v2-page-body {
    min-height: 50vh;
}

.ogs-v2-section {
    margin-bottom: 32px;
}

.ogs-v2-section:last-child {
    margin-bottom: 0px;
}

.ogs-v2-section>* {
    margin-bottom: 16px;
}

.ogs-v2-section>*:last-child {
    margin-bottom: 0px;
}

.ogs-v2-section-header {
    margin-bottom: 16px;
}

.ogs-v2-section-header>* {
    font-size: 18px;
    font-weight: bold;
}

.ogs-v2-section-heading {
    margin-bottom: 15px;
}

.ogs-v2-section-heading>* {
    font-size: 1.0em;
    font-weight: bold;
}

.ogs-v2-button-container {
    display: flex;
    flex-direction: column;
    margin: -10px;
    justify-content: center;
}

.ogs-v2-stack.direction-vertical.align-center {
    align-items: center;
}

.ogs-v2-stack.direction-vertical {
    display: flex;
    flex-direction: column;
}

.ogs-v2-stack.direction-vertical>* {
    margin-top: 0px;
    margin-bottom: 8px;
}

.ogs-v2-stack.direction-vertical.space-midium>* {
    margin-bottom: 16px;
}

.ogs-v2-stack.direction-vertical.space-large>* {
    margin-bottom: 32px;
}

.ogs-v2-stack.direction-vertical.space-grande>* {
    margin-bottom: 64px;
}

.ogs-v2-stack.direction-vertical>*:last-child {
    margin-bottom: 0px;
}

.ogs-v2-stack.direction-horizontal {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ogs-v2-stack.flex-1 {
    flex: 1;
}

.ogs-v2-stack.direction-horizontal.align-top {
    align-items: flex-start;
}

.ogs-v2-stack.direction-horizontal.align-bottom {
    align-items: flex-end;
}

.ogs-v2-stack.direction-horizontal.align-right {
    align-items: flex-end;
}

.ogs-v2-stack.direction-horizontal.align-left {
    align-items: flex-start;
}

.ogs-v2-stack.direction-horizontal.align-center {
    align-items: center;
}

.ogs-v2-stack.direction-horizontal.justify-between {
    justify-content: space-between;
}

.ogs-v2-stack.direction-horizontal.justify-center {
    justify-content: center;
}

.ogs-v2-stack.direction-horizontal.justify-left {
    justify-content: flex-start;
}

.ogs-v2-stack.direction-horizontal.justify-right {
    justify-content: flex-end;
}

.ogs-v2-stack.direction-horizontal>* {
    margin-right: 8px;
}

.ogs-v2-stack.direction-horizontal.space-midium>* {
    margin-right: 16px;
}

.ogs-v2-stack.direction-horizontal.space-large>* {
    margin-right: 32px;
}

.ogs-v2-stack.direction-horizontal.space-grande>* {
    margin-right: 64px;
}

.ogs-v2-stack.direction-horizontal>*:last-child {
    margin-right: 0px;
}

.ogs-v2-stack.direction-horizontal.wrap {
    flex-wrap: wrap;
}

.ogs-v2-stack.direction-horizontal.column-2 {
    align-items: flex-start;
}

.ogs-v2-stack.direction-horizontal.column-2>* {
    width: 50%;
    flex-basis: calc(50% - 4px);
    box-sizing: content-box;
    margin-bottom: 8px;
}

.ogs-v2-stack.direction-horizontal.column-2>*:nth-child(odd) {
    margin-right: 8px;
}

.ogs-v2-stack.direction-horizontal.column-2>*:nth-child(even) {
    margin-right: 0px;
}

.ogs-v2-stack.direction-horizontal.column-2>*:nth-last-child(1),
.ogs-v2-stack.direction-horizontal.column-2>*:nth-last-child(2) {
    margin-bottom: 0px;
}

.ogs-v2-stack.direction-horizontal.space-midium.column-2>* {
    width: 50%;
    flex-basis: calc(50% - 8px);
    box-sizing: content-box;
    margin-bottom: 16px;
}

.ogs-v2-stack.direction-horizontal.space-midium.column-2>*:nth-child(odd) {
    margin-right: 16px;
}


/* stackに差し替え */

.ogs-v2-button-container .ogs-v2-button {
    margin: 10px;
}

.ogs-v2-form-group-container {
    margin-bottom: 20px;
}

.ogs-v2-form-group-container:last-child {
    margin-bottom: 0px;
}

.ogs-v2-form-group-row {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.ogs-v2-form-group-row.multi-colmn {}

.ogs-v2-form-group-row.multi-colmn>* {
    margin-right: 10px;
}

.ogs-v2-form-group-row.multi-colmn>*:last-child {
    margin-right: 0px;
}

.ogs-v2-form-group-row:last-child {
    margin-bottom: 0px;
}

.ogs-v2-form-group-container label,
.ogs-v2-form-group-container label * {
    font-weight: normal;
}

.ogs-v2-floating-container {
    padding: 20px 10px;
    background-color: var(--COLOR_DEFAULT);
    box-shadow: 0px 0px 16px 0px var(--COLOR_SHADOW);
    transition: all 320ms 0s ease;
}

.ogs-v2-card-container {
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 16px;
    /* box-shadow: 0 4px 16px 4px rgba(0, 0, 0, 0.1); */
    border: 1px solid var(--COLOR_HAIRLINE);
}

.ogs-v2-card-container:last-child {
    margin-bottom: 0px;
}

.ogs-v2-card-container:last-child {}

.ogs-v2-card {
    border-radius: 10px;
    padding: 16px;
    border: 1px solid var(--COLOR_HAIRLINE);
}

.ogs-v2-card.with-shadow {
    box-shadow: 0 4px 16px 4px var(--COLOR_SHADOW);
    border: 0px solid var(--COLOR_HAIRLINE);
}