@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
/*----------------------------------------------------
  一覧
----------------------------------------------------*/
.info-archive-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

.archive-title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #00ae8b;
  background-color: #d8f4ee;
  padding: 1.2rem 0;
}
@media screen and (max-width: 767.98px) {
  .archive-title {
    margin-top: 8rem;
  }
}

ul.archive-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}
ul.archive-list li a {
  display: block;
  color: #222;
  text-decoration: none;
  padding: 1rem 2rem;
  position: relative;
}
ul.archive-list li a:hover {
  opacity: 0.75;
}
ul.archive-list li a::before {
  content: "";
  width: 0.4em;
  height: 0.8em;
  display: inline-block;
  background: #00ae8b;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  left: 0.5rem;
  top: 1.7rem;
}

.tablenav {
  text-align: center;
  margin-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .tablenav {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}
.tablenav > a, .tablenav > span {
  display: inline-block;
  font-size: 1.4rem;
  color: #222;
  padding: 5px 0.8em;
  border: solid 1px #00ae8b;
  text-decoration: none;
  background: #ffffff;
  margin: 0.5rem 0;
}
.tablenav > span.current {
  color: #fff !important;
  background-color: #00ae8b;
  font-weight: 500;
}
.tablenav > a:hover {
  color: #00ae8b;
}

/*----------------------------------------------------
  詳細
----------------------------------------------------*/
a.btn-info {
  display: inline-block;
  background-color: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding: 1.7rem 3rem;
  position: relative;
}
a.btn-info:hover {
  opacity: 0.75;
}
@media screen and (max-width: 767.98px) {
  a.btn-info {
    padding: 1.5rem 2rem;
  }
}
a.btn-info::after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: 0.2s;
  margin-left: 0.4em;
}
a.btn-info:hover {
  opacity: 0.7;
}

.news-single .kiji-title {
  font-size: 3.2rem;
  color: #00ae8b;
}
@media screen and (max-width: 767.98px) {
  .news-single .kiji-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 757.98px) {
  .news-single .kiji-title {
    font-size: 2.4rem;
  }
}
.news-single .date-area {
  text-align: right;
  margin: 0.5rem 0 3rem;
}
.news-single .button-area {
  text-align: center;
  margin-top: 5rem;
}
.news-single .button-area a.btn-back {
  display: inline-block;
  color: #222;
  text-decoration: none;
  padding: 2rem 5rem;
  border: 2px solid #00ae8b;
  border-radius: 5px;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .news-single .button-area a.btn-back {
    padding: 1.5rem 3rem;
  }
}
.news-single .button-area a.btn-back:hover {
  opacity: 0.7;
}
.news-single .button-area a.btn-back::before {
  content: "";
  width: 0.5em;
  height: 0.8em;
  display: inline-block;
  background: #00ae8b;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  margin-right: 1rem;
}/*# sourceMappingURL=info.css.map */