

.center,.slider{ width: 100%;}
.center .date{ background: #F5F5F5; border-radius: 15px; padding: 3px 15px; text-align: center; font-family:'jafont','Noto Sans JP', sans-serif; font-size: 14px;font-weight: bold;margin-right: 10px; }
.center .text{ overflow: hidden!important; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-family:'jafont','Noto Sans JP', sans-serif; font-weight: bold; }
p{margin: 0;}
.center p{display: flex !important;align-items: center;margin-bottom: 10px;}


@media screen and (max-width: 768px){
  .center p{flex-direction: column;align-items:flex-start;}
}
