@charset "utf-8";
/* CSS Document */


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

    common

================================*/
:root { font-size: 62.5%; }/* 1(r)em = 10px */

body {
  color: #333;
  font-family: 'Hiragino Kaku Gothic ProN' , 'ヒラギノ角ゴ ProN' , Meiryo , 'メイリオ' , sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  height: 100%;
  text-align: left;
  width: 100%;
}

#cont { margin: 0; }

.wrapper {
  margin: 20px auto 0;
  /*overflow:hidden;*/
  text-align: left;
  width: 980px;
}

.u_fw-bold { font-weight: bold; }

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

    ナビ

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

.trendWord_nav{}
.trendWord_navLists{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.trendWord_navItem{
  width:25%;
  display:flex;
  border-left: 1px solid #707070;
}
.trendWord_navItem:last-of-type{
  border-right: 1px solid #707070;
}
.trendWord_navItem_target{
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
.trendWord_navItem_target:after{
  font-family: "font awesome 5 free";
  content: "\f107";
  font-weight: 700;
  padding-left: 15px;
}
.trendWord_navItem_target:hover{
  transition: .3s;
  opacity: 0.6;
  color: #333333;
  text-decoration: none;
}


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

    コンテンツ

================================*/
.container {
  float: right;
  width: 730px;
}

.trendWordContainer {
  margin-top: 40px;
}

.headerTtl {
  margin-bottom: 20px;
  position: relative;
}
.headingTtl-bigger{
  font-size: 32px;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
}

.headerTtl > img { display: block; }

.flatTxtBox {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
}

.flexCont {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.flexCont_inner {
  margin-top: 50px;
  width:100%;
}

/*
    見出し
================================*/
.headingTtl {}

/*
    今月のトレンドワード
================================*/
.mainTopicContainer {}
.mainTopic_ttl{
  font-size: 24px;
  font-weight: bold;
}
.mainTopicContainer_wrap{}
.mainTopic_subTtl{
  font-size: 40px;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
}
.mainTopic_txt{
  font-size: 16px;
  margin-top: 20px;
}
/*Pick Up*/
.pickUpBox{
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  margin-top: 40px;
  padding: 20px;
}
.pickUpBox_ttl{
  font-size: 24px;
  font-weight: bold;
  font-family: "Arial";
}
.pickUpBox_ttl:before{
  content: "■";
  padding-right: 5px;
}
.pickUpBox_list_wrap{
  margin-top:20px;
}
.pickUpBox_list_ttl{
  font-size: 14px;
  padding-left: 10px;
}
.pickUpList_item{
  font-size: 16px;
  display: flex;
  position: relative;
}
.pickUpList_item > a{
  color: #2F56B2;
}

.pickUpList_item:before{
  content: "▶";
  font-weight: 700;
  padding-right: 10px;
  color: #2F56B2;
  font-size: 10px;
  position: relative;
  top:4px;
}

/*
    ランキング
================================*/
#lastMonth_trend{
  border: 1px solid #707070;
  margin-right: 16px; 
  box-shadow: 14px 14px #F8BBBB;
  margin-top: 80px;
  padding: 30px
}
.rankingList.column{
  margin-top: 20px;
}
.rankingList_item{
  margin-bottom: 20px;
}
.rankingList_item-trendword{
  font-size: 20px;
  font-weight: bold; 
}
.rankingList_item-trendword.ranking-gold,
.rankingList_item-trendword.ranking-silver,
.rankingList_item-trendword.ranking-bronze{
  font-size: 24px;
}
.rankingList_item-course{
  font-size: 16px;
  font-weight: bold; 
}
.rankingList_item-course.ranking-gold,
.rankingList_item-course.ranking-silver,
.rankingList_item-course.ranking-bronze{
  font-size: 20px;
}


/*ランキング王冠*/

.rankingList_item{}
.rankingList_item > a {
  display: inline-block;
  color: #333;
  padding-left: 52px;
  text-indent: -52px;
}
.rankingList_item > a > span{
  display: inline-block;
  font-size: 14px;
  font-family: "arial";
  color: #fff;
  width: 41px;
  height:30px;
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  text-indent: 0;
  margin-right: 10px;
}
.ranking-gold > a > span{background-image: url(../../../resource/img/ranking/icon_top1.png)}
.ranking-silver > a > span{background-image: url(../../../resource/img/ranking/icon_top2.png)}
.ranking-bronze > a > span{background-image: url(../../../resource/img/ranking/icon_top3.png)}
.ranking-black > a > span{background-image: url(../../../resource/img/ranking/icon_top4.png);}
.rankingList_item.ranking-gold > a > span,
.rankingList_item.ranking-silver > a > span,
.rankingList_item.ranking-bronze > a > span{
  font-size: 20px;
  line-height: 39px;
}
.rankingList_item.ranking-black > a > span{
  line-height: 45px;
}

/* 先月の公開講座申し込みランキング */
#lastMonth_ranking{
  border: 1px solid #707070;
  margin-right: 16px; 
  box-shadow: 14px 14px #F8BBBB;
  margin-top: 80px;
  padding: 30px;
}
.rankingCatTtl{
  font-size: 24px;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom:20px;
}
.rankingCatTtl > span{
}
.rankingCatTtl > span:after{
  content: '';
  position: relative;
  display: inline-block;
  width: 100%;
  height: 1px;
  left: 10px;
  background-color: #ccc;
  bottom: 9px;
}

/*ランキングnav*/
.lastMonth_trainingNav{
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
  flex-wrap: wrap;
}
.lastMonth_trainingNav_item{
  margin: 10px 15px 10px 0;
}
.lastMonth_trainingNav_item:hover{
  opacity:0.6;
  transition: .3s;
}
.lastMonth_trainingNav_itemTarget{
  font-size: 16px;
  background-color: #333333;
  border-radius: 10px;
  padding: 15px 30px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
.lastMonth_trainingNav_itemTarget:hover {
  color: #fff;
  text-decoration: none;
}
.lastMonth_trainingNav_itemTarget:after{
  font-family: "font awesome 5 free";
  content: "\f107";
  font-weight: 700;
  padding-left: 10px;
}
/*ランキングbtn*/
.rankingList_btn{
  text-align: center;
  margin-top: 30px;
  margin-bottom:20px;
}
.rankingList_btnTarget{
  display:inline-block;
  border: 1px solid #707070;
  border-radius: 26px;
  width: 320px;
  padding: 10px 0px;
  font-size:16px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}
.js_rankingList_btnTarget:after{
  content: "＋";
  padding-left: 10px;
}
.js_rankingList_btnTarget-active:after{
  content: "-";
  padding-left: 10px;
}
.rankingList_btn:hover{
  opacity:0.6;
  transition:.3s;
}
.rankingList_btnTarget:hover{
  color: #333;
  text-decoration: none;
}
.js_rankingList_more{
  display:none;
}
.js_is_active{
  display:block;
  animation-name: fade-in;
  animation-duration: .5s;
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/*
    ランキングのバックナンバー
================================*/
#backNumber{
  font-size :24px;
  font-weight: bold;
  margin-top: 80px;
}
#backNumber > span{
  display:none;
}
.backnumberListBox {
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  width: calc(100% / 5);
}

.backnumberListBox_ttl {
  border-bottom: 1px solid #333;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 3px;
}


.backnumberList {
  font-size: 16pxrem;
  margin-bottom: 30px;
  line-height: 1;
}

.backnumberList > li {}

.backnumberList > li + li { margin-top: 10px; }

.backnumberList > li > a {
  font-size: 16px;
  color: #333;
  transition: .3s;
}

.backnumberList > li > a:hover {
  opacity: .6;
  text-decoration: none;
}


/*.backnumberListBox {
  display: inline-block;
  font-family: "游明朝", sans-serif;
  padding: 10px;
  vertical-align: top;
  width: calc(100% / 5);
}

.backnumberListBox_ttl {
  border-bottom: 1px solid #333;
  display: inline-block;
  font-size: 21px;
  margin-bottom: 15px;
  padding-bottom: 3px;
}


.backnumberList {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.backnumberList > li {}

.backnumberList > li + li { margin-top: 10px; }

.backnumberList > li > a {
  color: #333;
  transition: .3s;
}

.backnumberList > li > a:hover {
  opacity: .6;
  text-decoration: none;
}*/




/*
    新作研修のバックナンバー
================================*/
.headingTtl-new {
  font-size: 25px;
  margin: 40px 0 30px;
  text-align: center;
}

.headingTtl-new::after {
  content: url("../../img/ranking/toreken_new.png");
  height: 39px;
  padding-left: 20px;
  width: 53px;
}

.p_w500{width:500px;letter-spacing:-0.5em;margin:-10px;}
.w600 > #contact_box{width:500px;margin:0 auto;}
.p_w100per{width:100%;}
.p_cat_list{font-size:10px;}
.p_indetnt-bottomList{padding-left:3.1em;text-indent:-3.1em;}
.p_va-tag{vertical-align:-2px;}
.is_dropdown_btn:hover{cursor:pointer;text-decoration:underline;}
.is_new_training_list a:before{content:"[派遣]";}
.is_new_training_list a[href*="/bup/"]:before{content:"[公開]";}
.p_w100per > .c_col_2{display:inline-block;vertical-align:top;width:20%;padding:10px;}
.kenshu_flow_banner dt b {padding: 8px 0px 7px 0px;margin-bottom: 0;font-size: 14px;}
.p_display_bl{display:block;}
.p_fs_13 { font-size: 13px; line-height: 1.3; }
.p_fs_18 { font-size: 18px; font-weight: 700; line-height: 1.8; }

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

    ★★レスポンシブ

================================*/
@media screen and (max-width:768px) {
  #cont { margin: 0 10px; }
  .wrapper { width: 100%; }
  .container {
    float: none;
    width: 100%;
  }
  .trendWordContainer p {
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
  }
  .rankingList {
    margin-bottom: 0;
    width: 100%;
  }
  #bc_footer{
    width:100%;
    margin-left: 0;
    margin-right: 0;
  }
}/* @media */

@media screen and (max-width: 768px) {
  .trendWord_navLists{
  }
  .trendWord_navItem{ 
    width: 50%;
    margin: 10px 0;
  }
  .trendWord_navItem:nth-of-type(2){
    border-right: 1px solid #707070;
  }
  .headingTtl-bigger{
    font-size: 30px;
  }
}
@media screen and (max-width:599px) {
  .trendWord_navItem_target{font-size: 14px;}
  .trendWord_navItem_target:after{padding-left: 5px; }
  .rankingList.column { display:block; }
  .mainTopic { float: none;margin-top: 0;width: 100%; }
  .mainTopic_ttl{font-size: 20px;}
  .mainTopic_subTtl{font-size:35px;}
  .pickUpBox {float: none;width: 100%; }
  .pickUpBox{padding: 20px 10px;}
  
  .lastMonth_trainingNav_itemTarget{
    font-size: 14px;
    padding: 15px 18px;
  }
  .headingTtl-bigger{
    font-size: 24px;
  }
  .rankingCatTtl{
    font-size: 20px;
  }
  .rankingList_item-trendword{
    font-size: 16px;
  }
  .rankingList_item-trendword.ranking-gold,
  .rankingList_item-trendword.ranking-silver,
  .rankingList_item-trendword.ranking-bronze{ 
    font-size:22px;
  }
  .rankingList_item-course{
    font-size: 16x;
  }
  .rankingList_item-course.ranking-gold,
  .rankingList_item-course.ranking-silver,
  .rankingList_item-course.ranking-bronze{
    font-size: 18px;
  }
  #lastMonth_trend{
    margin-right: 0;
    padding: 20px 10px;
    box-shadow: none;a
  }
  #lastMonth_ranking{
    margin-right: 0;
    padding: 20px 10px;
    box-shadow: none;a    
  }
  .rankingList_btnTarget{
    width:70%;
    max-width: 320px;
  }
  .backnumberListBox { width: auto; }
}/* @media */


