@-webkit-keyframes arrow_anim {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
  100% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
}
@keyframes arrow_anim {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
  100% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
}
.type-page {
  font-size: 16px;
}
@media all and (max-width: 767px) {
  .type-page {
    font-size: 14px;
    color: #000;
    background: #fff;
  }
}
.type-page h1 {
  font-size: 2.5rem;
}
.type-page h2 {
  font-size: 2rem;
}
.type-page h3 {
  font-size: 1.5rem;
}
.type-page h3.wp-block-heading {
  margin-top: 1.5rem;
}
.type-page li {
  list-style-position: inside;
  margin-left: 1rem;
}
@media all and (max-width: 767px) {
  .type-page #wrapper {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .type-page #wrapper {
    padding-top: 80px;
  }
}
.type-page article {
  width: 100%;
}
.type-page article .entry-content {
  z-index: 700;
  position: relative;
  width: 65%;
  margin: 5rem auto;
}
@media all and (max-width: 767px) {
  .type-page article .entry-content {
    width: 90%;
    margin: 5rem auto 3rem;
  }
}

.footer {
  color: #fff;
  background: #0068b5;
}
.footer_comname {
  padding-top: 90px;
}
.footer_comname_logo {
  margin-bottom: 20px;
}
.footer_comname .icon_02 {
  background: url("../img/common/icon_map_out.png") right center no-repeat;
  background-size: 10px auto;
  background-position: calc(100% - 1px) 0.4em;
  padding-right: 18px;
}
.footer_comname .icon_02::before {
  background-image: url("../img/common/icon_map_white.png");
  visibility: hidden;
}
.footer div p {
  color: #FFF;
  background: #0068b5;
}
.footer div a {
  color: #FFF;
  background: #0068b5;
}

#privacy-policy .entry-content p a {
  word-break: break-all;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

#contact [class$=__label] {
  color: #000;
}