@charset "UTF-8";
/* 特集ページのCSSを公開版に上書き */
/* aタグホバー */
a:hover{
  text-decoration: none;
}

/* キャッチコピー */
.m_heading_copy_wrap{
  background-color: #dfebf4;
}

/* 各研修の見出しアイコン */
.m_item_header_img_wrap{
  width: 160px;
  filter: none;
}

/* 日数 */
.m_days_body{
  flex: 0 1 calc(50% - 15px);
}
#day::before { content: "\f017"; }
@media screen and (max-width: 599px){
  .m_days_body{
    flex: 1 1 auto;
  }
}

/* 講師紹介 */
.p_profileBox__more{
  display: none;
}
.p_profileBox:has(.p_profileBox__item:nth-of-type(2)) .p_profileBox__more{
  display: block;
}
.p_profileBox__item ~ .p_profileBox__item{
  display: none;
}

/* 講座詳細へのボタン */
.m_btn_link_wrap{
  background-color: #17486E;
}
