.flower-life .title-line-vertical .desc {
    max-width: 859px;
    margin: 0px auto;
    color: #000;
}
.flower-life .subtitle-cost {
    font-size: 22px;
    font-weight: 500;
    line-height: 140%;
    margin: 0px;
}
.flower-life--about-content {
    padding: 53px 0px 80px;
}
.flower-life--about-content .title {
    margin-top: 0px;
}
.flower-life--about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 64px;
    margin-top: 70px;
}
.flower-life--about-item .image-wrap {
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 104.5%;
}
.flower-life--about-item .thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0px;
    left: 0px;
    border-radius: 6px;
}
.flower-life--about-item .text {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 160%;
    margin: 14px auto 0px;
}
.flower-life--margin {
    margin-bottom: 50px;
    background: #FBF8EB;
}
.flower-life--about-content p.desc {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    margin-top: 35px;
    margin-bottom: 0px;
}
.bg-desc-section {
    background-image: url('/resources/oshibana/images/additional/bg-flower-life.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 41px 0px;
}
.cost-table--side p {
    font-size: 16px;
    font-weight: 600;
    line-height: 160%;
    text-align: center;
    margin-bottom: 0px;
}
.cost-table--side p .text-m {
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
}
.cost-table--side p .text-l {
    font-size: 22px;
    font-weight: 600;
    line-height: 160%;
}
.cost-table--side p .text-s {
    font-size: 12px;
    font-weight: 400;
    line-height: 160%;
}
.cost-table {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
    margin-top: 60px;
}
.cost-table--side {
    border: 1px solid #121212;
    width: 50%;
    max-width: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    min-height: 92px;
}
.cost-table--side:first-of-type {
    border-right: 0px;
}
.cost-table .subtitle-cost {
    width: 100%;
    max-width: 860px;
    border: 1px solid #121212;
    border-top: 0px;
    padding: 12.7px 10px;
}
.flower-life--about-content .title h2.title-index-junpro {
    font-size: 50px;
}

@media screen and (max-width: 1024px) {
    .flower-life--about-grid {
        gap: 40px 35px;
    }
    .flower-life--margin {
        margin-bottom: 0px;
    }
}

/*mobile screen*/
@media only screen and (max-width : 40.063em) {
    .flower-life--about-content {
        padding: 40px 0px 35px;
    }
    .flower-life .subtitle-cost {
        font-size: 18px;
        text-align: center;
    }
    .flower-life--about-grid {
        grid-template-columns: 1fr;
        gap: 35px;
        margin-top: 35px;
    }
    .flower-life--about-item .text {
        margin-top: 12px;
    }
    .flower-life--about-content p.desc {
        margin-top: 24px;
    }
    .cost-table {
        flex-direction: column;
        align-items: center;
        margin-bottom: 35px;
        margin-top: 35px;
    }
    .cost-table--side:first-of-type {
        border-right: 1px solid #121212;
        border-bottom: none;
    }
    .cost-table--side {
        width: 100%;
        max-width: 100%;
        min-height: 76px;
    }
    .flower-life--about-content .title h2.title-index-junpro {
        font-size: 24px;
    }
}