@charset "utf-8";

#mv {
  background: #EDEFEA;
  text-align: center;
}
.post-type-archive-topic #mv {
/*  background: url(../img/topics/mv.jpg) no-repeat center bottom / auto 450px;
  padding-bottom: 450px;*/
}
#mv .titles {
  display: inline-table;
}
#mv .titles span {
  display: table-cell;
  color: #8fbf3e;
  font-size: 3rem;
  height: 205px;
  letter-spacing: 0.1em;
  padding-right: 50px;
  position: relative;
  vertical-align: middle;
}
#mv .titles span:after {
  background: #8fbf3e;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  right: -25px;
  top: 102px;
  width: 50px;
}
#mv .titles h1 {
  display: table-cell;
  font-size: 2.2rem;
  font-weight: normal;
  height: 205px;
  letter-spacing: 0.1em;
  padding-left: 50px;
  vertical-align: middle;
}

h2 {
  font-size: 3rem;
  line-height: 1.2em;
  padding: 45px 20px;
  text-align: center;
}
.date {
  border-bottom: 1px solid #8D8D8D;
  border-top: 1px solid #8D8D8D;
  color: #A0A0A0;
  display: block;
  font-family: azo-sans-web, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 30px 0;
}
#sec_content .inner2 > div {
  border-bottom: 1px solid #8D8D8D;
  line-height: 2em;
  padding: 70px;
}
#sec_content .inner2 > div img {
  height: auto;
  max-width: 100%;
}
.next_prev .inner2 > div {
  display: flex;
  margin: 45px 0 0;
}
.next_prev .inner2 > div > p {
  width: calc(100% / 3);
}
.next_prev .inner2 > div > p:nth-of-type(2) {
  text-align: center;
}
.next_prev .inner2 > div > p:nth-of-type(3) {
  text-align: right;
}
.next_prev .inner2 > div > p:nth-of-type(1) a,
.next_prev .inner2 > div > p:nth-of-type(3) a {
  border: 1px solid #8FBF3E;
  color: #272727;
  display: inline-block;
  font-size: 1.8rem;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  width: 78px;
}
.next_prev .inner2 > div > p:nth-of-type(2) a {
  color: #8FBF3E;
  font-size: 3.5rem;
}

/*---archive---*/
.post-type-archive-topic .titles2 {
  display: inline-table;
}
.post-type-archive-topic .titles2 span {
  display: table-cell;
  color: #8fbf3e;
  font-size: 3rem;
  height: 172px;
  letter-spacing: 0.1em;
  padding-right: 50px;
  position: relative;
  vertical-align: middle;
}
.post-type-archive-topic .titles2 span:after {
  background: #8fbf3e;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  right: -25px;
  top: 86px;
  width: 50px;
}
.post-type-archive-topic .titles2 h2 {
  display: table-cell;
  font-size: 2.2rem;
  font-weight: normal;
  height: 172px;
  letter-spacing: 0.1em;
  padding-left: 50px;
  vertical-align: middle;
}
.archive_drop {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  position: absolute;
  right: 0;
  top: 70px;
}
.archive_drop .drop_trigger {
  background: url(../img/topics/tri.png) no-repeat right 10px top 16px / 14px auto;
  border: 1px solid #D0D0D0;
  cursor: pointer;
  display: block;
  font-size: 1.7rem;
  padding: 12px 0;
  text-align: center;
  width: 200px;
}
.archive_drop ul {
  background: #8FBF3E;
  display: none;
  left: 0;
  list-style: none;
  padding: 20px;
  position: absolute;
  top: 41px;
  width: 100%;
  z-index: 1;
}
.archive_drop ul li a {
  color: #fff;
  display: block;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
}
.archive_drop ul li a:hover {
  background: #BAE571;
}
.post-type-archive-topic #topics_list {
  display: flex;
  flex-wrap: wrap;
}
.post-type-archive-topic #topics_list > a {
  display: block;
  margin-right: 40px;
  text-decoration: none;
  width: 240px;
}
.post-type-archive-topic #topics_list > a:nth-of-type(4n) {
  margin-right: 0;
}
.post-type-archive-topic #topics_list > a:nth-of-type(n+5) {
  margin-top: 58px;
}
.post-type-archive-topic #topics_list > a .imgwrap {
  border-bottom: 3px solid #8FBF3E;
  height: 163px;
  overflow: hidden;
  position: relative;
  width: 240px;
}
.post-type-archive-topic #topics_list > a .imgwrap img {
  display: block;
  height: 160px;
  object-fit: cover;
  width: 100%;
}
.post-type-archive-topic #topics_list > a .imgwrap img.v_img {
  height: 100%;
  width: auto;
}
.post-type-archive-topic #topics_list > a .imgwrap span {
  background: #333;
  color: #fff;
  display: block;
  font-family: azo-sans-web, sans-serif;
  font-style: italic;
  font-weight: 600;
  height: 38px;
  left: 0;
  line-height: 38px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 116px;
}
.post-type-archive-topic #topics_list > a p {
  color: #8FBF3E;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2em;
  padding: 20px 0;
}
.post-type-archive-topic .wp-pagenavi {
  margin: 55px 0 0;
  text-align: center;
}
.post-type-archive-topic .wp-pagenavi a,
.post-type-archive-topic .wp-pagenavi span {
  border: 1px solid #8FBF3E;
  border-radius: 2px;
  color: #272727;
  display: inline-block;
  font-size: 1.8rem;
  height: 40px;
  line-height: 40px;
  margin: 0 12px;
  padding: 0;
  text-align: center;
  width: 40px;
}
.post-type-archive-topic .wp-pagenavi a.previouspostslink,
.post-type-archive-topic .wp-pagenavi a.nextpostslink {
  width: 78px;
}
.post-type-archive-topic .wp-pagenavi a:hover,
.post-type-archive-topic .wp-pagenavi span.current {
  background: #8FBF3E;
  border: 1px solid #8FBF3E;
  color: #fff;
}
.postid-13584 span.date {
    display: none;
}

@media screen and (max-width: 768px) {

  #mv .titles {
    display: block;
    padding: 20px 0;
  }
  #mv .titles span {
    display: block;
    height: auto;
    padding: 0;
  }
  #mv .titles span::after {
    display: none;
  }
  #mv .titles h1 {
    display: block;
    height: auto;
    margin: 10px 0 0;
    padding: 0;
  }
  h2 {
    padding: 20px 0;
  }
  #sec_content .inner2 > div {
    padding: 30px;
  }
  .post-type-archive-topic .titles2 {
    display: none;
  }
  .archive_drop {
    justify-content: center;
    margin: 15px 0 0;
    position: relative;
    right: auto;
    top: auto;
  }
  .post-type-archive-topic #topics_list {
    display: block;
    margin: 30px 0 0;
  }
  .post-type-archive-topic #topics_list > a {
    margin: 0 0 40px;
    width: auto;
  }
  .post-type-archive-topic #topics_list > a .imgwrap {
    height: 64vw;
    width: auto;
  }
  .post-type-archive-topic #topics_list > a .imgwrap img {
    height: 64vw;
  }

}
