@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */
.cnt_insta div.sns_list > div{
	border:solid #ccc 1px!important;
	width: 49%!important;
	margin-bottom: 10px!important;
	padding: 5px!important;
}
.cnt_insta div.sns_list{
	justify-content: space-between!important;
	    flex-direction: row!important;
	    flex-wrap: wrap;
}
.cnt_insta .sns_photo{
    width: 40% !important;
}
.cnt_insta div.sns_list div.sns_text{
	width: 60% !important;
}
.cnt_insta .sns_photo img{
	height: auto!important;
}
.cnt_insta .caption{
	    padding: 10px 0 0 0!important;
}
.cnt_insta div.sns_list div.sns_date{
	    font-size: 14px!important;
	    padding: 3px!important;
}
/*===========================tab====================================== */
@media only screen and (max-width: 834px){
.cnt_insta div.sns_list div.sns_text{
	width: 70% !important;
}
.cnt_insta .sns_photo{
    width: 30% !important;
}
.cnt_insta div.sns_list > div{
	width: 100%!important;
}

}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 640px){

.cnt_insta div.sns_list div.sns_text{
	width:100% !important;
	    padding: 3px !important;
}
.cnt_insta .sns_photo{
    width: 100% !important;
}




}
/*===========================sp END====================================== */