@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */


/* PC START ###################################################### */

.insta_blog01 .sns_photo{
    width: 35%!important;
}
.insta_blog01 .sns_text{
    width: 65%!important;
}

.insta_blog01 .sns_date{
    font-size: 18px;
    font-weight: bold;
}

.insta_blog01 .caption{
    font-size: 16px;
    line-height: 2;
}

.insta_blog01 .sns_text > ul{
    margin-top: 2em;
}

.insta_blog01 .sns_text > ul li a{
    font-size: 16px;
}

.insta_blog01 .sns_list{
    border: 0!important;
}
.insta_blog01 .sns_list > div{
    margin-bottom: 20px;
    padding: 30px!important;
    border: 1px solid #ccc!important;
}
/* PC END ###################################################### */



@media screen and (max-width: 768px){
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */


 .insta_blog01 .sns_photo{
    width: 65%!important;
}

.insta_blog01 .sns_text{
    width: 100%!important;
}






/* tablet END ###################################################### */



}
@media screen and (max-width: 468px){
/* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */
 .insta_blog01 .sns_photo{
    width: 85%!important;
}

 .insta_blog01 .sns_list > div{
    margin-bottom: 20px;
    padding: 10px!important;
    border: 1px solid #ccc!important;
}

/* smartphone END ################################################## */
}