/*
  基本ストラクチャ以外の追記用CSS
  sw
*/
/* 各ページ 微修正 */
#post-482 h3 {
  background-color: transparent;
  margin: 0;
}
#post-482 h3 span br {
  display: none;
}

/* 講師派遣ページ追加 */

.container-instructor {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.instructor__item {
  margin-bottom: 16px;
  margin-right: 0.5%;
  width: 33%;
}
.instructor__item:nth-child(3n) {
  margin-right: 0;
}

.instructor__item a {
  display: block;
}

.instructor__item__img img {
  max-width: 100%;
  height: auto;
}

.instructor__item__title {
  background: none !important;
  border-bottom: 1px solid #00A53B;
  color: #333 !important;
  font-size: 1.1em !important;
  padding: 4px 0 !important;
  margin: 0;
}

.instructor__item p {
  text-align: justify;
}

.instructor-profile {
  overflow: hidden;
}
.instructor-profile img {
  float: left;
  margin-right: 16px;
  max-width: 280px;
  height: auto;
}
.instructor-profile p:first-of-type {
  margin-top: 0;
  padding-top: 0;
}

/*++++++++++++++++++++++++++++++++ Media Queries for Mobile Support */
/*# sourceMappingURL=add-style.css.map */
