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

.blog_cont .box article {
  display: flex;
  justify-content: space-between;
}
.blog_cont .box article a {
  width: 36%;
}
.blog_cont .box article a img {
  width: 100% !important;
}
.btn02 a {
  background: #dc4c35;
  color: #ffffff;
  font-size: 1.8em;
  padding: 40px 30px;
  display: block;
  height: 100%;
  border-radius: 10px;
  text-align: left;
  font-weight: bold;
  text-align: center;
}
div.relay ul li, div.bundle ul li{
  height: auto !important;
}
/*================== ○○○○.html =================*/
@media screen and (min-width: 469px) and (max-width: 768px) {
}
@media only screen and (max-width: 640px) {
  .blog_cont .box article {
    flex-direction: column;
  }
  .blog_cont .box article a {
    width: 100%;
  }
  .btn02 a {
    font-size: 1.4em;
    padding: 30px 15px;
  }
}
