@charset "utf-8";

.naviSeminar a {
  opacity: 0.6;
}

.spNaviSeminar a {
  background-color: #EEE;
}

/****************************************
セミナー
****************************************/
.seminarCts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.seminarCts dt {
  width: 20%;
}

.seminarCts dd {
  width: 77%;
  margin-top: 10px;
  position: relative;
  padding-bottom: 40px;
}

.seminarCts dd h3 {
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 10px;
}

.seminarCts dd p span {
  font-weight: 500;
}

.attentionText {
  font-size: 1.8rem;
  font-weight: 600;
  color: #D80003;
}

.dayTimeText {
  line-height: 1.4;
  border-bottom: 1px dotted #CCC;
  padding-bottom: 10px;
}

.dayTimeText:before {
  content: "●";
}

.dayTimeText span {
  font-size: 1.8rem;
  font-weight: 600;
}

.prText {
  font-size: 1.2rem;
  margin-bottom: 10px;
  margin-left: 1.5rem;
}

.detailBtn {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.detailBtn a {
  text-decoration: none;
  font-weight: 600;
  background-color: #000;
  color: #FFF;
  padding: 5px 10px;
  line-height: 1;
}

.detailBtn a i {
  margin-left: 5px;
}

@media only screen and (max-width: 768px) {

  .seminarCts dt,
  .seminarCts dd {
    width: 100%;
  }

  .seminarCts dt {
    text-align: center;
  }

  .seminarCts dt img {
    width: 60%;
  }

  .attentionText {
    text-align: center;
  }

  .dayTimeText {
    text-align: center;
  }

  .lecturerText,
  .priceText {
    line-height: 1.6;
    text-indent: -1.5rem;
    margin-left: 1.5rem;
  }

  .prText {
    margin-top: 5px;
  }

  .detailBtn {
    position: static;
  }

  .detailBtn a {
    display: block;
    text-align: center;
    margin-top: 10px;
    padding: 10px;
  }
}

/**********個別ページ**********/
.IntroductionText,
.IntroductionText p:not(:first-child),
.seminarItem,
.seminarApply,
.seminarNote,
.contactCts {
  margin-top: 15px;
}

.seminarItem dt,
.seminarApply dt,
.seminarNote dt {
  font-weight: 600;
  font-size: 1.6rem;
  color: #008db7;
  line-height: 1.4;
}

.seminarItemList li {
  list-style-type: disc;
  margin-left: 25px;
  margin-top: 5px;
  line-height: 1.6;
}

.seminarApply dd {
  margin-top: 5px;
}

.seminarNoteList {
  line-height: 1.6;
  margin-top: 5px;
  text-indent: -1.5rem;
  margin-left: 1.5rem;
}

.contactCts {
  font-weight: 500;
  padding-top: 15px;
  border-top: 1px dotted #CCC;
  line-height: 1.4;
}

.contactCts dd span {
  font-size: 1.8rem;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .contactCts dd {
    margin-top: 5px;
  }

  .contactCts {
    text-align: center;
  }
}
