/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@800&display=swap");
.l-footer__foot {
  display: none;
}

.footer {
  background-color: #096ABF !important;
  position: relative;
  z-index: 100;
}

.fixBtns {
  position: fixed;
  z-index: 90;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px 5%;
  width: 100%;
  column-gap: 30px;
}
@media screen and (max-width: 767px) {
  .fixBtns {
    column-gap: 10px;
    padding: 10px 0;
  }
}
.fixBtns__a {
  text-decoration: none;
  color: inherit;
  text-align: center;
  font-weight: bold;
  color: #fff;
  transition: all ease .3s;
}
.fixBtns__a:hover {
  opacity: 0.8;
}
.fixBtns__txt {
  display: block;
  -webkit-text-stroke: 3px #fff;
  text-stroke: 3px #fff;
  paint-order: stroke;
  font-size: 16px;
  color: #096ABF;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .fixBtns__txt {
    font-size: 13px;
  }
}
.fixBtns__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 260px;
  height: 50px;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .fixBtns__btn {
    font-size: 14px;
    max-width: 260px;
    width: calc(48vw - 5px);
  }
}
.fixBtns__btn.btn01 {
  background-color: #F34259;
}
.fixBtns__btn.btn02 {
  background-color: #0087FF;
}

@media screen and (max-width: 767px) {
  .p-fixBtnWrap {
    bottom: 8em;
  }
}

.home h2.wp-block-heading {
  font-weight: bold;
  position: relative;
  line-height: 1;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .home h2.wp-block-heading {
    font-size: 14px;
  }
}
.home h2.wp-block-heading:after {
  display: block;
  color: #096ABF;
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  position: relative;
  line-height: 1.4;
  font-weight: 800;
}
@media screen and (max-width: 500px) {
  .home h2.wp-block-heading:after {
    font-size: 32px;
  }
}
.home #content {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .home .l-header {
    display: none;
  }
}

.pTop_secCat h2.wp-block-heading:after {
  content: "Category";
}
.pTop_secCat .wp-block-categories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 500px) {
  .pTop_secCat .wp-block-categories-list {
    gap: 10px;
  }
}
.pTop_secCat .wp-block-categories-list > .cat-item {
  width: calc((100% - 80px) /5 );
  min-width: 186px;
}
@media screen and (max-width: 500px) {
  .pTop_secCat .wp-block-categories-list > .cat-item {
    width: calc(50% - 5px);
    min-width: inherit;
  }
}
.pTop_secCat .wp-block-categories-list > .cat-item a {
  padding: 2em 5%;
  text-align: center;
  font-weight: bold;
  border: solid 3px #096ABF;
  transition: all ease .3s;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .pTop_secCat .wp-block-categories-list > .cat-item a {
    font-size: 14px;
    padding: 1em 3%;
    border-width: 2px;
  }
}
.pTop_secCat .wp-block-categories-list > .cat-item a:hover {
  background-color: #E4EEF5;
}
.pTop_secCat .wp-block-categories-list > .cat-item a:before {
  display: block;
  content: "";
  opacity: 1;
  width: 30px;
  height: 30px;
  border-right: solid transparent 15px;
  border-left: solid transparent 15px;
  border-bottom: solid #FFF200 15px;
  top: 5px;
  left: -15px;
  right: auto;
  bottom: auto;
  transform: rotate(-45deg);
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .pTop_secCat .wp-block-categories-list > .cat-item a:before {
    width: 20px;
    height: 20px;
    border-width: 10px;
    left: -12px;
    top: 3px;
  }
}

.pTop_secPop h2.wp-block-heading:after {
  content: "Popularity";
}

.pTop_secService h2.wp-block-heading:after {
  content: "Service";
}
@media screen and (max-width: 500px) {
  .pTop_secService__txt01 {
    font-size: 14px;
  }
}

.pTop_secNew h2.wp-block-heading:after {
  content: "New articles";
}

@media (min-width: 600px) {
  .c-pageTitle {
    font-size: 1.8em;
  }
}
.c-pageTitle__subTitle {
  display: none;
}

.c-widget__title.-spmenu {
  background-color: transparent;
  font-family: "Outfit", sans-serif;
  color: #096ABF;
  font-size: 18px;
  margin-bottom: 1em;
}

.c-spnav a {
  border: none;
  font-weight: 500;
}

.p-spMenu__inner {
  width: 100vw;
}
.p-spMenu__inner:before {
  background-color: #fff;
}

.-right .p-spMenu__inner {
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
}

[data-spmenu=opened] .p-spMenu__inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-spnav > .menu-item:first-child > a {
  padding-left: 2em;
}

.c-listMenu a:before {
  content: "\e935";
  color: #FFF200;
}
