/*slickスライダー見出し*/
.slider-midashi{
    color:#ffffff;
    background-color:#e60012;
font-size:40px;
    font-weight:600;
    text-align:center;
  
}

@media screen and (max-width:469px){
.slider-midashi{
font-size:20px;
    }
}

.slider-midashi p{
  padding:45px 0px  0px 0px;
  margin-bottom:0px !important;
}

.br_sp{
display:none;
}

@media screen and (max-width:469px){
.br_sp{
display:block;
}
}