section.seminar-recent-post {
  background-color: #f9f9f9;
  padding: 60px 0;
}
section.seminar-recent-post .page-center {
  padding: 20px;
}
section.seminar-recent-post .heading-area .col {
  padding: 0 10px 10px 10px;
  background-repeat: no-repeat;
  vertical-align: top;
  width: 100%;
}
section.seminar-recent-post .heading-area .col .content-holder {
  margin: 10px 0;
  text-align: center;!;
  padding: 5px 20px;
  position: relative;
  min-height: 85px;
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
section.seminar-recent-post .heading-area .col .content-holder h2 {
  cursor: text;
  white-space: pre-wrap;
  text-align: inherit !important;
  word-break: break-all;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 32px;
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0;
}
section.seminar-recent-post .heading-area .col .content-holder:before {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}
section.seminar-recent-post .heading-area .col .content-holder:after {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
section.seminar-recent-post .seminar-content {
  margin: 10px 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #EBA428;
  font-family: "Arial", "メイリオ";
  font-weight: bold;
  overflow-wrap: break-word;
  text-align: center;
}


section.seminar-recent-post .listcontent .col {
  vertical-align: top;
  padding: 0 10px 10px 10px;
}
section.seminar-recent-post .listcontent .col .entry-image-list {
  margin: 10px 0;
}
section.seminar-recent-post .listcontent .col .entry-image-list .article-list {
  display: block;
}
section.seminar-recent-post .listcontent .entry-list-unit {
  vertical-align: top;
  position: relative;
  display: table;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 30px 30px 20px;
  background: #fff;
  box-shadow: none;
  border: 1px solid #DBDBDB;
  margin-bottom: 20px;
  display: -ms-flexbox;
}

section.seminar-recent-post .listcontent .entry-list-unit a.img {
  vertical-align: top;
  max-height: 20%;
  overflow: hidden;
  display: table-cell;
  width: 35%;
  padding: 0;
}
section.seminar-recent-post .listcontent .entry-list-unit a.img img {
  width: 100%;
  padding-bottom: 10px;
}
section.seminar-recent-post .listcontent .entry-list-unit .cont {
  vertical-align: top;
  word-break: break-all;
  display: table-cell;
  border-left: none;
  margin: 20px auto 0;
  width: 65%;
}
section.seminar-recent-post .cont h3 {
  max-height: calc(2* 20px* 2);
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 5px 10px 15px;
  text-align: left;
  width: 100%;
  letter-spacing: 0;
}
section.seminar-recent-post .cont h3 a {
  padding: 0 20px;
  display: block;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #333;
}
section.seminar-recent-post .cont h4 {
  color: gray;
  margin: 10px;
  padding: 0 20px;
  font-size: 14px;
  font-family: "Arial", "メイリオ";
  letter-spacing: 0;
  font-weight: 400;
  line-height: 2;
}
section.seminar-recent-post p.description {
  padding: 0 20px;
  word-break: break-all;
  font-size: 16px;
  margin: 10px;
  line-height: 2;
  max-height: calc(2* 16px* 5);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
section.seminar-recent-post .tags {
  margin: 10px;
  padding: 0 20px;
}
section.seminar-recent-post .tags div.tag {
  margin: 5px;
  text-decoration: none !important;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #EBA428;
  color: #EBA428;
  font-size: 12px;
  padding: 2px 15px;
  margin-left: 0;
  margin-right: 10px;
  letter-spacing: 0;
}
section.seminar-recent-post .tags div.tag i {
  display: none;
}
section.seminar-recent-post .tags div.tag:before {
  content: "\f02b";
  margin-right: 2px;
  font-family: "FontAwesome";
}
/*section.seminar-recent-post .tags div.tag:hover {
  opacity: .7;
}*/
section.seminar-recent-post .cont p {
  font-size: 16px;
  margin: 10px;
  line-height: 2;
  max-height: calc(2* 16px* 5);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 20px;
  word-break: break-all;
  letter-spacing: 0;
}

@media (max-width:767px){
  section.seminar-recent-post {
    padding: 25px 0;
  }
  section.seminar-recent-post .heading-area .col {
    padding: 0;
    display: block;
  }
  section.seminar-recent-post .heading-area .col .content-holder h2 {
    font-size: calc(32px - 8px);
  }
  section.seminar-recent-post .seminar-content {
    padding: 10px 0;
  }
  section.seminar-recent-post .listcontent .col {
    display: block !important;
    padding: 0;
  }
  section.seminar-recent-post .listcontent .entry-list-unit {
    display: block !important;
    width: 100%;
    padding: 30px 20px 20px;
  }
  section.seminar-recent-post .listcontent .entry-list-unit a.img {
    width: 100% !important;
    display: block !important;
  }
  section.seminar-recent-post .cont h3 {
    margin: 20px 0 10px;
    padding-left: 0;
  }
  section.seminar-recent-post .cont h3 a {
    padding: 0;
    display: block;
  }
  section.seminar-recent-post .listcontent .entry-list-unit a.img img {
    padding: 0;
  }
  section.seminar-recent-post .cont h4 {
    margin: 10px 0;
    font-size: 14px;
    padding: 0;
    line-height: 1.67;
  }
  section.seminar-recent-post p.description {
    padding: 0;
    margin: 10px 0;
  }
  section.seminar-recent-post .tags {
    margin: 10px 0;
    padding: 0;
    line-height: 1.67;
    margin-bottom: 5px;
  }
  section.seminar-recent-post .listcontent .entry-list-unit .cont {
    width: 100%;
    line-height: 1.67;
  }
}