@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/


/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
  color:#000000;
  margin:0;
  padding:0;
  background:#FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  text-align:center;
  font-size:100%;
  -webkit-text-size-adjust: none;
  position:relative;
}

a:link,
a:visited,
a:hover,
a:active { color:#000;text-decoration:none;}

ul{ list-style:none;}

img {
  padding:0px;
  margin:0px;
  vertical-align:bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
}
a {
  transition: all 0.4s ease-out;
}
a:hover {
  opacity:0.7;
}

input ,
textarea ,
select ,
button {
  font-family: "Noto Sans JP", sans-serif;
}

/*
html ----------------------------------------------------------*/

/*
font-family: "futura-pt", sans-serif;
*/

/* body base
===============================================================*/


.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 40px;
}
.l-wrap {
  padding: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 20px;
  }
  .l-wrap {
    padding: 60px 0 0 0;
  }
}


.l-headerOuter {
  border-bottom: #E2E2E2 1px solid;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.l-header {
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.l-headerLogo {
  margin-left: 23px;
}
.l-headerLogoFrame {
  display: flex;
  align-items: center;
}
.l-headerLogo__img {
  max-width: 302px;
}
.l-headerLogo__subImg {
  max-width: 65px;
  margin-left: 20px;
  padding: 2px 0 0 0;
}
.l-headerContents {
  
}
.l-headerContentsInner {
  
}
.l-headerMenu {
  
}
.l-headerMenuList {
  display: flex;
  justify-content: flex-end;
}
.l-headerMenuList > li {
  width: 200px;
  border-left: #E2E2E2 1px solid;
}
.l-headerMenuList > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  color: #09176D;
  font-size: 16px;
  line-height: 1.3;
  box-sizing: border-box;
  padding: 2px 10px 0px 10px;
}
.l-headerMenuList > li > a > br {
  display: none;
}
.l-headerMenuList > li > a.u-f--en {
  font-size: 1.125em;
}
.l-headerMenuList > li.l-headerMenu__par {
  position: relative;
}
.l-headerSub__add {
  display: none;
}
.l-headerSubMenuInner {
  width: 295px;
  background: #FFF;
  box-sizing: border-box;
  border-top: #E2E2E2 1px solid;
}
.l-headerSubMenuList {
  text-align: left;
  padding: 12px 0;
  margin: 0 30px;
}
.l-headerSubMenuList > li {
  
}
.l-headerSubMenuList > li > a {
  font-size: 16px;
  line-height: 1.3;
  color: #09176D;
  display: block;
  padding: 12px 0 12px 25px;
  position: relative;
}
.l-headerSubMenuList > li > a:before {
  content: '\f054';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  padding: 0 7px 0 0;
  font-size: 12px;
  position: absolute;
  top: 16px;
  left: 0;
}
.l-headerSubMenu__emergency {
  padding: 0 30px;
}
.l-headerSubMenu__emergency a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFEAEA;
  color: #EA3B3B;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  height: 58px;
  box-sizing: border-box;
  padding: 0 0 1px 0;
  font-weight: 500;
  position: relative;
}
.l-headerSubMenu__emergency a:before {
  content: '\f071';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  padding: 0 7px 0 0;
  font-size: 20px;
  position: absolute;
  top: 16px;
  left: 20px;
}
.l-headerSubMenu__emergency + .l-headerSubMenuList {
  border-top: 1px solid #000;
  margin-top: 30px;
}
.l-headerSubMenu__title {
  margin: 5px 30px 0;
  text-align: left;
  font-size: 16px;
  line-height: 1.3;
  border-top: 1px solid #000;
  padding-top: 20px;
}

.l-headerMenuList > li.is-contact > a {
  background: #09176D;
  color: #FFF;
}
.l-headerMenuList > li.is-contact .l-headerSubMenuInner {
  background: #09176D;
  padding-bottom: 30px;
}
.l-headerMenuList > li.is-contact .l-headerSubMenuList > li > a {
  color: #FFF;
}
.l-headerMenuBtn {
  display: none;
}
@media screen and (min-width: 1201px) {
  .l-headerSubMenu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-out;
    display: block !important;
  }
  .l-headerMenuList > li.l-headerMenu__par.is-active .l-headerSubMenu ,
  .l-headerMenuList > li.l-headerMenu__par:hover .l-headerSubMenu {
    visibility: visible;
    opacity: 1;
  }
  .l-headerSubMenuInner {
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-headerMenuList > li.is-contact .l-headerSubMenuInner {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1835px) {
  .l-headerMenuList > li {
    width: 150px;
  }
  .l-headerMenuList > li > a {
    font-size: 14px;
  }
  .l-headerMenuList > li > a.u-f--en {
    font-size: 16px;
  }
}
@media screen and (max-width: 1500px) {
  .l-headerMenuList > li > a {
    font-size: 14px;
    padding: 15px 20px 16px 20px;
  }
  .l-headerMenuList > li {
    width: 100px;
    border-left: #E2E2E2 1px solid;
  }
  .l-headerMenuList > li > a.u-f--en {
    font-size: 14px;
  }
  .l-headerMenuList > li > a > br {
    display: inline-block;
  }
  .l-headerMenuList > li.is-contact {
    width: 150px;
  }

}
@media screen and (max-width: 1200px) {
  .l-headerContents {
    position: fixed;
    top: 80px;
    right: -300px;
    width: 300px;
    height: calc(100vh - 80px);
    overflow-y: scroll;
    background: #FFF;
    transition: all 0.4s ease-out;
  }
  body.is-menuOpen .l-headerContents {
    right: 0;
  }
  .l-headerContentsInner {
    padding-bottom: 100px;
  }
  .l-headerMenu {

  }
  .l-headerMenuList {
    display: block;
  }
  .l-headerMenuList > li {
    width: 100%;
    border-left: none;
    border-top: #E2E2E2 1px solid;
    text-align: left;
  }
  .l-headerMenuList > li.is-contact {
    width: 100%;
  }
  .l-headerMenuList > li > a {
    display: block;
    height: auto;
    font-size: 16px;
    padding: 15px 30px 16px 30px;
  }
  .l-headerMenuList > li > a.u-f--en {
    font-size: 1.125em;
  }
  .l-headerMenuList > li > a > br {
    display: none;
  }
  .l-headerSub__add {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    background: #F8F8F8;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
  }
  .l-headerSub__add:before ,
  .l-headerSub__add:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #09176D;
  }
  .l-headerSub__add:before {
    width: 14px;
    height: 1px;
  }
  .l-headerSub__add:after {
    width: 1px;
    height: 14px;
  }
  .l-headerSub__add.is-open:after {
    opacity: 0;
  }
  .l-headerSubMenu {
    display: none;
  }
  .l-headerSubMenuInner {
    width: 100%;
    border-top: none;
  }
  .l-headerSubMenuList {
    text-align: left;
    padding: 0 0 12px 0;
    margin: 0 30px;
  }
  .l-headerSubMenuList > li {

  }
  .l-headerSubMenuList > li > a {
    font-size: 14px;
    line-height: 1.3;
    padding: 8px 0 8px 18px;
  }
  .l-headerSubMenuList > li > a:before {
    padding: 0 7px 0 0;
    font-size: 11px;
    top: 11px;
  }
  .l-headerSubMenu__emergency {
    padding: 0 30px;
  }
  .l-headerSubMenu__emergency a {
    font-size: 15px;
    height: 50px;
    padding: 0 0 1px 0;
  }
  .l-headerSubMenu__emergency a:before {
    padding: 0 7px 0 0;
    font-size: 18px;
    top: 14px;
    left: 20px;
  }
    .l-headerSubMenu__emergency + .l-headerSubMenuList {
    padding-top: 14px;
  }
  .l-headerSubMenu__title {
    margin: 5px 30px 0;
    font-size: 15px;
    line-height: 1.3;
    padding-top: 20px;
  }

  .l-headerMenuList > li.is-contact > a {
    background: #09176D;
    color: #FFF;
  }
  .l-headerMenuList > li.is-contact .l-headerSubMenuInner {
    background: #09176D;
    padding-bottom: 30px;
  }
  .l-headerMenuList > li.is-contact .l-headerSubMenuList > li > a {
    color: #FFF;
  }
  
  
  .l-headerMenuBtn {
    display: block;
  }
  .l-headerMenuBtn {
    display : flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    right: 0px;
    background: none;
    height: 80px;
    width: 80px;
    cursor: pointer;
    z-index: 10000;
  }
  .l-headerMenuBtnInner,
  .l-headerMenuBtnInner span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .l-headerMenuBtnInner {
    position: relative;
    width: 28px;
    height: 22px;
    background: none;
    border: none;
    appearance: none;
  }
  .l-headerMenuBtnInner span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #09176D;
  }
  .l-headerMenuBtnInner span:nth-of-type(1) {
    top: 0;
  }
  .l-headerMenuBtnInner span:nth-of-type(2) {
    top: 11px;
  }
  .l-headerMenuBtnInner span:nth-of-type(3) {
    bottom: 0;
  }
  .l-headerMenuBtn.is-open .l-headerMenuBtnInner span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .l-headerMenuBtn.is-open .l-headerMenuBtnInner span:nth-of-type(2) {
    opacity: 0;
  }
  .l-headerMenuBtn.is-open .l-headerMenuBtnInner span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 60px;
  }
  .l-headerLogo {
    margin-left: 20px;
  }
  .l-headerLogoFrame {
  }
  .l-headerLogo__img {
    max-width: 180px;
  }
  .l-headerLogo__subImg {
    max-width: 49px;
    margin-left: 10px;
    padding: 2px 0 0 0;
  }
  .l-headerContents {
    top: 60px;
    height: calc(100vh - 60px);
  }
  .l-headerContentsInner {
    padding-bottom: 100px;
  }
  
  .l-headerMenuBtn {
    height: 60px;
    width: 60px;
  }
  .l-headerMenuBtnInner {
    width: 22px;
    height: 18px;
  }
  .l-headerMenuBtnInner span {
    height: 2px;
  }
  .l-headerMenuBtnInner span:nth-of-type(1) {
    top: 0;
  }
  .l-headerMenuBtnInner span:nth-of-type(2) {
    top: 8px;
  }
  .l-headerMenuBtnInner span:nth-of-type(3) {
    bottom: 0;
  }
  .l-headerMenuBtn.is-open .l-headerMenuBtnInner span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .l-headerMenuBtn.is-open .l-headerMenuBtnInner span:nth-of-type(2) {
    opacity: 0;
  }
  .l-headerMenuBtn.is-open .l-headerMenuBtnInner span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
}




.l-footer {
  overflow: hidden;
}
.l-footerMain {
  background: #F8F8F8;
  padding: 60px 0 30px;
}
.l-footerMainFrame {
  display: flex;
  justify-content: space-between;
}
.l-footerMainInfo {
  width: 160px;
  font-weight: 500;
  text-align:left;
  margin-right: 40px;
}
.l-footerMainInfo__logo {
  margin-bottom: 26px;
}
.l-footerMainInfo__name {
  font-size: 10px;
  line-height: 1.4;
}
.l-footerMainInfo__adress {
  font-size: 10px;
  line-height: 1.4;
  margin-top: 5px;
}
.l-footerMainMenu {
  display: flex;
  flex-wrap: wrap;
  max-width: calc(100% - 100px);
  margin-right: -60px;
}
.l-footerMainMenuItem {
  text-align: left;
  margin-right: 60px;
  margin-bottom: 30px;
}
.l-footerMainMenuLink {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 12px;
}
.l-footerMainMenuLink a {
  color: #09176D;
  text-decoration: underline;
}
.l-footerMainMenuList {
  font-size: 10px;
  line-height: 1.4;
  font-weight: 500;
}
.l-footerMainMenuList > li {
}
.l-footerMainMenuList > li + li {
  margin-top: 9px;
}
.l-footerMainMenuList > li > a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 10px;
}
.l-footerMainMenuList > li > a:before {
  content: '\f054';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  padding: 0 7px 0 0;
  font-size: 9px;
  position: absolute;
  top: 2px;
  left: 0;
}
.l-footerSub {
  padding: 23px 0 25px;
}
.l-footerSubMenu {
  
}
.l-footerSubMenuList {
  display: flex;
  justify-content: center;
}
.l-footerSubMenuList li {
  position: relative;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 500;
}
.l-footerSubMenuList li + li {
  margin-left: 13px;
}
.l-footerSubMenuList li + li:before {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  background: #000;
  top: 2px;
  left: -7px;
  position: absolute;
}
.l-footer__copy {
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  .l-footerMain {
    padding: 50px 0 30px;
  }
  .l-footerMainFrame {
    display: block;
  }
  .l-footerMainInfo {
    width: 100%;
    margin-right: 0px;
    text-align: center;
  }
  .l-footerMainInfo__logo {
    max-width: 120px;
    margin: 0 auto 20px;
  }
  .l-footerMainMenu {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    max-width: none;
    width: calc(100% + 60px);
    margin-right: -60px;
  }
  .l-footerMainMenuItem {
    margin-right: 60px;
    margin-bottom: 30px;
  }
  .l-footerMainMenuLink {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .l-footerMainMenuList > li + li {
    margin-top: 9px;
  }
  .l-footerMainMenuList > li > a {
    padding: 0 0 0 10px;
  }
  .l-footerSub {
    padding: 23px 0 25px;
  }
  .l-footerSubMenu {

  }
  .l-footer__copy {
    font-size: 10px;
    line-height: 1.3;
    margin-top: 18px;
  }
}
@media screen and (max-width: 450px) {
  .l-footerMain {
    padding: 50px 0 60px;
  }
  .l-footerMainMenu {
    width: 100%;
    margin-right: 0;
  }
  .l-footerMainMenuItem {
    width: calc(50% - 10px);
    margin-right: 0;
    margin-left: 20px;
    margin-bottom: 0px;
  }
  .l-footerMainMenuItem:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .l-footerMainMenuItem:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}




.c-pankuzu ,
#pankuzu {
  padding: 10px 40px 7px;
  background: #FFF;
}
.c-pankuzuInner ,
#pankuzu .breadcrumbs {
  max-width: 1200px;
  box-sizing: content-box;
  margin: 0 auto;
}
.c-pankuzuList ,
#pankuzu .breadcrumbs {
  display : flex;
  flex-wrap: wrap;
}
.c-pankuzuList__item ,
#pankuzu .breadcrumbs li {
  font-size: 10px;
  line-height: 1.3;
  text-align: left;
  margin-right: 6px;
  margin-bottom: 4px;
  position: relative;
}

.c-pankuzuList__item + .c-pankuzuList__item ,
#pankuzu .breadcrumbs li + li {
  margin-left: 10px;
}
.c-pankuzuList__item:before ,
#pankuzu .breadcrumbs li:before {
  content: '\f054';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  padding: 0 7px 0 0;
  font-size: 9px;
  position: absolute;
  top: 2px;
  left: -11px;
  color: #E2E2E2;
}
.c-pankuzuList__item:first-child:before ,
#pankuzu .breadcrumbs li:first-child:before {
  display: none;
}
.c-pankuzuList__item:last-child ,
#pankuzu .breadcrumbs li:last-child {
  margin-right: 0;
}
.c-pankuzuList__item a ,
#pankuzu .breadcrumbs li a {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-pankuzu ,
  #pankuzu {
    padding: 9px 20px 6px;
  }
  .c-pankuzuList__item ,
  #pankuzu .breadcrumbs li {
    font-size: 10px;
    margin-right: 6px;
    margin-bottom: 4px;
  }
  .c-pankuzuList__item + .c-pankuzuList__item ,
  #pankuzu .breadcrumbs li + li {
    margin-left: 10px;
  }
  .c-pankuzuList__item:before ,
  #pankuzu .breadcrumbs li:before {
    padding: 0 7px 0 0;
    font-size: 9px;
    top: 2px;
    left: -11px;
  }
}

.p-pageHead01 {
  background: #F8F8F8;
  padding: 23px 0 25px;
}
.p-pageHead01__title {
  color: #09176D;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-pageHead01 {
    padding: 20px 0 22px;
  }
  .p-pageHead01__title {
    font-size: 18px;
  }
}


.p-pageHead02SliderItemFrame {
  height: 650px;
  align-items: center;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.p-pageHead02SliderItemFrame.is-ps--right {
  background-position: right center;
}
.p-pageHead02SliderItemFrame:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.35;
}
.p-pageHead02SliderItemInner {
  width: 100%;
  position: relative;
  z-index: 10;
}
.p-pageHead02SliderItem__title {
  font-size: 36px;
  line-height: 1.5;
  text-align: left;
  font-weight: 500;
}
.p-pageHead02SliderItem__txt {
  font-size: 18px;
  line-height: 2;
  text-align: left;
  font-weight: 500;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-pageHead02SliderItemFrame {
    height: 350px;
  }
  .p-pageHead02SliderItem__title {
    font-size: 22px;
  }
  .p-pageHead02SliderItem__txt {
    font-size: 14px;
    margin-top: 11px;
  }
}

.p-pageHead03 {
  background-color: #ddd;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0 34px;
}
.p-pageHead03__title {
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-pageHead03 {
    padding: 25px 0 28px;
  }
  .p-pageHead03__title {
    font-size: 18px;
  }
}








.c-body {
  font-size: 16px;
  line-height: 2.25;
  text-align: left;
  counter-reset: question;
}
.c-body * + p {
  margin-top: 1.5em;
}
.c-body h2 + p ,
.c-body h3 + p ,
.c-body h4 + p {
  margin-top: 0;
}
.c-body p a {
  text-decoration: underline;
}
.c-body h2 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 35px;
}
.c-body * + h2 {
  margin-top: 70px;
}
.c-body h2.question {
  position: relative;
  padding-left: 70px;
}
.c-body h2.question:before {
  counter-increment: question;
  content: 'Q'counter(question);
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  color: #9BA0BC;
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border: #9BA0BC 3px solid;
  text-align: center;
  padding: 4px 0 0 0;
  position: absolute;
  top: -4px;
  left: 0;
}
.c-body h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 20px;
}
.c-body * + h3 {
  margin-top: 50px;
}
.c-body h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: #CCC 1px solid;
  padding-bottom: 10px;
  margin-bottom: 8px;
}
.c-body * + h4 {
  margin-top: 20px;
}

.c-body table {
  width: 100%;
  box-sizing: border-box;
  border-left: #000 1px solid;
  border-top: #000 1px solid;
}
.c-body table th ,
.c-body table td {
  border-right: #000 1px solid;
  border-bottom: #000 1px solid;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  padding: 20px;
  font-weight: 400;
  box-sizing: border-box;
  vertical-align: middle;
}
.c-body table th {
  width: 25%;
  line-height: 1.44;
  font-size: 18px;
}
.c-body table td {
  width: 75%;
  line-height: 2;
  font-size: 18px;
}

.c-body * + figure {
  margin-top: 2em;
}
.c-body ol {
  margin-left: 1em;
}
.c-body ol > li > ol {
  margin-left: 1em;
}
.c-body .wp-block-image {
  margin-top: 1.5em;
}

@media screen and (max-width: 768px) {
  .c-body {
    font-size: 14px;
    line-height: 2;
  }
  .c-body h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  .c-body * + h2 {
    margin-top: 60px;
  }
  .c-body h2.question {
    padding-left: 55px;
  }
  .c-body h2.question:before {
    font-size: 30px;
    width: 40px;
    height: 40px;
    border: #9BA0BC 2px solid;
    padding: 3px 0 0 0;
    top: -5px;
  }
  .c-body h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .c-body * + h3 {
    margin-top: 50px;
  }
  .c-body h4 {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 8px;
  }
  .c-body * + h4 {
    margin-top: 20px;
  }
  .c-body table {
  }
  .c-body table th ,
  .c-body table td {
    font-size: 14px;
    padding: 10px;
  }
  .c-body table th {
    width: 25%;
    font-size: 14px;
  }
  .c-body table td {
    width: 75%;
    line-height: 2;
    font-size: 14px;
  }

  .c-body * + figure {
    margin-top: 2em;
  }

}
.c-pager {
  margin-top: 40px;
}
.c-pager .wp-pagenavi {
  display : flex;
  justify-content: center;
}
.c-pager .wp-pagenavi a ,
.c-pager .wp-pagenavi span {
  width: 36px;
  height: 36px;
  display : flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  box-sizing: border-box;
  padding: 0 0 2px 0;
  margin: 0 6px;
  background: #FFF;
  border: #09176D 1px solid;
  font-weight: 500;
  border-radius: 0;
  color: #2d2d2d;
}
.c-pager .wp-pagenavi a {
}
.c-pager .wp-pagenavi span {
}
.c-pager .wp-pagenavi a:hover ,
.c-pager .wp-pagenavi span {
  background: #9BA0BC;
  border: #09176D 1px solid;
  color: #FFF;
}
.c-pager .wp-pagenavi span.extend {
  border: none;
  background: none;
  width: auto;
  color: #2d2d2d;
}














