.page_ttl {
  background-image: url(../img/page_ttl_bg_blog.jpg);
}

.blog_index .latest {
  position: relative;
  margin-bottom: 3rem;
}

.blog_index .latest .update_header {
  bottom: 0;
  text-align: center;
}

.blog_index .latest .update_header .update_data {
  background-color: white;
  margin-bottom: 0.5rem;
  color: #ad5392;
  padding: 0.2rem;
}

.blog_index .latest .update_header .update_data time,
.blog_index .latest .update_header .update_data p {
  display: inline;
}

.blog_index .latest .update_header .update_data time {
  margin-right: 1rem;
}

.blog_index .latest .update_header .update_ttl {
  background-color: white;
  font-size: 1.8em;
  padding: 0.2rem;
  font-weight: bold;
}

.blog_index .cat_box {
  position: relative;
  margin: 0 auto 2rem;
}

.blog_index .cat_box .cat_elm {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1rem;
}

.blog_index .cat_box .cat_header {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.blog_index .cat_box .cat_header .ttl_mincho {
  font-size: 3em;
}

.blog_index .cat_box .cat_header time,
.blog_index .cat_box .cat_header .update {
  color: #ad5392;
  margin-left: 0.5rem;
}

@media screen and (min-width: 768px) {
  .blog_index .latest .update_img {
    width: 80%;
    height:320px;
    overflow: hidden;
  }
  .blog_index .latest .update_header {
    position: absolute;
    bottom: 1.5rem;
    right: 0;
    width: 40%;
    text-align: left;
  }
  .blog_index .latest .update_header .update_ttl {
    padding: 0;
    line-height: 1.1;
  }
  .blog_index .cat_box {
    width: 48%;
  }
  .blog_index .cat_box .update_img {
    width: 100%;
    height:280px;
    overflow: hidden;
  }
}

@media screen and (min-width: 960px) {
  .blog_index .latest .update_header {
    width: 30%;
  }
}

.writer {
  background-color: #e6e6e6;
  padding: 1rem;
  margin-bottom: 2rem;
}

.writer .photo {
  width: 100%;
}

.writer .photo figure {
  text-align: center;
  margin-left: -1rem;
}

.writer .profile {
  width: 26em;
  margin: 1rem auto;
}

.writer .name {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 1rem;
}

.writer .name span {
  font-size: 0.5em;
}

@media screen and (min-width: 768px) {
  .writer {
    padding: 2rem 1rem;
  }
  .writer .photo {
    width: 15em;
  }
  .writer .profile {
    margin: 0;
    width: calc(100% - 15em);
  }
  .writer .name {
    text-align: left;
  }
}
/*# sourceMappingURL=blog.css.map */