.grp_lst li{padding: 0 5px;}
.grp_lst a {background: none;color: #333;padding:0 .5rem;line-height: 1.2;    display: flex;    flex-wrap: wrap;align-items: center;    min-height: 50px;justify-content: center;font-size: 11px;align-items: flex-end;height: 100%;}
.grp_lst a img{ padding-bottom: 5px;}
.grp_lst a span{display:block;width:100%}

/*タブ切り替え全体のスタイル*/
.tabs {margin-top: 50px;padding-bottom: 40px;

  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {width: calc(100%/2);height: 36px;border-bottom: 3px solid #0a243d;background-color: #d9d9d9;line-height: 36px;font-size: 12px;text-align: center;color: #565656;display: block;float: left;text-align: center;font-weight:500;transition: all 0.2s ease;margin-bottom: .5rem;}
.isu .tab_item {width: calc(100%/3);}
.tab_item:hover {opacity: 0.75;}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {display: none;}

/*タブ切り替えの中身のスタイル*/
.tab_content {display: none;padding: 0 0 0;clear: both;overflow: hidden;}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {display: block;}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {background-color: #0a243d;color: #fff;}

.tab_content_description{}
.tab_content_description .row.grp_lst{flex-wrap: nowrap;overflow-x: auto;margin:0 0 0 0 !important;}
.tab_content_description .row.grp_lst:after{display: none !important}
.tab_content_description .row.grp_lst  .col-xl-2 {max-width: 100px;flex: 0 0 100px;}
.tab_content_description .row.grp_lst.grp_lst02 .col-xl-2 {max-width: max-content;flex: auto;white-space: nowrap}

.grp_lst.grp_lst02 li + li{margin-left: .3rem}
.grp_lst.grp_lst02 a {min-height: 40px;line-height: 1.4;    font-size: 13px;align-content: center;position: relative}
.grp_lst.grp_lst02 a:before{display: block;content: ">";position: absolute;transform: translate(-50%,-50%);left: 0%;top: 50%}




.c-pager-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;margin-left: 0;
    margin-top: .5rem;
}
.c-pager-list__item {
  display: none;
  border-radius: calc(var(--item-border-radius) / 2);
  font-size: 16px;
  overflow: hidden;
  margin-left: 3px;
  margin-right: 3px;
  min-width: 45px;
  line-height: 45px;
  background: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-pager-list__item {
    display: block;
    font-size: 18px;
    min-width: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-pager-list__item.is-visible {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
}
.c-pager-list__link {
  display: block;
  position: relative;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: var(--general-text-color);
  min-width: 30px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .c-pager-list__link {
    min-width: 45px;
  }
}
.c-pager-list__link:hover {
  border-color: #d8d8d8;
  background: #d8d8d8;
  color: #000000;
  text-decoration: none;
}
.c-pager-list__link.is-current {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c-pager-list__link.is-current {
    opacity: 0.7;
    text-decoration: underline;
  }
}
.c-pager-list__link.is-current:hover {
  border-color: #535353;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-current:hover {
    border-color: #ffffff;
  }
}
.c-pager-list__link.is-prev, .c-pager-list__link.is-next {
  border-color: #d8d8d8;
  background: #d8d8d8;
  text-indent: -99999px;
}
.c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.c-pager-list__link.is-prev:before {
  right: calc(50% - 7px);
  transform: rotate(135deg);
}
.c-pager-list__link.is-next:before {
  left: calc(50% - 7px);  
  transform: rotate(-45deg);
}
.c-pager-list__link.is-prev:hover, .c-pager-list__link.is-next:hover {
  background: rgba(216, 216, 216, 0.7);
}
.c-pager-list__link.is-prev.is-disabled:hover, .c-pager-list__link.is-next.is-disabled:hover {
  background: #d8d8d8;
}
.c-pager-list__link.is-prev.is-disabled:before {
  border-bottom-color: #aaaaaa;
  border-right-color: #aaaaaa;
}
.c-pager-list__link.is-next.is-disabled:before {
  border-bottom-color: #aaa;
  border-right-color: #aaa;
}

.c-pager-list__page {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-pager-list__page {
    display: inline-block;
  }
}