@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  サブページ共通

---------------------------------*/
#mainvisual {
  display: none;
}
.btn {
  max-width: 25rem;
  margin: auto;
  width: 90%;
}
.btn a {
  background: var(--col-sub);
  border-radius: 5rem;
  color: var(--col-main);
  display: block;
  padding: 2rem 2rem;
  text-align: center;
}
.btn a span {
  background: url("../images/arr_b.svg") no-repeat center right/1.5rem;
  display: inline-block;
  font-weight: 600;
  padding-right: 3rem;
}
.btn a:hover {
  box-shadow: 0 2rem 2rem 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-.7rem);
  opacity: 1;
}
/*---------------------------------
  詳細ページ
---------------------------------*/
.NewsBlock {
  padding-top: 3rem;
}
.NewsBlock .l-inner .wrap {
  display: block;
}
.NewsBlock .l-inner .title {
  padding-right: 12rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  .NewsBlock .l-inner .title {
    padding-right: 5rem;
  }
}
@media screen and (max-width: 480px) {
  .NewsBlock {
    padding-top: 0rem;
  }
}
/*---------------------------------
  詳細ページ
---------------------------------*/
.detailBlock {
  padding-top: 3rem;
}
.detailBlock .l-inner {
  background: #fff;
  color: var(--col-main);
  max-width: 105rem;
  padding: 12rem;
}
.detailBlock .title {}
.detailBlock .title time {
  font-weight: 700;
  font-size: .8em;
  display: block;
  letter-spacing: 0.15em;
  margin-top: 1rem;
}
.detailBlock .title h1 {
  font-size: 4rem;
  font-weight: 800;
}
.detailBlock .contentsTxt h2 {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.4;
  margin: 6rem 0 3rem;
}
.detailBlock .contentsTxt h2:first-child {
  margin-top: 0;
}
.detailBlock .contentsTxt h3 {
  border-left: 5px solid var(--col-sub);
  font-size: 2rem;
  line-height: 1.4;
  margin: 5rem 0 2rem;
  padding-left: 1rem;
}
.detailBlock .contentsTxt h4 {}
.detailBlock .contentsTxt {
  line-height: 1.8;
  text-align: justify;
}
.detailBlock .contentsTxt p + p {
  margin-top: .7em;
}
.detailBlock .contentsTxt p a, .detailBlock .contentsTxt li a {
  color: var(--col-b);
  text-decoration: underline;
}
.detailBlock .contentsTxt p a:hover, .detailBlock .contentsTxt li a:hover {
  color: #CF3333;
  text-decoration: none;
}
.detailBlock .contentsTxt p a:visited, .detailBlock .contentsTxt li a:visited {
  color: #B43671;
  text-decoration: underline;
}
.detailBlock .contentsTxt p a[href$=".pdf"]::after, .detailBlock .contentsTxt li a[href$=".pdf"]::after {
  background: url("../images/link_pdf.svg") no-repeat center/contain;
  content: '';
  display: inline-block;
  margin-left: .5rem;
  width: 16px;
  height: 16px;
}
.detailBlock .contentsTxt img {
  max-width: 100%;
  vertical-align: bottom;
}
.detailBlock .contentsTxt figure {
  margin: 2rem auto;
  max-width: fit-content;
}
.detailBlock .contentsTxt ul {
  list-style: none;
  margin: 2rem 0;
}
.detailBlock .contentsTxt ul li {
  position: relative;
  padding-left: 2.5rem;
  margin-top: 0.5rem;
}
.detailBlock .contentsTxt ul li::before {
  background: var(--col-sub);
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 1rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.detailBlock .contentsTxt ol {
  margin: 2rem;
}
.detailBlock .contentsTxt ol li::marker {
  color: var(--col-sub);
  font-size: 1.1em;
  font-weight: 700;
}
.detailBlock .btn {
  margin-top: 7rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  .detailBlock .l-inner {
    padding: 7rem;
  }
}
@media screen and (max-width: 480px) {
  .detailBlock {
    padding-top: 0rem;
  }
  .detailBlock .l-inner {
    padding: 2rem;
  }
}
/*---------------------------------
  404
---------------------------------*/
.notfoundBlock {
  padding: 15rem 0 0;
  text-align: center;
}
.notfoundBlock .wrap {
  margin: auto;
  padding: 15rem 0;
  position: relative;
  width: 90%;
}
.notfoundBlock .wrap::after {
  color: #666;
  content: '404 NOT FOUND';
  display: block;
  font-size: 12rem;
  font-weight: 900;
  line-height: 0.8;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
}
.notfoundBlock .wrap h2 {
  font-size: 250%;
  font-weight: 900;
  letter-spacing: 5px;
  margin-bottom: 5rem;
}
.notfoundBlock .wrap p {
  font-size: 1.4em;
  line-height: 2.5;
}
.notfoundBlock .wrap .btn {
  max-width: 32rem;
  margin: 3rem auto 0;
}
@media screen and (max-width: 480px) {
  .notfoundBlock .wrap {}
  .notfoundBlock .wrap::after {
    font-size: 9rem;
  }
  .notfoundBlock .wrap h2 {
    font-size: 210%;
  }
  .notfoundBlock .wrap p {
    font-size: 1.2em;
    line-height: 2;
  }
}
/*---------------------------------
  パンくず
---------------------------------*/
#breadlist {
  font-size: 80%;
  list-style: none;
  margin: auto;
  padding: 3rem 0;
  position: relative;
  z-index: 1;
  width: 90%;
}
#breadlist ol {
  text-align: left;
}
#breadlist li {
  display: inline-block;
}
#breadlist li::after {
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #aaa;
  content: '';
  display: inline-block;
  margin: 0 5px;
  width: 0;
  height: 0;
}
#breadlist li:last-child::after {
  content: none;
}
#breadlist li a, #breadlist li {
  color: #ccc;
}
#breadlist li:last-child a, #breadlist li:last-child {
  color: var(--col-sub);
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  #breadlist {
    margin: auto;
    padding: 2rem 0;
  }
}
/*---------------------------------
  ページャー
---------------------------------*/
#pagerList {
  margin: 7rem 0 0;
}
#pagerList h2 {
  display: none;
}
#pagerList .nav-links {}
#pagerList .nav-links ul {
  display: flex;
  justify-content: center;
  gap: 1rem;
  font-size: 1.4rem;
  margin: 0;
}
#pagerList .nav-links ul li {
  min-width: 4rem;
  height: 4rem;
  text-align: center;
}
#pagerList .nav-links ul .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#pagerList .nav-links ul .page-numbers:not(.prev):not(.next):not(.current) {
  border-radius: 50%;
  background: #ddd;
  color: var(--col-main);
}
#pagerList .nav-links ul .page-numbers.current {
  background: var(--col-sub);
  border-radius: 50%;
}
#pagerList .nav-links ul .page-numbers.dots {}
#pagerList .nav-links ul .page-numbers.prev, #pagerList .nav-links ul .page-numbers.next {
  color: var(--col-main);
  text-transform: capitalize;
  letter-spacing: 2px;
  height: 100%;
}
#pagerList .nav-links ul .page-numbers.prev {
  background: url("../images/arr_prev.svg") no-repeat center left .5rem/.5rem;
  padding: 0 1rem 0 3rem;
}
#pagerList .nav-links ul .page-numbers.next {
  background: url("../images/arr_ye.svg") no-repeat center right .5rem/1.5rem;
  padding: 0 3rem 0 1rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  #pagerList {
    margin: 4rem 0 0;
  }
  #pagerList .nav-links ul {
    font-size: 1.2rem;
    gap: .5rem;
  }
  #pagerList .nav-links ul li {
    margin: 0;
  }
  #pagerList .nav-links ul .page-numbers.prev {
    background-size: .5rem;
    padding: 1.3rem 1rem 1.3rem 2rem;
  }
  #pagerList .nav-links ul .page-numbers.next {
    background-size: .5rem;
    padding: 1.3rem 2rem 1.3rem 1rem;
  }
}