@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*----------------------------------------------------------------------------制作*/
.blog_date{
  display: none;
}
div.blog_list h3{
  font-size: 18px;
}
div.blog_list h3 a{
  color:  #000;
}
.blog-list div.blog_list > div .blog_text .detail{
  display: block !important;
}
div.detail, div.detail2{
  margin-top: 0 !important;
}
.blog-list div.blog_list > div .blog_photo img{
  width: 100% !important;
  height: 220px !important;
  object-fit: cover;
}
.imgofj img{
  width: 100% !important;
  height: 180px !important;
  object-fit: cover;
}
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
@media screen and (max-width: 834px){
/*----------------------------------------------------------------------------制作*/
.blog-list div.blog_list > div .blog_photo img{
  height: 170px !important;
}
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
}
@media screen and (max-width: 640px){
/*----------------------------------------------------------------------------制作*/
.blog-list div.blog_list > div .blog_photo img{
  height: 140px !important;
}
.imgofj img{
  height: 150px !important;
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
}