@charset "UTF-8";

/* ! CSSの構成 独自共通要素 ================================================== 
  

サイドバー
スライド囲む
カードリスト
ページトップ
ホワイトボックス
授業リスト
動画表示
フロートリンク
セコカーン　ボタン
バナー
  
-------------------------------------------------- */

.pankuzu{
  font: 500 12px/1em 'Hiragino Sans', sans-serif;
  padding: 15px 40px;
}
.pankuzu a{
  color: #1D608C;
}




.drawer-hamburger,drawer-nav{
  display: none;
}

@media screen and (max-width: 678px){
  .drawer-hamburger{
    display: block;
  }
  .pankuzu{
    display: none;
  }

}


/* ! サイドバー ================================================== */
aside > section {
  padding: 30px;
}
aside > section + section {
/*   margin: 16px 0 0; */
padding: 0 30px 0;
}

/* ログイン */
aside > .login [class*="btn_"],
aside > .login .btntext{
  margin: 16px 0 0;
}



/* 新着情報 */
.list_text {
  margin: -10px 0;
}
.list_text > li{
  border-bottom: 1px dotted #eee;
}
.list_text article {
  padding: 10px 0;
}
.list_text .date {
  color: #ccc;
  font: 700 12px/1em 'Hiragino Sans', sans-serif;
}
.list_text .ttl {
  color: #666;
  font: 600 13px/1.7em 'Hiragino Sans', sans-serif;
}


/* 人気記事ランキング */
.list_ranking {
  margin: -10px 0;
  counter-reset: number 0;
}
.list_ranking article {
  position: relative;
  padding:10px 0 10px 48px;
}
.list_ranking li + li{
  border-top: 2px solid #f4f4f4;
}
.list_ranking article p {
  color: #1D608C;
  font: 600 13px/1.7em 'Hiragino Sans', sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_ranking article p.date{
  color: #999;
  font: 400 11px/1.7em 'Hiragino Sans', sans-serif;
  width: 100%;
  text-align: right;
  padding: 0 5px 0 0;
}
.list_ranking article:before {
  counter-increment: number 1;
  content: counter(number) " ";
  color: #ccc;
  font: 600 20px/1em 'Hiragino Sans', sans-serif;
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translate(-50% ,-50%);
  -ms-transform: translate(-50% ,-50%);
  transform: translate(-50% ,-50%);
}
.list_ranking article:after{
  content: "";
  position: absolute;
  border: 2px solid #ccc;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list_ranking li:first-child article:before,
.list_ranking li:first-child article:after{
  color: #D3BA4A;
  border-color: #D3BA4A;
}
.list_ranking li:nth-of-type(2) article:before,
.list_ranking li:nth-of-type(2) article:after{
  color: #9A9A9A;
  border-color: #9A9A9A;
}
.list_ranking li:nth-of-type(3) article:before,
.list_ranking li:nth-of-type(3) article:after{
  color: #B18655;
  border-color: #B18655;
}

.list_ranking article .text_btm{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}


/* ! カードリスト ================================================== */
/* カード */

.slide-list {
  display: flex;
}

.slide-list ul > li{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction:column; flex-direction:column;
}

.slide-list .slide-item {
  width: calc(25% - 15px);
}

.slide-list .slide-item + .slide-item {
  margin-left: 15px;
}

.slide-list .slide-item .img {
  text-align: center;
}

.slide-list .slide-item .img img {
  object-fit: contain;
  height: 150px;
  width: 100%;
}

@media screen and (max-width: 768px){
  .slide-list {
    display: block;
  }

  .slide-list .slide-item {
    width: 100%;
  }

  .slide-list .slide-item img{
    width: 100%;
  }

  .slide-list .slide-item + .slide-item {
    margin-left: 0;
    margin-top: 15px;
  }
}

article.card {
  width: 100%;
  -webkit-flex: 1 1 auto; flex: 1 1 auto;
  background: #fff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,.1);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -ms-transition: 0;
}
li.main > section:nth-child(even) article.card{
  background: #ECF1F4;
}
li.main > section article.card{
  -webkit-box-shadow: none;
  box-shadow: none;
}


/* ビデオマークをつける */
li.main > section article.card.video {
  position: relative;
}
li.main > section article.card.video:before {
  pointer-events: none;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/ico_play_white.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 200;
}




li.main > section article.card .text{
  padding: 10px 0;
}

article.card:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0px 3px 0px 0px #222,0px 4px 12px 1px rgba(0,0,0,.2);
  box-shadow: 0px 3px 0px 0px #222,0px 4px 12px 1px rgba(0,0,0,.2);
}
article.card > a {
  color: #fff;
  padding: 20px;
  width: 100%;
  height: 100%;
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
  background: rgba(1,75,110,.9);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100;
  -ms-transition: 0;
}
article.card > a:after {
  content: attr(data-text)"";
  color: #fff;
  font: 600 15px/1.4em 'noto sans japanese';
  display: inline-block;
  padding: 0 0 8px;
}

.top_news section .large  article.card > a:after {
  font: 600 28px/1.4em 'noto sans japanese';
}



article.card > a:before {
  content: "";
  color: #fff;
  font: 700 12px/1em 'Hiragino Sans', sans-serif;
  text-align: center;
  padding: .6em 1.2em;
  border-radius: 5px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
article.card.prime > a:before {
  content: "PRIME";
  background: #fff;
  color: #F42253;
  border-radius: 50px;
  border: 2px solid #F42253;
}

article.card.free > a:before {
  content: "無料";
  background: #fff;
  color: #49B3CB;
  border-radius: 50px;
  border: 2px solid #49B3CB;
}

/* お気に入り */
.button_favorite {
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/ico_heart_gray.svg);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  z-index: 200;
}
.button_favorite.current {
  background: url(../img/ico_heart_pink.svg);
}

article.card .button_favorite {
  position: absolute;
  top: 12px;
  right: 12px;
}

article.card {position: relative;}

article.card .img .category {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px 8px;
  background: #33476a;
}

article.card .img {
  position: relative;
  text-align: center;
}

article.card.head .img img{
  width: 100%;
  object-fit: cover;
}

article.card.head .subttl{
  height: 50px;
}

@media screen and (max-width: 640px){
  article.card.head .subttl{
    height: 60px;
  }
}

article.card.list .img img{
  height: 200px;
  width: 100%;
  object-fit: contain;
}

article.card .img img.top-img {height: 18vw;}

@media screen and (max-width: 640px){
  article.card .img img.top-img {height: 200px;}
}

article.card .img {
  width: 100%;
  border-radius: 5px 5px 0 0 ;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.top_re .top_new_lessons article.card .img,
.top_re .top_popular article.card .img{
  border-radius: 5px;
}
.tab_wrap article.card .img {
  width: 100%;
  border-radius: 5px 5px 0 0 ;
}

.list_movie article.card .img{
  position: relative;
}

/* トップニュース */
.top_news li {
  display: -webkit-flex;  display: flex;
}
.top_news li > article {
  flex: 1 1 auto;
}

article.card .text {
  padding: 20px;
}

article.card .en {
  font-weight: 400;
}
article.card .ttl {
  color: #024B6E;
  font: 600 13px/1.5em 'Hiragino Sans', sans-serif;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}
article.card .ttl-event {
  color: #024B6E;
  font: 600 13px/1.5em 'Hiragino Sans', sans-serif;
  margin-bottom: 5px;
}
article.card .subttl {
  color: #024B6E;
  font: 250 13px/1.5em 'Hiragino Sans', sans-serif;
}
article.card .date,
article.card .company {
  color: #999;
  font: 400 11px/1em 'Hiragino Sans', sans-serif;
  margin: 3px 0 0; 
}

article.card .category {
  color: #fff;
  font: 700 13px/1.5em 'Hiragino Sans', sans-serif;
}

li.main > section:nth-child(even) article.card .date{
  color: #1D608C;
}

article.card .text_btm{
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
article.card .text_btm .date{
  margin: 3px 0 5px;
}
article.card .text_btm .tagwrap{
  margin: 0 0 0 auto;
}
article.card .text_btm span{
  margin: 0;
}
article.card .text_btm span + span{
  margin: 0 0 0 10px;
}


@media screen and (max-width: 768px){
  article.card .text {
    padding: 10px;
  }
}
@media screen and (max-width: 480px){
  article.card .ttl {
  font: 600 12px/1.5em 'Hiragino Sans', sans-serif;
}
article.card .category {
  font: 600 12px/1.5em 'Hiragino Sans', sans-serif;
  }

}


/* タグ */
.tagwrap{
  font: 400 12px/1.5em 'Hiragino Sans', sans-serif;
}
[class*="tag_"] {
  color: #fff;
  font: 700 11px/1em 'Hiragino Sans', sans-serif;
  display: inline-block;
  border: 2px solid transparent;
  padding: .3em .7em;
  border-radius: 50px;
  margin-right: 10px;
}
.tag_free { 
  color: #49B3CB;
  border-color: #49B3CB;
}
.tag_free:before { content: "無料会員";}
.tag_prime {
  color: #F42253;
  border-color: #F42253;
}
.tag_prime:before { content: "PRIME";}

.tag_join{
  color: #024B6E;
  border-color: #024B6E; 
}
.tag_join:before{ content: "申込済み";}

/* 新着記事 */
.tagwrap .new{
  position: relative;
  font: 700 11px/1em 'Hiragino Sans', sans-serif;
  padding: 0 5px 0 0px;
  color: #ff1f1f;
}
.tagwrap .new:before{
  content: 'NEW';
}

.all .new{
  position: relative;
  font: 700 11px/1em 'Hiragino Sans', sans-serif;
  padding: 0 5px 0 0px;
  color: #ff1f1f;
}
.all .new:before{
  content: 'NEW';
}

/* イベント参加メンバー */
.area_join{
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 !important;
}
.join_member {
  font: 600 14px/1 'noto sans japanese';
  position: relative;
  display: inline-block;
  margin: 0 0 0 auto;
}
.join_member span {
  padding: 0 3px;
}
.join_member:before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 12px; height: 12px;
  background: url(../img/ico_join_member.svg)no-repeat center;
  background-size: contain;
  margin: 0 5px 0 0;
  opacity: .4;
  transform: translate(0,-1px);
}
article.card .tag_join{
  font: 600 11px/1 'noto sans japanese';
  display: inline-block;
}


/* キャラクタータグ */
[class*="tag_tech_"] {
  background-size: auto 13px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  border-width: 2px;
}
[class*="tag_tech_"]:before {
  content: "";
  display: block;
  width: 80px;
  height: 12px;
}


.tag_tech_kushitsutaisakun { 
  border-color: #98c738;
  background: #fff url(../img/tech/ttl_kushitsutaisakun.svg);
}
.tag_tech_manshitsuji { 
  border-color: #42bdd8;
  background: #fff url(../img/tech/ttl_manshitsu.svg);
}
.tag_tech_kirokun { 
  border-color: #e61866;
  background: #fff url(../img/tech/ttl_kirokun.svg);
}
.tag_tech_gaiheking {
  border-color: #fef142;
  background: #fff url(../img/tech/ttl_gaiheking.svg);
}
.tag_tech_kaurino {
  border-color: #D71D29;
  background: #fff url(../img/tech/ttl_kaurino.svg);
}

.tag_tech_kyouikun { 
  border-color: #891b8d;
  background: #fff url(../img/tech/ttl_kyouikun.svg);
}
.tag_tech_chintaicho { 
  border-color: #2A4370;
  background: #fff url(../img/tech/ttl_chintaicho.svg);
}
.tag_tech_tourokun { 
  border-color: #1fabe8;
  background: #fff url(../img/tech/ttl_tourokun.svg);
}
.tag_tech_renotta { 
  border-color: #464140;
  background: #fff url(../img/tech/ttl_renotta.svg);
}
.tag_tech_seko { 
  border-color: #054391;
  background: #fff url(../img/tech/ttl_seko_pattrn2.svg);
}



/*
.tag_movie:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #999;
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 2px;
}
*/
.tag_movie:after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/ico_movie.svg");
  background-size: contain;
  width: 13px;
  height: 13px;
  display: block;
}
.tag_article:after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/ico_article.svg");
  background-size: contain;
  width: 13px;
  height: 13px;
  display: block;
}




@media screen and (max-width: 480px){
  .tag_free { 
  border: 1px solid #49B3CB;
  }
  [class*="tag_"] {
    font-weight: 600;

  }

  
}


/* 商品 */
article.items {
  width: 160px;
  position: relative;
}
article.items > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
article.items:hover {
  text-decoration: underline;
}
article.items .img {
  width: 160px;
  height: 160px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,.1);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,.1);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
article.items:hover .img {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0px 3px 0px 0px #222,0px 4px 12px 1px rgba(0,0,0,.2);
  box-shadow: 0px 3px 0px 0px #222,0px 4px 12px 1px rgba(0,0,0,.2);
}
article.items .text {
  padding: 8px 0;
}
article.items .ttl {
  color: #024B6E;
  font: 500 13px/1.4em 'Hiragino Sans', sans-serif;
}
article.items .price {
  color: #333;
  font: 700 12px/1em 'Hiragino Sans', sans-serif;
  margin: 6px 0 0;
}



/* テックサービス */
/*
article.tech {
  width: 300px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,.1);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
*/
article.tech {
  height: 100%;
  max-height: 90px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,.1);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
/*
  -webkit-box-shadow: 0px 3px 0px 0px #222,0px 4px 12px 1px rgba(0,0,0,.2);
  box-shadow: 0px 3px 0px 0px #222,0px 4px 12px 1px rgba(0,0,0,.2); 
*/ 
}
article.tech:hover {
  -webkit-transform: translateY(
  4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-box-shadow: none;
  box-shadow: none;
}
article.tech > a {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/*
article.tech .img {
  width: 300px;
  height: 100px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
*/
article.tech .img{
  width: 100%;
  height: 100%; 
/*   padding-top: 33.3333%; */
  padding: 20px;
/*   background-size: cover !important; */
  background-position: -35px center !important;
  background-repeat: no-repeat !important;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction:column; flex-direction:column;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
  position: relative;
}
article.tech .img:before{
  content: "";
  opacity: .4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

article.tech .img span{
  color: #fff;
  text-align: center;
  font: 500 12px/1em 'noto sans japanese';
  z-index: 100;
}
article.tech .img img{
  height: 24px;
  margin: 7px 0;
  z-index: 100;
}
 article.tech a{ z-index: 500;}

/* 一時的に表示 */
/*
.top_new_tech .kushitsutaisakun article.tech .img {
  padding-bottom: 28px;
}
*/

/* .top_new_tech .kushitsutaisakun article.tech .img:after, */
.top_new_tech .seko article.tech .img:after,
.top_new_tech .bunsekid article.tech .img:after,
.top_new_tech .baibai article.tech .img:after{
  content: "";
  display: block;
  width: 200px;
  height: 20px;
  /* background: url(../img/seal_2020.svg) no-repeat center center; */
  background-size: contain !important;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 8px;
}
.top_new_tech .seko article.tech .img,
.top_new_tech .bunsekid article.tech .img,
.top_new_tech .baibai article.tech .img,
.top_new_tech .dezakabe article.tech .img,
.top_new_tech .ai-promo article.tech .img{
  padding: 13px 10px 25px !important;
}
.seko article.tech .img span,
.bunsekid article.tech .img span,
.baibai article.tech .img span{
  margin-top: 15px;
}

/* セコカーンラベル削除時に削除 */
.top_new_tech .seko article.tech .img:after{
  /* background: url(../img/seal_2020.svg) no-repeat center center; */
}
/* ぶんせきっどラベル / 売買の窓口ラベル削除時に削除 */
.top_new_tech .bunsekid article.tech .img:after,
.top_new_tech .baibai article.tech .img:after,
.top_new_tech .dezakabe article.tech .img:after,
.top_new_tech .ai-promo article.tech .img:after{
  /* background: url(../img/seal_2020.svg) no-repeat center center; */
}
.top_new_tech .baibai article.tech .img:after{
  /* background: url(../img/seal_2020.svg) no-repeat center center; */
}
/* AIプロモーションラベル削除時に削除 */
.top_new_tech .ai-promo article.tech .img:after{
  /* background: url(../img/seal_2020.svg) no-repeat center center; */
}
.top_new_tech .ai-promo article.tech .img img{
  height: 32px;
  margin: 3px auto 10px;
}
/* DEZAKABEラベル削除時に削除 */
.dezakabe article.tech .img img{
  height: 19px;
  margin: 9px 0 7px;
}

/* サービスバナーのリボン */
.ribbon1 {
  display: inline-block;
  position: relative;
  height: 20px;/*リボンの高さ*/
  line-height: 18px;/*リボンの高さ*/
  text-align: center;
  padding: 0 15px;/*横の大きさ*/
  font-size: 12px;/*文字の大きさ*/
  font-weight: bold;
  background: #FDE104;/*塗りつぶし色*/
  color: #416F3C;/*文字色*/
  box-sizing: border-box;
  /* top: 16px; */
}

.ribbon1:before, .ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 9px 0px 9px 10px;
  border-color: transparent transparent transparent #FFF;
  border-style: solid;
}
.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 9px 10px 9px 0px;
  border-color: transparent #FFF transparent transparent;
  border-style: solid;
}

.baibai.ribbon1:before {
  border-color: transparent transparent transparent #165480;
}
.baibai.ribbon1:after {
  border-color: transparent #165480 transparent transparent;
}
.bunsekid.ribbon1:before {
  border-color: transparent transparent transparent #815630;
}
.bunsekid.ribbon1:after {
  border-color: transparent #815630 transparent transparent;
}
.seko.ribbon1:before {
  border-color: transparent transparent transparent #054391;
}
.seko.ribbon1:after {
  border-color: transparent #054391 transparent transparent;
}

/* ろぼた */
.top_new_tech .robota article.tech .img { background: #888888;}
.top_new_tech .robota article.tech .img:before { background: url(../img/tech/img_robota.svg) no-repeat -25px center;}
/* 売買の窓口 */
.top_new_tech .baibai article.tech .img { background: #dc0017;}
/* .top_new_tech .baibai article.tech .img:before { background: url(../img/tech/img_baibai.svg) no-repeat -32px 1px;} */
/* ぶんせきっど */
.top_new_tech .bunsekid article.tech .img{background:  #815630; padding: 20px 15px;}
.top_new_tech .bunsekid article.tech .img:before{ background: url(../img/tech/img_bunsekid.svg) no-repeat -25px 5px;}
/* セコカーン */
.top_new_tech .seko article.tech .img { background: #054391;}
.top_new_tech .seko article.tech .img:before {background: url(../img/tech/img_seko.svg)no-repeat -40px 4px; background-size: 120px 120px;}
/* くうしつたいさくん */
.top_new_tech .kushitsutaisakun article.tech .img { background: #4C884C;}
.top_new_tech .kushitsutaisakun article.tech .img:before { background: url(../img/tech/img_kushitsutaisakun.svg) no-repeat -25px center;}
/* 満室の窓口 */
.top_new_tech .manshitsuji article.tech .img { background: #42bdd8;}
.top_new_tech .manshitsuji article.tech .img:before { background:url(../img/tech/img_manshitsuji.svg) no-repeat -35px center;}
/* きろくん */
.top_new_tech .kirokun article.tech .img { background: #EF8988;}
.top_new_tech .kirokun article.tech .img:before{ background: url(../img/tech/img_kirokun.svg) no-repeat -15px center;}
/* がいへきんぐ */
.top_new_tech .gaiheking article.tech .img{ background: #f2bc00;}
.top_new_tech .gaiheking article.tech .img:before{ background: url(../img/tech/img_gaiheking.svg) no-repeat -35px center;}
/* カウリノ */
.top_new_tech .kaurino article.tech .img { background: #D71D29;}
.top_new_tech .kaurino article.tech .img:before { background: url(../img/tech/img_kaurino.svg) no-repeat -25px center;}
/* きょういくん */
.top_new_tech .kyouikun article.tech .img { background: #333333;}
.top_new_tech .kyouikun article.tech img { width: 150px; height: auto;}
.top_new_tech .kyouikun article.tech span { margin-top: 10px;}
/* .top_new_tech .kyouikun article.tech .img:before{ background: url(../img/tech/img_kyouikun.svg) no-repeat -25px center;}
 *//* ちんたいちょう */
.top_new_tech .chintaicho article.tech .img { background: #2A4370;}
.top_new_tech .chintaicho article.tech .img:before { background:url(../img/tech/img_chintaicho.svg) no-repeat -25px center;}
/* とうろくん */
.top_new_tech .tourokun article.tech .img { background: #6BCAEF;}
.top_new_tech .tourokun article.tech .img:before { background:url(../img/tech/img_tourokun.svg) no-repeat -25px center;}
/* リノッタ */
.top_new_tech .renotta article.tech .img { background: #464140;}
.top_new_tech .renotta article.tech .img:before { background: url(../img/tech/img_renotta.svg) no-repeat -35px center;}
/*  DEZAKABE */
.top_new_tech .dezakabe article.tech .img { background: #FABE00; padding: 13px 10px 5px !important}
.top_new_tech .dezakabe article.tech .img:before { background: url(../img/tech/img_dezakababy.svg) no-repeat -20px center;}
/* AIプロモ */
.top_new_tech .ai-promo article.tech .img { background: #001235; padding: 13px 10px 5px !important}
.top_new_tech .ai-promo article.tech .img:before { background: url(../img/tech/img_promo-ai.svg) no-repeat -15px center;}
/* SHELFREE */
.top_new_tech .shelfree article.tech .img { background: #697964;}
.top_new_tech .shelfree article.tech .img:before { background: url(../img/tech/img_shelfree.svg) no-repeat -35px 5px;}
/* CIジョー */
.top_new_tech .cijoe article.tech .img { background: #397f5a;}
.top_new_tech .cijoe article.tech .img:before { background: url(../img/tech/img_cijoe.svg) no-repeat -30px center; background-size: 80px 90px;}
/* リクルータロウ */
.top_new_tech .recruitaro article.tech .img { background: #d95c93;}
.top_new_tech .recruitaro article.tech .img:before { background: url(../img/tech/img_recruitaro.svg) no-repeat -30px center; background-size: 80px 90px;}
.top_new_tech .recruitaro article.tech .img img{
  margin: 7px 0 0;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
/* == IE対応 バックグラウンドサイズ 左に -50px == */ 
  /* 売買の窓口 */
  .top_new_tech .baibai article.tech .img:before { background: url(../img/tech/img_baibai.svg) no-repeat -82px 1px;}
  /* ぶんせきっど */
  .top_new_tech .bunsekid article.tech .img:before{ background: url(../img/tech/img_bunsekid.svg) no-repeat -75px 5px;}
  /* セコカーン */
  .top_new_tech .seko article.tech .img:before {background: url(../img/tech/img_seko.svg)no-repeat -90px 4px; background-size: 120px 120px;}
  /* くうしつたいさくん */
  .top_new_tech .kushitsutaisakun article.tech .img:before { background: url(../img/tech/img_kushitsutaisakun.svg) no-repeat -75px center;}
  /* 満室の窓口 */
  .top_new_tech .manshitsuji article.tech .img:before { background:url(../img/tech/img_manshitsuji.svg) no-repeat -85px center;}
  /* きろくん */
  .top_new_tech .gaiheking article.tech .img:before{ background: url(../img/tech/img_gaiheking.svg) no-repeat -85px center;}
  /* がいへきんぐ */
  .top_new_tech .kirokun article.tech .img:before{ background: url(../img/tech/img_kirokun.svg) no-repeat -65px center;}
  /* カウリノ */
  .top_new_tech .kaurino article.tech .img:before { background: url(../img/tech/img_kaurino.svg) no-repeat -75px center;}
  /* きょういくん */
  .top_new_tech .kyouikun article.tech .img:before{ background: url(../img/tech/img_kyouikun.svg) no-repeat -75px center;}
  /* ちんたいちょう */
  .top_new_tech .chintaicho article.tech .img:before { background:url(../img/tech/img_chintaicho.svg) no-repeat -75px center;}
  /* とうろくん */
  .top_new_tech .tourokun article.tech .img:before { background:url(../img/tech/img_tourokun.svg) no-repeat -75px center;}
  /* リノッタ */
  .top_new_tech .renotta article.tech .img:before { background: url(../img/tech/img_renotta.svg) no-repeat -85px center;}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 480px){ 
  /* セコカーン */
  .top_new_tech .seko article.tech .img:before {background: url(../img/tech/img_seko.svg)no-repeat -90px 4px; background-size: 120px 120px;}
}


/* リリース */
.top_new_tech li {
  position: relative;
}
.top_new_tech li.kushitsutaisakun:before,
.top_new_tech li.seko:before {
/*   content: "10/1リリース"; */
  color: #fff;
  font: 700 11px/1em 'Hiragino Sans', sans-serif;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 2px;
  background: #1D608C;
  position: absolute;
  top: -2px;
  right: 0;
  z-index: 2;
}
/*
.top_new_tech li.seko:before {
  content: "12月中旬リリース";
}
*/




@media screen and (max-width: 1080px){
  article.tech .img{
    padding: 15px;
  }
  .top_new_tech .bunsekid article.tech .img{
    padding: 15px 10px;
  }
}



/* ! テキスト ================================================== */
.h1_ttl {
  text-align: center;
  margin: 0 0 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction:column; flex-direction:column;
}
.h1_ttl span{
  font: 500 16px/1.4em 'Hiragino Sans', sans-serif;
  padding: 20px 0 0;
}


.h2_ttl {
  margin: 0 0 30px;
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  position: relative;
  z-index: 200;
  color: #1D608C;
}
.h2_ttl [class*="btnarea"] {
  margin-left: auto;
}

.list_movie .h2_ttl {
  margin: 0 0 26px;
}

@media screen and (max-width: 768px){
  .h2_ttl ,
  .list_movie .h2_ttl{
    margin: 0 0 15px;
  }
  .h1_ttl span{
    font: 500 14px/1.4em 'Hiragino Sans', sans-serif;
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 480px){
  .h2_ttl{
    margin: 0 0 10px;
  }
}



/* ! ホワイトボックス ================================================== */
.white_box {
  background: #fff;
  padding: 16px;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,.1);
  box-shadow: 0px 1px 2px 1px rgba(0,0,0,.1); 
}
.white_box.gray {
  background: #f4f4f4;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,.1) inset;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,.1) inset;
}

/* ! ボックス ================================================== */
.white_box.moreread{
  text-align: center;
  max-width: 640px;
  padding: 50px !important;
  margin: 30px auto 0 !important;
  -webkit-box-shadow: 0px 7px 18px 0px rgba(0,0,0,.1); box-shadow: 0px 7px 18px 0px rgba(0,0,0,.1);
  position: relative;
}
.white_box.moreread a{
  display: block;
}

.white_box.moreread [class*="btn_"]{
  margin: 30px 0 20px;
  display: inline-block
}

.white_box.moreread h4{
  font: 500 18px/1.2em 'Hiragino Sans', sans-serif;
}
.white_box.moreread a.plan{
  text-align: right;
  font: 300 12px/1.2em 'Hiragino Sans', sans-serif;
  color: #676767;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.white_box.moreread a.plan span{
  background: url(../img/ico_right_gray.svg) no-repeat center center;
  background-size: contain;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 0 0 4px;
}
.white_box.moreread a.login{
  font: 500 14px/1.2em 'Hiragino Sans', sans-serif;
  color: #154B6E;
}


/* ! 授業リスト ================================================== */
.list_lessons {
  margin: 0;
  counter-reset: number 0;
}
.list_lessons li + li {
  margin: 8px 0 0;
}
.list_lessons article {
  background: #fff;
  position: relative;
  padding: 16px;
  padding-left: 72px;
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: nowrap; flex-wrap: nowrap;
  -webkit-align-items: center; align-items: center;
  position: relative;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,.1);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-justify-content: space-between; justify-content: space-between;
}
.list_lessons article > div{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline; align-items: baseline;
}
.list_lessons li:not(.now) article:hover {
  -webkit-box-shadow: 0px 3px 0px 0px #222, 0px 6px 4px 0px rgba(0,0,0,.16);
  box-shadow: 0px 3px 0px 0px #222, 0px 6px 4px 0px rgba(0,0,0,.16);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.list_lessons li.now article{
  cursor: default;
}
.list_lessons article > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ビデオタイトル */
.area_playing{
  margin: 0 0 20px;
  padding: 10px 5px 15px;
  border-bottom: solid 1px #ddd;
}
.area_playing p{
  font: 700 18px/1.2em 'Hiragino Sans', sans-serif;
  display: flex;
  align-items: center;
}
.area_playing p:before{
  content: '';
  width: 15px; height: 15px;
  border-radius: 50%;
  background: url(../img/ico_play_navy.svg)no-repeat center;
  background-size: 100% auto;
  margin: 0 10px 0 0;
}
.area_playing p:after{
  content: '再生中';
  font: 500 12px/1.2em 'Hiragino Sans', sans-serif;
  color: #999;
  padding: 0 0 0 7px;
}
.area_playing + p{
  font: 600 15px/1.2em 'Hiragino Sans', sans-serif;
  margin: 0 0 13px;
  padding: 0 0 0 ;
}


.list_lessons article > a:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 20px;
  background: url(../img/ico_play_gray.svg);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list_lessons .test article > a:before {
  background: url(../img/ico_test_gray.svg);
}

@media screen and (max-width: 480px){
  .list_lessons article{
    padding-left: 63px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction:column; flex-direction:column;
    -webkit-align-items: flex-start; align-items: flex-start;
  }
  .list_lessons article{
    padding: 10px 10px 10px 60px;
  }
}

/* 実行中 */
.list_lessons .now article > a {
  border: 3px solid #014b6e;
}
.list_lessons .now article > a:before {
  background: url(../img/ico_play_navy.svg);
  width: 24px;
  height: 24px;
  left: 16px;
}
.list_lessons .test.now article > a:before {
  background: url(../img/ico_test_navy.svg);
  width: 24px;
  height: 24px;
  left: 16px;
}



.list_lessons .number {
  font: 800 14px/1.2em 'Hiragino Sans', sans-serif;
  margin: 0 16px 0 0;
}
.list_lessons .number:after {
  content: ".";
}
.list_lessons p {
  font: 600 16px/1.2em 'Hiragino Sans', sans-serif;
}
.list_lessons .time {
  font: 300 14px/1.2em 'Hiragino Sans', sans-serif;
  margin: 0 0 0 12px;
}
.list_lessons .time:before { content: "(";}
.list_lessons .time:after { content: ")";}


@media screen and (max-width: 480px){
  .list_lessons p{
    font-size: 13px;
  }
  .list_lessons .number{
    font-size: 12px;
  }
}

/* ステータス */
.list_lessons .statuswrap {
  -webkit-flex: 0 0 80px; flex: 0 0 80px;
  margin-left: auto;
  padding-left: 20px;
}

[class*="status_"]:before {
  font: 500 13px/1em 'noto sans japanese';
  text-align: center;
  padding: 8px 0;
  width: 80px;
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,.3) inset;
  box-shadow: 0px 0px 1px 0px rgba(0,0,0,.3) inset;
}
[class*="status_"][class*="not"]:before {
  content: "未視聴";
  color: #ccc;
  background: #eee;
}
[class*="status_"][class*="already"]:before {
  content: "視聴済";
  color: #eee;
  background: #014b6e;
}
[class*="status_"][class*="not_test"]:before {
  content: "未実施";
  color: #ccc;
  background: #eee;
}
[class*="status_"][class*="already_test"]:before {
  content: "実施済";
  color: #eee;
  background: #014b6e;
}
@media screen and (max-width: 480px){
  [class*="status_"]:before{
    padding: 6px 0;
  }
  .list_lessons .statuswrap{
    margin: 5px 0 0 0;
  }
}




.fr-video{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  display: block;
}
.fr-video iframe{
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



/* ! フロートリンク ================================================== */
.link_float {
  position: relative;
}
.link_float > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}


/* ! 動画コンテンツ　カテゴリー ================================================== */
.movie_category {
  max-width: 768px;
  margin: 0 auto;
}
.movie_category article p{
  z-index: 300;
  font: 600 24px/1.2em 'Hiragino Sans', sans-serif;
}
.movie_category article{
  width: 100%;
  border-radius: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
  transition: .2s;
}
.movie_category article a{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 500;
}
.movie_category li article:before{
  content: "";
  display: block;
  width: 100%;
  padding-top: 67%;
}
.movie_category li:nth-of-type(1) article {
  background: url(../img/img_movie_category01.jpg) no-repeat center bottom;
}
.movie_category li:nth-of-type(2) article{
  background: url(../img/img_movie_category02.jpg) no-repeat center bottom;
}
.movie_category li:nth-of-type(3) article{
  background: url(../img/img_movie_category03.jpg) no-repeat center bottom;
}
.movie_category li:nth-of-type(4) article{
  background: url(../img/img_movie_category04.jpg) no-repeat center bottom;
}
.movie_category li:nth-of-type(5) article{
  background: url(../img/img_movie_category05.jpg) no-repeat center bottom;
}
.movie_category li:nth-of-type(6) article{
  background: url(../img/img_movie_category06.jpg) no-repeat center bottom;
}

.movie_category li article:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  opacity: .4;
}
.movie_category li article:hover{
  opacity: .8;
  transition: .3s;
}

.movie_category article p {
  z-index: 300;
  font: 600 20px/1.2em 'Hiragino Sans', sans-serif;
  padding: 15px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
}
@media screen and (max-width: 768px){
  .movie_category article p{
    font-size: 16px;
    padding: 8px;
  }
}



/* ! セコカーンページ ◾︎◾︎◾︎◾︎◾︎◾︎◾︎◾︎◾︎◾︎◾︎◾︎◾︎◾︎◾︎◾︎◾︎◾︎◾︎◾︎◾︎◾︎◾︎◾︎◾︎◾︎◾︎◾︎◾︎◾︎ */
.main_sekokhan {
  padding: 40px 0;
  background: #003580;
}
.main_sekokhan .h2_ttl {
  color: #fff;
}
.area_sekokhan img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.area_sekokhan .sp {
  display: none;
}

@media screen and (max-width: 960px){
  .area_sekokhan .pc {
    display: none;
  }
  .area_sekokhan .sp {
    display: block;
    max-width: 480px;
  }
}
@media screen and (max-width: 480px){
  .area_sekokhan .sp {
    max-width: 320px;
  }
}



/* ! セコカーンメールお問い合わせ ============================== */
.button_text_white {
  color: #fff;
  font: 500 17px/1em 'Hiragino Sans', sans-serif;
  letter-spacing: .04em;
}
.button_text_white:before {
  content: attr(data-ttl) "";
  font: 500 17px/1em 'Hiragino Sans', sans-serif;
}
.area_sekokhan .btnarea_center {
  margin-top: 100px;
}
@media screen and (max-width: 374px){
  .area_sekokhan .btnarea_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
  }
  .button_text_white:before {
    display: block;
    margin: 0 0 6px;
  }
}


/* アーカイブページ */
/* コンテンツ */
.main_archive{
  margin: -20px;
  max-width: none !important;
}
.main_archive li{
  padding: 20px;
}
.main_archive li + li{
  margin: 10px 0 0;
}
.main_archive li > article{
  display: block;
  padding: 20px
}
.main_archive li > article:hover{
  box-shadow: none !important;
  cursor: default;
}
.main_archive .ttl{
  font: 800 22px/1.6em  'Hiragino Sans', sans-serif !important;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 20px !important;
  padding: 0 10px 10px;
  border-bottom: solid 1px #ddd;
}
.main_archive .ttl span{
  font: 500 13px/1.2em 'noto sans japanese',sans-serif !important;
  color: #999;
  margin: auto 0 10px !important;
}
.main_archive .cnt{
  display: flex;
}
@media screen and (max-width: 640px){
  .main_archive .cnt{
    display: block;
  }
}
/* メイン画像 */
.main_archive .img{
  flex: 0 0 320px;
}
.main_archive .img img{
  width: 100%;
  margin: 0;
  -webkit-box-shadow: 0px 5px 12px rgba(0,0,0,.2);
  box-shadow: 0px 5px 12px rgba(0,0,0,.2);
}
.main_archive .img .no_img{
  width: 100%;
  height: 200px;
  background: #eee;
  position: relative;
}
.main_archive .img .no_img:before{
  content: 'NO IMAGE';
  font: 900 30px/1 'noto sans japanese',sans-serif !important;
  color: black;
  width: 100%;
  text-align: center;
  opacity: .05;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
}

/* 記事内スタイル */
.main_archive .txt_wrap{
  position: relative;
  flex: 1 1 auto;
}
.main_archive .txt_wrap:before{
  content: '';
  z-index: 1;
  width: 0; height: 0;
  border-style: solid;
  border-width: 10px 17.3px 10px 0;
  border-color: transparent #f7f7f7 transparent transparent;
  position: absolute;
  left: 21px;
  top: 30px;
  transform: translate(-100%,0);
  display: none;
}
.main_archive .txt{
  flex: 1 1 auto;
  font: 300 14px/2em 'noto sans japanese',sans-serif !important;
  margin: 0 0 20px 20px;
  padding: 20px 30px 70px;
  background: #f7f7f7;
/*
  overflow: auto;
  max-height: 320px;
*/
  -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,.03) inset;
  	  box-shadow: 0px 2px 4px rgba(0,0,0,.03) inset;
  -webkit-overflow-scrolling: touch
}
.main_archive .txt img{
  width: auto; height: auto;
  max-width: 100%;
  margin: 0px 20px 20px 0;
}
.main_archive .txt h2{
  margin: 0 0 10px !important;
  text-align: left !important;
  font: 800 18px/1.6em 'Hiragino Sans', sans-serif !important;
  padding: 0 0 0 15px;
  position: relative;
}
.main_archive .txt h2:before{
  content: '';
  display: block;
  width: 4px; height: 17px;
  position: absolute;
  top: 50%; left: 0;
  transform: translate(0%,-50%);
  background: black;
}
.main_archive .txt span{
  display: inline-block;
}
/* 改行 */
.main_archive .txt p > br{
  clear: both;
}

@media screen and (max-width: 640px){
  .main_archive .txt{
    margin: 15px 0 0;
    padding: 20px 20px 25px;
  }
}

/* 資料ダウンロード */
.type_archives .white_box{
  padding: 40px;
}
.type_archives .list_lessons .statuswrap{
  flex: 0 0 auto;
}
.page_head_archive.formats form {
  max-width: 500px;
}
.type_archives .list_format{
  max-width: none;
}

/* フォーマット */
.list_format {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  background: #f4f4f4;
  padding: 16px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,.1) inset;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,.1) inset;
}
.list_format li {
  padding: 1px;
}
.list_format article {
  cursor: pointer;
  background: #fff;
  padding: 14px 14px 14px 64px;
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: nowrap; flex-wrap: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
.list_format article:hover {
  -webkit-box-shadow: 0px 3px 11px 1px rgba(0,0,0,.2);
  box-shadow: 0px 3px 11px 1px rgba(0,0,0,.2);
  position: relative;
  z-index: 1;
}
.list_format article:before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 50%;
  left: 20px; 
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list_format .doc article:before { background: url(../img/ico_doc.svg);}
.list_format .pdf article:before { background: url(../img/ico_pdf.svg);}
.list_format .xls article:before { background: url(../img/ico_xls.svg);}
.list_format .txt article:before { background: url(../img/ico_txt.svg);}
.list_format .zip article:before { background: url(../img/ico_zip.svg);}
.list_format .jpg article:before { background: url(../img/ico_jpg.svg);}
.list_format .gif article:before { background: url(../img/ico_zip.gif);}

.list_format article > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.list_format .ttl {
  font: 500 13px/1.2em 'noto sans japanese';
  -webkit-flex: 1 1 auto; flex: 1 1 auto;
}
.list_format .date {
  color: #ccc;
  font: 500 12px/1.2em 'noto sans japanese';
  margin: 0 0 0 12px;
}

/* ! バナー ================================================== */
.area_banner{
  position: fixed;
  left: 10px; bottom: 10px;
  width: 100%;
  max-width: 200px;
  z-index: 9;
  background: white;
  transition: all .9s ease;
  transform: translate(0,20%);
  pointer-events: none;
  opacity: 0;
  box-shadow: 2px 6px 16px rgba(0,0,0,.2);
}
.area_banner.view{
  transform: translate(0,0);
  pointer-events: all;
  opacity: 1;
}
.area_banner a{
  display: block;
  cursor: pointer;
}
.area_banner a:hover{
  opacity: .8;
}
.area_banner .img{
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.area_banner .img:before{
  content: '';
  width: 100%;
  padding-top: 160%;
  display: block;
}
@media screen and (max-width: 640px){
  .area_banner{
    max-width: 150px;
    left: 0; bottom: 0;
  }
  .area_banner [class*="button_close"]{
    width: 40px;
    height: 40px;
    border-radius: 0;
    right: 0px;
    top: 0px;
    opacity: 1;
  }
}

.ttl-area {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.banner-area {
  width: 300px; padding: 0; margin: 30px auto;
}

.banner-area .banner{
  margin-top: 10px;
}

.banner-area .banner a:hover{
  opacity: 0.8;
  transition: all 0.3s ease;
}

.document-area h2.ttl{
  padding: 25px 40px 13px;
  font-size: 24px;
}

.document-area h3.ttl{
  font-size: 20px;
  color: #1D608C;
}

.document-area .document-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.document-area .document-list .list {
  width: 33%;
  padding: 15px 10px;
}

.document-area .document-list .list .ttl {
  font-size: 16px;
  font-weight: bold;
  height: 50px;
}

.document-area .document-list .list .img {
  margin: 10px 0;
}
.document-area .document-list .list .img img{
  width: 100%;
  object-fit: contain;
  height: 200px;
}

.document-area .document-list .list .body {
  height: 120px;
  font-size: 14px;
}

.document-area .document-list .list .btn-area {
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 640px){
  .document-area h2.ttl{
    padding: 15px 15px 15px;
    font-size: 24px;
  }

  .document-area .document-list .list {
    width: 100%;
  }
}

.top_news .img.small img{
  object-fit: cover;
  height: 130px;
  width: 100%;
}

.page-head-message {
  background-color: #f7f7f7;
  text-align: center;
  padding: 10px;
  vertical-align: middle;
  font-weight: bold;
}

.page-head-message .message-badge {
  display: inline-block;
  padding: .4em .6em;
  border-radius: 3px;
  font-size: .7em;
  margin-right: 8px;
  vertical-align: middle;
  background: #333333;
  color:#fff;
}

.posts-empty-message {
  padding: 30px 0 60px;
  text-align: center;
}