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

.catch span a {
  font-size: 50px;
  font-weight: bold;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  display: inline-block;
  margin-top: 20px;
  width: 500px;
  transition: 0.3s;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝",
    "MS PMincho", serif;
}
.catch span a:hover {
  opacity: 0.7;
}
#header{
  top: 0;
}
.blog{
  padding-top: 80px;
}
.blog .wrap #contents{
  padding-top: 0;
}
.blog .wrap .flex{
    flex-direction: column-reverse;
    display: flex;
}
.flex_images img{
margin-top: 10px;
}
.blog .wrap #contents article{
  padding-bottom: 30px;
}
.blog .detail{
  margin-top: 0;
}
.w18{
  width: 18%;
  margin: 0 1%;
}
.blog .wrap #contents article{
  border: 0!important;
}

@media screen and (max-width: 600px) {
  .catch span a {
      width: 90%;
      font-size: 20px;
      padding: 10px;
  }
}

.top_blog{
  border: none;
  height: auto;
  padding: 0;
}
.top_blog .blog_list{
  flex-direction:row!important;
}
.top_blog .blog_photo{
  display: block!important;
  width: 100%!important;
}
.top_blog .blog_photo img{
  width: 100%!important;
  height: 170px!important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.top_blog div.blog_list > div{
    flex-direction: column!important;
}
.top_blog .blog_date{
  color: #fff!important;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;

}
.top_blog .blog_text h3 a{
  color: #fff!important;
  font-size: 16px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;

}
.cnt_textbtn a{
  display: inline-block;
    color: #fff !important;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #fff;
    text-align: center;
    text-decoration: none;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.top_blog div.blog_list > div{
  border: 0!important;
}
/*===========================tab====================================== */
@media only screen and (max-width: 834px) {
  table{
        table-layout: auto!important;
  }
  .blog{
  padding-top: 0px!important;
}
.blog .wrap{
  flex-direction: column-reverse;
  margin: 20px auto;
}
.blog .wrap #contents .detail{
    margin-top: 0!important;
}


.top_blog .blog_list{
  flex-wrap: wrap;
  justify-content:space-between;
}
.top_blog div.blog_list > div{
    flex-direction: column!important;
    width: 49%;
    padding: 3px;
}
}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 640px) {
  table{
        table-layout: auto!important;
  }
    .blog{
  padding-top: 0px!important;
}
.blog .wrap{
  flex-direction: column-reverse;
  margin: 20px auto;
}
.blog .wrap #contents .detail{
    margin-top: 0!important;
}
.sp100{
  width: 100%;
  margin: 0 0 10px 0;
}
.sp50{
  width: 48%;
  margin: 0  0 10px 0;
}



.top_blog .blog_list{
  flex-wrap: wrap;
  justify-content:space-between;
}
.top_blog div.blog_list > div{
    flex-direction: column!important;
    width: 49%;
    padding: 3px;
}
.top_blog .blog_photo img{
  height: 100px!important;
}
.top_blog .blog_text h3 a{
  color: #fff!important;
  font-size: 14px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;

}
div.blog_list div.blog_photo{
  padding: 5px;
}
}
/*===========================sp END====================================== */
