@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.cont_1 .box img {
  width: 100% !important;
}
.news {
  overflow-y: auto;
  max-height: 220px;
}
.news dl {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
.news dl dt {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.news dl dd {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

/*================== ○○○○.html =================*/
@media screen and (min-width: 469px) and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
  .news dl {
    flex-direction: column !important;
  }
}
@media only screen and (max-width: 468px) {
}


/*---------------------inst------------------------*/
.home_inst .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none !important;
  -webkit-box-orient: inherit !important;
  -webkit-box-direction: inherit !important;
      -ms-flex-direction: inherit !important;
          flex-direction: inherit !important;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
@media screen and (max-width: 834px) {
  .home_inst .sns_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home_inst .sns_list > div {
  border: none !important;
  width: auto;
}
@media screen and (max-width: 834px) {
  .home_inst .sns_list > div {
    width: 33.3% !important;
    display: block !important;
  }
}
.home_inst .sns_text {
  display: none;
}
.home_inst .sns_photo {
  padding: 0px !important;
  width: 100% !important;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .home_inst .sns_photo {
    margin-bottom: 20px;
  }
}
.home_inst .sns_photo img {
  height: 360px !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
@media screen and (max-width: 2000px) {
  .home_inst .sns_photo img {
    height: 300px !important;
  }
}
@media screen and (max-width: 1500px) {
  .home_inst .sns_photo img {
    height: 250px !important;
  }
}
@media screen and (max-width: 1200px) {
  .home_inst .sns_photo img {
    height: 200px !important;
  }
}
@media screen and (max-width: 1050px) {
  .home_inst .sns_photo img {
    height: 150px !important;
  }
}
@media screen and (max-width: 641px) {
  .home_inst .sns_photo img {
    height: 110px !important;
  }
}