@charset "utf-8";

#mv {
  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;
}
#mv img {
  width: 100%;
}
.title1 {
  background: url(../img/common/kbc_icon.png) no-repeat left top / auto 89px;
  border-bottom: 2px solid #dedede;
  padding: 44px 0 24px 65px;
  position: relative;
  width: 100%;
}
.title1:after {
  background: #8fbf3e;
  bottom: -1px;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 230px;
}
.title1 h2,
.title1 span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.title1 h2 {
  font-size: 3.2rem;
  font-weight: normal;
}
.title1 span {
  font-size: 2.4rem;
  padding-left: 92px;
  position: relative;
}
.title1 span:before {
  background: #292929;
  content: '';
  display: block;
  height: 1px;
  left: 26px;
  position: absolute;
  top: 14px;
  width: 40px;
}

@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;
  }
  .title1 {
    background-size: auto 50px;
    padding: 0 0 20px 50px;
  }
  .title1 h2, .title1 span {
    display: block;
    height: auto;
    line-height: normal;
  }
  .title1 h2 {
    font-size: 2rem;
  }
  .title1 span {
    font-size: 1.6rem;
    padding: 0;
  }
  .title1 span:before {
    display: none;
  }

}


/*---お知らせ一覧---*/
.archive .titles2 {
  display: inline-table;
}
.archive .titles2 span {
  display: table-cell;
  color: #8fbf3e;
  font-size: 3rem;
  height: 172px;
  letter-spacing: 0.1em;
  padding-right: 50px;
  position: relative;
  vertical-align: middle;
}
.archive .titles2 span:after {
  background: #8fbf3e;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  right: -25px;
  top: 86px;
  width: 50px;
}
.archive .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;
  margin-left: 20px;
  padding: 12px 0;
  position: relative;
  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;
}
.archive .post_list a {
  background: url(../img/top/arrow.png) no-repeat right bottom / 35px auto;
  border-bottom: 1px solid #8D8D8D;
  color: #000;
  display: block;
  padding: 24px 80px 24px 16px;
  text-decoration: none;
}
.archive .post_list a span {
  display: inline-block;
  font-family: azo-sans-web, sans-serif;
  font-weight: 400;
}
.archive .post_list a .date {
  color: #A0A0A0;
  font-size: 1.4rem;
}
.archive .post_list a .cat {
  box-sizing: border-box;
  font-size: 1.2rem;
  height: 15px;
  line-height: 15px;
  margin-left: 25px;
  padding: 0 10px;
}
.archive .post_list a .cat12 {
  border: 1px solid #8FBF3E;
  color: #8FBF3E;
}
.archive .post_list a .cat13 {
  border: 1px solid #CC3700;
  color: #CC3700;
}
.archive .post_list a > div:nth-of-type(2) {
  display: flex;
  margin: 15px 0 0;
}
.archive .post_list a > div:nth-of-type(2) p:nth-of-type(1) {
  box-sizing: border-box;
  font-weight: bold;
  padding-right: 50px;
  width: 330px;
}
.archive .post_list a > div:nth-of-type(2) p:nth-of-type(2) {
  width: calc(100% - 330px);
}
.wp-pagenavi {
  margin: 55px 0 0;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: 1px solid #8FBF3E;
  border-radius: 2px;
  color: #272727;
  display: inline-block;
  font-size: 1.8rem;
  height: 40px;
  line-height: 32px;
  margin: 0 12px;
  padding: 0;
  text-align: center;
  width: 40px;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  width: 78px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background: #8FBF3E;
  border: 1px solid #8FBF3E !important;
  color: #fff;
}


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

  .archive #mv .titles {
    display: block;
    padding: 20px 0;
  }
  .archive #mv .titles span {
    display: block;
    height: auto;
    padding: 0;
  }
  .archive #mv .titles span::after {
    display: none;
  }
  .archive #mv .titles h1 {
    display: block;
    height: auto;
    margin: 10px 0 0;
    padding: 0;
  }
  .archive .titles2 {
    display: none;
  }
  .archive .post_list {
    margin: 30px 0 0;
  }
  .archive .post_list a {
    padding-right: 40px;
  }
  .archive .post_list a > div:nth-of-type(2) {
    display: block;
  }
  .archive .post_list a > div:nth-of-type(2) p:nth-of-type(1) {
    padding: 0;
    width: auto;
  }
  .archive .post_list a > div:nth-of-type(2) p:nth-of-type(2) {
    line-height: 1.5em;
    padding: 10px 0 0;
    width: auto;
  }

  #sec_content .inner2 > div {
    padding: 30px;
  }
  .archive_drop {
    justify-content: center;
    margin: 15px 0 0;
    position: relative;
    right: auto;
    top: auto;
  }
  .archive_drop .drop_trigger {
    margin: 0 10px;
  }

}
