/* -------------------------- */
/* content */
/* -------------------------- */
/* contents_head */
.blog {
  background-image: url(/images/blog/bg_header.jpg);
}

.blog_list_time {
  margin-right: 10px;
  display: inline-block;
  font-family: "Roboto";
  font-weight: 700;
}

.blog_list_category {
  width: 150px;
  padding: 5px 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
}

.category01 {
  background: #00ACBF;
}

.category02 {
  background: #00A0E8;
}

/* blog_box */
.blog_box {
  margin-bottom: 15px;
}

.blog_box .item_list01 .item_list01_inner .blog_list_title {
  width: 100%;
  margin-top: 5px;
  display: block;
  font-size: 1.3rem;
}

.blog_box .item_list01 .thum_img {
  width: 80px;
  height: 80px;
  background: #F8F8F8;
  overflow: hidden;
  position: relative;
}

.blog_box .item_list01 .thum_img img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* -------------------------- */
/* detail */
/* -------------------------- */
.blog_detail .cms_header {
  display: flex;
  flex-wrap: wrap;
}

.blog_detail .cms_header .title_section {
  margin-top: 5px;
}

.blog_detail .entry_body {
  margin-bottom: 30px;
}

@media screen and (min-width: 1280px) {
  .blog_list_time {
    margin-right: 20px;
    font-size: 1.6rem;
  }
  .blog_list_category {
    width: 180px;
    font-size: 1.4rem;
  }
  .blog_box {
    margin-bottom: 30px;
  }
  .blog_box .item_list01 .item_list01_inner .blog_list_title {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .blog_box .item_list01 .thum_img {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px) {
  .blog_box {
    display: flex;
    flex-wrap: wrap;
  }
  .blog_box .item_list01 {
    width: 50%;
  }
  .blog_box .item_list01 .item_list01_inner {
    display: flex;
    flex-wrap: wrap;
  }
  .blog_box .item_list01 .thum_img {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
}

/*# sourceMappingURL=map/blog.css.map */
