.head-title {
  margin: 10rem 17.5rem 12rem;
}
@media screen and (max-width: 768px) {
  .head-title {
    margin: 10rem 2rem 12rem;
  }
}
.head-title .page-title {
  font-family: arial;
  font-size: 13.3rem;
}
@media screen and (max-width: 768px) {
  .head-title .page-title {
    font-size: 10rem;
  }
}
.head-title p.ja {
  display: inline-block;
  margin-top: 1.5rem;
  font-size: 2.6rem;
  font-weight: 300;
  padding: 1.2rem 4rem;
  border: 2px solid #00adef;
  color: #00adef;
}

.contents {
  margin-bottom: 20rem;
  padding: 0 2.5%;
}

.item:not(:first-child) {
  margin-top: 10rem;
}
.item.other {
  margin-top: 19rem;
}
.item h3 {
  line-height: 1.6;
  font-size: 3.1rem;
  margin-bottom: 3rem;
  border-bottom: 1px dotted #000;
  padding-bottom: 2.5rem;
}
.item ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5rem 0;
}
@media screen and (max-width: 768px) {
  .item ul {
    flex-direction: column;
  }
}
.item ul li {
  position: relative;
  width: 25%;
  padding-left: 5rem;
  line-height: 1.6;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .item ul li {
    width: 100%;
    font-size: 2.2rem;
  }
}
.item ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: url(../image/common/btn_next.png) left center no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  vertical-align: middle;
}
.item ul li a {
  display: inline-block;
  padding: 8px 0 8px;
  border-bottom: 1px solid #ccc;
}/*# sourceMappingURL=sitemap.css.map */