@charset "utf-8";

#mv {
  background: #EDEFEA;
  text-align: center;
}
#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;
}
h2 + p {
  border-bottom: 1px solid #8D8D8D;
  border-top: 1px solid #8D8D8D;
  padding: 30px 0;
}
.date {
  color: #A0A0A0;
  font-family: azo-sans-web, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
}
.cat {
  box-sizing: border-box;
  font-size: 1.2rem;
  height: 15px;
  line-height: 15px;
  margin-left: 25px;
  padding: 0 10px;
}
.cat12 {
  border: 1px solid #8FBF3E;
  color: #8FBF3E;
}
.cat13 {
  border: 1px solid #CC3700;
  color: #CC3700;
}
#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;
}


@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;
  }
  /*.archive_drop {
    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;
  }*/

}
