@charset "UTF-8";
.pagetitle-wrap .inner .container {
  height: initial;
}

.pagetitle-wrap .inner {
  height: initial;
}

.pagetitle-wrap {
  padding: 90px 0 0rem;
}

/*----------------------------------------------------
  一覧
----------------------------------------------------*/
.contents-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767.98px) {
  .contents-wrap {
    display: block;
  }
}
.contents-wrap .main {
  flex: 0 0 80%;
}
.contents-wrap .main .button a {
  background: #fff;
  border: 1px solid #192c5a;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 230px;
  padding: 10px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  margin: 0 auto;
}
.contents-wrap .main .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.contents-wrap .main .button a:hover {
  background: #192c5a;
  color: #fff;
  text-decoration: none;
}
.contents-wrap .main .button a:hover::after {
  right: 1.4rem;
}
.contents-wrap .sub {
  flex: 0 0 20%;
  padding-left: 5rem;
}
@media screen and (max-width: 767.98px) {
  .contents-wrap .sub {
    padding-left: 0;
    margin-top: 5rem;
  }
}

/*----------------------------------------------------
  お知らせ
----------------------------------------------------*/
.info-list dl {
  display: flex;
  margin-bottom: 50px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .info-list dl {
    display: block;
    margin-bottom: 25px;
  }
}
.info-list dl:last-child {
  margin-bottom: 0;
}
.info-list dl dt {
  width: 120px;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #192c5a;
}
@media screen and (max-width: 767.98px) {
  .info-list dl dt {
    display: inline-block;
    width: inherit;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #192c5a;
    padding-top: 5px;
    margin-bottom: 5px;
  }
}
.info-list dl dd {
  width: calc(100% - 120px);
}
@media screen and (max-width: 767.98px) {
  .info-list dl dd {
    width: 100%;
  }
}
.info-list dl dd a {
  color: initial;
}

/*アーカイブ*/
p.archive-title {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  color: #fff;
  background: #192C5A;
}

ul.archive-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 5rem;
}
ul.archive-list li a {
  display: block;
  padding: 2rem 1.5rem 2rem 3rem;
  color: #222;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
}
@media screen and (max-width: 767.98px) {
  ul.archive-list li a {
    padding: 1.5rem 1.5rem 2rem 3rem;
  }
}
ul.archive-list li a::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 2.8rem;
  left: 1rem;
  border: 0.7rem solid transparent;
  border-left: 0.7rem solid #000;
  border-right: 0;
}
@media screen and (max-width: 767.98px) {
  ul.archive-list li a::before {
    top: 2rem;
  }
}
ul.archive-list li a:hover {
  color: #000;
}

.tablenav {
  margin: 2em auto 1em;
  line-height: 2em;
  text-align: center;
}

a.page-numbers,
.tablenav .current {
  padding: 5px 0.8em;
  border: solid 1px #b6b6b6;
  text-decoration: none;
  background: #ffffff;
  border-radius: 50%;
}

a.page-numbers:hover {
  color: #000;
  background: #fff;
}

.tablenav .current {
  color: white;
  background: #000;
  border-color: #000;
  font-weight: bold;
  border-radius: 50%;
}

.tablenav .next,
.tablenav .prev {
  border: 0 none;
  background: transparent;
  text-decoration: underline;
}

/*----------------------------------------------------
  詳細
----------------------------------------------------*/
.single-wrap {
  padding: 115px 0 0rem;
}
.single-wrap .breadcrumb {
  width: 100%;
  margin: 1rem 0vw 2rem;
}
.single-wrap h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #192C5A;
}
@media screen and (max-width: 767.98px) {
  .single-wrap h1 {
    font-size: 2.4rem;
  }
}

.date-area {
  margin-bottom: 3rem;
}

.cms-area {
  margin-bottom: 5rem;
}
.cms-area .wp-block-button a.wp-block-button__link {
  transition: 0.2s;
}
.cms-area .wp-block-button a.wp-block-button__link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.cms-area .wp-block-button:not(.is-style-outline) a.wp-block-button__link:hover {
  color: #fff;
}
.cms-area + .button-area {
  text-align: center;
}/*# sourceMappingURL=news.css.map */