@charset "utf-8";

.optional_services_promotion_page .c-sub-section-title_wrapper .c-price-exhibitors__box {
    padding: 5px 14px;
    margin: 7px;
}

.c-sub-section-title {
    border-bottom: none;
    margin-bottom: 0;
}

.c-sub-section-title_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    border-bottom: 2px solid #454545;
}
.functions {
    background: #ffe1eb;
    padding: 15px;
    border-radius: 10px;
}
.functions h6 {
    background: #e01314;
    color: #fff;
    font-size: 17px;
    text-align: center;
    border-radius: 100vh;
    margin-bottom: 10px;
    padding: 3px;
}
.optional_services_promotion_page main .text_indent {
    text-indent: -1rem;
    padding-left: 1rem;
    font-size: 0.9rem;
    margin-bottom: 5px;
}
.c-button.lightgray.exhibition_overview_button::before {
    left: 16px;
}
.text_box p {
    background: #f0f0f0;
    padding: 15px;
}
.flex_area {
    display: flex;
    justify-content: space-around;
}

.c-section-space li {
    margin-top: 30px;
}

.c-sub-section-title_wrapper_en {
    align-items: end;
}

.optional_services_promotion_page.en .c-sub-section-title_wrapper .c-price-exhibitors__box {
    white-space: nowrap;
    margin-bottom: 16px;
}


@media screen and (max-width:768px) {
    .optional_services_promotion_page .c-sub-section-title_wrapper .c-price-exhibitors__box {
        padding: 5px 7px;
        margin: 7px;
        min-width: 43px;
        height: max-content;
    }
    
}