@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */
.gallery_blog_text {
  margin-bottom: 20px !important;
}
.txt001 {
  margin-top: 30px;
}
.count {
    text-align: center;
    line-height: 1em;
}
/*===========================tab====================================== */
@media screen and (min-width: 641px) and (max-width: 834px) {
}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 640px) {
  .count {
    margin: 10px auto;
  }
}
/*===========================sp END====================================== */
