body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}

a {
  outline: none;
  text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
  color: #5f5045;
}

@media (max-width: 767px) {
  .pconly {
    display: none;
  }
}

@media (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .br-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .br-pc {
    display: none;
  }
}

/* splash */

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #82cddb;
  z-index: 9999999;
  text-align: center;
  color: #fff;
}

#splash-logo {
  max-width: 550px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width:768px) {
  #splash-logo {
    width: 85%;
  }
}


body {
  background: #82cddb;
}

body.appear {
  background: #fff;
}

.splashbg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0px;
  border-style: solid;
  border-color: #82cddb;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}

@keyframes backBoxAnime {
  99.9% {
    z-index: 2;
    border-width: 0px;
  }

  100% {
    z-index: -1;
    border-width: 0px;
  }
}

#container {
  position: relative;
  opacity: 0;
}

body.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 2s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* fadeUp */

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

.fadeUpTrigger{
    opacity: 0;
}


@media only screen and (max-width: 765px) {
  .bannerfade {
      position: absolute;
      width: 25%;
      /* top: 22%; */
      /* right: 1%; */
      /* color: rgb(255, 255, 255); */
      opacity: 0;
      animation: fadeIn 1.5s forwards 2s 1 normal;;
      top: calc(837 / 765 * 100vw);
		right: calc(10 / 765 * 100vw);
    }
  
    @keyframes fadeIn {
      0% {opacity: 0}
      100% {opacity: 1}
  }    
}


@media only screen and (max-width: 375px) {
  .bannerfade {
      position: absolute;
      width: 25%;
      /* top: 860px;
      right: 38px; */
      top: 420px;
      right: 7px;
      /* color: rgb(255, 255, 255); */
      opacity: 0;
      animation: fadeIn 1.5s forwards 2s 1 normal;;
    }
  
    @keyframes fadeIn {
      0% {opacity: 0}
      100% {opacity: 1}
  }
}

@media only screen and (min-width: 1900px) {
  .bannerfadeC {
      position: absolute;
      width: 13%;
      top: 78%;
      right: 2%;
      /* color: rgb(255, 255, 255); */
      opacity: 0;
      animation: fadeIn 1.5s forwards 2s 1 normal;;
    }
  
    @keyframes fadeIn {
      0% {opacity: 0}
      100% {opacity: 1}
  }    
}

@media only screen and (max-width: 1899px) {
  .bannerfadeC {
      position: absolute;
      width: 14%;
      /* top: 860px;
      right: 38px; */
      /* top: 6%; */
      top: 82%;
      right: 1%;
      z-index: 99;
      /* color: rgb(255, 255, 255); */
      opacity: 0;
      animation: fadeIn 1.5s forwards 2s 1 normal;;
    }
  
    @keyframes fadeIn {
      0% {opacity: 0}
      100% {opacity: 1}
  }
}

.bannerfadeC a:link a:hover a:visited {
  border: none;
}

@media only screen and (min-width: 1900px) {
  .bannerfadeD {
      position: absolute;
      width: 13%;
      top: 84%;
      right: 17%;
      /* color: rgb(255, 255, 255); */
      opacity: 0;
      animation: fadeIn 1.5s forwards 2s 1 normal;;
    }
  
    @keyframes fadeIn {
      0% {opacity: 0}
      100% {opacity: 1}
  }    
}

@media only screen and (max-width: 1899px) {
  .bannerfadeD {
      position: absolute;
      width: 14%;
      /* top: 860px;
      right: 38px; */
      /* top: 6%; */
      top: 82%;
      right: 17%;
      z-index: 99;
      /* color: rgb(255, 255, 255); */
      opacity: 0;
      animation: fadeIn 1.5s forwards 2s 1 normal;;
    }
  
    @keyframes fadeIn {
      0% {opacity: 0}
      100% {opacity: 1}
  }
}

.bannerfadeD a:link a:hover a:visited {
  border: none;
}


@media only screen and (min-width: 1900px) {
  .bannerfadeE {
      position: absolute;
      width: 18%;
      /* top: 88%; */
      top: 78%;
      /* right: 17%; */
      /* color: rgb(255, 255, 255); */
      opacity: 0;
      animation: fadeIn 1.5s forwards 2s 1 normal;
      margin-left: 1%;
    }
  
    @keyframes fadeIn {
      0% {opacity: 0}
      100% {opacity: 1}
  }    
}

@media only screen and (max-width: 1899px) {
  .bannerfadeE {
      position: absolute;
      width: 18%;
      /* top: 860px;
      right: 38px; */
      /* top: 6%; */
      /* top: 88%; */
      top: 78%;
      /* right: 17%; */
      z-index: 99;
      /* color: rgb(255, 255, 255); */
      opacity: 0;
      animation: fadeIn 1.5s forwards 2s 1 normal;
      margin-left: 1%;
    }
  
    @keyframes fadeIn {
      0% {opacity: 0}
      100% {opacity: 1}
  }
}

.bannerfadeD a:link a:hover a:visited {
  border: none;
}



/*__________________________________________________

  bannerBox
  __________________________________________________*/


  .float {
    animation: float_5091 2s linear infinite;
    transform-origin: 50% 50%;
  }
  
  @keyframes float_5091 {
    0% { transform: translateY(0) }
    50% { transform: translateY(-6px) }
    100% { transform: translateY(0) }
  }

  .float2 {
    animation: float_5091 2.5s linear infinite;
    transform-origin: 50% 50%;
  }
  
  @keyframes float_5091 {
    0% { transform: translateY(0) }
    50% { transform: translateY(-6px) }
    100% { transform: translateY(0) }
  }




/* marker */
.marker span {
  background: -webkit-linear-gradient(left, #fff762 50%, transparent 50%) 100% 0% / 202% auto no-repeat;
  background: linear-gradient(to right, #fff762 50%, transparent 50%) 100% 0% / 202% auto no-repeat;
  -webkit-transition: background-position .5s ease-out;
  transition: background-position .5s ease-out;
}

.marker:hover span {
  background-position: 0% 0%;
}

.c-marker {
  background: -webkit-linear-gradient(left, rgb(255, 250, 153) 50%, transparent 50%);
  background: -moz-linear-gradient(left, rgb(255, 250, 153) 50%, transparent 50%);
  background: linear-gradient(left, rgb(255, 250, 153) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em;
  background-position: 100% .5em;
  transition: 2s;
}

.c-marker.is-active {
  background-position: 0% .5em;
}

/* fade */
.effect-fade {
  /*! opacity: 0; */
  /*! transform: translate(0, 65px); */
  transition: all 1100ms;
}

.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/* end fade */
.wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* margin: 10px; */
}

.wrap2 {
  display: flex;
  max-width: 100%;
  justify-content: center;
}

.obiArea img {
  max-width: 100%;
}

.obiArea {
  width: 95%;
  text-align: center;
  margin: 20px auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  /* font-size: min(3.9vw, 45px); */
  font-size: min(2.9vw, 32px);
  font-weight: 600;
  line-height: 1.6;
  color: #40b5c8;

}

.hero {
  /* max-width: 1000px; */
  max-width: 1200px;
  width: 90%;
  /* width: 100%; */
  /* margin-bottom: 120px; */
  margin: 0 auto 120px;
  position: relative;
}

.hero img {
  display: flex;
  width: 100%;
  max-width: 1200px;
  /*! max-width: 100%; */
  /* min-width: 800px; */
  margin: 0 auto;
}

/* contentsBox */

p.caution {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  margin-top: 10px;
}

span.caution {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}

.areaA {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* min-width: 800px; */
  /* width: 1100px; */
  /* max-width: 1000px; */
  max-width: 1200px;
  width: 90%;
  align-self: center;
  margin-bottom: 50px;
}

.areaA .title {
  margin: 0 auto 50px;
  color: #40b5c8;
  font-size: 28px;
  letter-spacing: 0.01em;
}

.cBoxContainer {
  width: 100%;
  align-self: center;
}

.cBoxContainer ul {
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  /* gap: 30px; */
}

.cBoxContainer ul a {
  display: block;
  /* padding: 0 10px; */
}

.cBoxContainer li {
  margin: 0;
  margin-bottom: 1em;
  width: 18%;
}

.cBox {
  width: auto;
  border: 1px solid #aee2ec;
  margin-right: 20px;
}

.cBox:last-child {
  margin-right: 0;
}

.areaB {
  width: 94%;
  /* max-width: 1000px; */
  max-width: 1200px;
  margin: 50px auto;
}

.areaB .title {
  margin: 0 auto 50px;
  color: #40b5c8;
  font-size: 28px;
  letter-spacing: 0.17em;
  text-align: center;
}

.newsWrap {
  width: 94%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.newsA {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  background-color: #eff9fb;
  height: auto;
  text-align: center;
  align-self: center;
  margin-bottom: 20px;
  padding: 50px 7em 50px 0;
}

.newsA .date {
  font-size: 16px;
  color: #40b5c8;
  text-align: right;
  align-self: center;
  width: 20%;
  margin-right: 2em;
  letter-spacing: 0.09em;
}

.newsA .nTxt {
  font-feature-settings: "palt";
  font-size: 16px;
  color: #5f5045;
  align-self: center;
  width: 80%;
  text-align: left;
  line-height: 1.47em;
  letter-spacing: 0.09em;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-responsive {
  height: auto;
  max-width: 100%;
}

#tw-link {
  position: fixed;
  bottom: 150px;
  right: 0px;
  z-index: 99999;
}

#tw-link a {
  text-decoration: none;
  width: 76px;
  height: 76px;
  display: block;
}

#tw-link a:hover {
  text-decoration: none;
  border: none;
}

footer {
  width: 100%;
  background-color: #aee2ec;
  border-top: 20px solid #fff99e;
  margin-top: 50px;
}

footer a:hover img {
  opacity: 0.5;
  transition-duration: 0.3s;
}

footer ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 675px;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding: 50px 0 30px 0;
}

footer li {
  margin-bottom: 1em;
}

footer ul a {
  display: block;
  padding: 0 10px;
}

p.copyright {
  font-size: 12px;
  text-align: center;
  color: #6a635b;
  margin: 0;
  padding: 0 0 20px 0;
}

button.close-modal {
  border: none;
  outline: none;
  background: transparent;
}

.modaal-container {
  text-align: center;
}

.modaal-container {
  display: inline-block;
  height: 100% !important;
  width: 100% !important;
}

/* BannerBox */
@media only screen and (max-width: 768px) {
  .bannerBox {
      width: 100%;
      box-sizing: border-box;
      /* border: solid #cb9c4b;
      border-width: 4px;
      background-color: white; */
      padding: 0;
      margin: 0 auto 60px;
      text-align: center;
      background-image: url(../images/bd_b_sp.jpg);
      background-size: cover;
      display: flex;
      align-items: center;
    }

  .bannerBox img {
      width: 100%;
      margin: 20px auto 10px;
  }

  .banner a:link a:hover a:visited {
   border: none;
  }
}

@media only screen and (max-width: 768px) {
  .newsWrap {
    width: 100%;
  }
}



/* NEWS */

/*************************
*ナビゲーション
*************************/
nav.pagination-container  {
/* height: 65px; */
margin: 100px auto 50px;
text-align: center;
}

nav.pagination-container  ul {
font-size: 14px;
margin: 0px auto 0;
padding: 0;
}
nav.pagination-container  ul li {
display: inline-block;
margin-left: 20px;
background-repeat: no-repeat;

}
/*　ページネーション　*/
.list-group{
}

.pagination{
	margin: 80px 0;
}

.list-group-item {
}

.pagination li{
    margin: 5px;
    border: 1px solid #eeeeee;
}

.pagination a{
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px;
}

.pagination a:hover{
    background-color: #40b5c8;
    color: aliceblue;
}

.active{
    background-color: #aee2ec5e;
}

.home {
	color: #849eb9;
	margin: 100px auto;
	text-align: center;
}

.btArea {
  width: 100%;
  text-align: center;
}

.nHeader h1 {
  color: #3ebfd5;
  font-size: 24px;
  letter-spacing: 0.17em;
  font-weight: normal;
}

.nHeader {
  margin: 0 auto 0;
  text-align: center;
  background-image: url(../images/common/header_news.png);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100px 0;
}

.center {
  text-align: center;
}

.nWrap {
  width: 800px;
  margin: -50px auto 0;
}

.nBox {
  width: 90%;
  display: flex;
  flex-direction: column;
  background-color: #aee2ec5e;
  margin: 0 auto 30px;
  justify-content: center;
  align-self: center;
  padding: 50px;
}

.nBox .date {
  font-size: 16px;
  color: #40b5c8;
  text-align: left;
  margin-bottom: 10px;
  /* padding-top: 150px; /*上に余白を付ける*/
	/* margin-top: -150px; /*上の余白を打ち消す*/
}

.nBox .title {
  font-feature-settings: "palt";
  font-size: 22px;
  color: #5f5045;
  line-height: 1.47em;
  letter-spacing: 0.09em;
}

.nBox .nTxt {
  font-feature-settings: "palt";
  margin-top: 50px;
  font-size: 16px;
  color: #5f5045;
  align-self: center;
  width: 100%;
  text-align: left;
  line-height: 1.57em;
  letter-spacing: 0.09em;
}

.nBox .nTxt a {
  color: #3fb2c7;
  text-decoration: underline;
}

.detail02 {
  font-feature-settings: "palt";
  margin-top: 10px;
  font-size: 16px;
  color: #5f5045;
  width: 100%;
  text-align: left;
  line-height: 1.57em;
  letter-spacing: 0.09em;
  text-indent: -1em;
  padding-left: 1em;
  box-sizing: border-box;
}

.tArea img {
  width: 45%;
  text-align: center;
}

.tArea {
  margin: 0 auto;
  text-align: center;
}
.tArea p.tBold {
  margin: 10px 0;
  font-size: 18.5px;
  font-weight: bold;
  line-height: 1.45em;
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

@media screen and (max-width:768px) {
  .wrap {
    /* margin: 5px; */
    margin: 0px;
  }

  img {
    max-width: 100%;
  }

  .hero {
    /* width: 95%; */
    width: 100%;
    /* margin-bottom: 60px; */
    margin-bottom: 0;
  }

  .hero img {
    max-width: 100%;
    min-width: 100%;
  }

.hero ul {
  margin-bottom: 0;
}  

  p.caution {
    font-size: 11px;
  }

  .areaA {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 40px;
  }

  .areaA .title {
    margin: 10px auto 30px;
    font-size: 21px;
    letter-spacing: 0.02em;
  }

  .cBoxContainer {
    width: 90%;
    margin: 0 auto;
  }

  .cBoxContainer ul {
    width: 100%;
    /* justify-content: space-between; */
    flex-wrap: wrap;
  }

  .cBox {
    width: 30%;
    border: 1px solid #aee2ec;
  }

  .cBoxContainer li {
    width: 30%;
  }

  .areaB {
    width: 100%;
  }

  .obiArea {
    width: 95%;
    text-align: center;
    margin: 20px auto;
    /* margin: 15px auto 20px; */
    /* font-size: min(6vw, 21px); */
    font-size: min(4vw, 21px);
    line-height: 1.4;
  }


  .areaB .title {
    margin: 30px auto;
    font-size: 21px;
    letter-spacing: 0.17em;
    text-align: center;
  }

  .newsA {
    width: 100%;
    background-color: #eff9fb;
    height: auto;
    padding: 30px 0;
    margin-bottom: 20px;
    flex-direction: column;
  }

  .newsA .date {
    font-size: 14px;
    color: #40b5c8;
    text-align: left;
    align-self: left;
    width: 75%;
    margin-bottom: 5px;
  }

  .newsA .nTxt {
    font-size: 14px;
    color: #5f5045;
    align-self: left;
    text-align: left;
    width: 81%;
    line-height: 1.6em;
  }

  .tArea p.tBold {
    font-size: 16px;
  }


  .center {
    width: 25%;
    margin: 0 auto;
  }

  .center img {
    max-width: 100%;
  }

  #tw-link {
    bottom: 50px;
  }

  #tw-link a {
    width: 50px;
    height: 50px;
  }

  /* NEWS */
  .nHeader h1 {
    color: #40b5c8;
    font-size: 24px;
    letter-spacing: 0.17em;
    font-weight: normal;
  }

  .nHeader {
    width: 100%;
    padding: 75px 0 50px;
    background-size: 165%;
  }

  .center {
    text-align: center;
  }

  .nWrap {
    width: 100%;
    margin: -40px auto 0;
  }

  .nBox {
    width: 80%;
    padding: 20px;
  }

  .nBox .date {
    font-size: 14px;
    color: #40b5c8;
    text-align: left;
    margin-bottom: 8px;
  }

  .nBox .title {
    font-size: 16px;
  }

  .nBox .nTxt {
    margin-top: 30px;
    font-size: 13px;
  }

  .detail02 {
    font-feature-settings: "palt";
    margin-top: 10px;
    font-size: 13px;
    color: #5f5045;
    width: 100%;
    text-align: left;
    line-height: 1.57em;
    letter-spacing: 0.09em;
    text-indent: -1em;
    padding-left: 1em;
  }

  .tArea img {
    width: 60%;
    text-align: center;
  }


  footer img {
    max-width: 100%;
  }

  footer ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    margin: 0 auto;
    padding: 20px 0;
    justify-content: space-around;
  }

  footer li {
    width: 38%;
    margin: 5px;
  }

  footer ul a {
    display: block;
    padding: 0 10px;
  }

  p.copyright {
    font-size: 10px;
    text-align: center;
    color: #6a635b;
    margin: 0;
    padding: 0 0 20px 0;
  }
}

.pager-box {
		width: 100%;
		margin: 80px auto 126px auto;
		padding: 0;
		text-align: center;
		}

ul.pager {
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		}

ul.pager li {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 35px;
		height: 35px;
		margin: 0 0 0 0;
		padding: 0 20px;
		color: #40b5c8;
		/* font-size: 12px; */
		font-size: 15px;
		text-align: center;
		cursor: pointer;
		}

ul.pager li.on {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 35px;
		height: 35px;
		margin: 0 20px;
		padding: 0;
		border: 1px solid #40b5c8;
		color: #40b5c8;
		font-size: 12px;
		text-align: center;
		}

ul.pager a:link {
	background-color: transparent;
	color: #40b5c8;
	text-decoration: none;
	}

ul.pager a:visited {
	background-color: transparent;
	color: #40b5c8;
	text-decoration: none;
	}

ul.pager a:active {
	background-color: transparent;
	color: #40b5c8;
	text-decoration: none;
	}

ul.pager a:hover {
	background-color: transparent;
	color: #40b5c8;
	text-decoration: none;
	}

@media only screen and (max-width: 768px) {
		.pager-box {
				width: 100%;
				margin: 40px auto 63px auto;
				padding: 0;
				background: #ffffff;
				text-align: center;
				}

		ul.pager {
				display: flex;
				flex-direction: row;
				justify-content: center;
				margin: 0 auto;
				padding: 0;
				text-align: center;
				}

		ul.pager li {
				display: flex;
				align-items: center;
				justify-content: center;
				width: 22px;
				height: 22px;
				margin: 0;
				padding: 0 10px;
				color: #40b5c8;
				font-size: 12px;
				text-align: center;
				}

		ul.pager li.on {
				display: flex;
				align-items: center;
				justify-content: center;
				width: 22px;
				height: 22px;
				margin: 0 10px;
				padding: 0;
				border: 1px solid #40b5c8;
				color: #40b5c8;
				font-size: 12px;
				text-align: center;
				}
}
