@charset "UTF-8";

.l-footer {
  background: linear-gradient(90deg, #92D2EE 0%, #6FC8BC 100%);
}

.p-footer .p-footer__flex {
  flex-direction: column;
}

.p-footer .p-footer__menu {
  width: 100%;
  margin-top: 25px;
}

.p-footer__menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.p-footer {
  padding: 30px 0;
}

.p-footer__item a {
  font-size: 18px;
  color: #fff;
}

.p-footer .p-footer__foot {
  margin: 20px 0 0;
}

.p-footer .p-footer__foot .p-footer__text {
  margin: 0;
}

.p-footer .p-footer__foot .p-jdac__logo {
  margin: 20px auto;
}

.p-footer .p-footer__foot .p-footer__link {
  color: #6FC8BC;
  background-color: #fff;
}

.p-footer .p-footer__foot .p-footer__link:hover {
  color: #fff;
  background-color: transparent;
}

.c-page-top {
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  border: 2px solid #fff;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  top: auto;
}

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

@media only screen and (max-width: 767px) {
  .p-footer .p-footer__menu {
    justify-content: flex-start;
    gap: 0;
  }
  .p-footer__item a {
    font-size: 16px;
  }
  .p-footer__item  {
    width: 50%;
    margin-bottom: 30px;
  }
  .c-page-top {
    display: none !important;
  }
}