@charset "utf-8";
/* ============================== school_blog ============================== */
.school_blog.page_content4 #tmp_page_bl0 {
  margin-bottom: 80px;
}
.school_blog.page_content4 #tmp_page_bl0 .main_txt.top {
  padding: 50px 55px;
}
.school_blog.page_content4 #tmp_page_bl1::after, .school_infor #tmp_page_bl4::after {
  position: static;
  background: none;
}
.school_blog #tmp_page_bl1 {
  padding: 50px 0 80px;
}
.school_blog #tmp_page_bl1 .container {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
.news#tmp_contents .container h2, .school_blog#tmp_contents .container h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 0 0 35px;
}
.news#tmp_contents .container h2 span, .school_blog#tmp_contents .container h2 span {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #23A4BD;
  padding: 0 6px 0 0;
  display: block;
}
.school_blog div#tmp_inner1 {
  background: transparent;
  border-radius: 10px;
  padding: 40px 60px;
}
.school_blog div#tmp_inner1 .left_box {
  width: 107px;
}
.school_blog div#tmp_inner1 .left_box p {
  font-size: 20px;
  font-weight: 500;
}
.school_blog div#tmp_inner1 .right_box {
  width: calc(100% - 107px);
  padding-left: 60px;
}
.school_blog div#tmp_inner1 .right_box span {
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  border: 1px solid #555;
  display: inline-block;
  padding: 5px 17px;
  margin: 0 7px 10px 0;
  color: #fff;
}
.school_blog div#tmp_inner1 .right_box span.all {
  background: #555;
}
.school_blog div#tmp_inner1 .right_box span.ken {
  color: #CC7645;
  border: 1px solid #CC7645;
}
.school_blog div#tmp_inner1 .right_box span.web {
  color: #51BEC8;
  border: 1px solid #51BEC8;
}
.school_blog div#tmp_inner1 .right_box span.bio {
  color: #6CBC64;
  border: 1px solid #6CBC64;
}
.school_blog div#tmp_inner1 .right_box span.other {
  color: #555;
}
.school_blog ul.tab-group li {
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #555555;
  border-radius: 20px;
  display: inline-block;
  padding: 5px 15px;
  margin-right: 8px;
  margin-bottom: 10px;
}
.school_blog ul.tab-group li.all {
  background: #555555;
  color: #fff;
}
.school_blog ul.tab-group li.architectural-director, .school_blog ul.tab-group li.architecture, .school_blog ul.tab-group li.architecture-evening, .school_blog ul.tab-group li.interior-design {
  border: 1px solid #CC7645;
  color: #CC7645;
}
.school_blog ul.tab-group li.data-science-ai, .school_blog ul.tab-group li.iot-ai, .school_blog ul.tab-group li.data-processing, .school_blog ul.tab-group li.game-programming, .school_blog ul.tab-group li.web-visual-creator {
  border: 1px solid #51BEC8;
  color: #51BEC8;
}
.school_blog ul.tab-group li.biotechnology, .school_blog ul.tab-group li.environmental-technology {
  border: 1px solid #6CBC64;
  color: #6CBC64;
}
.school_blog #tmp_page_bl2 {
  padding-bottom: 100px;
}
.school_blog #tmp_page_bl2 .container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.school_blog #tmp_page_bl2 .ttl_box_a {
  margin-bottom: 50px;
}
.school_blog #tmp_page_bl2 .ttl_box_a span {
  font-size: 15px;
  font-family: 'Jost', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.school_blog #tmp_page_bl2 .ttl_box_a p {
  font-size: 24px;
  font-weight: 500;
}
.school_blog #tmp_page_bl2 ul {
  position: relative;
  display: grid!important;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(25px,3vw,30px) clamp(12px,1.6vw,16px);
	align-items: center;
	justify-items: start;
}
.school_blog #tmp_page_bl2 ul li {
  width: 100%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 1;
  gap: 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
  position: relative;
  transition: all 0.2s ease-out;
}
.school_blog #tmp_page_bl2 ul li:hover {
  opacity: 0.6;
}
.school_blog #tmp_page_bl2 ul li a.li_link {
  /* position: absolute; */
  /* width: 100%; */
  /* height: 100%; */
  /* top: 0; */
  /* left: 0; */
}
.school_blog #tmp_page_bl2 .img_box {
  border-radius: 20px 20px 0 0;
  height: 158px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.school_blog #tmp_page_bl2 .img_box img {
  width: 100%;
  height: auto;
}
.school_blog #tmp_page_bl2 .txt_box {
  padding: 20px clamp(20px,2.5vw,30px);
}
.school_blog #tmp_page_bl2 .txt_box p.ttl {
  font-size: clamp(13px,1.6vw,16px);
  height: 70px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.school_blog #tmp_page_bl2 .txt_box .name_post {
  font-size: clamp(13px,1.6vw,16px);
}
.school_blog #tmp_page_bl2 .txt_box .date_time_post {
  font-size: clamp(11px,1.3vw,13px);
}
.school_blog #tmp_page_bl2 span.date_time_post, .school_blog #tmp_page_bl2 span.name_post {
  display: block;
  font-weight: 400;
}
.school_blog #tmp_page_bl2 span.date_time_post.ken, .school_blog #tmp_page_bl2 span.name_post.ken {
  color: #CC7645;
}
.school_blog #tmp_page_bl2 span.date_time_post.web, .school_blog #tmp_page_bl2 span.name_post.web {
  color: #51BEC8;
}
.school_blog #tmp_page_bl2 span.date_time_post.bio, .school_blog #tmp_page_bl2 span.name_post.bio {
  color: #6CBC64;
}
/* ============================== school_blog single ============================== */
.school_blog #tmp_single .ttl_box span {
  display: flex;
  align-items: center;
}
.school_blog #tmp_single .ttl_box span.category {
  display: block;
  font-size: 13px;
  line-height: 24px;
  color: #FFF;
  margin: 0 5px 0 0;
  padding: 0 10px;
  height: 23px;
}
.school_blog #tmp_single .ttl_box span.architectural-director, .school_blog #tmp_single .ttl_box span.architecture, .school_blog #tmp_single .ttl_box span.architecture-evening, .school_blog #tmp_single .ttl_box span.interior-design {
  background: #CC7645;
}
.school_blog #tmp_single .ttl_box span.data-science-ai, .school_blog #tmp_single .ttl_box span.iot-ai, .school_blog #tmp_single .ttl_box span.data-processing, .school_blog #tmp_single .ttl_box span.game-programming, .school_blog #tmp_single .ttl_box span.web-visual-creator {
  background: #51BEC8;
}
.school_blog #tmp_single .ttl_box span.biotechnology, .school_blog #tmp_single .ttl_box span.environmental-technology {
  background: #6CBC64;
}
.school_blog #tmp_single .cnt_box img {
  width: inherit;
}
.school_blog #tmp_single .cnt_box .alignright {
	display: block;
  float: right;
  margin: 0 0 20px 30px;
}
.school_blog #tmp_single .cnt_box .alignleft {
	display: block;
  float: left;
  margin: 0 30px 20px 0;
}
.school_blog #tmp_single .cnt_box .aligncenter {
	display: block;
	margin: 0 auto;
}

.school_blog #tmp_single table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px 0;
}
.school_blog #tmp_single table th {
  background: #e5e5e5;
}
.school_blog #tmp_single table tr th:first-child {
  min-width: 200px;
}
.school_blog #tmp_single table th, .school_blog #tmp_single table td {
  border: 1px solid #262626;
  padding: 10px 20px;
}

.biotec.school_blog #tmp_arc_director .side_right #tmp_page_bl16 .container {
  overflow: inherit!important;
	padding: clamp(40px,10vw,100px) 0 clamp(50px,8vw,80px)!important;
}
.biotec.arc-director #tmp_arc_director .side_right #tmp_page_bl2 {
  padding: 0!important;
  overflow: inherit!important;
}
.biotec.arc-director #tmp_arc_director .side_right #tmp_page_bl2 ul.bio_blogs .txt_box p {
  font-size: clamp(14px,1.6vw,16px);
	font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
	margin: 0 0 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
	max-height: clamp(38px,4.6vw,46px);
}
.biotec.arc-director #tmp_arc_director .side_right #tmp_page_bl2 ul.bio_blogs .txt_box .name_post {
  font-size: clamp(13px,1.6vw,16px);
}
.biotec.arc-director #tmp_arc_director .side_right #tmp_page_bl2 ul.bio_blogs .txt_box .date_time_post {
  font-size: clamp(11px,1.3vw,13px);
}

@media only screen and (max-width : 1400px) {
  .biotec.school_blog #tmp_arc_director .side_right #tmp_page_bl16 .container {
    padding: clamp(40px,10vw,100px) 25px clamp(50px,8vw,80px)!important;
  }
}
@media only screen and (max-width : 870px) {
  .school_blog #tmp_page_bl1 {
    padding: 0 25px;
  }
  .school_blog #tmp_page_bl1 {
    padding: 110px 25px 0;
  }
  .school_blog .tab-group::before {
    font-size: 18px;
    top: 34px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .school_blog .tab-group {
    padding: 90px 30px 30px;
  }
  .school_blog div#tmp_inner1 {
    background: transparent;
    border-radius: 10px;
    padding: 30px 0;
  }
  .school_blog #tmp_page_bl2 .ttl_box_a span {
    font-size: 14px;
  }
  .school_blog #tmp_page_bl2 .ttl_box_a p {
    font-size: 22px;
  }
  .school_blog .panel-group {
    padding: 35px 0 0;
    border-top: none;
  }
  .school_blog #tmp_page_bl2 .ttl_box_a {
    margin-bottom: 25px;
  }
  .school_blog #tmp_page_bl2 p {
    font-size: 13px;
    letter-spacing: 0;
  }
  .school_blog #tmp_page_bl2 .img_box {
    border-radius: 20px 20px 0 0;
    height: 15vw;
  }
  .school_blog #tmp_page_bl2 .txt_box {
    padding: 0 10px 8px;
    height: auto;
    margin: 10px 0;
  }
  .school_blog.page_content4 #tmp_page_bl0 .main_txt.top {
    left: 50%;
    width: 270px;
    transform: translate(-50%, 0);
  }
  .school_blog.page_content4 #tmp_page_bl0 .main_txt.top span {
    text-align: center;
    font-size: 14px;
  }
  .school_blog.page_content4 #tmp_page_bl0 .main_txt.top h2 {
    font-size: 26px;
  }
  .school_blog #tmp_single .title_post {
    font-size: 20px;
    padding: 20px 0 15px;
    letter-spacing: 0;
    line-height: 1.6;
  }
  .school_blog #tmp_page_bl2 {
    padding-bottom: 10px;
    margin-bottom: 8px;
  }

  .school_blog #tmp_single p span {
    font-size: 14px;
    font-weight: 300;
  }
  .school_blog #tmp_single {
    padding: 50px 25px 0;
  }
  .school_blog #tmp_single .btn_box a {
    max-width: 200px;
    height: 47px;
    margin: 16px auto 30px;
    font-size: 14px;
  }
	.school_blog #tmp_single .cnt_box img,
	.school_blog #tmp_single .cnt_box div {
    width: 100% !important;
  }
  .biotec.school_blog #tmp_arc_director .side_right #tmp_page_bl16 .container {
    padding: clamp(40px,10vw,100px) 3px clamp(50px,8vw,80px)!important;
  }
}
@media only screen and (max-width: 640px){
  .school_blog #tmp_page_bl2 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .school_blog #tmp_page_bl2 .img_box {
    border-radius: 20px 20px 0 0;
    height: 30vw;
  }
}
@media only screen and (max-width: 480px){
  .biotec.school_blog #tmp_arc_director .side_right #tmp_page_bl16 .container {
    padding: clamp(40px,8vw,80px) 8px 50px !important;
  }
	.biotec.arc-director #tmp_arc_director .side_right #tmp_page_bl2 {
		padding: clamp(15px,2vw,20px) 0!important;
	}
	.biotec.arc-director #tmp_arc_director .side_right #tmp_page_bl2 .slick-list {
		padding: 0 0 25px!important;
	}
	.biotec.school_blog #tmp_page_bl2 ul {
    display: flex!important;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: nowrap;
    gap: 20px;
		width: 100%;
		margin: 0!important;
	}
  .biotec.arc-director #tmp_arc_director .side_right #tmp_page_bl16 .slick-initialized .slick-slide {
    display: block;
    margin: 0 5px;
  }
  .school_blog #tmp_page_bl2 .txt_box {
    padding: 15px 10px;
  }
}


/* biocafe カフェブログ ---------------------- */
#biocafe {
  padding: 110px 0 100px;
  background: url(../images/biocafe/blog_bg_gr.svg)no-repeat top center/100% auto;
}
#biocafe .ttl_box {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
#biocafe .ttl_box h2 {
  font-size: 46px;
  font-weight: 500;
  color: #fff;
  background: #6CBC64;
  text-align: center;
  line-height: 55px;
  letter-spacing: 0.15rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline-block;
  padding: 5px 8px;
  margin: 120px auto 60px;
}
#biocafe .blog_head h3 {
  max-width: 1000px;
  height: 80px;
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  line-height: 80px;
  border-radius: 5px;
  background: #6CBC64;
  padding: 0 40px;
  margin: 0 auto 30px;
}
#biocafe .cnt_box {
  max-width: 1000px;
  margin: 0 auto 80px;
  position: relative;
  z-index: 2;
}
#biocafe .cnt_box .left_box {
  width: 48%;
}
#biocafe .cnt_box .left_box img {
  border-radius: 10px;
}
#biocafe .cnt_box .right_box {
  width: 47%;
  display: flex;
  align-items: center;
}
#biocafe .cnt_box .right_box h3 {
  font-size: 28px;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
  padding: 0;
  margin: 0 auto 25px;
}
#biocafe .cnt_box .right_box p {
  font-size: 18px;
  font-weight: 500;
}
#biocafe .cnt_box ul li {
  width: 100%;
  max-width: 1000px;
  padding: 40px 0;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E7E7E7;
}
#biocafe .cnt_box ul li:first-child {
  border-top: 1px solid #E7E7E7;
}
#biocafe .cnt_box ul li .left_box {
  width: 20%;
  max-width: 200px;
  font-size: 16px;
  font-weight: 500;
  color: #6CBC64;
}
#biocafe .cnt_box ul li .right_box {
  width: 76%;
  max-width: 760px;
  display: inline-block;
}
#biocafe .cnt_box p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0 0 20px;
}
#biocafe .cnt_box a {
  display: inline-block;
  background: #6CBC64;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 0 8px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  min-width: 80px;
  text-align: center;
}
#biocafe .cnt_box span.schedule {
  font-size: 16px;
  line-height: 18px;
  background: url(../images/icon_calendar.png)no-repeat left 12px top 0/15px auto;
  padding: 0 0 0 40px;
}
#biocafe .btn_box_g {
  width: 100%;
  max-width: 320px;
  background: transparent linear-gradient(283deg, #81D079 0%, #397733 100%) 0% 0% no-repeat padding-box;
  color: #FFF;
  border-radius: 36px;
  position: relative;
  transition: all 0.4s cubic-bezier(.19, 1, .22, 1);
  height: 60px;
  display: flex;
  text-align: center;
  margin: 30px auto 0;
  justify-content: space-evenly;
  vertical-align: top;
  align-items: center;
  font-size: 14px;
}
#biocafe .btn_box_g a {
  color: #FFF;
  display: block;
  padding: 30px;
  text-decoration: none;
  font-size: 16px;
}
#biocafe .btn_box_g::before, #biocafe .btn_box_g::after {
  content: "";
  width: 11px;
  height: 2px;
  display: inline-block;
  border-radius: 1px;
  background: #FFF;
  position: absolute;
  right: 20px;
}
#biocafe .btn_box_g::before {
  top: calc(50% - 4px);
  transform: rotate(45deg);
}
#biocafe .btn_box_g::after {
  bottom: calc(50% - 4px);
  transform: rotate(-45deg);
}
/* ecocafe カフェブログ ---------------------- */
#ecocafe {
  padding: 110px 0 100px;
  background: url(../images/ecocafe/blog_bg_gr.svg)no-repeat top center/100% auto;
}
#ecocafe .ttl_box {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
#ecocafe .ttl_box h2 {
  font-size: 46px;
  font-weight: 500;
  color: #fff;
  background: #6CBC64;
  text-align: center;
  line-height: 55px;
  letter-spacing: 0.15rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline-block;
  padding: 5px 8px;
  margin: 120px auto 60px;
}
#ecocafe .blog_head h3 {
  max-width: 1000px;
  height: 80px;
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  line-height: 80px;
  border-radius: 5px;
  background: #6CBC64;
  padding: 0 40px;
  margin: 0 auto 30px;
}
#ecocafe .cnt_box {
  max-width: 1000px;
  margin: 0 auto 80px;
  position: relative;
  z-index: 2;
}
#ecocafe .cnt_box .left_box {
  width: 48%;
}
#ecocafe .cnt_box .left_box img {
  border-radius: 10px;
}
#ecocafe .cnt_box .right_box {
  width: 47%;
  display: flex;
  align-items: center;
}
#ecocafe .cnt_box .right_box h3 {
  font-size: 28px;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
  padding: 0;
  margin: 0 auto 25px;
}
#ecocafe .cnt_box .right_box p {
  font-size: 18px;
  font-weight: 500;
}
#ecocafe .cnt_box ul li {
  width: 100%;
  max-width: 1000px;
  padding: 40px 0;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E7E7E7;
}
#ecocafe .cnt_box ul li:first-child {
  border-top: 1px solid #E7E7E7;
}
#ecocafe .cnt_box ul li .left_box {
  width: 24%;
  max-width: 240px;
  font-size: 16px;
  font-weight: 500;
  color: #6CBC64;
}
#ecocafe .cnt_box ul li .right_box {
  width: 72%;
  max-width: 720px;
  display: inline-block;
}
#ecocafe .cnt_box p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0 0 20px;
}
#ecocafe .cnt_box a {
  display: inline-block;
  background: #6CBC64;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 0 8px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  min-width: 80px;
  text-align: center;
}
#ecocafe .cnt_box span.schedule {
  font-size: 16px;
  line-height: 18px;
  background: url(../images/icon_calendar.png)no-repeat left 12px top 0/15px auto;
  padding: 0 0 0 40px;
}
#ecocafe .btn_box_g {
  width: 100%;
  max-width: 320px;
  background: transparent linear-gradient(283deg, #81D079 0%, #397733 100%) 0% 0% no-repeat padding-box;
  color: #FFF;
  border-radius: 36px;
  position: relative;
  transition: all 0.4s cubic-bezier(.19, 1, .22, 1);
  height: 60px;
  display: flex;
  text-align: center;
  margin: 30px auto 0;
  justify-content: space-evenly;
  vertical-align: top;
  align-items: center;
  font-size: 14px;
}
#ecocafe .btn_box_g a {
  color: #FFF;
  display: block;
  padding: 30px;
  text-decoration: none;
  font-size: 16px;
}
#ecocafe .btn_box_g::before, #ecocafe .btn_box_g::after {
  content: "";
  width: 11px;
  height: 2px;
  display: inline-block;
  border-radius: 1px;
  background: #FFF;
  position: absolute;
  right: 20px;
}
#ecocafe .btn_box_g::before {
  top: calc(50% - 4px);
  transform: rotate(45deg);
}
#ecocafe .btn_box_g::after {
  bottom: calc(50% - 4px);
  transform: rotate(-45deg);
}
/* biocafe/ecocafe ---------------------- */
@media only screen and (max-width: 870px) {
  #biocafe, #ecocafe {
    padding: 0 25px 60px;
    background: url(../images/biocafe/blog_bg_gr_sp.svg)no-repeat top center/100% auto;
  }
  #biocafe .ttl_box h2, #ecocafe .ttl_box h2 {
    font-size: 26px;
    line-height: 35px;
    padding: 3px 8px 5px;
    margin: 45px auto 30px;
  }
  #biocafe .blog_head h3, #ecocafe .blog_head h3 {
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    padding: 0 15px;
    margin: 0 auto 20px;
    text-align: center;
  }
  #biocafe .cnt_box, #ecocafe .cnt_box {
    margin: 0px auto 20px;
  }
  #biocafe .cnt_box ul li, #ecocafe .cnt_box ul li {
    flex-wrap: wrap;
  }
  #biocafe .cnt_box .left_box, #ecocafe .cnt_box .left_box {
    padding: 0 0 15px;
  }
  #biocafe .cnt_box .right_box p, #biocafe .cnt_box p, #ecocafe .cnt_box .right_box p, #ecocafe .cnt_box p {
    font-size: 13px;
  }
  #biocafe .cnt_box .right_box, #biocafe .cnt_box .left_box, #biocafe .cnt_box ul li .right_box, #biocafe .cnt_box ul li .left_box, #ecocafe .cnt_box .right_box, #ecocafe .cnt_box .left_box, #ecocafe .cnt_box ul li .right_box, #ecocafe .cnt_box ul li .left_box {
    width: 100%;
  }
  #biocafe .cnt_box ul li .left_box, #ecocafe .cnt_box ul li .left_box {
    padding: 0 0 10px;
  }
}

/* ページナビゲーション */
.bio_eco .pager {
  padding: 40px 0;
  width: 100%;
}
.bio_eco .pager .pagination {
  text-align: center;
  line-height: 0;
}
.bio_eco .pager .pagination li {
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  position: relative;
  border-radius: 50%;
}
.bio_eco .pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: al0.3s ease;
}
.bio_eco .pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
  transform: none;
}
.bio_eco .pager .pagination li a span.arrow {
  display: table-cell;
  vertical-align: middle;
  transform: none;
}
.bio_eco .pager .pagination li a span.arrow::before, .bio_eco .pager .pagination li a span.arrow::after {
  content: "";
  width: 12px;
  height: 1px;
  display: inline-block;
  border-radius: 1px;
  background: #000;
  position: absolute;
  right: 13px;
  z-index: 9;
}
.bio_eco .pager .pagination li a span.arrow::before {
  top: calc(50% - 4px);
  transform: rotate(45deg);
}
.bio_eco .pager .pagination li a span.arrow::after {
  bottom: calc(50% - 5px);
  transform: rotate(-45deg);
}
.bio_eco .pager .pagination li a:hover span.arrow::before, .bio_eco .pager .pagination li a:hover span.arrow::after {
  background: #FFF;
}
.bio_eco .pager .pagination li a:hover {
  color: #fff;
  background: #6CBC64;
}
.bio_eco .pager .pagination li .active {
  color: #fff;
  background: #6CBC64;
}
@media only screen and (max-width: 870px) {
  .bio_eco .pager .pagination {
    text-align: center;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bio_eco .pager .pagination li {
    width: 32px;
    height: 32px;
  }
  .bio_eco .pager .pagination li.pre, .bio_eco .pager .pagination li.next {
    width: 32px;
    height: 32px;
    border-radius: 50%;
  }
  .bio_eco .pager .pagination li a:hover {

    background: #fff;
  }
}

