@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

@media screen and (max-width: 834px){
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

/* tablet END ###################################################### */
}
@media screen and (max-width: 640px){
/* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

/* smartphone END ################################################## */
}

@media only screen and (max-width:1000px) {
  .inst {
    padding: 0 10px;
  }
}

.inst .sns_list {
  border: 0;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-left: -2.4390%
}

@media only screen and (max-width:834px) {
  .inst .sns_list {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: 0
  }
}

.inst .sns_list>div {
  width: 30.8943%;
  margin-left: 2.4390%;
  margin-bottom: 30px;
  border-bottom: 0
}

@media only screen and (max-width:834px) {
  .inst .sns_list>div {
    width: 48%;
    margin-left: 0
  }
}

.inst .sns_list>div .sns_photo {
  width: 100%;
  padding: 0
}

.inst .sns_list>div .sns_photo a {
  display: block;
  position: relative
}

.inst .sns_list>div .sns_photo a:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100%!important
}

@media only screen and (max-width:834px) {
  .inst .sns_list>div .sns_photo a:before {
    display: none
  }
}

.inst .sns_list>div .sns_photo a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100%!important;
  height: 100%!important
}

@media only screen and (max-width:834px) {
  .inst .sns_list>div .sns_photo a img {
    position: static
  }
}

.inst .sns_list>div .sns_text {
  display: none
}