@charset "UTF-8";
/* include utils scss  */ /* Variables
====================================== */
/* Mixins
====================================== */
body {
  color: #111;
} /* トップページのCSSを編集するときに使用するファイルです。
classを追加する際はサイト全体のcssとの重複を避けるためclassの冒頭に「c-」を利用してください。
例：c-list, c-list_item
---
.c-list {
  color: #000;
}

.c-list_item {
  color: #000;
}
*/
.index_page .news_block__item_inner.c-external-link::before {
  display: none;
}
.index_page .news_block__item_inner.c-external-link::after {
  display: block;
  left: auto;
  right: 30px;
  width: 20px;
  height: 20px;
  background: url(../img/common/ico_window_blue.svg) center center no-repeat;
  background-size: contain;
  animation: none;
}
@media screen and (max-width: 959px) {
  .index_page .news_block__item_inner.c-external-link::after {
    width: 16px;
    height: 16px;
  }
}
