@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
.page-title-wrap.second {
  height: 122px;
  background-image: url(../images/info/bg_page_title.jpg);
}

/*----------------------------------------------------
  一覧
----------------------------------------------------*/
ul.info-list {
  padding-left: 0;
  list-style: none;
  margin: 0 auto;
}
ul.info-list li {
  border-bottom: 1px solid #ddd;
}
ul.info-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 3rem;
  background-color: #fff;
  color: #222;
  text-decoration: none;
  border-radius: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  ul.info-list li a {
    padding: 1.2rem;
    border-radius: 1.2rem;
    display: block;
  }
}
ul.info-list li a:hover {
  opacity: 0.5;
}
ul.info-list li a time {
  color: #666;
  font-size: 0.9em;
  width: 8em;
}
ul.info-list li a p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
ul.info-list + .button-area {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767.98px) {
  ul.info-list + .button-area {
    margin-top: 2rem;
  }
}

.info-archive-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

.archive-title {
  font-size: 2rem;
  text-align: center;
  border-bottom: 1px solid #222;
  padding-bottom: 0.4rem;
  margin-top: 2rem;
}
@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;
}
ul.archive-list li a:hover {
  opacity: 0.75;
}

.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 #00A040;
  text-decoration: none;
  background: #ffffff;
  margin: 0.5rem 0;
}
.tablenav > span.current {
  color: #fff !important;
  background-color: #00A040;
  font-weight: 500;
}
.tablenav > a:hover {
  color: #00A040;
}

/*----------------------------------------------------
  詳細
----------------------------------------------------*/
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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-left: 0.4em;
}
a.btn-info:hover {
  opacity: 0.7;
}

.info-detail .info-detail-title {
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .info-detail .info-detail-title {
    font-size: 2.6rem;
  }
}
.info-detail .date {
  color: #666;
}
.info-detail .cms-area {
  margin-top: 4rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767.98px) {
  .info-detail .cms-area {
    margin-top: 2rem;
    margin-bottom: 5rem;
  }
}
.info-detail .cms-area p {
  margin-bottom: 1.5em;
}
.info-detail .cms-area h2, .info-detail .cms-area h3, .info-detail .cms-area h4, .info-detail .cms-area h5, .info-detail .cms-area h6 {
  margin-bottom: 0.4em;
}
.info-detail .cms-area h2 {
  font-size: 2.4rem;
}
.info-detail .cms-area h3 {
  font-size: 2.2rem;
}
.info-detail .cms-area h4 {
  font-size: 2rem;
}
.info-detail .cms-area h5 {
  font-size: 1.8rem;
}
.info-detail .cms-area .wp-block-button a.wp-block-button__link {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.info-detail .cms-area .wp-block-button a.wp-block-button__link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.info-detail .cms-area .wp-block-button:not(.is-style-outline) a.wp-block-button__link:hover {
  color: #fff;
}
.info-detail .cms-area .wp-block-file a {
  font-size: 1.2em;
}