.event-wrap {
  display: flex;
  border-bottom: 1px solid #707070;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 30px;
  gap: 10px;
}
.event-contents {
  width: 70%;
}
.event-tag {
  color: #fff;
  border-radius: 4px;
  padding: 2px 10px 3px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
}
.event-tag-kaikeisi {
  background-color: #00aebb;
}
.event-tag-zeirisi {
  background-color: #00bb22;
}
.event-tag-sihousiken {
  background-color: #0041bb;
}
.event-tag-kokkasougousyoku {
  background-color: #bb003b;
}
.event-ttl {
  font-weight: bold;
  color: inherit !important;
  border: none !important;
  font-size: 2rem !important;
  background: none !important;
  margin: 5px 0 0 !important;
}
.event-wrap ul {
  background: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.event-wrap .item-ttl {
  font-weight: 500;
  font-size: 1.5rem !important;
  margin: 15px 0 0 0 !important;
}
.event-wrap .date::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/sikaku/img/icon-calendar.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.event-wrap .time::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/sikaku/img/icon-clock.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.event-wrap .place::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/sikaku/img/icon-maps-and-flags.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.event-wrap .overview::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/sikaku/img/icon-post-it.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.event-wrap .target::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("/sikaku/img/icon-student.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 3px;
  position: relative;
  top: 4px;
}
.event-wrap .benefits::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/sikaku/img/icon-gift.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.event-wrap .apply::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/sikaku/img/icon-contract.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  position: relative;
  top: 4px;
  left: 3px;
}
.txt-indent {
  font-size: 1.5rem !important;
  margin: 0 0 0 30px !important;
  padding: 0 !important;
}
.event-contents a{
  font-size: 1.5rem !important;
}
.apply-img {
  display: block;
  width: 70%;
}
.apply-img:hover {
  opacity: 0.7;
}
.event-img {
  width: 30%;
  text-align: center;
}
.event-img img {
  width: 100%;
  height: auto;
}
.event-img .lec-logo {
  width: 70%;
  height: auto;
}
@media screen and (max-width: 44em) {
  .event-wrap {
    display: block;
  }
  .event-contents {
    width: 100%;
  }
  .event-tag {
    font-size: 1.3rem;
  }
  .event-ttl {
    font-size: 1.6rem !important;
  }
  .event-img {
    width: 40%;
    margin: 0 auto;
  }
  .apply-img {
    margin: 0 auto;
  }
}
