@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
/*----------------------------------------------------
  一覧
----------------------------------------------------*/
.main-wrap {
  margin-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .main-wrap {
    margin-top: 3rem;
  }
}

.contents-block {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767.98px) {
  .contents-block {
    margin-bottom: 4rem;
  }
}

.page-title-wrap {
  min-height: 150px;
}
@media screen and (max-width: 767.98px) {
  .page-title-wrap {
    min-height: 130px;
  }
}

.info-wrap {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .info-wrap {
    display: block;
  }
}
.info-wrap .contents {
  flex: 1;
}
.info-wrap .contents ul.info-list {
  list-style: none;
  padding-left: 0;
}
.info-wrap .contents ul.info-list li {
  border-bottom: 1px dashed #266B29;
}
.info-wrap .contents ul.info-list li a {
  color: #222;
  text-decoration: none;
  display: flex;
  padding: 2.5rem 1rem;
}
@media screen and (max-width: 767.98px) {
  .info-wrap .contents ul.info-list li a {
    display: block;
    padding: 2rem 1rem;
  }
}
.info-wrap .contents ul.info-list li a time {
  width: 120px;
}
@media screen and (max-width: 767.98px) {
  .info-wrap .contents ul.info-list li a time {
    display: block;
    width: auto;
    margin-bottom: 0.5rem;
  }
}
.info-wrap .contents ul.info-list li a .new {
  margin: 0 0 0 10px;
  padding: 1px 6px;
  border: 1px solid #f30;
  color: #f30;
  font-size: 1.2rem;
  line-height: 1.3;
  vertical-align: middle;
}
.info-wrap .contents ul.info-list li a > div {
  flex: 1;
  font-weight: 500;
}
.info-wrap .contents ul.info-list li a:hover {
  background-color: #F4F6F9;
}
.info-wrap .contents ul.info-list li a:hover > div {
  color: #266B29;
}
.info-wrap .side {
  width: 270px;
  padding-left: 3rem;
}
@media screen and (max-width: 767.98px) {
  .info-wrap .side {
    width: 100%;
    padding-left: 0;
  }
}
.info-wrap .side .archive-block {
  background-color: #fff;
  border-radius: 5rem;
  margin-bottom: 8rem;
  padding: 3rem;
}
@media screen and (max-width: 767.98px) {
  .info-wrap .side .archive-block {
    margin-bottom: 4rem;
    margin-top: 3rem;
  }
}
.info-wrap .side p.archive-title {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 991.98px) {
  .info-wrap .side p.archive-title {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .info-wrap .side p.archive-title {
    margin-top: 0.5rem;
  }
}
.info-wrap .side ul.archive-list {
  list-style: none;
  margin-bottom: 1rem;
  padding-left: 0;
}
.info-wrap .side ul.archive-list li a {
  display: flex;
  padding: 1rem 0.5rem;
  color: #222;
  text-decoration: none;
  transition: all 0.2s;
}
@media screen and (max-width: 991.98px) {
  .info-wrap .side ul.archive-list li a {
    display: block;
  }
}
.info-wrap .side ul.archive-list li a:hover {
  background-color: #F4F6F9;
  color: #266B29;
}

.pagenav-block {
  background-color: #fff;
  border-radius: 5rem;
  margin: -5rem 0 8rem;
  padding: 1rem;
}
@media screen and (max-width: 767.98px) {
  .pagenav-block {
    border-radius: 3rem;
    margin: -2rem 0 4rem;
  }
}
.pagenav-block .tablenav {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.pagenav-block .tablenav > a,
.pagenav-block .tablenav > span {
  display: inline-block;
  padding: 5px 0.8em;
  text-decoration: none;
  margin: 0.5rem 0;
  transition: all 0.2s;
  color: #222;
}
.pagenav-block .tablenav > span.current {
  color: #569164 !important;
  font-weight: 500;
}
.pagenav-block .tablenav > a:hover {
  opacity: 0.7;
}

.single {
  margin-bottom: 0;
}
.single .single-title {
  margin: 0 0 2rem;
  padding: 0 0 2rem;
  border-bottom: 1px dashed #266B29;
  font-size: 2.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .single .single-title {
    font-size: 2.4rem;
  }
}
.single .single-title::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  background-color: #F8CF03;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1rem;
}
.single .date {
  text-align: right;
  margin-bottom: 1rem;
}
.single .date .new {
  margin: 0 0 0 10px;
  padding: 1px 6px;
  border: 1px solid #f30;
  color: #f30;
  font-size: 1.2rem;
  line-height: 1.3;
  vertical-align: middle;
}
.single .button-area {
  text-align: center;
  margin-top: 3rem;
}
.single .button-area a.btn-back {
  display: inline-block;
  background-color: #fff;
  color: #266B29;
  font-weight: 500;
  border: 2px solid #266B29;
  border-radius: 5rem;
  padding: 1rem 4rem 1rem 6rem;
  position: relative;
  text-decoration: none;
  transition: 0.1s;
  font-size: 1.8rem;
}
.single .button-area a.btn-back::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background-color: #266B29;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -0.6em;
  left: 2rem;
  transition: 0.1s;
}
.single .button-area a.btn-back::after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border: 0;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  transform: rotate(-45deg);
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 2.8rem;
  margin-top: -0.2em;
  transition: 0.1s;
}
@media screen and (max-width: 767.98px) {
  .single .button-area a.btn-back::after {
    right: 2.7rem;
  }
}
.single .button-area a.btn-back:hover {
  background-color: #266B29;
  color: #fff;
}
.single .button-area a.btn-back:hover::before {
  background-color: #fff;
}
.single .button-area a.btn-back:hover::after {
  border-color: #266B29;
}/*# sourceMappingURL=info.css.map */