@charset "utf-8";
/* CSS Document */
.benefit{
padding: 1rem 0 5rem;
background-color: #f3e0ec;
margin-bottom: 5rem;
}
.session-box-sub.small span.pink{
color: #e87db4;
font-weight: 700;
font-size: clamp(22px, 5.5vmin, 34px);
}
h4{
font-size:  clamp(16px, calc(24vmin / 4), 22px);
}
.course-outline h4 span.pink{
color: #e87db4;
font-weight: 700;
}
.pinkSmall{
color: #e87db4;
font-weight: 700;
}
.btit{
font-weight: 700;
}
/*実践トレーニング　色設定*/
.page-lp .course .tr {
  --course: #F7BFB4;
  --course-sub: #FAE5D3;
  --list-marker: #F7BFB4;
  --accent: #F7BFB4;
 /* --table-row: 5;*/
   --table-row: 4;
 
 
}
/*起業研修　色設定*/
.page-lp .course .biz {
  --course: #C5DA70;
  --course-sub: #F4FBD8;
  --list-marker: #C5DA70;
  --accent: #C5DA70;
  --table-row: 5;
}