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


/*================== ○○○○.html =================*/


.top_instagram .sns_photo img{
   height: 150px!important;
   width: 100%!important;
   margin: 0 auto;
   object-fit: cover;
   font-family: 'object-fit: cover;';
}
.top_instagram .sns_photo img{
   height: 150px!important;
   width: 100%!important;
   margin: 0 auto;
   object-fit: cover;
   font-family: 'object-fit: cover;';
   border-radius: 8px;
}
.top_instagram div.sns_list div.sns_video{
 width: 100%;
 padding: 0;
}
.top_instagram div.sns_list{
 display: flex;
 border: 0px;
 flex-direction: row;
 flex-wrap: wrap;
}
.top_instagram div.sns_list > div{
 width: 33.333333%;
 margin: 0;
 padding: 0px;
 display: flex;
 border-bottom: 0px;
 margin-bottom: 0;
 flex-direction:column;
}
.top_instagram div.sns_list > div:last-child{
 display: flex;
}
.top_instagram div.sns_list div.sns_photo{
 text-align: center;
 width: 100%;
 box-sizing: border-box;
}
.top_instagram div.sns_list div.sns_text{
 display: none;
}
.top_instagram .sns_date{
 display: none;
}
.top_instagram .caption{
   display: none;
}

@media screen and (min-width: 469px) and (max-width: 768px){
}
@media only screen and (max-width: 640px){

.top_instagram div.sns_list > div{
 width: 50%;
}

}