@charset "UTF-8";


/* speaker_list1
***************************************************************/
.speaker_list1 {
  padding-top: 100px;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  color: #fff;
}
.speaker_list1 > .li1 {
  width: calc((100% - 81px) / 4);
  cursor: pointer;
  transition: 0.3s ease;
}
.speaker_list1_img1 {
  width: 100%;
  height: 260px;
  background: #fff url(../img/common/noimage.jpg)no-repeat center / cover;
}
.speaker_list1_day {
  display: flex;
}
.speaker_list1_day .day {
  width: 40px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #66a6d0;
  color: #66a6d0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.025em;
  line-height: 1;
}
.speaker_list1_day .day.on {
  background-color: #fff;
  border-color: #fff;
  color: #006ab0;
}
.speaker_list1_day .day:nth-of-type(n + 2) {
  margin-left: 4px;
}
.speaker_list1_name1 {
  font-size: 20px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 12px;
}
.speaker_list1_text1 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: 8px;
}
@media all and (min-width: 681px) {
  .speaker_list1 > .li1:nth-of-type(n + 5) {
    margin-top: 35px;
  }
  .speaker_list1 > .li1:nth-of-type(4n),
  .speaker_list1 > .li1:nth-of-type(4n - 1),
  .speaker_list1 > .li1:nth-of-type(4n - 2) {
    margin-left: 27px;
  }
  .speaker_list1 > .li1:hover {
    opacity: .7;
  }
}
@media all and (max-width: 680px) {
  .speaker_list1 {
    padding-top: 45px;
    width: 100%;
  }
  .speaker_list1 > .li1 {
    width: calc((100% - 15px) / 2);
    margin: 0 auto;
  }
  .speaker_list1 > .li1:nth-of-type(n + 3) {
    margin-top: 35px;
  }
  .speaker_list1 > .li1:nth-of-type(2n) {
    margin-left: 15px;
  }
  .speaker_list1_img1 {
    height: 49vw;
  }
  .speaker_list1_day .day {
    width: 34px;
    height: 20px;
    font-size: 12px;
  }
  .speaker_list1_name1 {
    font-size: 15px;
    margin-top: 10px;
  }
  .speaker_list1_text1 {
    font-size: 12px;
    margin-top: 6px;
  }
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
