@charset "UTF-8";
.l_seminars {
  padding: 50px 40px;
  font-family: "I-OTF-UDゴ本文Pro L";
}
@media screen and (max-width: 794px) {
  .l_seminars {
    padding: 6.4vw 4.2666666667vw 13.3333333333vw;
  }
}

.b_seminarsList_item {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  padding: 40px 16px 24px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 794px) {
  .b_seminarsList_item {
    padding: 9.6vw 4.2666666667vw 4.2666666667vw;
  }
}

.status {
  display: inline-block;
  position: absolute;
  width: 152px;
  color: #FFF;
  padding: 4px;
  font-size: 14px;
  text-align: center;
  top: 0;
  left: 0;
}
@media screen and (max-width: 794px) {
  .status {
    font-size: 3.2vw;
    width: 29.1vw;
  }
}
.status.s01 {
  background-color: #E5676E;
}
.status.s02 {
  background-color: #559FE1;
}
.status.s03 {
  background-color: #999;
}

.b_seminarsList_itemContents {
  width: 83%;
}
@media screen and (max-width: 794px) {
  .b_seminarsList_itemContents {
    width: 65%;
  }
}
.b_seminarsList_itemContents .date {
  font-size: 14px;
  margin-bottom: 8px;
}
@media screen and (max-width: 794px) {
  .b_seminarsList_itemContents .date {
    font-size: 3.2vw;
  }
}
.b_seminarsList_itemContents .date .num {
  font-size: 22px;
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
}
@media screen and (max-width: 794px) {
  .b_seminarsList_itemContents .date .num {
    font-size: 4.8vw;
  }
}
.b_seminarsList_itemContents .date .week {
  color: #FFF;
  display: inline-block;
  padding: 2px;
  line-height: 1;
  border: 1px solid #2c60aa;
  background-color: #2c60aa;
  font-size: 12px;
  vertical-align: middle;
  margin: 0 8px 0 4px;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 794px) {
  .b_seminarsList_itemContents .date .week {
    font-size: 2.6666666667vw;
  }
}
.b_seminarsList_itemContents .date .hour {
  font-size: 16px;
}
@media screen and (max-width: 794px) {
  .b_seminarsList_itemContents .date .hour {
    font-size: 3.7333333333vw;
    display: block;
  }
}
.b_seminarsList_itemContents .url {
  white-space: pre-wrap;
  word-break: break-all;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 794px) {
  .b_seminarsList_itemContents .url {
    font-size: 3.2vw;
  }
}
.b_seminarsList_itemContents .url a {
  color: #2C60AA;
}
.b_seminarsList_itemContents .url a:hover {
  text-decoration: underline;
}
.b_seminarsList_itemContents .desc {
  font-size: 16px;
  line-height: 1.5;
  color: #2a3449;
  margin-bottom: 16px;
}
@media screen and (max-width: 794px) {
  .b_seminarsList_itemContents .desc {
    font-size: 3.7333333333vw;
  }
}

.ttl-pdf::after {
  content: "";
  background: url(../img/icon_pdf.svg) no-repeat;
  background-size: 19px auto;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  width: 19px;
  height: 23px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 794px) {
  .ttl-pdf::after {
    background-size: 15px auto;
    width: 15px;
    height: 19px;
  }
}

.user {
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #EE0000;
  font-size: 14px;
  color: #EE0000;
  display: inline-block;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 794px) {
  .user {
    font-size: 3.2vw;
  }
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.tag {
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #3A82CF;
  font-size: 14px;
  color: #2C60AA;
}
@media screen and (max-width: 794px) {
  .tag {
    font-size: 3.2vw;
  }
}

.b_seminarsList_itemTtl {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
  font-family: "I-OTF-UDゴ表示Pro M", sans-serif;
}
.b_seminarsList_itemTtl a:hover {
  color: #2c60aa;
  text-decoration: underline;
}
@media screen and (max-width: 794px) {
  .b_seminarsList_itemTtl {
    font-size: 4.2666666667vw;
  }
}

.b_seminarsList_itemImg {
  width: 15%;
}
@media screen and (max-width: 794px) {
  .b_seminarsList_itemImg {
    width: 30%;
  }
}
.b_seminarsList_itemImg figure {
  background-color: #f0f0f0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 794px) {
  .b_seminarsList_itemImg figure {
    background-color: #FFF;
    align-items: flex-start;
  }
}
.b_seminarsList_itemImg figure img {
  vertical-align: middle;
}

/*# sourceMappingURL=seminar.css.map */
