/* 注目イベント：タイトル（長文を枠内で必ず折り返す） */
#content-main.top .article-slide-item-02 .border-wrapper .event-title {
  display: block;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* 注目イベント：開催場所（長文を枠内で必ず折り返す） */
#content-main.top .article-slide-item-02,
#content-main.top .article-slide-item-02 a,
#content-main.top .article-slide-item-02 .border-wrapper,
#content-main.top .article-slide-item-02 .border-wrapper .event-info,
#content-main.top .article-slide-item-02 .border-wrapper .event-info .place {
  min-width: 0;
}

#content-main.top .article-slide-item-02 .border-wrapper .event-info .place {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
}