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

  サブページ共通

---------------------------------*/
#mainContainer {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {}
/*---------------------------------
  ページタイトル
---------------------------------*/
#pageTitle {
  background: #f2f2f2 url("../images/page_h_bg.png") no-repeat top right/50% auto;
  padding: 5rem 0 5rem;
}
#pageTitle h1 {
  font-size: 3.6rem;
  letter-spacing: .15em;
  margin-top: .5rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  #pageTitle h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  #pageTitle {
    padding: 1.5rem 0 3rem;
  }
}
/*---------------------------------
  パンくず
---------------------------------*/
#breadlist {
  font-size: 80%;
  list-style: none;
  margin: auto;
  padding: 3rem 0 0;
  position: relative;
  z-index: 1;
}
#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: #666;
}
#breadlist li:last-child a, #breadlist li:last-child {
  color: var(--col-b);
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  #breadlist {
    margin: auto;
    padding: .5rem 0;
  }
}
/*---------------------------------

  レイアウト

---------------------------------*/
section {
  padding: 7rem 0 15rem;
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  section {
    padding: 5rem 0 10rem;
  }
}
/*---------------------------------
  見出し
---------------------------------*/
section h2 {
  background: var(--col-b);
  color: #fff;
  font-size: 2.3rem;
  line-height: 1.4;
  margin: 8rem 0 3rem;
  padding: .7rem 1rem;
  text-align: center;
}
section h2:first-child {
  margin-top: 0;
}
section h3 {
  border-left: 5px solid var(--col-b);
  font-size: 2rem;
  line-height: 1.4;
  margin: 5rem 0 2rem;
  padding-left: 1rem;
}
section h4 {}
section .contentsTxt {
  line-height: 1.8;
  text-align: justify;
}
section .contentsTxt p + p {
  margin-top: .7em;
}
section .contentsTxt p a, section .contentsTxt li a {
  color: var(--col-b);
  text-decoration: underline;
}
section .contentsTxt p a:hover, section .contentsTxt li a:hover {
  color: #CF3333;
  text-decoration: none;
}
section .contentsTxt p a:visited, section .contentsTxt li a:visited {
  color: #B43671;
  text-decoration: underline;
}
section .contentsTxt p a[href$=".pdf"]::after, section .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;
}
section .contentsTxt img {
  max-width: 100%;
  vertical-align: bottom;
}
section .contentsTxt figure {
  margin: 2rem auto;
  max-width: fit-content;
}
section .contentsTxt ul {
  list-style: none;
  margin: 2rem 0;
}
section .contentsTxt ul li {
  position: relative;
  padding-left: 2.5rem;
  margin-top: 0.5rem;
}
section .contentsTxt ul li::before {
  background: #dcd3eb;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 1rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
}
section .contentsTxt ol {
  margin: 2rem;
}
section .contentsTxt ol li::marker {
  color: var(--co-main);
  font-size: 1.1em;
  font-weight: 700;
}
section table {
  margin: 3rem 0;
  width: 100%;
}
section table th {
  background: #f3f4ee;
  border: 1px solid #ccc;
  color: #666;
  padding: 1.5rem 2rem;
  text-align: left;
}
section table td {
  border: 1px solid #ccc;
  padding: 1.5rem 2rem;
}
section .btn {
  max-width: 25rem;
  margin: auto;
  width: 90%;
}
section .btn a {
  background: var(--col-b);
  border-radius: 5rem;
  color: #fff;
  display: block;
  padding: 2rem 2rem;
  text-align: center;
}
section .btn a span {
  background: url("../images/arr_w.svg") no-repeat center right/.7rem;
  display: inline-block;
  padding-right: 3rem;
}
section .btn a:hover {
  box-shadow: 0 2rem 2rem 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-.7rem);
}
.wp-block-file {
  margin: 2em 0;
}
.wp-block-file a {
  border: 2px solid var(--col-b);
  border-radius: 5rem;
  color: var(--col-b);
  display: inline-block;
  font-size: 1.2em;
  font-weight: 600;
  padding: .6rem 3rem;
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  section h2 {
    font-size: 2rem;
    margin: 5rem 0 2rem;
  }
  section h2:first-child {
    margin-top: 0;
  }
  section h3 {
    font-size: 1.7rem;
    margin: 3rem 0 1.5rem;
  }
  section .contentsTxt {
    line-height: 1.6;
  }
  section table {
    min-width: 100%;
  }
  section table th, section table td {
    font-size: .85em;
    padding: 0.8rem;
  }
}
/*---------------------------------
  ページャー
---------------------------------*/
#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-m);
}
#pagerList .nav-links ul .page-numbers.current {
  background: var(--col-b);
  border-radius: 50%;
  color: #fff;
}
#pagerList .nav-links ul .page-numbers.dots {}
#pagerList .nav-links ul .page-numbers.prev, #pagerList .nav-links ul .page-numbers.next {
  color: var(--col-b);
  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_next.svg") no-repeat center right .5rem/.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;
  }
}