@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.news {
  height: 100%;
  max-height: 600px ;
  text-align: left;
}
.company-list {
  justify-content: space-between;
}
.company-list::before{
  content:"";
  display: block;
  width: 25%;
  order: 1;
}
.company-list::after{
  content:"";
  display: block;
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .news {
    max-height: 500px ;
    margin: 20px 0 0 0 !important ;
  }
}
@media screen and (max-width: 834px) {
  .news {
    max-height: 500px ;
  }
}
@media screen and (max-width: 640px) {
  .company-list {
    justify-content: center;
  }
}
.news dl {
  border-bottom: 1px solid #fff;
}
.instagram .sns_list {
  flex-wrap: wrap !important;
}
.instagram .sns_list > div {
  width: 33.333% !important;
}