@charset "UTF-8";

/* --------------------------------------------------
 greeting-blc
-------------------------------------------------- */

#news-blc .inner {
  max-width: 1000px;
  width: 100%;
  padding: 0 4%;
  margin: 0 auto;
  box-sizing: border-box;
}

#news-blc .inner .list-blc > .list {
  margin-bottom: 20px;
}

#news-blc .inner .list-blc > .list dt {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

#news-blc .inner .list-blc > .list dt > .ttl-blc {
  width: calc(100% - 50px);
  box-sizing: border-box;
}

#news-blc .inner .list-blc > .list dt > .ttl-blc > .date {
  font-size: 90%;
}

#news-blc .inner .list-blc > .list dt > .ttl-blc > .ttl {
  font-size: 100%;
  font-weight: 600;
}

#news-blc .inner .list-blc > .list dt > .btn-blc {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

#news-blc .inner .list-blc > .list dt > .btn-blc > .btn {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}

#news-blc .inner .list-blc > .list dt > .btn-blc > .btn::before,
#news-blc .inner .list-blc > .list dt > .btn-blc > .btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 14px;
  height: 2px;
  background-color: #202a67;
  margin: auto;
  transition: all 300ms ease-in-out;
}

#news-blc .inner .list-blc > .list.none dt > .btn-blc > .btn::after {
  transform: rotate(90deg);
}

#news-blc .inner .list-blc > .list dd {
  padding: 20px 0;
}

@media screen and (max-width:767px) {
  #news-blc .inner .list-blc > .list dt > .ttl-blc {
    width: calc(100% - 30px);
  }
  #news-blc .inner .list-blc > .list dt > .btn-blc {
    padding: 0 5px;
  }
  #news-blc .inner .list-blc > .list dt > .btn-blc > .btn {
    width: 20px;
    height: 20px;
  }
  #news-blc .inner .list-blc > .list dt > .btn-blc > .btn::before,
  #news-blc .inner .list-blc > .list dt > .btn-blc > .btn::after {
    width: 10px;
  }
}
