
/* *********************************************
 セミナーメイン
********************************************** */
.main_text {
  font-size: 1.3rem;
  line-height: 2.3rem;
}
.main_title {
  line-height: 2.3rem;
}

.thumbnail_image {
  max-height: 300px;
  object-fit: cover;
}
.seminar_recommend {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.seminar_summary th {
  vertical-align: middle;
  background-color: #f5f5f5;
}
.seminar_summary td {
  line-height: 1.8rem;
}
.facebook_btn {
  background-color: #4267b2;
}
.twitter_btn {
  background-color: #1da1f2;
}
.facebook_btn a,
.twitter_btn a {
  color: #fff;
}

@media screen and (max-width:768px){
  .main_text {
    font-size: 1.3rem;
    line-height: inherit;
  }
  .main_title {
    line-height: inherit;
  }
  .seminar_recommend {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .seminar_summary th,
  .seminar_summary td {
    display: block;
  }
}



/* *********************************************
 セミナー開催情報
********************************************** */

.seminar_information {
  padding: 40px;
}

.seminar_notice:nth-of-type(n+2) {
  margin-top: 80px;
}

@media screen and (max-width:768px){
  .seminar_information {
    padding: 10px;
  }
  .seminar_notice:nth-of-type(n+2) {
    margin-top: 40px;
  }
}

/* *********************************************
 セミナー詳細
********************************************** */

.zoom_ico {
  width: 25%;
}
.seminar_details_card {
  width: 50%;
  padding: 40px;
}

@media screen and (max-width:768px){
  .zoom_ico {
    width: 75%;
  }
  .seminar_details_card {
    width: 100%;
    padding: 20px;
  }
}

/* *********************************************
 セミナー講師プロフィール
********************************************** */
.lecturer_profile_border {
  border:none;
  border-top:dashed 1px #D7D9F2;
}