.omj-awre-life-access-title {
    position: relative;
    display: flex;
    align-items: center;
    color:var(--color-1);
    margin: 0 0 var(--part-margin-middle);
    min-height: 4.2rem;
    font-weight: bold;
}

.omj-awre-life-access-title img {
    width: 4rem;
    margin: 0 1rem 0 0;
}

.omj-awre-life-access-title span {
    width: calc(100% - 5rem);
}

.omj-awre-life-access-sub-title {
    padding: 0 0 0 3.5rem;
    margin: 0 0 var(--part-margin-middle);
    font-weight: bold;
    position: relative;
}

.omj-awre-life-access-sub-title::before {
    content: "";
    display: block;
    width: 2.5rem;
    height: 0.1rem;
    background: var(--color-1);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.omj-awre-life-table th,
.omj-awre-life-table td {
    text-align: center;
}

.omj-awre-life-min-flex .omj-awre-flex-1-item img {
    width: 15rem;
    margin: 0 auto var(--part-margin-middle);
}

@media screen and (min-width:768px) {
    .omj-awre-life-table th,
    .omj-awre-life-table td {
        width: 50%;
    }

    .omj-awre-life-min-flex {
        justify-content: center;
    }

    .omj-awre-life-min-flex .omj-awre-flex-1-item {
        width: 28rem;
        text-align: center;
    }

    .omj-awre-life-min-flex .omj-awre-flex-1-item:first-child {
        margin: 0 var(--part-margin-flex-2-columns) 0 0;
    }
}