@charset "UTF-8";
#background #topInfo {
  padding-top: 50px;
}

@media screen and (max-width: 740px) {
  #background #topInfo {
    padding-top: 25px;
  }
}
article#blog {
  padding-bottom: 120px;
  padding-top: 50px;
}

section.blog .inner {
  display: flex;
}

section.blog .inner .article {
  width: 33.4%;
  max-width: 33.4%;
  padding: 15px !important;
}

section.blog .inner .article .article-inner {
  padding-bottom: 50px !important;
  position: relative !important;
  height: 100%;
}

section.blog .inner .article .entry-footer {
  position: absolute !important;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

section.blog .inner .article img {
  max-width: 100%;
}

section.blog .inner .article .blog-info .flex {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100%;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
section.blog .inner .article .blog-info .flex::after {
  content: none !important;
}
section.blog .inner .article .blog-info .date {
  font-weight: 300 !important;
  font-size: 0.75em !important;
  color: #ababab;
}
section.blog .inner .article .blog-info .meta span {
  background-color: #00a839 !important;
  color: #fff;
  font-size: 0.75em !important;
  padding: 0.5em 0.7em;
  margin-right: 0.2em;
}
section.blog .inner .article .blog-info .entry-title {
  font-weight: normal !important;
  margin-bottom: 10px !important;
}

.aspect42 {
  width: 100%;
  height: 0 !important;
  padding-top: 50% !important;
  position: relative;
  overflow: hidden;
}

.aspect42 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#blog p.more {
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
}

#blog p.more a {
  display: inline-block;
  padding: 10px 40px 10px 30px;
  border: 2px solid #00a839;
  line-height: 1em;
  color: #00a839;
  position: relative;
}

#blog p.more.wide a {
  display: inline-block;
  padding: 10px 40px 10px 30px;
  max-width: 100%;
  width: 300px;
  border: 2px solid #00a839;
  line-height: 1em;
  color: #00a839;
  position: relative;
}

.blog-archive {
  margin-top: 2rem !important;
}

@media screen and (max-width: 740px) {
  #background #topInfo {
    padding-top: 25px;
  }
  section.blog .inner {
    display: block;
  }
  article#blog {
    padding-top: 25px !important;
  }
  section.blog .inner .article {
    width: 100%;
    max-width: 100%;
  }
}
#background #blog h2 {
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0;
  margin-bottom: 20px;
}

#background #blog h2 b {
  display: inline-block;
  line-height: 1em;
  position: relative;
}

#background #blog h2 span {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  margin-left: 40px;
  padding-left: 40px;
  position: relative;
  vertical-align: middle;
}

#background #blog h2 span:before {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background: #1a1a1a;
  top: calc(50% - 15px);
  left: 0;
}

@media screen and (max-width: 740px) {
  #background #blog h2 {
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: 0;
    margin-bottom: 15px;
  }
  #background #blog h2 b {
    display: block;
    margin-bottom: 5px;
    line-height: 1em;
    padding-left: 30px;
  }
  #background #blog h2 span {
    display: block;
    font-size: 16px;
    margin-left: 30px;
    padding: 5px 0 0;
  }
  #background #blog h2 b:before {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
  }
  #background #blog h2 span:before {
    display: block;
    content: "";
    position: absolute;
    width: 18px;
    height: 1px;
    background: #1a1a1a;
    top: 0;
    left: 0;
  }
}
/*
* サイドバー
*/
.accordion-menu {
  overflow: hidden;
}
.accordion-menu__input {
  display: none;
}
.accordion-menu__label {
  display: block;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.accordion-menu__label::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  transform: rotate(135deg);
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
.accordion-menu .month-line {
  padding: 0.2rem 0 0.2rem 2rem !important;
}
.accordion-menu__content {
  opacity: 0;
  padding: 0 10px;
  transition: 0.5s;
  visibility: hidden;
  height: 0;
}

.accordion-menu__input:checked + .accordion-menu__label + .accordion-menu__content {
  opacity: 1;
  padding: 10px;
  visibility: visible;
  height: -moz-max-content;
  height: max-content;
}

.accordion-menu__input:checked + .accordion-menu__label::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  transform: rotate(-45deg);
  position: absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}

.other-post {
  display: flex;
  gap: 1rem;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

#background ul.snsSet {
  margin-bottom: 1rem;
}

.single-btn_wrap a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  padding: 15px 0;
  line-height: 24px;
  transition: all 0.2s ease;
}

@media screen and (max-width: 740px) {
  .pc {
    display: none !important;
  }
  .post-type-archive-blog #newsArea {
    background-color: #fff !important;
  }
  .post-type-archive-blog #background .newsList .listSet {
    display: block;
  }
  .post-type-archive-blog #background .newsList .listSet figure {
    width: 100%;
    height: 0 !important;
    padding-top: 50% !important;
    position: relative;
    overflow: hidden;
    border-radius: 0;
  }
  .post-type-archive-blog #background .newsList .listSet figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .post-type-archive-blog #background .newsList .listSet .tags span {
    background-color: #00a839 !important;
    color: #fff;
    font-size: 0.75em !important;
    padding: 0.5em 0.7em;
    margin-right: 0.2em;
  }
  .post-type-archive-blog #background .newsList .listSet .flex {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100%;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
  }
  .post-type-archive-blog #background .newsList .listSet .flex::after {
    content: none;
  }
  .post-type-archive-blog #background .newsList .listSet .date {
    font-weight: 300 !important;
    font-size: 0.75em !important;
    color: #ababab;
  }
  .post-type-archive-blog #background .newsList .listSet dl {
    width: 100% !important;
    margin: 0;
  }
  .post-type-archive-blog #background .newsList .listSet .detail-more {
    text-align: center;
  }
  .post-type-archive-blog #background .newsList .listSet .detail-more a {
    display: inline-block !important;
    padding: 10px 40px 10px 30px !important;
    border: 2px solid #00a839 !important;
    line-height: 1em !important;
    color: #00a839 !important;
    position: relative !important;
  }
}
@media screen and (min-width: 741px) {
  .sp {
    display: none !important;
  }
}/*# sourceMappingURL=style_blog.css.map */