.c-news__item.c-news__item--noLink {
  pointer-events: none;
}

.c-news__item.c-news__item--noLink .c-text-a__text a {
  pointer-events: all;
}

.c-news__item.c-news__item--noLink:hover {
  background-color: #fff;
}

.c-news__item.c-news__item--noLink::after {
  display: none;
}

.arrow {
  position: relative;
}

.c-linkTile__item.c-linkTile__item--noLink {
  pointer-events: none;
}

.c-linkTile__item.c-linkTile__item--noLink::after {
  display: none;
}

.c-text-a__text .ico {
    display: inline-block;
    width: 24px;
    vertical-align: sub;
    margin-right: 0.5em;
}

.arrow::after {
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 35px solid #cf122e;
  border-bottom: 0;
  content: "";
}

@media screen and (max-width: 769px) {
  .arrow::after {
  top: -40px;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 25px solid #cf122e;
  }
}

span.ico_theta {
    vertical-align: text-top;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 0.5em;
}

