@import url(https://fonts.googleapis.com/css?family=Raleway:200);
@import url(https://fonts.googleapis.com/css?family=Poppins:300);
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:600");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:700");
@import url("https://fonts.googleapis.com/css?family=Allura&display=swap");
header {
  background: #e3e9ff;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  main .column_list .category {
    margin-top: 50px;
  }
}

main .column_content .pickup .article_list {
  margin-bottom: 70px;
}
@media screen and (max-width: 1000px) {
  main .column_content .pickup .article_list {
    margin-bottom: 7%;
  }
}
main .column_list .insta {
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  main .column_list .insta {
    margin-top: 5%;
  }
}

.main img {
  width: 100%;
}

.article {
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .article {
    margin-bottom: 10%;
  }
}

h2.ttl_h2 {
  text-align: center;
  color: #78693c;
  text-align: center;
  margin-bottom: 40px;
}
h2.ttl_h2 img {
  margin: 0 auto;
  display: block;
  width: 70px;
}
@media screen and (max-width: 768px) {
  h2.ttl_h2 img {
    width: 9vw;
  }
}
h2.ttl_h2 span {
  display: block;
}
h2.ttl_h2 .ja {
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 769px) {
  h2.ttl_h2 .ja {
    font-size: 1.2rem;
  }
}

.list li a {
  background: #fff;
  border: 1px solid #c9c9c9;
}
@media screen and (max-width: 768px) {
  .list li a {
    border: none;
  }
}

.article_list {
  margin-bottom: 50px;
}

.searchbox {
  margin-bottom: 30px;
}

.keyword h3 {
  padding-left: 36px;
  position: relative;
}
.keyword h3:before {
  width: 24px;
  height: 30px;
}
.keyword li a {
  border: 1px solid #a0a0a0;
  height: 26px;
  line-height: 25px;
  display: block;
  padding: 0 9px 0 28px;
  position: relative;
}
.keyword li a:before {
  width: 19px;
  height: 19px;
  top: 3px;
  left: 4px;
}
.keyword h3:before,
.keyword li a:before {
  content: "";
  background: url(../img/article/icon_02.svg) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
}

h3.search_labelttl {
  margin: 60px 0 10px;
  font-size: 20px;
  position: relative;
  padding-left: 36px;
}
@media screen and (max-width: 768px) {
  h3.search_labelttl {
    font-size: 4.2vw;
    padding-left: 9vw;
    margin-bottom: 7vw;
  }
}
h3.search_labelttl:before {
  content: "";
  background: url(../img/article/icon_02.svg) no-repeat 0 5px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  h3.search_labelttl:before {
    width: 8vw;
    height: 9vw;
    top: -1vw;
  }
}
h3.search_labelttl strong {
  color: #2340ae;
}

@media screen and (min-width: 769px) {
  h3.search_labelttl_02:before {
    height: 41px;
    background-position: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  h3.search_labelttl_02:before {
    height: 9vw;
    top: 5vw;
  }
}

h3.search_labelttl_02.icon_none {
  padding-left: 0;
}
h3.search_labelttl_02.icon_none:before {
  content: "";
  display: none;
}

.keyword .taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.keyword .taglist li {
  margin: 0 5px 5px 0;
}
.keyword .taglist a {
  border: 1px solid #a0a0a0;
  height: 26px;
  line-height: 25px;
  display: block;
  background: #eeeeee;
  padding: 0 9px 0 28px;
}
@media screen and (max-width: 768px) {
  .keyword .taglist a {
    height: 10vw;
    line-height: 10vw;
    padding: 0 2vw 0 9.5vw;
  }
}
.keyword .taglist a::before {
  width: 19px;
  height: 19px;
  top: 3px;
  left: 4px;
}
@media screen and (max-width: 768px) {
  .keyword .taglist a::before {
    width: 7vw;
    height: 7vw;
    top: 1.3vw;
    left: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .keyword .taglist .ttllabel {
    font-size: 3.8vw;
  }
}

.count {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .count {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .count {
    font-size: 9vw;
  }
}

@media screen and (max-width: 768px) {
  .keyword_sp_wrap {
    padding: 0 5%;
  }
}/*# sourceMappingURL=blog.css.map */