html{ font-family:serif;}
.bred { padding: 8px; background: silver; padding-top: 147px !important;}
.bred  p{ font-size: clamp(8px, calc(8px + 4 * ((100vw - 771px) / 253)), 12px);}

/*==========レスポンシブ==========*/
@media screen and (max-width:770px){
    .bred { padding-top: 64px !important;}
}