@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
#main_image .main_img{
  width: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  height: 100vh !important;
}
.table_wrap img{
  width: 100% !important;
  height: 200px !important;
  object-fit: contain !important;
  font-family: 'object-fit: contain;' !important;
  padding: 0 !important;
}
.table_wrap span{
  background: #fff;
  display: block;
  margin: 0 10px;
}
.blog_text .detail{
  display: none;
}
div.blog_list > div{
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
}
.blog_text h3 span{
  margin-top: 5px !important;
  display: block;
}
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

@media screen and (max-width: 768px){
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */
 #main_image .main_img{
  padding-top: 45px;
  width: 100%;
  object-fit: initial;
  height: 100% !important;
}
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

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

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