.lp_section_title_block {
    text-align: center;
    margin-bottom: 28px;
}

.lp_section_title_label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    padding: 4px 14px;
    border: 1px solid var(--brand);
    border-radius: 9999px;
    background: #ffffff;
    color: var(--brand);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.lp_section_title_heading {
    margin: 0;
    color: var(--ink);
    font-size: var(--sec-ttl);
    font-weight: 700;
    line-height: 1.45;
}

.select_type_line_box {
    display: flex;
    width: 100%;
}

.select_type_line {
    object-fit: contain;
    margin: auto;
}

@media (max-width: 767px) {
    .lp_section_title_block {
        margin-bottom: 22px;
    }

    .lp_section_title_label {
        /* font-size: 11px; */
        margin-bottom: 8px;
    }

    .lp_section_title_heading {
        /* font-size: 24px; */
        line-height: 1.45;
    }
}

@media (min-width: 768px) {
    .lp_section_title_heading {
        font-size: var(--sec-ttl);
    }
}