@charset "utf-8";
#main {
  background: #fff;
}
.container {
  padding: 0 40px;
}
@media (max-width: 810px) {
  .container {
    padding: 0 40px;
  }
}
.blog_header {
  padding: 0 40px 65px;
}
.blog_header h1 {
  line-height: 0;
  text-align: center;
  padding: 40px 0 33px;
}
.blog_header h1 img {
  width: 510px;
  max-width: 100%;
}
.blog_header h1 img.sp {
  display: none;
}
.blog_header ul {
  display: flex;
  justify-content: center;
  margin: 0 -5px;
  flex-wrap: wrap;
}
.blog_header ul li {
  width: 20%;
  min-width: 120px;
  padding: 0 5px;
  letter-spacing: 0.05em;
}
.blog_header ul li a {
  line-height: 1em;
  font-size: 13px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 15px;
  width: 100%;
  text-align: center;
  border: 1px solid #231815;
}
@media (max-width: 900px) {
  .blog_header {
    padding: 0 20px 65px;
  }
  .blog_header .container {
    padding: 0;
  }
}
@media (max-width: 599px) {
  .blog_header h1 img {
    width: 304px;
  }
  .blog_header h1 img.pc {
    display: none;
  }
  .blog_header h1 img.sp {
    display: inline;
  }
  .blog_header ul li {
    width: 50%;
    margin-bottom: 10px;
  }
}
.blog_container {
  display: flex;
}
@media (max-width: 599px) {
  .blog_container {
    display: block;
  }
}
.blog_posts_wrap {
  width: 540px;
  max-width: calc(100% - 222px);
}
.blog_posts_wrap article {
  padding-bottom: 50px;
  border-bottom: 1px solid #231815;
  margin-bottom: 50px;
}
.blog_posts_wrap .post_head {
  display: flex;
  align-items: center;
}
.blog_posts_wrap .post_head .post_cat {
  background: #009740;
  width: 100px;
  text-align: center;
  padding: 5px;
  color: #fff;
  font-size: 10px;
  border-radius: 15px;
  line-height: 1em;
  margin-right: 10px;
}
.blog_posts_wrap .post_head time {
  font-size: 14px;
  line-height: 1em;
}
.blog_posts_wrap .post_title {
  font-size: 27px;
  padding: 20px 0 30px;
  line-height: 1.3em;
}
.blog_posts_wrap .post_thumbnail {
  width: 100%;
  position: relative;
  background: url("/images/blog_thumbnail_dummy.png") no-repeat center;
  background-size: cover;
  margin-bottom: 30px;
}
.blog_posts_wrap .post_thumbnail:before {
  content: "";
  display: block;
  padding-bottom: 66.6667%;
}
.blog_posts_wrap .post_content {
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.05em;
}
.blog_posts_wrap .post_content img {
  max-width: 100%;
  height: auto;
}
.blog_posts_wrap .post_content p {
  margin-bottom: 35px;
  font-size: 15px;
  line-height: 32px;
}
.blog_posts_wrap .post_content a {
  text-decoration: underline;
}
@media (max-width: 599px) {
  .blog_posts_wrap {
    width: 100%;
    max-width: 100%;
  }
}
.blog_sidemenu {
  width: 222px;
  padding-left: 40px;
}
@media (max-width: 599px) {
  .blog_sidemenu {
    width: 100%;
    padding-left: 0;
  }
}
.category_wrap li {
  background: url("/images/border_dot.png") repeat-x top center;
  background-size: 2px 1px;
  padding: 20px 0 20px 10px;
  position: relative;
}
.category_wrap li:last-child:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url("/images/border_dot.png") repeat-x bottom center;
  background-size: 2px 1px;
  position: absolute;
  bottom: 0;
}
.category_wrap li h3 {
  font-weight: normal;
  line-height: 1em;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
.category_wrap li a {
  display: block;
  margin-bottom: 15px;
}
.category_wrap li a:last-child {
  margin-bottom: 0;
}
.category_wrap li time,
.category_wrap li p {
  display: block;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 17px;
}
@media (max-width: 599px) {
  .category_wrap li {
    background: url("/images/border_dot.png") repeat-x bottom center;
    background-size: 2px 1px;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .category_wrap li:first-child {
    padding-top: 0;
  }
  .category_wrap li:last-child:after {
    display: none;
  }
  .category_wrap li h3 {
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
  }
  .category_wrap li a {
    display: block;
    margin-bottom: 15px;
  }
  .category_wrap li a:last-child {
    margin-bottom: 0;
  }
  .category_wrap li time,
  .category_wrap li p {
    display: block;
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 17px;
  }
  .category_wrap li time {
    text-align: center;
    margin-bottom: 5px;
  }
}
