@charset "euc-jp";

/* イベント一覧
----------------------------------------------------------------*/

.event-title {
  margin-bottom: 10px;
  padding-left: 15px;
  background: url(https://assets.chatpia.jp/common/images/bg_subpage_dt.gif) no-repeat 0 7px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.event-detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  border-bottom: 1px solid #dedede;
}

.event-detail:last-child {
  margin-bottom: initial;
  border-bottom: 0;
}

.eventinfo-wrap {
  width: 577px;
}

.eventinfo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.4;
  overflow: hidden;
}

.event-detail:last-child .eventinfo:last-child {
  margin-bottom: initial;
}

.eventinfo-title {
  width: 40px;
  padding-left: 15px;
  background: url(https://assets.chatpia.jp/common/images/bg_subpage_dt.gif) no-repeat 0 7px;
  font-weight: bold;
  color: #2a2a2a;
}

.eventinfo-detail {
  width: 500px;
  overflow: hidden;
}

.event-list {
  display: grid;
  grid-template-columns: 165px 165px 165px 165px;
  gap: 15px 35px;
  margin: 0 0 70px;
  padding: 0;
  list-style: none;
}

.event-list:last-of-type {
  margin: initial;
}

.event-list-item {
  font-size: 13px;
  letter-spacing: 0;
}

.event-list-item a {
  display: block;
  width: 165px;
  height: fit-content;
  line-height: 1.4;
}

.event-list-item a:hover {
  text-decoration: none;
}

.event-list-item a img {
  display: block;
  width: 100%;
  margin-bottom: 2px;
}

.event-list-item a span {
  text-decoration: none;
}

.event-list-item a:hover span {
  text-decoration: underline;
}
