/* CSS Document */
#base {
  width: 1220px;
}
div#cont{
  margin: 0 10px;
}
div#cont div#c3_lrr {
  width: 1200px;
  line-height: 1.6;
  font-family: helvetica neue,noto sans jp,yu gothic,YuGothic,ヒラギノ角ゴ pron w3,hiragino kaku gothic pron,Arial,メイリオ,Meiryo,sans-serif;
}
.mainCont_wrap{
  display: flex;
  justify-content: space-between;
}
.main{
  width: 970px;
  order: 2;
}
#noSearch{
  transition: .3s;
}
#sideNav, #sideNavRev{
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .main{
    width: 100%;
    order: 2;
  }
}

/************
layout
************/
.l_nav {
  display: flex;
  justify-content: space-between;
}
.l_nav--local{
  margin-top: 15px;
}
.l_nav__list {
  display: flex;
/*  justify-content: space-between;*/
  justify-content: center;
  width: 100%;
}
.l_section__item{
  margin-top: 25px;
}
.l_section__item.m_certificationNews{
  margin-top: 20px;
}
#pickup.l_section__item{
  margin-top: 45px;
}
#filter.l_section__item{
  margin-top: 10px;
}
#corr.l_section__item{
  margin-top: 230px;
}
#selfStudy.l_section__item{
  margin-top: 40px;
  margin-bottom: 40px;
}
#pdu.l_section__item{
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .l_nav{display: block;}
  #filter.l_section__item{
    margin-top: 10px;
  }
  #corr.l_section__item{
    margin-top: 70px;
  }
  #selfStudy.l_section__item{
    margin-top: 70px;
  }
}

/************
module
************/

/*
module_top画
************/
.m_herosArea{
  position: relative;
}
.m_herosArea__keyvisual{
  position: relative;
}
.m_herosArea__keyvisual img{
  vertical-align: bottom;
}
.m_herosArea__inner{
  position: absolute;
  background-color: #fff;
  top: 10px;
  right: 10px;
  height: 280px;
  width: 670px;
  padding: 15px 20px;
  border-radius: 10px;
}
.m_herosArea__ttl{
  color: #23AF72;
  font-size:20px;
  display: flex;
  align-items: center;
}
.m_herosArea__ttl:before{
  content: "";
  display: inline-block;
  background: url("/resource/img/certification/icon_check.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 22px;
}
.m_herosArea__txt + .m_herosArea__ttl{
  margin-top: 5px;
}
.m_herosArea__txt{
  font-size:15px;  
  font-weight: bold;
}
.m_herosArea__ttl a,
.m_herosArea__txt a{
  transition: .3s;
  color: #023fba;
}
.m_herosArea__ttl a:hover,
.m_herosArea__txt a:hover{
  opacity:.7;
}
@media screen and (max-width: 768px) {
  .m_herosArea__keyvisual {
    position: relative;
    width: 100%;
    padding-top: calc(100% * 362/600);
    overflow: hidden;
  }
  .m_herosArea__keyvisual img{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: auto;
    max-width: none;
    height: 100%;
  }
  .m_herosArea__inner{
    display: none;
  }
}
/*
module_nav
************/

.m_spNav_item{
  display: none;
}
.m_herosArea__nav {
  background-color: #F4E47C;
  padding: 15px;
  padding-bottom: 20px;
  display: none;
}
.m_nav__title_main {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.m_nav__item {
  text-align: center;
  background-color: #fff;
  margin: 0 10px;
}
.m_nav__target {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  text-align: left;
  color: #333;
  font-weight: bold;
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
  width: 203px;
  height: 114px;
  padding: 13px;
  position: relative;
}
.m_nav__target-self {
  width: 235px;
}
.m_nav__target:hover {
  opacity: 0.6;
  transition: .3s;
}
.m_nav__target:before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: 45%;
  bottom: 10px;
}
.m_nav__target-certification:before {
  background-image: url("../../img/certification/sarch_course.png.png");
  width: 99px;
  height: 112px;
}
.m_nav__target-corr:before {
  background-image: url("../../img/certification/sarch_book.png");
  width: 105px;
  height: 106px;
  bottom: 5px;
}
.m_nav__target-self:before {
  background-image: url("../../img/certification/sarch_stepup.png");
  width: 125px;
  height: 117px;
}
@media screen and (max-width: 768px) {
  .m_spNav_item{
    display: block;
    margin-top: 40px;
  }
  .m_spNav_search {
    margin-top: 10px;
  }
  .m_spNav_searchBtn {
    position: relative;
    display: block;
  }
  p.m_spNav_searchBtn_str {
    background-color: #23AF72;
    font-size: 28px;
    border-radius: 6px;
    font-weight: 700;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
  }
  .m_spNav_item .m_sideGuideBtn_main{
    padding: 15px;
    padding-top: 25px;
  }
  .m_herosArea__nav{
    padding: 10px;
  }
  .m_nav__title_main{
    font-size: 14px;
  }
  .m_nav__item{
    width: 33.333%;
    margin: 0;
  }
  .m_nav__item + .m_nav__item{
    margin-left: 5px;
  }
  .m_nav__target{
    width: 100%;
    font-size: 14px;
    height: 100%;
    padding: 5px 0px;
    line-height: 1;
    justify-content: center;
  }
  .m_nav__target:before{
    content: none;
  }
}

/*
module_heading
************/

.m_heading--primary{
  text-align: center;
  margin-bottom: 20px;
}
.m_heading__sub {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px dashed #333333;
  position: relative;
  padding-bottom: 0px;
}
.m_nav__title_main, 
.m_heading__sub {
  color: #20222A;
}
.m_heading__sub:before{
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.m_pickup .m_heading__sub:before {
  background-image: url("../../img/certification/icon_pickup.jpg");
  width: 32px;
  height: 59px;
  left: -50px;
  bottom: 0;
}
/*
.m_filter .m_heading__sub:before{
  background-image: url("../../img/certification/title_course.png");
  width: 116px;
  height: 131px;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
}
*/
.m_corr .m_heading__sub:before {
  background-image: url("../../img/certification/title_book.png");
  width: 147px;
  height: 147px;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
}
.m_selfStudy .m_heading__sub:before {
  background-image: url("../../img/certification/title_stepup.png");
  width: 179px;
  height: 166px;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .m_filter .m_heading__sub:before{
    width: 58px;
    height: 65px;
    bottom: 0%;
    right: 110%;
    left: auto;
    transform: translateX(0%);
  }
}
/*
    section共通
================================*/
.m_lineup_btn{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 80px;
}
.m_lineup_btnMain{
  width: 350px;
  font-size: 15px;
  font-weight: bold;
  background-color: #23AF72;
  border-radius: 5px;
  color: #fff;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative; 
}
.m_lineup_btnMain:after{
  content: url("/resource/img/dougahyakkaten/lineup/icon_white_arrow.png");
  display: inline-block;
  right: 20px;
  position: absolute;
}
.m_lineup_btnMain:hover{
  opacity: 0.6;
  transition: .3s;
}

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 599px) {
  .m_lineup_btnMain{
    width: 95%;
    max-width: 350px;
  }
}
/*
お知らせボックス
================================*/
.m_newsBox{
  /*box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);*/
  /*padding: 20px 0px 20px;*/
  padding: 0;
}
.l_section__item.m_newsBox{
  margin-top: 10px;
  width: 90%;
  margin: auto;
}
.m_newsBox__ttl{
  border-bottom: 1px solid #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.m_newsBox__body{
  max-height: 300px;
  overflow: auto;
}
.l_contents--bottom .m_newsBox__body{
  max-height: 200px;
}
.m_newsBox__body a{
  color: #333;
}
.m_newsList {}
.m_newsList > *:last-child { margin-bottom: 0; }

.m_newsList__item {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  font-size: 14px;
}

.m_newsList__container {
  display: flex;
}
.m_newsList__container > *:last-child { margin-bottom: 0; }

.m_newsList__date {
  flex: 0 0 auto;
  margin-right: 30px;
  color: #d66c00;
}

.m_newsList__contents {
  flex: 0 1 auto;
  margin-bottom: 10px;
}

.m_newsList__text {}

.m_newsList__link {
  color: currentColor;
  display: inline-block;
  letter-spacing: 0;
  line-height: 1.5;
  text-decoration: none;
}

.m_newsList__link:hover {
  text-decoration: underline;
}


@media screen and (max-width: 599px){
  .l_section__item.m_newsBox { 
    padding: 12px;
    width: 100%;
  }
  .m_newsBox__ttl{
  font-size: 20px;
  }
  .m_newsBox__body{
    font-size: 16px;
    max-height: 325px;
  }
  .m_newsList__item:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
  .m_newsList__container { display: block; }
}
/*
    最新動画
================================*/
.m_lineup_season_listWrap{
  margin-top: 10px;
}
.m_lineup_season_list{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -7px;
}
.m_lineup_season_listItem{
  display: flex;
  width: 33.333%;
  padding: 12px;
}
.m_lineup_season_card{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
  border: 2px solid #707070;
  padding: 10px;
}
.m_lineup_season_card:hover{
  opacity: 0.6;
  transition: .3s;
}
.m_lineup_season_card_new::before{
  content: "\304A\3059\3059\3081";
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 1;
  display: block;
  line-height: 1;
  font-size: 12px;
  background: #eb042d;
  color: #fff;
  font-weight: bold;
  padding: 6px;
}
.m_lineup_season_card_img{
  position: relative;
  padding-top: calc(100% * 200 / 500);
  background: #f3f3f3;
  overflow: hidden;
}
.m_lineup_season_card_imgMain{
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
}
.m_lineup_season_card_sub{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.m_lineup_season_card_type{
  background: #C86B67;
  font-size: 11px;
  color: #fff;
  padding: 0px 4px;
  display: inline-block;
}
.m_lineup_season_card_time{
  color: #333;
  font-size: 12px;
}
.m_lineup_season_card_time::before{
  content: url("/resource/img/studio/lineup/e-learning_time.png");
  margin-right: 2px;
  line-height: 0;
  vertical-align: -3px;
}
.m_lineup_season_card_entry{
  color: #333;
  font-size: 12px;
}
.m_lineup_season_card_ttl{
  color: #333;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  padding-bottom: 0px;
}
/*.m_lineup_season_card_tagList{
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
}
.m_lineup_season_card_tagItem{
  font-size: 12px;
  color: #333;
  border: 1px solid #333;
  border-radius: 15px;
  padding: 2px 10px;
  line-height: 1;
  margin-right: 5px;
  margin-top: 5px;
}*/
.m_lineup_season_card_sub{
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
.m_lineup_season_card_type{
  background: #C86B67;
  font-size: 12px;
  color: #fff;
  padding: 0px 5px;
  display: inline-block;
}
.m_lineup_season_card_cat{}
.m_lineup_season_card_catStr{
  display:inline-block;
  font-size: 12px;
  color: #333;
  border: 1px solid #333;
  border-radius: 15px;
  padding: 2px 10px;
  line-height: 1;
}
.m_lineup_season_card_periodStr{
  position:relative;
  font-size: 12px;
  display: inline-block;
  color: #333;
  font-weight: bold;
  letter-spacing: -1px;
}
.m_lineup_season_card_periodStr:before{
  margin-right: 5px;
  font-family: fontawesome;
  content: "\f017"; 
}
@media screen and (max-width: 768px) {
  .m_lineup_season_listItem{
    width: 50%;
  }
  .m_lineup_season_card_sub{
    display:block;
  }
  .m_lineup_season_card_period {
    text-align: right;
  }
}
@media screen and (max-width: 599px) {
  .m_lineup_season_listItem{
    width: 100%;
  }
}
/*
    人気動画
================================*/
.m_lineup_popular_listWrap{
  margin-top: 10px;
}
.m_lineup_popular_list{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -4px;
}
.m_lineup_popular_listItem{
  display: flex;
  width: 33.333%;
  padding: 4px;
}
.m_lineup_popular_card{
  position: relative;
  display: flex;
  width: 100%;
  /*max-width: 310px;*/
  margin: 0 auto;
  border: 2px solid #707070;
  flex-direction: column;
  padding:10px;
}
.m_lineup_popular_card::before{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.m_lineup_popular_card:hover{
  opacity: 0.6;
  transition: .3s;
}
.m_lineup_popular_card_img{
  position: relative;
  padding-top: calc(100% * 200 / 500);
  background: #f3f3f3;
  overflow: hidden;
}
.m_lineup_popular_card_imgMain{
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
}

.m_lineup_popular_listItem:nth-of-type(1) .m_lineup_popular_card::before{
  content: url("/resource/img/dougahyakkaten/lineup/ranking_01.png");
}
.m_lineup_popular_listItem:nth-of-type(2) .m_lineup_popular_card::before{
  content: url("/resource/img/dougahyakkaten/lineup/ranking_02.png");
}
.m_lineup_popular_listItem:nth-of-type(3) .m_lineup_popular_card::before{
  content: url("/resource/img/dougahyakkaten/lineup/ranking_03.png");
}
.m_lineup_popular_listItem:nth-of-type(4) .m_lineup_popular_card::before{
  content: url("/resource/img/dougahyakkaten/lineup/ranking_04.png");
}
.m_lineup_popular_listItem:nth-of-type(5) .m_lineup_popular_card::before{
  content: url("/resource/img/dougahyakkaten/lineup/ranking_05.png");
}
.m_lineup_popular_listItem:nth-of-type(6) .m_lineup_popular_card::before{
  content: url("/resource/img/dougahyakkaten/lineup/ranking_06.png");
}
.m_lineup_popular_card_ttl{
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.m_lineup_popular_card_txt{
  font-size: 12px;
  color: #333;
}
.m_lineup_popular_card_sub{
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  line-height: 1;
}
.m_lineup_popular_card_type{
  background: #C86B67;
  font-size: 12px;
  color: #fff;
  padding: 0px 5px;
  display: inline-block;
}
.m_lineup_popular_card_cat{}
.m_lineup_popular_card_catStr{
  display:inline-block;
  font-size: 10px;
  color: #333;
  border: 1px solid #333;
  border-radius: 15px;
  padding: 2px 10px;
  line-height: 1;
}
.m_lineup_popular_card_periodStr{
  position:relative;
  font-size: 12px;
  display: inline-block;
  color: #333;
  font-weight: bold;
  letter-spacing: -1px;
}
.m_lineup_popular_card_periodStr:before{
  margin-right: 5px;
  font-family: fontawesome;
  content: "\f017"; 
}
@media screen and (max-width: 768px) {
  .m_lineup_popular_listItem{
    width: 50%;
  }
  .m_lineup_popular_card_sub{
    /*display:block;*/
  }
  .m_lineup_popular_card_period {
    text-align: right;
  }
}
@media screen and (max-width: 599px) {
  .m_lineup_popular_listItem{
    width: 100%;
  }
}

/*
module_lead
************/

.m_lead__msg{
  font-size: 14px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .m_lead__msg{
    text-align: left;
  }
}
/*
module_about
************/

.m_about__lst{
  display: flex;
  justify-content: space-between;
}
.m_about__lstItm{
  width: 304px;
  border-bottom: 4px solid #3490D1;
}
.m_about .m_heading__itm{
  color: #fff;
  background-color: #3490D1;
  border-radius: 23px;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
}
.m_about__lstItm_img{
  margin-top: 15px;
}
.m_about__lstItm_img_main{
  vertical-align: bottom;
}
.m_about__lstItm_comment{
  margin-top: 5px;
  margin-bottom: 15px;
}
.m_about__lstItm_comment_main{
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .m_about__lst{
    display: block;
  }
  .m_about__lstItm{
    max-width: 304px;
    width: 100%;
    border-bottom: none;
    margin: auto;
  }
  .m_about__lstItm + .m_about__lstItm{
    margin-top: 20px;
  }
}
/*
module_pickup
************/

.m_pickup__lst{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 2px;
}
.m_pickup__lstItm{
}
.m_pickup__lstItm_inner{
  width: 266px;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.16); 
  border: 1px solid #C5C5C5;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #333;
}
.m_pickup__lstItm_inner:hover{
  opacity: 0.6;
  transition: .3s;
}
.m_pickup__lstItm_img{
  max-height: 106px;
}
.m_pickup__lstItm_img_main{
  width: 100%;
  vertical-align: bottom;
}
.m_pickup__lstItm_comment_ttl{
  font-weight: bold;
  padding: 10px 20px; 
}
.m_pickup__lstItm_comment_main{
  font-size: 12px;
  padding: 0 20px 20px; 
  margin-top: auto;
}

.m_pickup__lstItm-pdu .m_pickup__lstItm_inner{
  width: 125px;
  text-align: center;
  line-height: 1.4;
}
.m_pickup__lstItm-pdu 
.m_pickup__lstItm_img{
  background-color: #C5A400;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin: auto;
  text-align: center;
}
.m_pickup__lstItm_img .fas{
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  height: 100%;
}
.m_pickup__lstItm-pdu 
.m_pickup__lstItm_comment_ttl{
  font-size: 20px;
  padding: 0px 20px 10px;
}
.m_pickup__lstItm-pdu 
.m_pickup__lstItm_comment_main{
  text-align: left;
  padding-bottom: 10px;
}

.m_pickup__lstItm_Bg{
  background-color: #C5A400;
  height: 10px;
}
.m_pickup__lstItm_Bg-up{
  border-bottom: 1px solid #C5C5C5;
}
.m_pickup__lstItm_Bg-down{
  border-top: 1px solid #C5C5C5;
}
@media screen and (max-width: 768px) {
  .m_pickup__lst{
    justify-content: center;
  }
  .m_pickup__lstItm{
    width: 266px;
    margin: 15px;
  }
  .m_pickup__lstItm_inner{
    margin: auto;
  }
  .m_pickup__lstItm-pdu .m_pickup__lstItm_inner{
    width: 100%;
  }
  .m_pickup__lstItm-pdu .m_pickup__lstItm_img{
    display: none;
  }
  .m_pickup__lstItm_comment_ttl{
    position: relative;
  }
  .m_pickup__lstItm-pdu .m_pickup__lstItm_comment_ttl{
    display: flex;
    padding: 0;
    height: 100%;
    min-height: 60px;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
    padding-left: 30px;
  }
  .m_pickup__lstItm-pdu .m_pickup__lstItm_comment_ttl:before{
    position: absolute;
    font-family: "Font Awesome 5 free";
    content: "\f005";
    background-color: #C5A400;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    color: #fff;
    font-size: 19px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;

    display: flex;
    align-items: center;
    justify-content: center;
  }
  .m_pickup__lstItm_comment_ttl > br{
    display: none;
  }
}

/*
module_filter
************/

.m_filterWrap__body{
  background-color: #FAF7F3;
  padding: 20px;
  margin-top: 30px;
}
.m_filterWrap__body .m_filter__lst{
  display: flex;
  flex-wrap: wrap;
}
.m_filter__lst:before,
.m_filter__lst:after{
  content: "";
  display: inline-block;
  width:186px;
}
.m_filter__lst:before{
  order: 1;
}
.m_filter__lst:after{
  order: 2; 
}
.m_filter__lstItm{
  text-align: center;
  margin: 0 1px 10px;
}
.m_filter__lstItm_target{
  color: #333333;
  cursor: pointer;
  border: 2px solid #D6D6D6;
  background-color: #fff;
  width: 184px;
  border-radius: 32px;
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
  padding: 5px 9px;
  padding-left: 25px;
  font-size: 14px;
}
.m_filter__lstItm_target:hover,
.m_filter__lstItm_target.js_btn_active{
  color: #fff;
}
.m_filter__lstItm_target[data-filter="all"]:hover,
.m_filter__lstItm_target[data-filter="all"].js_btn_active{
  background-color: #D9C188;
  border-color: #D9C188;
}
.m_filter__lstItm_target[data-filter="dx"]:hover,
.m_filter__lstItm_target[data-filter="dx"].js_btn_active{
  background-color: #3490D1;
  border-color: #3490D1;
}
.m_filter__lstItm_target[data-filter="skill"]:hover,
.m_filter__lstItm_target[data-filter="skill"].js_btn_active{
  background-color: #41A9A5;
  border-color: #41A9A5;
}
.m_filter__lstItm_target[data-filter="field"]:hover,
.m_filter__lstItm_target[data-filter="field"].js_btn_active{
  background-color: #bfbfbf;
  border-color: #bfbfbf;
}
.m_filter__lstItm_target[data-filter="manufacture"]:hover,
.m_filter__lstItm_target[data-filter="manufacture"].js_btn_active{
  background-color: #34b7d1;
  border-color: #34b7d1;
}
.m_filter__lstItm_target[data-filter="basics"]:hover,
.m_filter__lstItm_target[data-filter="basics"].js_btn_active{
  background-color: #d14e34;
  border-color: #d14e34;
}
.m_filter__lstItm_target[data-filter="law"]:hover,
.m_filter__lstItm_target[data-filter="law"].js_btn_active{
  background-color: #F67E62;
  border-color: #F67E62;
}
.m_filter__lstItm_target[data-filter="acct"]:hover,
.m_filter__lstItm_target[data-filter="acct"].js_btn_active{
  background-color: #FEC800;
  border-color: #FEC800;
}
.m_filter__lstItm_target[data-filter="fin"]:hover,
.m_filter__lstItm_target[data-filter="fin"].js_btn_active{
  background-color: #889DD9;
  border-color: #889DD9;
}
.m_filter__lstItm_target[data-filter="archit"]:hover,
.m_filter__lstItm_target[data-filter="archit"].js_btn_active{
  background-color: #ADD134;
  border-color: #ADD134;
}
.m_filter__lstItm_target[data-filter="mgt"]:hover,
.m_filter__lstItm_target[data-filter="mgt"].js_btn_active{
  background-color: #E33497;
  border-color: #E33497;
}
.m_filter__lstItm_target[data-filter="lang"]:hover,
.m_filter__lstItm_target[data-filter="lang"].js_btn_active{
  background-color: #AB82E9;
  border-color: #AB82E9;
}
.m_filter__lstItm_target[data-filter="worker"]:hover,
.m_filter__lstItm_target[data-filter="worker"].js_btn_active{
  background-color: #FB2C41;
  border-color: #FB2C41;
}

.m_filter__lstItm_target:before{
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: inline-block;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.m_filter__lstItm_target[data-filter="all"]:before{background-color:#D9C188 }
.m_filter__lstItm_target[data-filter="dx"]:before{background-color: #3490D1}
.m_filter__lstItm_target[data-filter="skill"]:before{background-color: #41A9A5}
.m_filter__lstItm_target[data-filter="field"]:before{background-color: #bfbfbf}
.m_filter__lstItm_target[data-filter="manufacture"]:before{background-color: #34b7d1}
.m_filter__lstItm_target[data-filter="basics"]:before{background-color: #d14e34}
.m_filter__lstItm_target[data-filter="law"]:before{background-color: #F67E62}
.m_filter__lstItm_target[data-filter="acct"]:before{background-color: #FEC800}
.m_filter__lstItm_target[data-filter="fin"]:before{background-color: #889DD9}
.m_filter__lstItm_target[data-filter="archit"]:before{background-color: #ADD134}
.m_filter__lstItm_target[data-filter="mgt"]:before{background-color: #E33497}
.m_filter__lstItm_target[data-filter="lang"]:before{background-color: #AB82E9}
.m_filter__lstItm_target[data-filter="worker"]:before{background-color: #FB2C41}

.m_filter__lstItm_target:hover:before,
.m_filter__lstItm_target.js_btn_active:before{
  background-color: #fff;
}
.m_filter__cont{
  margin-top: 20px;
}
.m_filter__cont .m_heading__itm{
  font-size: 25px;
  color: #333;
  position: relative;
  display: flex;
  align-items: center;
}
.m_filter__cont .m_heading__itm:before{
  position: relative;
  font-family: "Font Awesome 5 free";
  content: "\f109";
  border-radius: 50%;
  min-width: 45px;
  height: 45px;
  color: #fff;
  background-color: #000;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.m_filter__cont[data-filter="dx"] .m_heading__itm:before{
  background-color: #3490D1;
}
.m_filter__cont[data-filter="skill"] .m_heading__itm:before{
  background-color: #41A9A5;
  content: "\f0ad";
}
.m_filter__cont[data-filter="field"] .m_heading__itm:before{
  background-color: #bfbfbf;
  content: "\f275";
}
.m_filter__cont[data-filter="manufacture"] .m_heading__itm:before{
  background-color: #34b7d1;
  content: "\f013";
}
.m_filter__cont[data-filter="basics"] .m_heading__itm:before{
  background-color: #d14e34;
  content: "";
  background-image: url(/resource/img/certification/icon_cat_management.svg);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: 8px 9px;
}
.m_filter__cont[data-filter="law"] .m_heading__itm:before{
  background-color: #F67E62;
  content: "\f02d";
}
.m_filter__cont[data-filter="acct"] .m_heading__itm:before{
  background-color: #FEC800;
  content: "\f1ec";
}
.m_filter__cont[data-filter="fin"] .m_heading__itm:before{
  background-color: #889DD9;
  content: "\f51e";
}
.m_filter__cont[data-filter="archit"] .m_heading__itm:before{
  background-color: #ADD134;
  content: "\f1ad";
}
.m_filter__cont[data-filter="mgt"] .m_heading__itm:before{
  background-color: #E33497;
  content: "\f007";
}
.m_filter__cont[data-filter="lang"] .m_heading__itm:before{
  background-color: #AB82E9;
  content: "\f0ac";
}
.m_filter__cont[data-filter="worker"] .m_heading__itm:before{
  background-color: #FB2C41;
  content: "\f2bb";
}
.m_filter__cont .m_heading__itm__num{
  font-size: 16px;
  margin-top: 10px;
  margin-left: 10px;
}
.m_filter__contLst{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
.m_filter__contLst:before{
  content: "";
  width: 300px; 
  order: 1;
}
.m_filter__contLst:after{
  width: 300px;
}
.m_filter__contColumn{
  width: 300px;
}
.m_filter__contColumn:nth-child(n + 4){
  margin-top: 14px;
}
.m_filter__columnItm + .m_filter__columnItm{
  margin-top: 14px;
}
.m_filter__columnItm_ttl{
  background-color: #fff;
  border-left: 7px solid #000;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px dotted #ACACAC;
  position: relative;
  /* cursor: pointer; */
  font-weight: normal;
  padding: 5px 33px 5px 10px;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/*
.m_filter__columnItm_ttl:hover{
  background-color: #EFE9E0;
  transition: .3s;
}
*/

.m_filter__cont[data-filter="dx"] .m_filter__columnItm_ttl{
  border-left-color: #3490D1;
}
.m_filter__cont[data-filter="skill"] .m_filter__columnItm_ttl{
  border-left-color: #41A9A5;
  content: "\f0ad";
}
.m_filter__cont[data-filter="field"] .m_filter__columnItm_ttl{
  border-left-color: #bfbfbf;
  content: "\f275";
}
.m_filter__cont[data-filter="manufacture"] .m_filter__columnItm_ttl{
  border-left-color: #34b7d1;
  content: "\f013";
}
.m_filter__cont[data-filter="basics"] .m_filter__columnItm_ttl{
  border-left-color: #d14e34;
  content: "\f509";
}
.m_filter__cont[data-filter="law"] .m_filter__columnItm_ttl{
  border-left-color: #F67E62;
  content: "\f02d";
}
.m_filter__cont[data-filter="acct"] .m_filter__columnItm_ttl{
  border-left-color: #FEC800;
  content: "\f1ec";
}
.m_filter__cont[data-filter="fin"] .m_filter__columnItm_ttl{

  border-left-color: #889DD9;
  content: "\f51e";
}
.m_filter__cont[data-filter="archit"] .m_filter__columnItm_ttl{
  border-left-color: #ADD134;
  content: "\f1ad";
}
.m_filter__cont[data-filter="mgt"] .m_filter__columnItm_ttl{
  border-left-color: #E33497;
  content: "\f007";
}
.m_filter__cont[data-filter="lang"] .m_filter__columnItm_ttl{
  border-left-color: #AB82E9;
  content: "\f0ac";
}
.m_filter__cont[data-filter="worker"] .m_filter__columnItm_ttl{
  border-left-color: #FB2C41;
  content: "\f2bb";
}
/*
.m_filter__columnItm_ttl:before{
  position:absolute;
  font-family: "Font Awesome 5 free";
  content: "\f067";
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;  
}

.m_filter__cont[data-filter="dx"] .m_filter__columnItm_ttl::before{
  background-color: #3490D1;
}
.m_filter__cont[data-filter="skill"] .m_filter__columnItm_ttl::before{
  background-color: #41A9A5;
}
.m_filter__cont[data-filter="field"] .m_filter__columnItm_ttl::before{
  background-color: #bfbfbf;
}
.m_filter__cont[data-filter="manufacture"] .m_filter__columnItm_ttl::before{
  background-color: #34b7d1;
}
.m_filter__cont[data-filter="basics"] .m_filter__columnItm_ttl::before{
  background-color: #d14e34;
}
.m_filter__cont[data-filter="law"] .m_filter__columnItm_ttl::before{
  background-color: #F67E62;
}
.m_filter__cont[data-filter="acct"] .m_filter__columnItm_ttl::before{
  background-color: #FEC800;
}
.m_filter__cont[data-filter="fin"] .m_filter__columnItm_ttl::before{
  background-color: #889DD9;
}
.m_filter__cont[data-filter="archit"] .m_filter__columnItm_ttl::before{
  background-color: #ADD134;
}
.m_filter__cont[data-filter="mgt"] .m_filter__columnItm_ttl::before{
  background-color: #E33497;
}
.m_filter__cont[data-filter="lang"] .m_filter__columnItm_ttl::before{
  background-color: #AB82E9;
}
.m_filter__cont[data-filter="worker"] .m_filter__columnItm_ttl::before{
  background-color: #FB2C41;
}
*/
.m_filter__columnItm_ttlMain{
  font-size: 15px;
}
.m_filter__columnItm_ttlNum{
  font-size: 12px;
  align-self: center;
  display: none;
}
.m_filter__columnItm_ttlNum_main{
  font-size: 15px;
  font-weight: bold;
}
.m_filter__columnItm_lst{
  background-color: #fff;
/*
  overflow: hidden;
  height: 0;
  opacity: 0;
*/
  transition: .3s;
}
.m_filter__columnItm_lstItm{
  border-bottom: 1px dotted #ACACAC;
  padding: 3px 10px 3px 20px;
}
.m_filter__columnItm_lstItm:last-of-type{
  border-bottom: none;
}
.m_filter__columnItm_lstItm_target{
  font-size: 14px;
  color: #333333;
}
.m_filter__columnItm_lstItm_target:hover{
  text-decoration: underline;
}
.m_filter__columnItm_lstItm_tagLst{
  /*display: flex;*/
  display: none;
  flex-wrap: wrap;
  margin-top: 5px;
}
.m_filter__columnItm_lstItm_tagItm{
  border-radius: 32px;
  width: 56px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #000;
  text-align: center;
  font-size: 10px;
  border-color: #0095FF;
  color: #0095FF;
  margin-right: 5px;
}
.m_filter__variousMethod{
  display: none;
  background-color: #fff;
  border: 1px dashed #333;
  border-radius: 20px;
  margin-top: 10px;
  padding: 10px 35px;
}
.m_filter__variousMethod .m_heading__itm{
  color: #20222A;
  font-size: 25px;
  text-align: center;
}
.m_filter__variousMethod_lst{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.m_filter__variousMethod_itm{
  width: 33.333%;
}
.m_filter__variousMethod_itmWrap{
  width: 192px;
  display: flex;
  flex-direction: column;
  margin:auto;
}
.m_heading__min{
  border: 2px solid #3490D1;
  border-radius: 19px;
  color: #3490D1;
  text-align: center;
  padding: 4px 0;
}
.m_filter__variousMethod_itmImg{
  text-align: center;
  margin-top: auto;
}
.m_filter__variousMethod_itmImg_main{
  vertical-align: bottom;
}
.m_filter__variousMethod_itmMsg{
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .m_filterWrap__body{
    padding:  20px;
  }
  .m_filter__cont .m_heading__itm{
    text-align: center;
    font-size: 20px;
    flex-wrap: wrap;
  }
  .m_filter__cont .m_heading__itm__num{
    margin-top: 3px;
  }
  .m_filter__contLst{
    display: block;
  }
  .m_filter__contColumn{
    width: 100%;
  }
  .m_filter__contColumn + .m_filter__contColumn{
    margin-top: 10px;
  }
  .m_filter__lst{
    width: calc(186px*2);
    margin: auto;
  }
  .m_filter__lstItm-all{
    width: calc(186px*2);
  }
  .m_filter__lstItm_target[data-filter="all"]{
    width: 100%;
  }
  .m_filter__variousMethod_lst{
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5px;
  }
  .m_filter__variousMethod_itm{
    width: auto;
  }
  .m_filter__variousMethod_itmWrap{
    margin: 0 15px;
    margin-top: 15px;
    width: 187px;
  }
}
@media screen and (max-width: 599px){
  .m_filter__msgWrap{
    margin: 0 -15px;
  }
  .m_heading__sub{
    font-size: 18px;
  }
  .m_filter__lst{
    width: calc(167px*2);
    margin: auto;
  }
  .m_filter__lstItm-all{
    width: calc(167px*2);
  }
  .m_filter__lstItm_target{
    width: 165px;
    font-size: 12px;
  }
  .m_filter__variousMethod{
    padding: 15px 10px;
    margin: 10px 0px 0;
  }
  .m_filter__variousMethod .m_heading__itm{
    font-size: 18px;
  }
  .m_filter__variousMethod_itmWrap{
    width: 157px;
    margin-top: 25px;
  }
  .m_filter__variousMethod_itmImg{
    display:none;
  }
}
@media screen and (max-width: 499px){
  .m_filter__lst{
    width: 280px;
    margin: auto;
  }
  .m_filter__lstItm_target{
    padding: 3px 5px 3px 21px;
    width: 138px;
  }
  .m_filter__lstItm_target:before {
    width: 15px;
    height: 15px;
    left: 5px;
  }
}
@media screen and (max-width: 399px){
  .m_heading__min .m__tag-elearning{
    font-size: 14px;
  }
}

/*
module_corr
************/

.m_corr__lst{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 2px;
  margin-top: -20px;
}
.m_corr__lst:before{
  content: "";
  width: 314px;
  order: 1;
}
.m_corr__lst:after{
  content: "";
  width: 314px;
}
.m_corr__itm{
  margin-top: 20px;
}
.m_corr__itmTarget{
  width: 314px;
  border: 1px solid #C5C5C5;
  height: 100%;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
  display: flex;
  flex-direction: column
}
.m_corr__itmTarget:hover{
  opacity: 0.6;
  transition: .3s;
}
.m_corr__itmImg_main{
  width: 100%;
}
.m_corr__itmTtl,
.m_corr__itmMsg{
  padding: 0 15px;
}
.m_corr__itmTtl{
  margin-top: 5px;
  margin-bottom: 5px;
}
.m_corr__itmTtl_main{
  font-weight: bold;
  color: #333333;
  line-height: 1.2;
  min-height: 38px;
}
.m_corr__itmTtl_main-fp{
  letter-spacing: -0.6px;
}
.m_corr__itmMsg {
  min-height: 38px;
  margin-bottom: 10px;
}
.m_corr__itmMsg_main{
  font-size: 12px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .m_corr .m_heading__sub:before {
    background-image: url(../../img/certification/title_book.png);
    width: 65px;
    height: 65px;
    bottom: 0%;
    right: 110%;
    left: auto;
    transform: translateX(0%);
  }
  .m_corr__lst{
    justify-content: center;
  }
  .m_corr__lst:after{
    width: 270px;
  }
  .m_corr__itm{
    margin: 20px 15px 15px; 
  }
  .m_corr__itmTarget{
    width: 240px;
  }
}
@media screen and (max-width: 599px){
  .m_corr__itmTarget{
    max-width: 314px;
    width: 100%;
  }
}
/*
module_selfStudey
************/
#selfStudy .m_heading__sub > br{
  display: none;
}
.m_selfStudy__flier{
  position: relative;
}
.m_selfStudy__flierImg_main{
  vertical-align: bottom;
}
.m_selfStudy__flierMsg,
.m_selfStudy__flierBtn{
  position: absolute;
  left: 60px;
}
.m_selfStudy__packTarget{
  border: 1px solid #BBBBBB;
  display: inline-block;
  width: 100%;
}
.m_selfStudy__flierTarget:hover,
.m_selfStudy__packTarget:hover{
  opacity: 0.6;
  transition: .3s;
}
.m_selfStudy__flierMsg{
  color: #333333;
  width: 366px;
  bottom: 130px;
}
.m_selfStudy__flierBtn{
  color: #008BDC;
  border: 2px solid #008BDC;
  border-radius: 26px;
  background-color: #fff;
  padding: 5px 200px;
  font-size: 17px;
  display: inline-block;
  text-align: center;
  bottom: 50px;
}
.m_selfStudy__flierTarget:hover .m_selfStudy__flierBtn{
  transition: .3s;
  background-color: #008BDC;
  color: #fff;
}
.m_selfStudy__packLst{
  width: 800px;
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
}
.m_selfStudy__packItm{
  position: relative;
  width: 380px;
}
.m_selfStudy__packHeading{
  padding: 16px;
  text-align: center;
}
.m_selfStudy__packHeading_main{
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: left; 
  display: inline-block;
}
.m_selfStudy__packItm-smart .m_selfStudy__packHeading{
  background-color: #4D3E8C;
}
.m_selfStudy__packItm-value .m_selfStudy__packHeading{
  background-color: #E2623A;
}
.m_selfStudy__packBg{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  height: 328px;
  padding: 15px 35px;
}
.m_selfStudy__packItm-smart .m_selfStudy__packBg{
  background-image: url("../../img/certification/bg_smartpack.jpg");
}
.m_selfStudy__packItm-value .m_selfStudy__packBg{
  background-image: url("../../img/certification/bg_valuepack.jpg");
}
.m_selfStudy__packItm-smart .m_selfStudy__packImg{
  margin-top: 6px;
}
.m_selfStudy__packImg_main{
  vertical-align: bottom;
}
.m_selfStudy__packMsg{
  font-size: 14px;
  color: #333;
  width: 220px;
  line-height: 1.4;
  margin-top: 10px;
  letter-spacing: -0.5px;
  min-height: 105px
}
.m_selfStudy__packBtn{
  display: inline-block;
  border-radius: 26px;
  font-size: 17px;
  padding: 5px 30px;
  margin-top: 10px;
  
}
.m_selfStudy__packItm-smart .m_selfStudy__packBtn{
  border: 2px solid #1B1564;
  color: #1B1564;
}
.m_selfStudy__packTarget:hover .m_selfStudy__packBtn-smart{
  background-color: #1B1564;
  color: #fff;
  transition: .3s;
}
.m_selfStudy__packItm-value .m_selfStudy__packBtn{
  border: 2px solid #DD4333;
  color: #DD4333;
}
.m_selfStudy__packTarget:hover .m_selfStudy__packBtn-value{
  background-color: #DD4333;
  color: #fff;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .m_selfStudy .m_heading__sub:before {
    background-image: url(../../img/certification/title_stepup.png);
    width: 79px;
    height: 74px;
    bottom: 0%;
    right: 110%;
    left: auto;
    transform: translateX(0%);
  }
  .m_selfStudy__flierMsg{
    display: none;
  }
  .m_selfStudy__flierMsg, .m_selfStudy__flierBtn {
    position: absolute;
    left: 6%;
  }
  .m_selfStudy__flierBtn {
    color: #008BDC;
    border: 2px solid #008BDC;
    border-radius: 26px;
    background-color: #fff;
    padding: 5px 0px;
    font-size: 17px;
    display: inline-block;
    text-align: center;
    bottom: 15%;
    width: 51%;
  }
  .m_selfStudy__packLst{
    margin-top: 10px;
    width: auto;
  }
  .m_selfStudy__packItm-smart{
    width:50%;
    margin-right: 5px;
  }
  .m_selfStudy__packItm-value{
    width:50%;
    margin-left: 5px;
  }
  .m_selfStudy__packMsg{
    display: none;
  }
  .m_selfStudy__packItm{
    /*width: 47%;*/
  }
  .m_selfStudy__packItm-value .m_selfStudy__packBg,
  .m_selfStudy__packItm-smart .m_selfStudy__packBg{
    background-image: none;
  }
  .m_selfStudy__packBg{
    height: auto;
  }
  .m_selfStudy__packHeading_main{
    font-size: 17px;
  }
  .m_selfStudy__packImg{
    text-align: center;
  }
  .m_selfStudy__packBtn{
    padding: 5px 0px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  #selfStudy .m_heading__sub > br{
    display: block;
  }
  .m_selfStudy__packHeading{
    padding: 5px;
  }
  .m_selfStudy__packHeading_main{
    font-size: 14px;
  }
  .m_selfStudy__packBg{
    padding: 5px;
  }
  .m_selfStudy__flierBtn{
    font-size: 14px;
  }
  .m_selfStudy__packBtn{
    font-size: 12px;
  }
}
@media screen and (max-width: 499px) {
  .m_selfStudy__packHeading_main{
    font-size: 12px;
  }
}
@media screen and (max-width: 399px){
  .m_selfStudy__packLst{
    display: block
  }
  .m_selfStudy__packItm{
    width: 100%;
    margin: 0;
  }
  .m_selfStudy__packItm + .m_selfStudy__packItm{
    margin-top: 10px;
  }
}
/*
qaLink
************/
.m_qaLink{
  text-align: center;
}
.m_qaLink__ttl{
  position: relative;
  display: inline-block;
  padding: 0 2em;
  font-weight: 700;
  font-size: 20px;
}
.m_qaLink__ttl::before, .m_qaLink__ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 1.4em;
  height: 2px;
  margin: auto 0;
  border-radius: 100px;
  background: #333;
}
.m_qaLink__ttl::before {
  left: 0;
  transform: rotate(45deg);
}
.m_qaLink__ttl::after {
  right: 0;
  transform: rotate(-45deg);
}
.u_hide {
  display: none;
}
.m_qaLink__target{
  transition: .3s;
}
.m_qaLink__target:hover {
  opacity: .7;
}
@media screen and (max-width: 599px){
  .u_resSmInline {
    display: inline;
  }
}
/*
module_pdu
************/
.m_pduWrap{
  background-color: #FAF7F3;
  padding: 25px 15px;
}
.m_pdu .m_heading--primary{
  text-align: left;
  margin-bottom: 30px;
}
.m_pdu .m_heading__sub{
  display: block;
  border-bottom: none;
  position: relative;
  padding-bottom: 0;
  padding-left: 60px;
}
.m_pdu .m_heading__sub:before{
  position: absolute;
  font-family: "Font Awesome 5 free";
  content: "\f005";
  background-color: #C5A400;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 23px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m_pdu__columnItm_lst{
  background-color: #fff;
  border-left: 7px solid #C5A400;
  padding: 15px;
}
.m_pdu__columnItm_lstItm{
  display: flex;
  justify-content: space-between;
}
.m_pdu__columnItm_lstItm + .m_pdu__columnItm_lstItm{
  margin-top: 5px;
}
.m_pdu__columnItm_lstItm_target{
  color: #23466e;
  font-size: 14px;
  text-decoration: underline;
}
.m_pdu__columnItm_lstItm_target:hover{
  color: #77aad7;
}
.m_pdu__columnItm_lstItm_tagLst{
  min-width: 95px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.m_pdu__columnItm_lstItm_tagItm{
  border-radius: 32px;
  width: 45px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #000;
  text-align: center;
  font-size: 10px;
  border-color: #0095FF;
  color: #0095FF;

}
.m_pdu__columnItm_lstItm_tagItm + .m_pdu__columnItm_lstItm_tagItm{
  margin-left: 5px;
}
@media screen and (max-width: 599px) {
  .m_pduWrap{
    padding: 20px 10px ;
  }
  .m_pdu__columnItm_lstItm_tagLst{
    min-width: 80px;
  }
  .m_pdu__columnItm_lstItm_tagItm{
    width: 35px;
  }
}
/************
m_tag-color
************/
.m_tag-apply{
  border-color: #7937FF;
  color: #7937FF;
  height: 0;
  opacity: 0;
}
.m_tag-elearning{
  border-color: #FF0000;
  color: #FF0000;
  height: 0;
  opacity: 0;
}
.m_tag-corr{
  border-color: #FF00D5;
  color: #FF00D5;
  height: 0;
  opacity: 0;
}
/************
utility
************/
@media screen and (max-width: 768px) {
  .u_md_noneBr{
    display: none;
  }
}
/************
search
************/
#searchField, #searchedSearchField, #contSearchField {
  font: 500 14px helvetica neue, noto sans jp, yu gothic, YuGothic,  hiragino kaku gothic pron, Arial,Meiryo, sans-serif;
  display: flex;
  align-items: center;
}
#searchField.searchField{
  margin-left: 0px;
  min-width: 200px;
  /*justify-content: flex-end;*/
  display: block;
  margin-top: 10px;
}
#searchField.searchField--res{
  display: none;
}
#searchField .searchField__heading {
  padding: 8px 10px;
  margin-bottom: 10px;
  background: #9e2730
}
#searchField .searchField__ttl {
  line-height: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 700
}
#searchField.searchField__item {
  transition: .3s;
}
#searchField .searchField__item + .searchField__item, #searchedSearchField .searchField__item + .searchField__item {
  margin-top: 8px
}
#searchField .searchField__item + .searchField__item--opt, #searchedSearchField .searchField__item + .searchField__item--opt {
  margin-top: 12px;
  text-align: right
}
.searchField__item.searchField__item--opt{
  text-align: right;
  font-size: 14px;
  color: #707070;
  margin: 5px 0;
}
#searchField .searchField__label {
  line-height: 1;
  font-size: 12px
}
#searchField .searchField__field, #searchedSearchField .searchField__field, #contSearchField .searchField__field {
  position: relative
}
#searchField .searchField__field--lineupPage, #contSearchField .searchField__field {
  width: 200px;
  margin-left: auto;
}
#searchField .searchField__field > input, #searchedSearchField .searchField__field > input, #contSearchField .searchField__field > input {
  padding: 0;
  width: 100%;
  border: solid 1px;
  border-right: none;
  text-indent: 1em;
  line-height: 2em;
  outline: none;
}
#searchField .searchField__btn, #searchedSearchField .searchField__btn, #contSearchField .searchField__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  background: #23AF72;
  width: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
#searchField .searchField__btn:hover{
  opacity: .7;
}
#searchField .searchField__btn > img, #searchedSearchField .searchField__btn > img, #contSearchField .searchField__btn > img {
  vertical-align: top !important
}
#searchField .searchField__btn > i{
  font-size: 16px;
  color: #fff;
}
#searchField .m_search__wordsList{
  display: flex;
  flex-wrap: wrap;
}
#searchField .m_search__wordTtl{
  margin: 5px 0;
}
#searchField .m_search__wordTtl_main{
  font-size: 12px;
  font-weight: 700;
}
#searchField .m_search__word{
  margin-right: 5px;
  line-height: 1.8;
}
#searchField .m_search__word_target{
  text-decoration: underline;
  font-size: 11px;
  color: #333;
  transition: .3s;
}
#searchField .m_search__word_target:hover{
  opacity: .7;
}  
#mainCont .searchField__reset{
  text-align: right;
  margin-top:20px;
  margin-bottom:2px;
}
#mainCont .searchField__resetTarget{
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  color: #052674;
  text-decoration: underline;
  line-height: 1;
  font-size: 14px
}
#mainCont .searchField__resetTarget:hover{
  /*color: #f79494;
  text-decoration: underline*/
  opacity:0.6;
  transition: .3s;
}
.searchField__item.js_isHide,.js_isHide {
  display: none
}
#resultSearch {
  position: relative;
}
#resultSearch .searchField__resetTarget,
#resultSearch .m_search_resultItm_target{
  color: #23466e;
  font-size: 14px;
  text-decoration: underline; 
}
#resultSearch.searchField__item{ 
  transform:translateY(30px);
  opacity: 0;
}
#resultSearch.searchField__item.js_isHide{}
#resultSearch.searchField__item.js_searchActive{
  transition: .3s;  
  transform:translateY(0px);
  opacity: 1;
}
#resultSearch .resultSearch_ttl{
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  margin-bottom:25px;
}
#resultSearch .resultSearch_ttl{
  font-size: 25px;
  font-weight: bold;
}
#resultSearch .resultSearch_ttlMain_searchWord{}
#resultSearch .resultSearch_ttlNum{
  margin-left: 15px;
}
#resultSearch .resultSearch_ttlNum_searchNum{}
#resultSearch .resultSearch_cont{
  background-color: #FAF7F3;
  padding: 25px 15px;  
}
#resultSearch .resultSearch_list{
  background-color: #fff;
  padding: 15px;
}
#resultSearch .m_search_resultItm{
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
#resultSearch .m_search_resultItm-none{
  list-style: none;  
}
#resultSearch .m_search_resultItm + .m_search_resultItm{
  margin-top: 5px;
}
#resultSearch .m_search_resultItm_target:hover{
  color: #77aad7;
}
#resultSearch .m_search_resultItm_target{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#resultSearch .m_search_resultItm_tagList{
  min-width: 122px;
  display: none;
}
#resultSearch .m_search_resultItm_target:hover .m_search_resultItm_tagList{
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #searchField.searchField{
    margin-left: auto;
    justify-content: flex-end;
    min-width: auto;
  }
  #searchField.searchField--res{
    display: block;
  }
  #searchField .searchField__list{
    width: 100%;
    max-width: 300px;
  }
  #searchField .searchField__field--lineupPage, #contSearchField .searchField__field{
    width: 100%;
    margin-left: 0;
  }
  #searchField .searchField__field > input, #searchedSearchField .searchField__field > input, #contSearchField .searchField__field > input{
    padding: 5px 10px 5px 0px;
    line-height: 1em;
  }
  #searchField .searchField__btn > i{
    font-size: 14px;
  }
  #resultSearch .resultSearch_ttl{
    font-size: 20px;
  }
  #resultSearch .resultSearch__target:hover + .resultSearch__descr {
    display: none
  }
}
@media screen and (max-width: 599px){
  #resultSearch .m_search_resultItm{
    display: block;
  }
  #resultSearch .m_search_resultItm + .m_search_resultItm{
    margin-top: 15px;
  }
  #resultSearch .m_search_resultItm_target{
    display: block;
    justify-content: space-between;
    width: 100%;
  }
}

#searchField.searchField--modal{
  display: none;
}

/************
js
************/
/*table*/
.js_filter_table{
  display: none;
}
.js_filter_table.js_is_active{
  display: block;
  animation: appear .5s ease;
}
@keyframes appear {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
/*title*/
.m_filter__columnItm_ttl.js_is_open{
  background-color: #EFE9E0; 
}
.m_filter__columnItm_ttl.js_is_open:before {
    content: "\f068";
}
/*list*/
.m_filter__columnItm_lst.is-itemLink{
  height: auto;
  opacity: 1;
}

/*
左ナビ
*******************/
.m_sideNav_item{
  line-height: 1.6;
}
.m_sideNav_item + .m_sideNav_item{
  margin-top: 10px;
  margin-bottom: 10px;
}
.m_sideNav_item + .m_sideNav_item-case{
  margin-bottom: 20px;
}
.m_sideNavTtl{
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
/* サイドナビの初めての方はこちらボタン */
.m_sideNav_item-sideGuideBtn{}
.m_sideGuideBtn{
  position: relative;
  display: block;
}
.m_sideGuideBtn_hasMark{
  padding-top: 0px;
}
.m_sideGuideBtn:hover{
  transition: .3s;
  opacity: 0.6;
}
.m_sideGuideBtn_mark{
  position: absolute; 
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 4px solid #23AF72;
  background-color: #fff;
  border-radius: 20px;
  padding: 5px 8px;
}
.m_sideGuideBtn_markMain{
  color: #23AF72;
  font-weight: bold;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: -1px;
}
.m_sideGuideBtn_markMain_biginner:before{
  content: url("/resource/img/dougahyakkaten/lineup/icon_biginner.png");
  position: relative;
  top: 3px;
  padding-right: 5px;
}
.m_sideGuideBtn_main{
  background-color: #23AF72;
  font-size: 18px;
  border-radius: 6px;
  font-weight: bold;
  color: #fff;
  padding: 25px 0 15px;
  text-align: center;
  letter-spacing: -1px;
}
.m_sideGuideBtn_main_search{
  font-size: 18px;
}
.m_sideGuideBtn_main_search::before{
  content: "\f002";
  margin-right: 12px;
  font-weight: normal;
  font-family: "FontAwesome";
}
.m_sideGuideBtn_bottom .m_sideGuideBtn_main{
  padding-top: 20px;
  font-size: 20px;
}
/* トップへもどるバナー */
.m_sideToTopBn{
  display: block;
  padding: 6px 6px 24px;
  background: #88111f;
  transition: .3s opacity;
}
.m_sideToTopBn:hover{
  opacity: .7;
}
.m_sideToTopBn_img{
  line-height: 0;
  text-align: center;
}
.m_sideToTopBn_img img{
  max-width: 100%;
  height: auto;
}
.m_sideToTopBn_btn{
  display: flex;
  align-items: stretch;
  font-size: 14px;
}
.m_sideToTopBn_btn::before{
  content: "";
  width: 0;
  height: 2.5em;
}
.m_sideToTopBn_btnTarget{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-left: 16px;
  border-radius: 100px;
  font-weight: bold;
  color: #88111f;
  background: #fff;
}
.m_sideToTopBn_btnTarget::before{
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg);
}
/* 全講座一覧 */
.m_allItemsNum--sideNav{
  font-size: 16px;
}
/* テーマから探す*/
.m_themeWord_itemTarget {
  display: block;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  padding-left: 1rem;
  color: #333;
  transition: .3s;
}
.m_themeWord_itemTarget:hover{
  opacity: .7;
}
.m_themeWord_itemTarget:before {
  content: "\f105";
  position: absolute;
  left: 0;
  display: block;
  font-family: FontAwesome;
}
.m_themeWord_itemTarget--lg{
  font-size: 18px;
}
.js_themeItemsNum{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.js_themeItemsNum > span{
  padding: 2px 12px;
  border-radius: 100px;
  line-height: 1;
  font-size: 13px;
  background: #efefef;
}
/*事例*/
.m_sideCase__link{
  display: flex;
  color: #333;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  border: 1px solid #23AF72;
  border-left: 9px solid #23AF72;
  padding: 6px 12px;

  background: linear-gradient(to right, #23AF72 0, #23AF72 50%, rgba(255, 255, 255, 0) 0) no-repeat left 100% center / 200% 100%;
  transition: .3s background-position, .3s color;
}
.m_sideCase__link:hover{
  color: #fff;
  background-position: left 0% center;
}
.m_sideCase__link:before{
  position: relative;
  font-family: "Font Awesome 5 free";
  content: "\f15c";
  color: #23AF72;
  font-size: 20px;
  display: inline-flex;
  margin-right: 10px;
  transition: .3s;
}
.m_sideCase__link:hover:before{
  color: #fff;
}
@media screen and (max-width: 768px){
  .m_themeWord{
    margin-top: 10px;
  }
}