@charset "utf-8";
 .inner_holiday {
    margin: 20px 20px 150px;
}
.bl_News {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: #333;
    line-height: 1.8;
}
.bl_seasonNews_title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.bl_seasonNews_title::before,
.bl_seasonNews_title::after {
    content: "";
    flex-grow: 1; 
    height: 1px;
    background: #999;
}
.bl_seasonNews_text_lead {
    font-size: 14px;
    padding-bottom: 15px;
}
.bl_seasonNews_text_lead .bold{
    font-weight: 600;
}
.bl_seasonNews_text {
    font-size: 12px;
    margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
    .inner_holiday {
        margin: 15px 15px 150px;
    }
    .bl_News {
        line-height: 1.7;
    }
    .bl_seasonNews_title {
        font-size: 16px;
        margin-bottom: 15px;
        white-space: nowrap;
        gap: 8px; 
    }
    .bl_seasonNews_title::before,
    .bl_seasonNews_title::after {
        flex-grow: 1;
        min-width: 10px;
    }
    .bl_seasonNews_text_lead {
        font-size: 12px;
    }
  .bl_seasonNews_text_lead.spli {
        /*text-align: left;*/
    }
    .bl_seasonNews_text {
        font-size: 12px;
        line-height: 1.8;
    }
}
@media screen and (min-width: 768px) {
.inner_holiday .dinb {display: inline-block;}
  }