@charset "UTF-8";
/* 共通 */
.article-section {
  margin-top: 30px;
}
.article-section p.dash {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 55px;
}
.article-section p.dash:before {
  position: absolute;
  content: "";
  top: 0.85em;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #000000;
}
@media print, screen and (min-width: 768px) {
  .article-section p.dash:before {
    width: 40px;
  }
}
.article-section p .name-first {
  color: #78C62C;
  font-weight: 700;
}
.article-section p .name-second,
.article-section p .name-blue {
  color: #00bcd5;
  font-weight: 700;
}
.article-section p .name-red {
  color: #ff6674;
  font-weight: 700;
}
.article-section .yellow-line-marker {
  font-weight: 700;
  background: linear-gradient(transparent 60%, #FFFA8D 60%);
}
.article-section .article-form-btn {
  display: inline-block;
  position: relative;
  background: #000000;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  overflow: hidden;
  border-radius: 4px;
  padding: 15px 20px;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .article-section .article-form-btn {
    font-size: 1.4rem;
    padding: 20px 30px;
  }
}
.article-section .newLine {
  margin-top: 30px;
}
.article-section > img:first-of-type {
  margin-bottom: 30px;
}
.article-section a:not(.wp-block-button__link):not(.c-box-fixedbtn__link-inner):not(.gtm_media_link) {
  position: relative;
  display: inline-block;
  word-break: break-all;
  text-decoration: underline;
  color: #575AEA;
}
.article-section a:not(.wp-block-button__link):not(.c-box-fixedbtn__link-inner):not(.gtm_media_link)[target=_blank]:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  margin-right: 10px;
  background: url(../svg/i_blank.svg?c=000000) no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.06em;
}
@media print, screen and (min-width: 768px) {
  .article-section a:not(.wp-block-button__link):not(.c-box-fixedbtn__link-inner):not(.gtm_media_link)[target=_blank]:after {
    width: 12px;
    height: 12px;
    top: -0.08em;
  }
}

/* セミナーヘッダー用 */
.seminar-header {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .seminar-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.seminar-header p {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  opacity: 0.5;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .seminar-header p {
    margin-top: 0;
    margin-right: 30px;
  }
}
.seminar-header p:last-of-type:not([class]) {
  flex-basis: 100%;
  margin-top: 30px;
}
.seminar-header .tag {
  display: inline-block;
  background: #6E8894;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 3px 8px;
  margin-top: 0 !important;
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .seminar-header .tag {
    margin-right: 20px;
  }
}
.seminar-header .c-list-cat__item--gn {
  background: #78C62C;
}
.seminar-header .c-list-cat__item--gr {
  background: #6E8894;
}
.seminar-header .c-list-cat__item--bl {
  background: #575AEA;
}
.seminar-header .place {
  position: relative;
  padding-left: 16px;
  opacity: 0.5;
  font-size: 1.1rem;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .seminar-header .place {
    font-size: 1.2rem;
    margin-top: 0;
  }
}
.seminar-header .place:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 13px;
  background: url(../svg/i_place.svg) center no-repeat;
  position: absolute;
  left: 0px;
  top: 0.2em;
}
@media print, screen and (min-width: 768px) {
  .seminar-header .place:before {
    top: 0.25em;
  }
}
.seminar-header figure {
  margin-top: 30px;
}

/* 登壇者：Moderator */
.lecturer li {
  padding-left: 0 !important;
}
.lecturer li:before {
  display: none;
}
.lecturer .flex {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .lecturer .flex {
    display: flex;
  }
}
.lecturer .flex .flex__item img {
  border-radius: 50%;
}
.lecturer .flex .flex__item--12-basis {
  width: 100%;
}
.lecturer .flex .flex__item--3-basis {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .lecturer .flex .flex__item--3-basis {
    width: 25%;
  }
}
.lecturer .flex .flex__item--9-basis {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .lecturer .flex .flex__item--9-basis {
    width: 75%;
  }
}
.lecturer .flex .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .lecturer .flex .ttl {
    grid-area: c-box-profile__name;
    margin-top: 0;
  }
}
.lecturer .flex p:not([class]) {
  margin-top: 10px;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media print, screen and (min-width: 768px) {
  .lecturer .flex p:not([class]) {
    font-size: 1.4rem;
  }
}
.lecturer .flex--rsp {
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .lecturer .flex--rsp {
    flex-direction: row;
  }
}
.lecturer .flex--rsp .flex__item--12-basis {
  width: 100%;
}
.lecturer .flex--rsp .flex__item + .flex__item {
  margin-top: 20px;
  margin-left: 0;
}
@media print, screen and (min-width: 768px) {
  .lecturer .flex--rsp .flex__item + .flex__item {
    margin-top: 0;
    margin-left: 20px;
  }
}

/* 企業情報： */
.entry-content .person-info {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(84, 92, 96, 0.15);
  padding: 20px;
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .entry-content .person-info {
    padding: 30px;
    margin-top: 60px;
    display: flex;
    gap: 30px;
  }
}
.entry-content .person-info table {
  width: auto;
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .entry-content .person-info table {
    margin-top: 0;
  }
}
.entry-content .person-info table tr th {
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 20px;
  padding: 0 0 10px !important;
  background: transparent;
  border: none !important;
  vertical-align: top !important;
}
@media screen and (max-width: 767px) {
  .entry-content .person-info table tr th {
    width: auto !important;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .entry-content .person-info table tr th {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
.entry-content .person-info table tr td {
  font-size: 1.2rem !important;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 2px 0 !important;
  border: none !important;
  vertical-align: top !important;
}
@media print, screen and (min-width: 768px) {
  .entry-content .person-info table tr td:first-child {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .entry-content .person-info table tr td {
    width: auto !important;
    max-width: 100%;
  }
}
.entry-content .person-info .flex__item--3-basis {
  flex-basis: 160px;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .entry-content .person-info .flex__item--3-basis {
    align-items: center;
  }
}
.entry-content .person-info .flex__item--9-basis {
  flex-basis: calc(100% - 160px);
}

/* セミナー概要 */
.seminar-info.overview table caption {
  display: none;
}

/* セミナーボタン */
.seminar-button {
  display: none;
}

/* YouTube */
.youtube-frame {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.youtube-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 記事個別 */
.riffermal {
  display: flex;
  margin: 30px 0;
}

.riffermal__item:nth-child(1) {
  flex-basis: 75px;
}
@media print, screen and (min-width: 768px) {
  .riffermal__item:nth-child(1) {
    flex-basis: 100px;
  }
}

.riffermal__item:nth-child(2) {
  flex-basis: calc(100% - 75px);
  padding-left: 10px;
}
@media print, screen and (min-width: 768px) {
  .riffermal__item:nth-child(2) {
    flex-basis: calc(100% - 100px);
    padding-left: 10px;
  }
}

.riffermal .riffermal__talk {
  border: 1px solid #333;
  border-radius: 3px;
  margin: 0;
  padding: 7px 10px;
  position: relative;
  background-color: #fff;
}
.riffermal .riffermal__talk:before, .riffermal .riffermal__talk:after {
  content: "";
  border: 10px solid transparent;
  top: 10px;
  margin-left: -14px;
  position: absolute;
}
.riffermal .riffermal__talk:before {
  border-right-color: #333;
  left: -7px;
}
.riffermal .riffermal__talk:after {
  border-right-color: #fff;
  left: -6px;
}