@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

.blog .flex {
  flex-wrap: wrap;
}
.blog .flex_images {
  display: flex;
  flex-direction: column;
}
.blog .flex_images img {
  margin-bottom: 15px;
}
.blog .flex_text {
  width: 100%;
}

/*================== ○○○○.html =================*/
@media screen and (min-width: 469px) and (max-width: 768px) {
}
@media only screen and (max-width: 468px) {
}
