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


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

    common

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

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


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



/*
    コンテンツ
================================*/
.container {
  float: right;
  width: 730px;
}

.trendWordContainer {}

.headerTtl {
  margin-bottom: 20px;
  position: relative;
}

.headerTtl > img { display: block; }

.headerTtl > span {
  background-color: rgba(22,21,17,0.6);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 15px;
  position: absolute;
  bottom: 10%;
  width: 100%;
}


.trendWordContainer h2 {
  color: crimson;
  font-size: 2.3rem;
  font-weight: 700;
  margin: 30px 0 20px;
  text-align: center;
}

.trendWordContainer h3 {
  color: mediumblue;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 20px;
  padding-left: 1em;
  text-indent: -1em;
}


.trendWordContainer p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

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

.flexCont_inner {
  width: 49%;
}

/* ランキング */
.rankingList {
font-size: 1.6rem;
margin-bottom: 30px;
width: 49%;
}

.rankingList > li {
  border-bottom: 2px solid #333;
}

.rankingList > li > a {
  color: #333;
  display: block;
  font-weight: 700;
  padding: 15px 10px;
}

.rankingList > li > a:hover {
  background-color: #ececec;
  text-decoration: none;
}

.rankingList > li  span {
  display: inline-block;
  font-size: 2.3rem;
  font-weight: 700;
  margin-right: 10px;
  vertical-align: text-bottom;
}

/* 公開講座ランキング */
.rankingList.bup {
  margin-bottom: 50px;
  width: 100%;
}

.rankingList.bup > li {
  counter-increment: ranking;
}

.rankingList.bup > li > a {
font-weight: 500;
padding-left: 45px;
position: relative;
}

.rankingList.bup > li > a::before {
  content: counter(ranking);
  display: inline-block;
  font-size: 2.3rem;
  font-weight: 700;
  margin-right: 10px;
  position: absolute;
  left: 10px;
  top: 12px;
  vertical-align: text-bottom;
}

/* 1位～3位 */
.rankingList.bup > li[class^="no"] { border-bottom: 4px solid #333; }

.rankingList.bup > li[class^="no"] > a {
  font-size: 2.1rem;
  font-weight: 700;
  padding: 20px 10px 20px 43px;
}

.rankingList.bup > li[class^="no"] > a::before {
  font-size: 3rem;
  top: 16px;
}

.rankingList.bup > li[class^="no"] > a:hover { color: #fff; }

.rankingList.bup > li[class^="no"] > a:hover::before { color: #fff; }


/* 1位 */
.rankingList.bup > li.no1 { border-bottom-color: #DDAF29; }
.rankingList.bup > li.no1 > a::before { color: #DDAF29; }
.rankingList.bup > li.no1 > a:hover { background-color: #DDAF29; }

/* 2位 */
.rankingList.bup > li.no2 { border-bottom-color: #A5A5A5; }
.rankingList.bup > li.no2 > a::before { color: #A5A5A5; }
.rankingList.bup > li.no2 > a:hover { background-color: #A5A5A5; }

/* 3位 */
.rankingList.bup > li.no3 { border-bottom-color: #BD7023; }
.rankingList.bup > li.no3 > a::before { color: #BD7023; }
.rankingList.bup > li.no3 > a:hover { background-color: #BD7023; }


/*
    ランキングのバックナンバー
================================*/
.backnumberList {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.backnumberList > li {}

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

.backnumberList > li > a::before {
  content: "＞";
  display: inline-block;
}


/*
    新作研修のバックナンバー
================================*/
h2.barType {
  background-color: crimson;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 10px;
}

.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) {
.wrapper { width: 100%; }

.container {
  float: none;
  width: 100%;
}

.headerTtl > span {
  font-size: 1.4rem;
  padding: 5px;
}

.trendWordContainer h2 {
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}

.trendWordContainer p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.rankingList {
  margin-bottom: 0;
  width: 100%;
}

.flexCont_inner { width: 100%; }

}/* @media */




