/*header*/
body.is-initialized .wrapper {
  height: 0vh;
  overflow: hidden !important;
}

.f-header {
  height: 60px;
  /*background: #fff;*/
  background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.59) 11.82%, rgba(0, 0, 0, 0.53) 36.45%, rgba(0, 0, 0, 0.35) 65.52%, rgba(0, 0, 0, 0.14) 85.71%, rgba(0, 0, 0, 0) 100%);
  position: fixed;
  z-index: 90000;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s ease;
}

.f-header.scrolled, .f-header.open, .f-header.menu_hovered {
  background: #fff !important;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.12);
}

.f-header_inner {
  padding: 16px 20px 0;
  display: flex;
  justify-content: space-between;
}

.f-header_logo {
  width: 270px;
  margin-right: 30px;
}

.f-header_logo .logoW {
  display: block;
}

.f-header_logo .logoB {
  display: none;
}

.f-header.scrolled .f-header_logo .logoW, .f-header.open .f-header_logo .logoW, .f-header.menu_hovered .f-header_logo .logoW {
  display: none;
}

.f-header.scrolled .f-header_logo .logoB, .f-header.open .f-header_logo .logoB, .f-header.menu_hovered .f-header_logo .logoB {
  display: block;
}

.f-header_logo img {
  width: 100%;
}

.f-header.scrolled .pure-toggle-label {
  background-color: #666;
}

#navwrap {
  line-height: 1;
}

.f-header.scrolled .drawer_button, .f-header.scrolled .drawer_bar, .f-header.open .drawer_button, .f-header.open .drawer_bar, .f-header.menu_hovered .drawer_button, .f-header.menu_hovered .drawer_bar {
  color: #333;
}

.f-header.scrolled .drawer_bar, .f-header.open .drawer_bar, .f-header.menu_hovered .drawer_bar {
  background-color: #333;
}

li.menu_list.opened>a:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 60px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f40000;
  border-radius: 2px;
}

@media screen and (max-width:768px) {
  .f-header {
    height: 60px;
  }
  .f-header_inner {
    padding: 20px;
  }
  .f-header_logo {
    width: 200px;
  }
}

.navPc {
  flex: 1;
}

.menu {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 0 0 auto;
  max-width: 680px;
}

.menu a {
  text-decoration: none;
}

.menu>li {
  white-space: nowrap;
  flex: 1;
}

li.menu_list {
  padding-bottom: 16px;
  font-size: 1.1em;
}

li.menu_list>a {
  border-left: 1px solid #ccc;
  padding: 0 12px;
  position: relative;
}

.menu>li:first-child {
  border-left: none;
}

.menu>li a {
  display: block;
  color: #fff;
}

.f-header.scrolled .menu>li a, .f-header.menu_hovered .menu>li a {
  color: #333;
}

.menu>li a:hover {
  color: #999;
}

ul.menu__second-level {
  /*visibility: hidden;
    opacity: 0;
    z-index: 1;*/
  display: flex;
  margin-top: 15px;
}

ul.menu__third-level {
  visibility: hidden;
  opacity: 0;
}

ul.menu__fourth-level {
  visibility: hidden;
  opacity: 0;
}

.menu__second-level li {
  border: 1px solid #ddd;
  font-size: 0.95em;
  background: #fff;
}

.menu__third-level li {
  /*border-top: 1px solid #111;*/
  font-size: 0.9em;
}

.menu__second-level li a:hover {
  /*background: #111;*/
}

.menu__third-level li a:hover {
  /*background: #fff;*/
}

#nav02 {
  line-height: 1;
}

#nav02 a {
  color: #fff;
}

.f-header.scrolled #nav02 li {
  border-color: #666;
}

.f-header.scrolled #nav02 a {
  color: #1a1a1a;
}

@media screen and (min-width:769px) and ( max-width:864px) {
  #nav02 li {
    padding-right: 0;
    padding-left: 0;
  }
}


/* ②メガメニューのスタイル */

.menu_contents {
  background: #fff;
  /*#fff3f3;*/
  display: none;
  position: absolute;
  top: 44px;
  left: -140px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  box-shadow: inset 0 4px 8px -8px rgba(0, 0, 0, 60%);
}

.menu_contents li {
  width: calc((100% - 60px) / 4);
}

.menu_contents li a {
  /*color: #fff;*/
}

.menu_contents_inner {
  padding: 45px 30px;
  /*49px 30px 54px*/
  width: 84%;
  max-width: 1260px;
  margin: 0 auto;
}

.menu_contents_inner h3 {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 500;
  padding-bottom: 8px;
  border-bottom: 2px solid #f40000;
  width: 2em;
  border-radius: 2px;
}

.menuLabel {
  text-align: left;
}

ul.menu__second-level li:not(:nth-child(4n)) {
  margin-right: 24px;
}

ul.menu__second-level li a {
  padding: 14px 19px;
  display: block;
}

@media screen and (min-width:1026px) {
  .menu_contents {
    left: calc((512.5px - 50vw) - 140px);
  }
}

/*  calc(-140px - ((100vw - 1095px) / 2)) */
/* -140pxがドロップダウンの横位置　1095pxがブレークポイント*/

@media screen and (max-width:819px) {
  /*786px*/
  .menu_contents {
    left: calc((375px - 50vw) - 105px);
    /*113px*/
  }
}

@media screen and (max-width:1055px) {
  .nallowScr {
    display: none;
  }
}

.thumb img {
  width: 100%;
}



/*footer*/

#footnav {
  color: #fff;
  background: #333;
  /*padding-top: 74px;*/
}

#footnav a {
  color: #fff;
  text-decoration: none;
}

#footnav .f_footer {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

#footnav .f_footer_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
  text-align: left;
}

#footnav .f_footer_wrap::after {
  content: none;
}

#footnav .f_footer_nav_first {
  position: relative;
  font-size: 1.0rem;
  /*font-weight: 500;*/
}

li.f_footer_nav_first div::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #fff;
}

@media only screen and (min-width: 769px) {
  #footnav .f_footer_nav_first {
    padding-bottom: 15px;
  }
  .f_footer_inner {
    flex-basis: 20%;
    padding: 0 20px;
  }
  .nav_title {
    position: relative;
  }
  .nav_title:before {
    content: '';
    position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 3em;
    height: 1px;
    background-color: #ddd;
    border-radius: 2px;
  }
  #footnav .f_footer_nav:not(:first-child) {
    margin-top: 38px;
  }
  .f_footer_nav_second {
    display: block!important;
  }
}

#footnav .f_footer_nav_wrap {
  margin-top: 20px;
}

.f_footer_nav_first {
  cursor: pointer;
}

.f_footer_nav_second {
  font-weight: 100;
  margin-top: 12px;
}

.f_footer_nav_second li {
  line-height: 2.5;
}

@media only screen and (max-width: 768px) {
  #footnav .f_footer_wrap {
    display: block;
    width: 90%;
    margin: 36px auto 0;
  }
  #footnav .f_footer_nav {
    border-bottom: 1px solid #888;
  }
  .nav_title {
    padding-bottom: 0;
  }
  .f_footer_nav {
    display: block;
    position: relative;
  }
  .f_footer_nav li {
    position: relative;
    height: auto;
    line-height: 50px;
  }
  .f_footer_nav_second {
    display: none;
    position: relative;
    padding: 0 0 12px;
    z-index: 1001;
  }
  .f_footer_nav_second li {
    height: auto;
    line-height: 2.5;
    position: relative;
    font-weight: 100;
    padding-left: 1em;
    /* border-bottom: 1px solid #eee; */
  }
  .f_footer_nav_second>li:first-child {
    padding-left: 0;
  }
  .f_footer_nav_third {
    font-size: 0.9em;
  }
  .touch-btn_f {
    color: #555;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    z-index: 10;
    width: 100%;
    height: 50px;
    text-align: center;
    vertical-align: middle;
  }
  .touch-btn_f.open {
    top: -2px;
  }
  .touch-btn_f::after {
    content: '+';
    padding-left: 90%;
    font-size: 1.2em;
  }
  .touch-btn_f.open::after {
    content: '-';
  }
}




/*TOPpage*/
#news {
  padding: 40px 0;
}

.newsInner, .bisTitle, .movieInner, .brandInner, .recruitInner {
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

h2.secTitle {
  font-size: 28px;
  line-height: 1;
  padding-bottom: 0;
}

h3.secTitle {
  color: #f40000;
}

#news .pressList {
  margin: 0 0 50px -20px;
}

#news .pressList li {
  float: left;
  width: 25%;
  padding: 0 0 20px 20px;
  box-sizing: border-box;
}

#news .pressList li .postWrap {
  border: #ddd 1px solid;
}

#news .pressList li a {
  display: block;
  text-decoration: none;
}

#news .pressList li figure {
  margin: 10px 10px 15px;
  height: 113px;
  overflow: hidden;
  display: flex;
}

#news .pressList li figure img {
  position: relative;
  top: 50%;
  left: 50%;
  /*max-width: none;*/
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#news .pressList li .inBox {
  padding: 20px 10px 10px;
  position: relative;
}

#news .pressList li .inBox .textBox {
  height: 56px;
  overflow: hidden;
  text-align: left;
}

#news .pressList li .inBox .date {
  position: absolute;
  top: 0;
  left: 10px;
  letter-spacing: 0;
  color: #333;
  font-size: 13px;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

#news .pressList li .inBox .cat {
  position: absolute;
  top: 0;
  right: 10px;
  letter-spacing: 0;
  font-size: 13px;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

#news .pressList li .inBox p {
  font-size: 13px;
  color: #333;
  line-height: 1.4;
  overflow: hidden;
  padding-bottom: 0;
}

.inBox::after, .pressList::after, .bisNavi::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media screen and (min-width:768px) and (max-width:999px) {
  #news .pressList li figure {
      height: 79px;
  }
}

@media screen and (max-width:768px) {
  h2.secTitle {
      font-size: 24px;
  }
  .newsInner, .bisTitle, .movieInner {
    padding: 0 10px!important;
  }
  #news .pressList {
      margin-left: -15px;
  }
  #news .pressList li {
      width: 50%;
      padding: 0 0 15px 15px;
  }
  #news .pressList li .inBox .textBox {
      /*height: 48px;*/
  }
}

@media screen and (max-width:480px) {
  #news .pressList {
    margin: 0!important;
  }
  #news .pressList li {
    float: none!important;
    width: 100%!important;
    padding: 0 !important;
    margin-bottom: 10px;
  }
  #news .pressList li .postWrap {
    display: flex;
    flex-direction: row-reverse;
  }
  #news .pressList li .inBox {
    position: static;
    width: 64%;
  }
  #news .pressList li .inBox .date {
    position: static;
  }
  #news .pressList li .inBox .cat {
    position: static;
  }
  #news .pressList li figure {
    width: 78%;
    height: 99px;
    margin: 5px 5px;
  }
  #news .pressList li figure img {
      object-fit: cover;
  }
}




/*max-width:768px*/

.morebtn {
  margin: 0 auto;
}

.morebtn {
  font-size: 14px;
  width: 240px;
  text-align: center;
}

.morebtn a {
  display: block;
  line-height: 38px;
  color: #1a1a1a;
  border: #1a1a1a 1px solid;
  text-decoration: none;
}


.morebtn span {
  position: relative;
}

.morebtn span:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #333;
    position: absolute;
    top: 50%;
    right: -8px;
    margin-top: -5px;
}

.bisNavi {
  width: 100%;
  margin-bottom: 60px;
}

.bisNavi .inBox.bis_apparel {
  width: 100%;
  height: 24.73vw;
}

.bisNavi .inBox.bis_cafe, .bisNavi .inBox.bis_daycare {
  width: 50%;
  height: 24.73vw;
}

.bisNavi .inBox {
  float: left;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.bisNavi .inBox.bis_apparel a {
  background-image: url(../img/bis_apparel.jpg);
}

.bisNavi .inBox.bis_cafe a {
  background-image: url(../img/bis_cafe.jpg);
}

.bisNavi .inBox.bis_daycare a {
  background-image: url(../img/bis_daycare.jpg);
}

.bisNavi .inBox a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background: no-repeat center center;
  background-image: none;
  background-size: auto;
  background-size: cover;
}

.bisNavi .inBox a dl {
  position: absolute;
  top: 36%;
  width: 100%;
}

.bisNavi .inBox dl dt {
  font-size: 3vw;
  line-height: 1.15;
  margin-bottom: 10px;
}

.bisNavi .inBox dl dd {
  font-size: 1.5vw;
}

.bisNavi .inBox .cFilter {
  height: 100%;
  background: rgba(0, 0, 0, .4);
}

@media screen and (max-width:768px) {
  .bisNavi .inBox.bis_apparel a {
    background-image: url(../img/bis_apparel_sp.jpg);
  }
  .bisNavi .inBox.bis_cafe, .bisNavi .inBox.bis_daycare {
    width: 100%;
  }
  .bisNavi .inBox dl dt {
    font-size: 5vw;
    line-height: 1.15;
    margin-bottom: 5px;
  }
  .bisNavi .inBox dl dd {
    font-size: 2.5vw;
  }
}


/*
.l-container {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}*/




.mvBlock {
    display: flex;
    width: 100%;
    max-width: 1080px;
    margin-bottom: 60px;
}


.mvBlock_exp {
    width: 35%;
    background: #f2f2f2;
    text-align: center;
}


.mvBlock_exp img {
    display: block;
    width: 60%;
    margin: 24px auto 8px;
}


.mvBlock_txt {
    font-size: 18px;
    font-weight: 500;
    color: #666;
    display: block;
}


.mvBlock_btn {
    text-decoration: none;
    width: 50%;
    margin: 10px auto 0;
    background: #fff;
    border: 1px solid #ddd;
    color: #1a1a1a;
}

.mvBlock_btn_label {
    position: relative;
    line-height: 2.4;
    padding-right: 6px;
}


.mvBlock_btn_label:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #333;
    position: absolute;
    top: 50%;
    right: -8px;
    margin-top: -5px;
}

.mvBlock_mv {
    width: 65%;
}


.mediaGrid {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}

.mediaGrid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.PC {
  display: block;
}
.SP {
  display: none;
}

@media screen and (min-width:841px) and (max-width:1024px) {
  .mvBlock_exp img {
      margin-top: 18px;
  }
  .mvBlock_txt {
      font-size: 15px;
      line-height: 1.3;
  }
  .mvBlock_btn {
      width: 60%;
  }
}


@media screen and (min-width:769px) and (max-width:840px) {
  .mvBlock_exp img {
    margin-top: 12px;
  }
  .mvBlock_txt {
      font-size: 13px;
      line-height: 1rem;
  }
  .mvBlock_btn {
      width: 60%;
  }
  .mvBlock_btn_label {
      font-size: 12px;
  }
}



@media screen and (max-width:768px) {
  .mvBlock {
      display: block;
      background: #f2f2f2;
      padding-bottom: 30px;
  }


  .mvBlock_exp img {
      display: block;
      width: 25%;
      margin: 30px;
  }


  .mvBlock_exp {
      width: 100%;
      display: flex;
  }


  .mvBlock_txt {
      margin: auto;
      line-height: clamp(1.8rem, 1vw + 2rem, 2.4rem);
      font-size: clamp(0.8rem, 1vw + 0.8rem, 2.4rem);
}

  .mvBlock_btn {
      text-align: center;
      line-height: 3;
      width: 40%;
  }

  .mvBlock_mv {
      width: 100%!important;
  }


  .mediaGrid {
      width: 94%;
      margin: 0 3%;
  }

  .PC {
    display: none;
  }
  .SP {
    display: block;
  }

}



#recruit {
    margin-bottom: 10%;
}

.inBox.rec_link a {
    background: url(../img/banner_recruit2025.jpg) center center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    color: #fff;
}

.inBox.rec_link {
    width: 100%;
    height: 24.73vw;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.rec_link .cFilter {
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.rec_link dl {
    position: absolute;
    top: 36%;
    width: 100%;
}

.rec_link dt {
    font-size: 3vw;
    line-height: 1.15;
    margin-bottom: 10px;
}


@media screen and (max-width:768px) {
  .rec_link dt {
      font-size: 5vw;
      line-height: 1.15;
      margin-bottom: 5px;
  }
}




.mb80 {
    margin-bottom: 80px;
}

.mb40 {
    margin-bottom: 40px;
}

.txtCsr {
  clear: both;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  font-size: 1rem;
  line-height: 1.6;
}




.CEimg, .CEtxt {
    flex: 1;
    width: 50%;
}



/*CSR*/

.sec_box {
  background: #00A098;
  font-size: 28px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 40px;
}


.secCsrphoto img {
    width: 100%;
}


.secCsr {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 980px;
}






/*SDGs*/

.cCreed {
    margin-bottom: 80px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}


.cCreed .inBox {
  position: relative;
  text-align: center;
  overflow: hidden;
}


.cCreed .inBox {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background: no-repeat center center;
  background-size: cover;
}

.cCreed .inBox.creed1 {
  background-image: url(http://xs352738.xsrv.jp/wp-content/uploads/2022/11/img_syaze1.jpg);
  width: 100%;
  height: 0;
  padding-top: calc(300 / 1200 * 100%);
  position: relative;
  margin-bottom: 24px;
}

.cCreed .inBox.creed1::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
}


.creedTitle {
    width: 720px;
    margin: 0 auto 10px;
    display: flex;
}


.inBox.creed1 dl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: min(2.8vw,36px);
  line-height: 1.1;
  white-space: nowrap;
}


.creedItem {
    margin: 0;
    display: table;
}

.creedItem span {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.5rem;
}


.sdgsIcon {
    display: flex;
    margin-left: auto;
}

.sdgsIcon img {
    width: 63px;
    margin-left: 7px;
}

.creedElement {
    margin: 0 auto 40px;
    display: flex;
}

.CEimg img {
    max-width: 490px;
}

.creedElement > div > p {
    padding: 10px 0 10px 20px;
}


@media screen and (max-width: 768px) {
  .creedTitle {
      display: block;
      width: 96%;
      margin: 0 2%;
  }

  .creedItem span {
      display: block;
      font-size: 1.0rem;
      margin-bottom: 5px;
  }

  .sdgsIcon img {
      width: 35px;
      margin-left: 0;
      margin-right: 5px;
  }


.txtbox {
    width: 96%;
    margin: 0 2%;
}

  .creedElement {
    width: 96%;
    margin: 0 2%;
  }
  .CEimg img {
      width: 50vw;
  }


  .inBox.creed1 dl {
    font-size: 4vw;
  }

  .br-pc {
    display: none;
  }

}




.cmpnyList-wrap {
    max-width: 1080px;
    margin: 0 calc(50% - 50vw) -30px;
    padding: 0 calc(50vw - 50%) 30px;
    width: 100%;
    background: #f8f8f8;
}


.cmpnyList-wrap h4 {
    text-align: left;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2;
    padding: 10px 0 10px 20px;
}






.cmpnyList {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}

.cmpnyList a {
    text-decoration: none;
    color: #1a1a1a;
}

.cmpnyList li {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 2%;
    box-sizing: border-box;
}




@media screen and (min-width: 769px) {
  .cmpnyList li:nth-child(3n+1) {
      margin-left: 0;
  }
}




.cmpnyWrap {
    border: 1px solid #ddd;
    background: #fff;
    padding-bottom: 10px;
}

.cmpnyName {
    font-size: 1rem;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 0;
}

.cmpnyThumb {
    margin: 10px 10px 15px;
    height: 130px;
    overflow: hidden;
    display: flex;
}

.cmpnyThumb img {
    position: relative;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cmpnyCatch {
    line-height: 1;
    font-size: 0.7rem;
}



@media screen and (max-width: 768px) {
  .cmpnyList-wrap:before {
      width: 100vw;
  }

  .cmpnyWrap {
      padding-bottom: 5px;
  }


  .cmpnyList li {
      margin-left: 4%;
  }

  .cmpnyName {
      font-size: 0.8rem;
      padding-top: 5px;
  }

  .cmpnyThumb {
      margin: 5px 5px 10px;
      height: 70px;
  }

  .cmpnyCatch {
      height: 20px;
      line-height: 1.2;
      padding: 0 10px 10px;
  }
}


.cmpnyInfoArea {
    max-width: 1080px;
    margin-bottom: -30px;
    margin: 0 calc(50% - 50vw) -30px;
    padding: 0 calc(50vw - 50%) 30px;
    width: 100%;
    background: #f8f8f8;
}


.cmpnyInfoArea h4 {
    text-align: left;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2;
    padding: 10px 0 10px 20px;
}

.cmpnyInfo {
    /*display: flex;*/
    margin: 0 20px;
}


.cmpnyInfo li {
    width: 22%;
    margin-left: 4%;
    background: #fff;
    float: left;
}

.cmpnyInfo li:first-child {
    margin-left: 0;
}


.cmpnyInfoWrap {
    border: 1px solid #ddd;
    text-align: center;
}


.cmpnyInfo a {
    text-decoration: none;
    color: #1a1a1a;
}


.cmpnyInfoTitle {
    padding: 0;
    line-height: 3rem;
    position: relative;
    display: inline-block;
    padding-right: 12px;
    font-size: 14px;
}




.cmpnyInfoTitle:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #333;
    position: absolute;
    top: 50%;
    right: -8px;
    margin-top: -5px;
}



@media screen and (max-width: 768px) {
  .cmpnyInfo li, .cmpnyList li{
      width: 48%;
      margin-bottom: 20px;
  }
  .cmpnyInfo li:nth-child(2n+1), .cmpnyList li:nth-child(2n+1) {
      margin-left: 0;
  }


}
