/*-----------------------
お知らせ
------------------------*/
.c-news__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-news__hl {
  width: fit-content;
  text-align: left;
  height: fit-content;
  margin-bottom: 6rem;
  color: var(--main);
  border-bottom: 2px solid var(--main);
}

.c-news__content {
  width: 80%;
}

.c-news .c-news__list__box {
  width: 100%;
  margin: auto;
  justify-items: left;
  align-items: center;
  padding: 15px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #707070;
}

.c-news__btn_box {
  min-width: 180px;
  width: fit-content;
  margin: 20px 0 0 auto;
  position: relative;
}

.c-news__list {
  padding: 4rem 4rem 0;
}

.c-news__date{
  vertical-align: middle;
  text-align: left;
  color: #777777;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.c-news__title {
  width: 100%;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  white-space: normal;
  word-break: break-word;
}

.c-news__text {
  text-align: left;
  font-size: 1.6rem;
}

.c-news__title {
  font-size: 1.6rem;
  letter-spacing: 2px;
  font-weight: 600;
}

.no_long a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  margin-right: 1rem;
  width: 95%;

  /*IE対策*/
  line-height: 1.5em;
  max-height: 3em;
}

.c-news__title p{
  word-wrap: break-word;
}

.c-news__title--link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.l-company .c-news__title--link:after {
  color: var(--main);
}

.c-news__title--link img {
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  right: 0;
  top: 0;
}

.c-news__text {
  margin: 1rem auto 0;
  font-weight: 400;
}

.c-news__article {
  text-align: right;
}

/* 色 利用者 */
.l-user .c-news__title--link:after {
  color: var(--main-user);
}

.p-news__detail__link {
  text-align: left;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .c-news .f-contents {
    width: 90%;
    margin: auto;
  }
  .c-news .c-news__hl {
    margin-bottom: 2rem;
    text-align: center;
    width: 100%;
  }
  .c-news .c-news__wrapper,
  .c-news .c-news__list__box
  {
    display: block;
  }
  .c-news__content,
  .c-news__title,
  .c-news__date
  {
    width: 100%;
  }
  .c-news__list__box dd,
  .c-news__list__box dt {
    padding-left: 0;
    letter-spacing: 2px;
    font-weight: 600;
    width: 90%;
  }
  .c-news__list__box dd a::after {
    right: 10px;
  }
  .c-news__title--link img {
    right: -3rem;
  }
}