@charset "UTF-8";
@import url("/css/slick.css");
@import url("/css/slick-theme.css");
.l-content {
  overflow: hidden;
}

/* slick => common
-----------------*/
.slick-area {
  /* button初期化 */
  /* dot */
  /* 上書き */
}

.slick-area button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.slick-area .slick-dot {
  margin-top: 15px;
  text-align: center;
}

.slick-area .slick-dot li {
  display: inline-block;
  margin: 0 12px;
}

.slick-area .slick-dot li button {
  position: relative;
  text-indent: -9999px;
}

.slick-area .slick-dot li button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #DBDBDB;
}

.slick-area .slick-dot li.slick-active button:before {
  content: "";
  background-color: #007130;
}

.slick-area .slick-dotted.slick-slider {
  margin-bottom: 0;
}

/*　sec-pickup
----------------------------------------*/
.sec.sec-pickup {
  width: 100%;
  padding: 100px 0 0;
  background-color: #fff;
  /* slick */
}

@media only screen and (max-width: 767px) {
  .sec.sec-pickup {
    padding: 45px 0 0;
    background-image: none;
  }
}
@media only screen and (max-width: 767px) {
  .sec.sec-pickup .content {
    padding: 0 0 0 20px;
  }
}
.sec.sec-pickup .slick-area .pickup-inner__block {
  padding: 0 10px 0 0;
}

@media only screen and (max-width: 767px) {
  .sec.sec-pickup .slick-area .slick-list {
    padding: 0 20% 0 0 !important;
  }
}
/*　sec-mv
----------------------------------------*/
.sec-mv {
  height: 100%;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .sec-mv {
    display: block;
  }
}
.sec-mv .mv-content-l {
  width: 61.3%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .sec-mv .mv-content-l {
    width: 100%;
  }
}
.sec-mv .mv-content-l .mv-img-wrap {
  width: 100%;
}

.sec-mv .mv-content-l .mv-logotxt {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-91%, -50%);
}

@media only screen and (max-width: 767px) {
  .sec-mv .mv-content-l .mv-logotxt {
    transform: translate(-60%, -68%);
  }
}
.sec-mv .mv-content-l .mv-logotxt .mv-txt {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 40px;
}

@media only screen and (max-width: 1330px) {
  .sec-mv .mv-content-l .mv-logotxt .mv-txt {
    margin-left: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-mv .mv-content-l .mv-logotxt .mv-txt {
    margin: 0;
  }
}
.sec-mv .mv-content-l .mv-logotxt .mv-txt h1 {
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 2.8vw;
  font-weight: 300;
}

@media only screen and (max-width: 1330px) {
  .sec-mv .mv-content-l .mv-logotxt .mv-txt h1 {
    font-size: 36px;
  }
}
.sec-mv .mv-content-l .mv-logotxt .mv-txt p {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 8px;
  font-size: 1vw;
  line-height: 2.2vw;
  font-weight: 300;
}

@media only screen and (max-width: 1330px) {
  .sec-mv .mv-content-l .mv-logotxt .mv-txt p {
    font-size: 14px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-mv .mv-content-l .mv-logotxt .mv-txt p {
    font-size: 12px;
    line-height: 28px;
  }
}
.sec-mv .mv-content-r {
  width: 37.9%;
  position: relative;
  top: 0px;
  right: 0px;
}

@media only screen and (max-width: 767px) {
  .sec-mv .mv-content-r {
    width: 90%;
    margin: 44px auto 0;
  }
}
.sec-mv .mv-content-r .togaku-navi {
  position: relative;
}

.sec-mv .mv-content-r .togaku-navi .text {
  position: absolute;
  width: 69%;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .sec-mv .mv-content-r .togaku-navi .text {
    top: 24px;
  }
}
.sec-mv .mv-content-r .togaku-navi .togaku-link {
  position: absolute;
  width: 100%;
  height: 13%;
  min-height: 67px;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .sec-mv .mv-content-r .togaku-navi .togaku-link {
    bottom: 0px;
  }
}
.sec-mv .mv-content-r .togaku-navi .togaku-link a {
  position: relative;
  width: 58%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #007130;
  font-size: 1vw;
  font-weight: 300;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .sec-mv .mv-content-r .togaku-navi .togaku-link a {
    width: 100%;
    font-size: 16px;
  }
}
.sec-mv .mv-content-r .togaku-navi .togaku-link a::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 13px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.sec-mv .mv-content-r .mv-bnrs {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .sec-mv .mv-content-r .mv-bnrs {
    position: static;
    margin-top: 30px;
  }
}
.sec-mv .mv-content-r .mv-bnrs a {
  display: inline-block;
  width: 49.2%;
  margin-top: 0.6vw;
}

@media only screen and (max-width: 767px) {
  .sec-mv .mv-content-r .mv-bnrs a {
    width: 100%;
    margin-bottom: 18px;
  }
}
/*　Emergency declaration
----------------------------------------*/
.mv-covid-19 {
  display: inline-block;
  position: absolute;
  left: 30px;
  bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .mv-covid-19 {
    position: static;
    width: 100%;
    padding: 0 20px;
  }
}
.mv-covid-19 a {
  padding: 0 46px;
  border: 1px solid #464646;
}

@media only screen and (max-width: 767px) {
  .mv-covid-19 a {
    position: static;
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
.emergency-declaration {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  letter-spacing: 0;
}

.emergency-declaration span {
  position: relative;
  display: inline-block;
  padding: 0.75em 0;
  font-size: 12px;
}

@media screen and (max-width: 1330px) {
  .emergency-declaration span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .emergency-declaration span {
    font-size: 12px;
  }
}
.emergency-declaration span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 15%;
  left: -2.75em;
  width: 26px;
  height: 23px;
  background-image: url(/images/top/icon_emergency.svg);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1330px) {
  .emergency-declaration span:before {
    width: 25px;
    height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .emergency-declaration span:before {
    left: -2em;
    top: 23%;
    width: 20px;
    height: 17px;
  }
}
.emergency-declaration span:after {
  content: "";
  position: absolute;
  right: -2em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: solid 1px #464646;
  border-right: solid 1px #464646;
}

@media only screen and (max-width: 767px) {
  .emergency-declaration span:after {
    right: -1em;
    width: 8px;
    height: 8px;
  }
}
/*　sec-news,sec-gakublog
----------------------------------------*/
/* .sec-news.sec {
	padding: 66px 0 50px;
}
@media screen and (max-width: 767px) {
	.sec-news.sec {
	padding: 0 0 80px;
	}
} */
.sec.sec-news--top {
  background-color: #eff6f2;
  margin-top: 70px;
  padding: 70px 0 70px;
}

@media only screen and (max-width: 767px) {
  .sec.sec-news--top {
    padding: 45px 0 50px;
  }
}
/* .sec-gakublog.sec {
	padding: 50px 0 100px;
}
@media screen and (max-width: 767px) {
	.sec-gakublog.sec {
	padding: 0 0 80px;
	}
} */
.sec.sec-gakublog--top {
  padding: 50px 0 100px;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 700px;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab-group {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.tab-outer {
  border-bottom: 5px solid #d6d2cb;
  margin-bottom: 20px;
}

.tab {
  /*flex-grow: 1;*/
  padding: 20px 15px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  border-bottom: 5px solid #d6d2cb;
  position: relative;
  margin: 0 5px -5px;
}

.tab::before {
  content: "/";
  padding-right: 15px;
  color: #464646;
  position: absolute;
  left: -5px;
}

.tab:first-child::before {
  display: none;
}

.panel-group {
  border-top: none;
  margin-bottom: 30px;
}

.panel {
  display: none;
  /*// NOTE 検証用 /*/
  /* display: block !important; */
}

.tab.is-active,
.tab:hover {
  border-bottom: 5px solid #007130;
  color: #007130;
  transition: all 0.2s ease-out;
}

.panel.is-show {
  display: block;
}

@media screen and (max-width: 767px) {
  .tab-outer {
    border-bottom: none;
    overflow: auto;
  }
  .tab-group {
    display: table;
  }
  .tab {
    /* flex-grow: 1; */
    white-space: nowrap;
    display: table-cell;
    font-size: 15px;
    padding: 15px 10px;
  }
}
/*　sec-campuslife , sec-overview , sec-career 
----------------------------------------*/
/* campuslifeのみ */
.sec-campuslife {
  padding: 100px 0 50px;
  /* アコーディオン */
}

.sec-campuslife .sec-infos-texts__inner {
  position: relative;
}

.sec-campuslife .accordion-btn {
  display: none;
}

.sec-campuslife .accordion-label {
  position: relative;
  color: #fff;
  display: block;
  margin-bottom: 1px;
  padding: 12px 3em 12px 0;
  font-size: 20px;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.5;
  text-align: center;
  background-color: #007130;
  cursor: pointer;
  transition: opacity 0.3s;
}

@media only screen and (max-width: 767px) {
  .sec-campuslife .accordion-label {
    font-size: 16px;
    padding: 15px 3em 15px 0;
  }
}
.sec-campuslife .accordion-label span {
  position: absolute;
  right: 0;
  top: 0px;
  width: 54px;
  height: 54px;
  background-color: #000000;
}

.sec-campuslife .accordion-label:hover {
  opacity: 0.8;
  transition: none;
}

.sec-campuslife .accordion-label:before {
  box-sizing: border-box;
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  position: absolute;
  right: 16px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  background-color: #fff;
}

.sec-campuslife .accordion-label:after {
  box-sizing: border-box;
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background-color: #fff;
  transition: transform 0.3s;
}

.sec-campuslife .accordion-content {
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  width: 100%;
  height: 0;
  padding: 0 15px;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
  background-color: #EFF6F2;
}

@media only screen and (max-width: 767px) {
  .sec-campuslife .accordion-content {
    position: static;
  }
}
.sec-campuslife .accordion-content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .sec-campuslife .accordion-content ul {
    display: block;
  }
}
.sec-campuslife .accordion-content ul li {
  width: 45%;
  margin-bottom: 8px;
}

.sec-campuslife .accordion-content ul li:nth-child(2n) {
  width: 55%;
}

@media only screen and (max-width: 767px) {
  .sec-campuslife .accordion-content ul li:nth-child(2n) {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-campuslife .accordion-content ul li {
    width: 90%;
    max-width: 220px;
    margin: 0 auto;
    text-align: center;
  }
}
.sec-campuslife .accordion-content ul li a {
  padding: 0;
  color: #007130;
  font-size: 14px;
  text-align: left;
  border: none;
  text-decoration: underline;
  background-color: rgba(255, 255, 255, 0);
}

@media only screen and (max-width: 767px) {
  .sec-campuslife .accordion-content ul li a {
    display: inline-block;
    text-align: left;
  }
}
.sec-campuslife .accordion-content ul li a::before {
  display: none;
}

.sec-campuslife .accordion-btn:checked + .accordion-label:after {
  content: "";
  transform: translateY(-50%) rotate(0);
}

.sec-campuslife .accordion-btn:checked + .accordion-label + .accordion-content {
  height: auto;
  min-height: 130px;
  opacity: 1;
  padding: 15px;
  visibility: visible;
}

/* overviewのみ */
@media only screen and (max-width: 767px) {
  .sec-overview {
    padding: 0 0 50px;
  }
}
/* careerのみ */
.sec-career {
  padding: 50px 0 190px;
}

@media only screen and (max-width: 767px) {
  .sec-career {
    padding: 0 0 70px;
  }
}
.sec-career__btns {
  margin-top: 20px;
  padding: 40px 0;
  background-color: #EFF6F2;
}

@media only screen and (max-width: 767px) {
  .sec-career__btns {
    padding: 20px;
  }
}
.sec-career__btns ul {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .sec-career__btns ul {
    display: block;
  }
}
.sec-career__btns ul li {
  width: 400px;
  margin-right: 20px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .sec-career__btns ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.sec-career__btns ul li:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .sec-career__btns ul li:nth-child(2n) {
    margin-bottom: 0;
  }
}
/* 共通 */
.sec-infos__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .sec-infos__inner {
    display: block;
  }
}
.sec-infos__inner .sec-infos-photo {
  width: 550px;
}

@media only screen and (max-width: 767px) {
  .sec-infos__inner .sec-infos-photo {
    width: 100%;
    margin-bottom: 5px;
  }
}
.sec-infos__inner .sec-infos-texts {
  width: 400px;
  height: 262px;
}

@media only screen and (max-width: 767px) {
  .sec-infos__inner .sec-infos-texts {
    width: 100%;
    height: auto;
  }
}
.sec-infos__inner .sec-infos-texts__inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .sec-infos__inner .sec-infos-texts__inner {
    display: block;
  }
}
.sec-infos__inner .sec-infos-texts__inner .sec-infos-texts__column {
  flex: 1;
}

@media only screen and (max-width: 767px) {
  .sec-infos__inner .sec-infos-texts__inner .sec-infos-texts__column {
    margin-bottom: 10px;
  }
}
.sec-infos__inner .sec-infos-texts__inner .sec-infos-text {
  letter-spacing: 0;
}

.sec-infos .main-ttl-area.main-ttl-area--top {
  margin-bottom: 15px;
}

.sec-infos .btn.btn--top a {
  width: 100%;
}

/*　sec-information
----------------------------------------*/
/* slick */
.slick-area .info-inner a {
  display: block;
  transition: opacity 0.3s;
}

.slick-area .info-inner a:hover {
  opacity: 0.8;
  transition: none;
}

.slick-area .info-inner__block {
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .slick-area .info-inner__block {
    padding: 0 5px;
  }
}
.slick-area .info-inner__block figcaption {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .slick-area .info-inner__block figcaption {
    padding: 4px 0 0;
    font-size: 9px;
  }
}
.slick-area .info-inner__block figcaption.is-blank:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-left: 5px;
  background-image: url(/images/common/icon_blank_g.svg);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.sec-information {
  padding: 50px 0 20px;
  background-color: #EFF6F2;
}

@media only screen and (max-width: 767px) {
  .sec-information {
    padding: 30px 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-information .content {
    padding: 0 15px;
  }
}
/*　OC declaration
----------------------------------------*/
.oc-declaration {
  display: block;
  width: 100%;
  background-color: #42A000;
  padding: 1em;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .oc-declaration {
    font-size: 1.2rem;
  }
}
/*　top only  style => btn
----------------------------------------*/
.btn.btn--top a.green {
  background-color: #007130;
  color: #fff;
}

.btn.btn--top a.green::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.btn.btn--top a.green:hover {
  opacity: 0.8;
  background-color: #007130;
  color: #fff;
}

.btn.btn--top a.green:hover::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/*　top only  style => main-ttl
----------------------------------------*/
.main-ttl-area.main-ttl-area--top {
  margin-bottom: 10px;
}

/* ---------------------------------------------------------------------------------------------

　   SNS

--------------------------------------------------------------------------------------------- */
.sns .main-ttl {
  text-align: center;
}
.sns .sub-ttl {
  text-align: center;
  margin-bottom: 20px;
}
.sns .Instagram {
  margin-top: 18px;
  margin-bottom: 18px;
}
.sns .youtube {
  margin-right: 18px;
}
.sns .Instagram, .sns .youtube, .sns .line {
  display: table;
  position: relative;
  padding-left: 50px;
  padding-top: 1em;
  padding-bottom: 1em;
}
.sns .Instagram span, .sns .youtube span, .sns .line span {
  position: absolute;
  top: 50%;
  left: 23px;
  transform: translate(-50%, -50%);
  display: block;
  width: 46px;
  height: 46px;
}
.sns .Instagram span {
  background-image: url(/images/sns/Instagram.png);
  background-position: center center;
  background-size: contain;
}
.sns .youtube span {
  background-image: url(/images/sns/YouTube.PNG);
  background-position: center center;
  background-size: contain;
}
.sns .line span {
  background-image: url(/images/sns/line.png);
  background-position: center center;
  background-size: contain;
}
.sns .sns-content_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sns .sns-content_img a {
  width: 25%;
  display: block;
  overflow: hidden;
}
.sns .sns-content_img a img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.sns .sns-content_img a:hover img, .sns .sns-content_img a:focus img {
  transform: scale(1.2);
  transition-duration: .5s;
}
.sns .sns-link_box {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: left;
}
.sec-campuslife .accordion-content ul li{
  width: 42%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .main-ttl-area.main-ttl-area--top .sub-ttl {
    margin-top: 5px;
  }
  /* ---------------------------------------------------------------------------------------------

  　   SNS 767px以下

  --------------------------------------------------------------------------------------------- */
  .sns .sns-content_img {
    flex-wrap: wrap;
  }
  .sns .sns-content_img a {
    width: 50%;
  }
  .sns .sns-link_box {
    display: block;
    position: relative;
  }
  .sns .sns-link_box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 1px;
    background-color: #CCC;
  }
  .sns .youtube {
    margin-right: 0;
    margin-bottom: 18px;
  }
  .sns .Instagram, .sns .youtube, .sns .line {
    display: block;
  }
}/*# sourceMappingURL=top.css.map */


/*// 202409追記 //*/

.big-bnr {
  padding-top: 70px;
}

.request_documents {
  background-color: #019B66;
  color: #fff;
  font-weight: 700;
  margin-bottom: 100px;
  padding: 30px 0 87px;
  position: relative;
  text-align: center;
}
.request_documents .campus_img {
  display: flex;
    grid-gap: 3px 20px;
}
.request_documents .campus_img img {
  flex: 1;
}
.request_documents h2 {
  color: #FFF629;
  font-size: 30px;
  margin: 1em 0 .6em;
}
.request_documents .txt p {
  line-height: 2.2;
}
.request_documents .btn a {
  background-color: #FFF629;
  border-color: #019B66;
  border-width: 3px;
  color: #019B66;
  font-size: 32px;
  margin: auto;
  position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
  width: 550px;
}
.request_documents .btn a:hover {
  filter: brightness(1.1);
}
.request_documents .btn a::before {
  border-width: 2px 2px 0 0;
}
br.mob_only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .request_documents .campus_img {
    flex-direction: column;
  }
  .request_documents h2 {
    font-size: 5.5vw;
  }
  br.mob_only {
    display: block;
  }
  .request_documents .txt {
    text-align: left;
  }
  .request_documents .btn a {
    font-size: 18px;
    width: 85%;
  }
}


/*// 202411追記 //*/
.sec-news--top.sec .info-box {
  display: grid;
    grid-gap: 30px 18px;
    grid-template-columns: repeat(4, 1fr);
  margin: 0 0 30px;
}
.sec-news--top.sec .info-box li {
  border-bottom: none;
  padding: 0;
}
.sec-news--top.sec .info-box li a {
  display: block;
  width: 100%;
}
.sec-news--top.sec .info-box li .info-img {
  padding-top: 75%;
  position: relative;
}
.sec-news--top.sec .info-box li .info-img::before {
  display: none;
}
.sec-news--top.sec .info-box li .info-img img {
  object-fit: cover;
  position: absolute;
    top: 0;
    left: 0;
  width: 100%;
  height: 100%;
}
.sec-news--top.sec .info-box li .info-labels {
  display: grid;
    grid-gap: 3px 1em;
    grid-template-columns: 5em auto;
    justify-content: space-between;
  margin-bottom: .5em;
}
.sec-news--top.sec .info-box li .time {
  padding-left: 0;
  width: auto;
}
.sec-news--top.sec .info-box li .cat-label {
  width: auto;
    min-width: 8em;
  height: auto;
}
.sec-news--top.sec .info-box li .info-txt {
  padding: 0;
  width: 100%;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .sec-news--top.sec .info-box {
    grid-template-columns: repeat(2, 1fr);
  }
  .sec-news--top.sec .info-box li .time {
    position: relative;
      top: 0;
  }
  .sec-news--top.sec .info-box li .cat-label {
    position: relative;
      top: 0;
      left: 0;
  }
}
@media only screen and (max-width: 540px) {
  .sec-news--top.sec .info-box li .info-labels {
    grid-template-columns: 1fr;
  }
}