@charset "utf-8";

#top .top_bg {
  background-image: url(../images/seminar/bg_top.jpg);
  background-position: center top;
}

#seminar {
  padding: 50px 0 100px;
}

#seminar .inner .desc {
  margin-bottom: 40px;
  line-height: 2;
}

#seminar .flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

#seminar .flex .item {
  display: flex;
  flex-direction: column;
  width: 350px;
  margin-right: 25px;
  margin-top: 0px;
  padding: 40px 25px 35px;
  border-radius: 10px;
  box-shadow: 10px 17.321px 30px 0px rgba(24, 25, 46, 0.2);
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

#seminar .flex .item:hover {
  top: -2px;
  left: 2px;
  box-shadow: 1px 1px 1px 1px rgba(24, 25, 46, 0.2);
}

#seminar .flex .item .more {
  font-size: 15px;
  text-align: center;
  padding: 10px;
  margin-top: auto;
  border-radius: 20px;
  font-weight: 600;
  background: linear-gradient(90deg, #fed701, #fec001);
  transition: all 0.3s;
}

#seminar .flex .item:hover .more {
  color: rgb(0, 75, 182);
  transition: all 0.2s;
}

#seminar .flex .item:nth-child(1) {
  transition: all 0.1s;
}
#seminar .flex .item:nth-child(2) {
  transition: all 0.2s;
}

#seminar .flex .item:nth-child(3n) {
  transition: all 0.3s;
  margin-right: 0;
}
#seminar .flex .item:nth-of-type(-n + 3) {
  margin-top: 0;
}

#seminar .flex .item .thumb {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#seminar .flex .item .title {
  padding-bottom: 14px;
  margin-bottom: 21px;
  border-bottom: 2px solid #c9c9c9;
}
#seminar .flex .item .title .circle {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  padding: 5px 0 7px;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  border-radius: 50px;
  margin-bottom: 13px;
  text-align: center;
}
#seminar .flex .item .title h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

#seminar .flex .item .bottom {
  font-size: 18px;
  line-height: 1.714;
  font-weight: 400;
  padding-left: 25px;
　margin-bottom: 10px;


}
/* #seminar .flex .item .bottom img {
  vertical-align: -2px;
  margin-right: 2px;
} */
#seminar .flex .item .bottom1 {
  font-size: 16px;
  line-height: 1.714;
  font-weight: 400;
/*  padding-left: 25px;*/
　margin-bottom: 10px;
	text-align: justify;
}

#seminar .flex .item .time {
  margin-bottom: 20px;
}

#seminar .flex .item .bottom .reception {
  font-size: 13px;
  color: red;
}

#seminar .flex .item .detail {
  margin-top: 15px;
  text-align: center;
}

a:hover {
  text-decoration: none;
}

.schedule {
  position: relative;
}

.schedule::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(../images/seminar/icn_calendar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.time {
  position: relative;
}

.time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 18px;
  height: 18px;
  background-image: url(../images/seminar/icn_clock.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* ----------------------------- mobile ------------------------------- */
@media only screen and (max-width: 768px) {
  #top .top_bg {
    background-position: right top;
  }

  #seminar {
    padding: 50px 0;
  }

  #seminar .flex {
    display: block;
    margin-bottom: 50px;
  }

  #seminar .flex .item {
    width: 100%;
    margin-right: 0;
    margin-top: 35px;
  }
  #seminar .flex .item:nth-child(3n) {
    margin-right: 0;
  }
  #seminar .flex .item:nth-of-type(-n + 3) {
    margin-top: 35px;
  }
  #seminar .flex .item:first-child {
    margin-top: 0;
  }

  #seminar .flex .item .thumb {
    margin-bottom: 15px;
  }
  #seminar .flex .item .title {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  #seminar .flex .item .title .circle {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 0.5em 0.25em;
    margin-bottom: 12px;
  }
  #seminar .flex .item .title h3 {
    font-size: 18px;
    line-height: 1.5;
  }

  #seminar .flex .item .bottom {
    font-size: 16px;
    line-height: 1.6;
  }
  #seminar .flex .item .bottom1 {
    font-size: 16px;
    line-height: 1.6;
padding-bottom: 16px;	
  }
  .schedule::before {
    top: 4px;
  }

  .time::before {
    top: 4px;
  }
}
