<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*===============================

base

================================*/
/* 蝓ｺ譛ｬ險ｭ螳� */
body{
  color: #333;
  font: 400 15px "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", Arial, 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
  line-height: 1.6;
  letter-spacing: .01em;
  counter-reset: aimIndex qaIndex ranking;
}
#c3_lr main *{font-family:inherit;}
main *{line-height:1.6;}

/*vue*/
[v-cloak]{display:none;}

/* -------------
譌｢蟄呂SS豢ｻ逕ｨ
------------- */
/* 繝懊ヨ繝�繝医ャ繝礼判蜒� */
.top_section{}
.top_section__imageWrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 3px;
}
.top_section__comment {
  background-color: #F5EEE6;
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 100%;
}
.top_section__comment__logo {
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 0 0 10px;
  width: 100%;
}
.top_section__comment__text {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 10px;
  padding: 0 15px;
  word-break: break-all;
}
.top_section__image{
  text-align: center;
}
.top_section__image img{ vertical-align: bottom; }

.top_section__aside{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  line-height: 1;
  font-size: 11px;
}
.top_section__code + .top_section__date{
  padding-left: 16px;
}
.top_section__image + .top_section__aside{
  margin-top: 8px;
}
.top_section__aside + .notice_box__w500{
  margin-top: 8px;
}

.top_section__ida { 
  margin: 0 0 0 auto; 
  line-height: 0;
}

.top_section__ida a:hover { opacity: .6; }
.top_section--new .top_section__comment {
  justify-content: center;
}
.top_section--new .top_section__comment__text{
  margin: 0;
}
.top_section--new .top_section__image{
  flex: 0 0 440px;
}
.top_section--new .top_section__image img{
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px){
  .top_section__ida { margin: 5px 5px 5px auto; }
}
@media screen and (max-width: 599px){
  .top_section__code + .top_section__date{ padding-left: 8px; }
  .top_section__imageWrap { display: block; }
  .top_section__comment__logo { display: none; }
  .top_section__comment { padding: 10px;margin-bottom: 0; }
  .top_section__comment__text { font-size: 13px; }
}

@media screen and (max-width: 768px){
  .top_section__comment__logo { margin-bottom: 0; }
  .top_section__comment { padding: 0;margin-bottom: 0; }
  .top_section__comment__text { font-size: 13px; }
}

/* 繝溘ラ繝ｫ蜀咏悄莉倥″繝ｩ繧､繝ｳ繝翫ャ繝� */
.p_linkHasImg{
  display: flex;
  align-items: flex-start;
  color: inherit;
}
/* .p_linkHasImg:hover{
  opacity: .7;
} */
.p_linkHasImg_img{
  flex: 0 0 136px;
  position: relative;
  padding-top: calc(136px * 90 / 136);
  overflow: hidden;
}
.p_linkHasImg_img img{
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
}
.p_linkHasImg_img + .p_linkHasImg_body{
  padding-left: 12px;
}
.p_linkHasImg_body{
  flex: 1 1 auto;
}
.p_linkHasImg_heading{
  margin-bottom: 4px;
}
.p_linkHasImg_catch{
  padding-left: 67px;
  font-size: 11px;
  line-height: 1.4;
}
.p_linkHasImg_catch + .p_linkHasImg_ttl{
  margin-top: 2px;
}
.p_linkHasImg_ttl{
  position: relative;
  padding-left: 67px;
  color: #002D8E;
  font-weight: bold;
  font-size: 16px;
}
.p_linkHasImg_ttl--noIco{
  padding-left: 0;
}
.p_linkHasImg_msg{
  font-size: 15px;
}
.p_linkHasImg .p_linkHasImg_ttl::before{
  content: "\6D3E\9063";
  display: inline-block;
  margin-right: 4px;
  padding: 3px 0px;
  background: #C9202D;
  line-height: 1;
  color: #fff;
  font-size: 13px;
  min-width: 60px;
  text-align: center;
  position: absolute;
  top: 3px;
  left: 0;
}/*豢ｾ驕｣*/
.p_linkHasImg .p_linkHasImg_ttl--noIco::before{
  content: none;
}

@media screen and (max-width: 768px){
  .p_linkHasImg_img{
    flex: 0 0 auto;
    width: 40%;
    padding-top: calc(40% * 135 / 337);
  }
  .p_linkHasImg_body{
    width: 60%;
  }
  .p_linkHasImg_ttl{
    padding-left: 0;
  }
  .p_linkHasImg .p_linkHasImg_ttl::before{
    position: static;
    display: block;
    max-width: 60px;
  }
}
@media screen and (max-width: 599px){
  .p_linkHasImg_img{
    flex: 0 0 132px;
    width: auto;
    padding-top: calc(132px * 135 / 337);
  }
  .p_linkHasImg_ttl{
    font-size: 14px;
  }
  .p_linkHasImg_msg{
    display: none;
  }
}
/* 蜍慕判逋ｾ雋ｨ蠎励き繝ｼ繝� */
.m_lineup_movie_card{
  position: relative;
  display: block;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  border: 2px solid #707070;
  padding: 8px; /* 繧ｪ繝ｼ繝絶輔Λ繧､繝� */
}
.m_lineup_movie_card:hover{
  opacity: 0.6;
  transition: .3s;
}
.m_lineup_movie_card_new::before{
  content: url(/resource/img/studio/lineup/e-learning_new.png);
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 1;
  display: block;
  line-height: 0;
}
.m_lineup_movie_card_img{
  position: relative;
  padding-top: calc(100% * 200 / 500);
  background: #f3f3f3;
  overflow: hidden;
}
.m_lineup_movie_card_imgMain{
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
}
.m_lineup_movie_card_sub{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.m_lineup_movie_card_type{
  background: #C86B67;
  font-size: 11px;
  color: #fff;
  padding: 0px 4px;
  display: inline-block;
}
.m_lineup_movie_card_time{
  color: #333;
  font-size: 12px;
}
.m_lineup_movie_card_time::before{
  content: url("/resource/img/studio/lineup/e-learning_time.png");
  margin-right: 2px;
  line-height: 0;
  vertical-align: -3px;
}
.m_lineup_movie_card_entry{
  color: #333;
  font-size: 12px;
}
.m_lineup_movie_card_ttl{
  color: #333;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  padding-bottom: 32px;
}
.m_lineup_movie_card_tagList{
  position: absolute;
  left: 8px; /* 繧ｪ繝ｼ繝舌�繝ｩ繧､繝� */
  bottom: 8px; /* 繧ｪ繝ｼ繝舌�繝ｩ繧､繝� */
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
}
.m_lineup_movie_card_tagItem{
  font-size: 10px; /* 繧ｪ繝ｼ繝舌�繝ｩ繧､繝� */
  color: #333;
  border: 1px solid #333;
  border-radius: 15px;
  padding: 2px 10px;
  line-height: 1;
  margin-right: 5px;
  margin-top: 5px;
}

/*===============================

layout

================================*/
/* 繝ｩ繝�ヱ繝ｼ */
.l_wrap{}
.l_wrap__nav + .l_wrap__body{
  margin-top: 24px;
}

/* 遽 */
.l_section{}
.l_section__item{}
.l_section--primary{}
.l_section--primary &gt; .l_section__item + .l_section__item{
  margin-top: 40px;
}
.l_section--secondary &gt; .l_section__item + .l_section__item{
  margin-top: 40px;
}

/* 繝翫ン */
.l_nav{
  display: flex;
  align-items: stretch;
}
.l_nav__item{
  display: flex;
  width: 100%;
}
.l_nav__target{
  display: block;
  width: 100%;
}
.l_nav--local{
  margin: -8px;
}
.l_nav--local .l_nav__item{
  padding: 8px;
}
@media screen and (max-width: 768px){
  .l_nav--local{
    margin: -4px;
  }
  .l_nav--local .l_nav__item{
    padding: 4px;
  }
}
/* 繧ｰ繝ｪ繝�ラ */
.l_grid{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.l_grid__item{
  display: flex;
}
.l_grid__inner{
  display: block;
  width: 100%;
}
.l_grid--bkNav{
  margin: -4px;
}
.l_grid--bkNav .l_grid__item{
  padding: 4px;
}
.l_grid--movie{
  margin: -4px;
}
.l_grid--movie .l_grid__item{
  padding: 4px;
}
/* 繝輔Ξ繝�け繧ｹ */
.l_flex {
  display: flex;
}
.l_gap_30 {
  gap: 30px;
}
/*===============================

module

================================*/
/* 繧｢繧､繧ｳ繝ｳ */
.m_hasIco{
  position: relative;
  display: block;
}
.m_hasIco::before{
  content: "";
  position: absolute;
  left: 0;
  display: block;
}
.m_hasIco--topic{
  padding-left: 40px;
}
.m_hasIco--topic::before{
  content: "\f0eb";
  left: 8px;
  top: 3px;
  line-height: 1;
  font-size: 32px;
  font-family: FontAwesome;
}
.m_hasIco--pickup{
  padding-left: 40px;
}
.m_hasIco--pickup::before{
  content: "\f005";
  top: 3px;
  line-height: 1;
  font-size: 32px;
  font-family: FontAwesome;
}
.m_hasIco--category{
  padding-left: 40px;
}
.m_hasIco--category::before{
  content: "\f249";
  top: 3px;
  line-height: 1;
  font-size: 32px;
  font-family: FontAwesome;
}
.m_hasIco--bk{
  padding-left: 40px;
}
.m_hasIco--bk::before{
  content: "\f04a";
  top: 3px;
  line-height: 1;
  font-size: 32px;
  font-family: FontAwesome;
}
@media screen and (max-width: 599px){
  .m_hasIco--topic{
    padding-left: 34px;
  }
  .m_hasIco--topic::before{
    top: 1px;
    font-size: 26px;
  }
  .m_hasIco--pickup{
    padding-left: 34px;
  }
  .m_hasIco--pickup::before{
    top: 1px;
    font-size: 26px;
  }
  .m_hasIco--category{
    padding-left: 34px;
  }
  .m_hasIco--category::before{
    top: 1px;
    font-size: 26px;
  }
  .m_hasIco--bk{
    padding-left: 34px;
  }
  .m_hasIco--bk::before{
    top: 1px;
    font-size: 26px;
  }
}
/* 隕句�縺� */
.m_heading{}
.m_heading__ttl{
  font-weight: bold;
  line-height: 1.4;
}
.m_heading__sub{}
.m_heading--primary{
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid #8F1E35;
}
.m_heading--primary .m_heading__ttl{
  color: #8F1E35;
  font-size: 24px;
}
.m_heading--secondary{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 12px 8px;
  border-bottom: 1px solid;
}
.m_heading--secondary .m_heading__ttl{
  font-size: 20px;縲
}
.m_heading--secondary .m_heading__ttl + .m_heading__sub{
  margin-left: 8px;
}
.m_heading--secondary .m_heading__sub{
  font-weight: bold;
  font-size: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 599px){
  .m_heading--primary{
    margin-bottom: 16px;
    padding-bottom: 6px;
  }
  .m_heading--primary .m_heading__ttl{
    font-size: 18px;
  }
  .m_heading--secondary .m_heading__ttl{
    font-size: 16px;
  }
  .m_heading--secondary .m_heading__sub{
    font-size: 16px;
  }
}
/* 繧ｭ繝ｼ繝薙ず繝･繧｢繝ｫ */
.m_keyvisual{
  margin-bottom: 40px;
}
.m_keyvisual__img{
  line-height: 0;
}
.m_keyvisual__img img{
  max-width: 100%;
  height: auto;
}

/* 繝ｭ繝ｼ繧ｫ繝ｫ繝翫ン */
.m_localNav{
  display: flex;
  align-items: stretch;
  border: 2px solid;
  border-radius: 2px;
  color: inherit;
  font-size: 16px;
}
.m_localNav:hover,
.m_localNav.is_current{
  color: #fff;
}
.m_localNav::before{
  content: "";
  display: block;
  width: 0;
  height: 2.2em;
}
.m_localNav__inner{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: bold;
}
.m_localNav--haken{
  color: #8F1E35;
}
.m_localNav--haken:hover,
.m_localNav--haken.is_current{
  background: #8F1E35;
}
.m_localNav--bup{
  color: #194a72;
}
.m_localNav--bup:hover,
.m_localNav--bup.is_current{
  background: #194a72;
}
.m_localNav--dougahyakkaten{
  color: #e40056;
}
.m_localNav--dougahyakkaten:hover,
.m_localNav--dougahyakkaten.is_current{
  background: #e40056;
}
@media screen and (max-width: 599px){
  .m_localNav__inner{
    font-size: 13px;
  }
}
/* 繝｡繧､繝ｳ繧ｳ繝ｳ繝�Φ繝� */
.m_mainCont{}

/* 繧ｫ繝ｼ繝峨�繝ｩ繝�ヱ繝ｼ */
.m_cardWrap{
  position: relative;
  display: block;
  padding: 40px 16px 16px;
  border: 1px solid #8F1E35;
  color: inherit;
}
.m_cardWrap:hover{
  opacity: .7;
}
.m_cardWrap__date{
  position: absolute;
  left: 0;
  top: 0;
  padding: 4px 24px;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  background: #8F1E35; 
}
.m_cardWrap__tagWrap{}
.m_cardWrap__tags{
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: -2px;
}
.m_cardWrap__tagsItem{
  display: flex;
  padding: 2px;
}
.m_cardWrap__tag{
  display: block;
  width: 100%;
  padding: 6px 8px;
  line-height: 1;
  font-size: 12px;
  background: #ffcc99;
}
.m_cardWrap__tagWrap + .m_cardWrap__body{
  margin-top: 12px;
}
.m_cardWrap__body + .m_cardWrap__ttl{
  margin-top: 16px;
}
.m_cardWrap__ttl{
  color: #002D8E;
  font-weight: bold;
  font-size: 18px;
}

/* 繝医ヴ繝�け縺ｮ繝ｩ繝�ヱ繝ｼ */
.m_topicWrap{}
.m_topicWrap__item + .m_topicWrap__item{
  margin-top: 16px;
}

/* 譁ｰ菴懊�繝ｪ繝ｳ繧ｯ繝ｩ繝�ヱ繝ｼ */
.m_newReleaseWrap{}
.m_newReleaseWrap__item + .m_newReleaseWrap__item{
  margin-top: 12px;
}

/* 譁ｰ菴懊�繝ｪ繝ｳ繧ｯ */
.m_newRelease{
  display: block;
  color: #002D8E;
}
.m_newRelease:hover{
  opacity: .7;
}
.m_newRelease__body{
  display: flex;
}
.m_newRelease__ttl{
  flex: 0 1 auto;
  position: relative;
  padding-left: 12px;
}
.m_newRelease__ttl::before{
  content: "\f105";
  position: absolute;
  left: 0;
  display: block;
  font-family: FontAwesome;
}
.m_newRelease__ttl + .m_newRelease__date{
  padding-left: 12px;
  color: #333;
}
.m_newRelease__date{
  flex: 0 0 120px;
}
.m_newRelease__body + .m_newRelease__img{
  padding-left: 16px;
}
.m_newRelease__img{
  flex: 0 0 280px;
  line-height: 0;
}
.m_newRelease__img img{
  max-width: 100%;
  height: auto;
}
.m_newRelease--hasImg{
  display: flex;
}
.m_newRelease--hasImg .m_newRelease__body{
  flex: 1 1 auto;
  display: block;
}
@media screen and (max-width: 768px){
  .m_newRelease__body{
    display: block;
  }
  .m_newRelease--hasImg{
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  .m_newRelease__body + .m_newRelease__img{
    padding: 6px 0 0;
  }
}

/* 繝舌ャ繧ｯ繝翫Φ繝舌�縺ｮ繝翫ン */
.m_bkNav{
  display: flex;
  align-items: stretch;
  border: 1px solid;
  border-radius: 100px;
  color: inherit;
  line-height: 1.2;
  letter-spacing: -1px;
  font-size: 11px;
}
.m_bkNav::before{
  content: "";
  display: block;
  width: 0;
  height: 2.8em;
}
.m_bkNav__inner{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 14px;
}

/* 繝舌ャ繧ｯ繝翫Φ繝舌�縺ｮ繝ｪ繝ｳ繧ｯ縺ｮ繝ｩ繝�ヱ繝ｼ */
.m_backNumberWrap{}
.m_backNumberWrap__nav + .m_backNumberWrap__body{
  margin-top: 24px;
}
.m_backNumberWrap__item + .m_backNumberWrap__item{
  margin-top: 16px;
}

/* 繝舌ャ繧ｯ繝翫Φ繝舌�縺ｮ繝ｪ繝ｳ繧ｯ */
.m_backNumber{
  display: flex;
  align-items: center;
  color: inherit;
}
.m_backNumber__date{
  flex: 0 0 108px;
}
.m_backNumber__body{
  flex: 1 1 auto;
}
.m_backNumber__tagWrap{}
.m_backNumber__tags{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -2px -4px;
}
.m_backNumber__tagsItem{
  display: flex;
  padding: 2px 4px;
}
.m_backNumber__tag{
  display: block;
  width: 100%;
  padding: 6px 8px;
  line-height: 1;
  font-size: 11px;
  background: #ffcc99;
}
.m_backNumber__tagWrap + .m_backNumber__ttl{
  margin-top: 4px;
}
.m_backNumber__ttl{
  color: #002D8E;
}
@media screen and (max-width: 768px){
  .m_backNumber{
    display: block;
  }
  .m_backNumber__date + .m_backNumber__body{
    margin-top: 4px;
  }
}

/*===============================

theme

================================*/
.theme_bup .m_heading--primary{
  border-color: #194a72;
}
.theme_bup .m_heading--primary .m_heading__ttl{
  color: #194a72;
}
.theme_bup .m_cardWrap{
  border-color: #194a72;
}
.theme_bup .m_cardWrap__date{
  background: #194a72; 
}
.theme_dougahyakkaten .m_heading--primary{
  border-color: #e40056;
}
.theme_dougahyakkaten .m_heading--primary .m_heading__ttl{
  color: #e40056;
}
.theme_dougahyakkaten .m_cardWrap{
  border-color: #e40056;
}
.theme_dougahyakkaten .m_cardWrap__date{
  background: #e40056; 
}

/*===============================

utility

================================*/
/* 繧ｫ繝ｩ繝� */
.u_col1{width:8.333%;}
.u_col2{width:16.667%;}
.u_col3{width:25%;}
.u_col4{width:33.333%;}
.u_col5{width:41.666%;}
.u_col6{width:50%;}
.u_col7{width:58.333%;}
.u_col8{width:66.666%;}
.u_col9{width:75%;}
.u_col10{width:83.33%;}
.u_col11{width:91.666%;}
.u_col12{width:100%;}
@media screen and (max-width:768px){
  .u_resMdCol1{width:8.333%;}
  .u_resMdCol2{width:16.667%;}
  .u_resMdCol3{width:25%;}
  .u_resMdCol4{width:33.333%;}
  .u_resMdCol5{width:41.666%;}
  .u_resMdCol6{width:50%;}
  .u_resMdCol7{width:58.333%;}
  .u_resMdCol8{width:66.666%;}
  .u_resMdCol9{width:75%;}
  .u_resMdCol10{width:83.33%;}
  .u_resMdCol11{width:91.666%;}
  .u_resMdCol12{width:100%;}
}
@media screen and (max-width:599px){
  .u_resSmCol1{width:8.333%;}
  .u_resSmCol2{width:16.667%;}
  .u_resSmCol3{width:25%;}
  .u_resSmCol4{width:33.333%;}
  .u_resSmCol5{width:41.666%;}
  .u_resSmCol6{width:50%;}
  .u_resSmCol7{width:58.333%;}
  .u_resSmCol8{width:66.666%;}
  .u_resSmCol9{width:75%;}
  .u_resSmCol10{width:83.33%;}
  .u_resSmCol11{width:91.666%;}
  .u_resSmCol12{width:100%;}
}

/* utility */
.u-bold { font-weight: bold; }
.u-underline { text-decoration: underline; }
.u-color-red { color: #9E2730; }

/* display */
.u_disp-ib { display: inline-block; }

/* color */
.u_c-crimson { color: crimson; }
.u_c-red { color: red; }

/* margin */
.u_ml10 { margin-left: 10px; }
.u_ml20 { margin-left: 20px; }
.u_ml30 { margin-left: 30px; }

/* text align */
.u_ta-l { text-align-last: left !important; }
.u_ta-r { text-align: right !important; }
.u_ta-c { text-align: center !important; }

/* order */
.u_ord0 { order: 0 !important; }
.u_ord1 { order: 1 !important; }
.u_ord2 { order: 2 !important; }
.u_ord3 { order: 3 !important; }
.u_ord4 { order: 4 !important; }
.u_ord5 { order: 5 !important; }
.u_ord6 { order: 6 !important; }
.u_ord7 { order: 7 !important; }
.u_ord8 { order: 8 !important; }
.u_ord9 { order: 9 !important; }
.u_ord9999 { order: 9999 !important; }
.u_ord-1 { order: -1 !important; }

/* 繧ｰ繝ｪ繝�ラ蜀�Ξ繧､繧｢繧ｦ繝� */
/* .l_section__item {
  display: grid;
  gap: 30px;
}
.m_training__list {
  display: grid;
  gap: 30px;
}*/
.m_training__list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -15px;
}
.m_grid_3col {
  grid-template-columns: repeat(3,1fr);
}
.m_grid_2col {
  grid-template-columns: repeat(2,1fr);
}
.m_grid_1col {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
}
/* 
.m_training__item {
  display: block;
}*/
.m_training__item{
  display: flex;
  padding: 15px;
}
.m_training__item--3col{
  width: 33.333%
}
.m_training__item--2col{
  width: 50%;
}
.m_training__item--1col{
  width: 100%;
}
.m_training__link {
  display: block;
  width: 100%;
  transition: .3s;
}
.m_training__link:hover {
  opacity: .7;
}
.m_training__wrap {}
.m_training__inner {
  display: block;
}
.m_training__img {
  width: 100%;
  line-height: 0;
}
.m_training__img img {
  max-width: 100%;
  height: auto;
}
.m_training__img + .m_training__inner{
  margin-top: 10px;
}
.m_training__ttl {
position: relative;
font-size: 15px;
font-weight: bold;
color: #333333;
height: calc(1em * 2 * 1.6);
overflow: hidden;
}
.m_training__item--1col .m_training__ttl {
  height: auto;
}
.m_training__ttl::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3em;
  height: 1.5em;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0.96) 25%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.m_training__date {
  font-size: 12px;
  font-weight: bold;
  color: #8F1E35;
}
.m_training__date + .m_training__ttl{
  margin-top: 5px;
}
.m_training__ttl + .m_training__cnt{
  margin-top: 5px;
}

.m_training__txt {
  position: relative;
  height: calc(1em * 6 * 1.6);
  font-size: 13px;
  color: #333333;
  margin-top: 5px;
  overflow: hidden;
}
.m_training__txt::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3em;
  height: 1.5em;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0.96) 25%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.m_training__dtl {
  color: #333333;
  display: block;
  position: relative;
  font-size: 10px;
  text-align: right;
  margin-top: 5px;
  padding-right: 8px;
}
.m_training__dtl::before {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  display: block;
  right: 0;
}
.m_training__item--1col .m_training__inner {
  width: 100%;
  max-width: 476px;
}
.m_training__item--1col .m_training__img {
  width: 100%;
  max-width: 224px;
}
.m_training__item--1col .m_training__img img {
  width: 100%;
}
.l_flex.m_training__wrap {
  align-items: center;
  flex-direction: initial;
}
.l_flex.m_training__wrap .m_training__txt{
  height: calc(1em * 3 * 1.6);
}
@media (max-width: 786px) {
  .m_training__item--2col_md{
    width: 50%;
  }
  .m_training__item--1col_md{
    width: 100%;
  }
  /* 3繧ｫ繝ｩ繝�竊�2繧ｫ繝ｩ繝� */
  .m_grid_2col__md {
    grid-template-columns: repeat(2,1fr);
  }
  /* 2繧ｫ繝ｩ繝�竊偵Ρ繧､繝� */
  .m_wide__md {
    display: grid;
    grid-template-columns: 1fr;
  }
  .l_flex.m_training__wrap {
    flex-direction: column-reverse;
  }
  .m_training__item--1col .m_training__img {
    max-width: 100%;
  }
  .m_training__item--1col .m_training__inner {
    max-width: 100%;
  }
  .l_flex.m_training__wrap .m_training__txt{
    height: calc(1em * 6 * 1.6);
  }
}

@media(max-width: 576px) {
  .m_training__item--1col_sm{
    width: 100%;
  }
  .m_wide__sm {
    display: grid;
    grid-template-columns: 1fr;
  }
}


/* 遐比ｿｮ繝ｪ繧ｹ繝医�繧､繝ｳ繝翫�繝ｪ繧ｹ繝� */
.m_trainingInner{}
.m_trainingInner__item + .m_trainingInner__item{
  margin-top: 10px;
}
.m_trainingInner__link{
  display: block;
  color: inherit;
  transition: .3s;
}
.m_trainingInner__link:hover {
  opacity: .7;
}
.m_trainingInner__date{
  font-size: 12px;
  font-weight: bold;
  color: #8F1E35;
}
.m_trainingInner__ttl{
  position: relative;
  padding-left: 14px;
  font-size: 13px;
  font-weight: bold;
}
.m_trainingInner__ttl::before{
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}</pre></body></html>