/*カテゴリの矢印*/
/* 16px black */
.icon-b.icon-play {
  background-position: -160px -112px;
}
/* 16px white */
.icon-w.icon-play {
  background-position: -160px -112px;
}
/* 24px black */
.icon-lg-b.icon-play {
  background-position: -240px -168px;
}
/* 24px white */
.icon-lg-w.icon-play {
  background-position: -240px -168px;
}

/*追加CSS*/
.notice-list__name {
    border: 1px solid #CCC;
    border-radius: 4px;
    width: 30%;
    text-align: center;
    padding: 3px 0 2px 0;
    background: #EEE;
}
@media (max-width: 680px) {
    .notice-list__name {
        border: 1px solid #CCC;
        border-radius: 4px;
        text-align: center;
        padding: 3px 0 2px 0;
        width: 100%;
        background: #EEE;
    }
}

































