@import url("https://fonts.googleapis.com/css2?family=Racing+Sans+One&family=Roboto:wght@500;700&display=swap");
/*************************
page
*************************/
.m-title-borderbottom {
  margin-bottom: 45px;
}

.mL-indent {
  margin-left: 1.5em !important;
}

.arrow-ttl-h3 {
  margin-bottom: 25px;
}
.arrow-ttl-h3:nth-child(n+2) {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .arrow-ttl-h3:nth-child(n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .arrow-ttl-h3 {
    margin-bottom: 15px;
  }
}
.arrow-ttl-h3 a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
  background-image: url(../../common/images/arrow-right.png);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: 0 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.arrow-ttl-h3 a:hover {
  text-decoration: none;
  background-position-x: 5px;
  color: #0399de;
}
@media screen and (max-width: 640px) {
  .arrow-ttl-h3 a {
    padding: 0 0 0 24px;
    font-size: 17px;
    font-size: 1.0625rem;
    background-size: 12px auto;
  }
}

.arrow-ttl-h4 {
  margin-bottom: 13px;
}
.arrow-ttl-h4 a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  background-image: url(../../common/images/arrow-right.png);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: 0 50%;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.arrow-ttl-h4 a:hover {
  text-decoration: none;
  background-position-x: 3px;
  color: #0399de;
}
@media screen and (max-width: 640px) {
  .arrow-ttl-h4 a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.ttl-h4 {
  margin-bottom: 13px;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .ttl-h4 {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.ttl-h4-bold {
  margin-bottom: 13px;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .ttl-h4-bold {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.ttl-h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .ttl-h5 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.sitemap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  margin-left: 55px;
}
@media screen and (max-width: 640px) {
  .sitemap-flex {
    display: block;
    margin-left: 25px;
  }
}
.sitemap-flex__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 640px) {
  .sitemap-flex__item {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 640px) {
  .sitemap-flex__item.mT45 {
    margin-top: 25px !important;
  }
}
.sitemap-flex__item .m-list-dash {
  margin-left: 0;
  margin-bottom: 25px;
  gap: 0;
  line-height: 1.4;
}
.sitemap-flex__item .m-list-dash:last-child {
  margin-bottom: 0;
}
.sitemap-flex__item .m-list-dash__item:nth-child(n+2) {
  margin-top: 9px;
}
.sitemap-flex__item .m-list-dash__item:last-child {
  margin-bottom: 0;
}
.sitemap-flex__item .m-list-dash__item::before {
  line-height: 1.4;
}
.sitemap-flex__item .m-list-dash__item a {
  font-size: 15px;
  font-size: 0.9375rem;
  text-decoration: none;
}
.sitemap-flex__item .m-list-dash__item a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .sitemap-flex__item .m-list-dash__item a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.sitemap-flex__item .m-list-dash__item .child-list {
  margin-left: 1em;
}
.sitemap-flex__item .m-list-dash__item .child-list__item {
  position: relative;
  padding-left: 1em;
  margin-top: 4px;
  line-height: 1.5;
}
.sitemap-flex__item .m-list-dash__item .child-list__item::before {
  position: absolute;
  content: "-";
  top: 0;
  left: 0;
  color: #0399de;
  font-size: 16px;
  font-size: 1rem;
}
.sitemap-flex__item .m-list-dash__item .grandchild-list__item {
  margin-top: 7px;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .sitemap-flex__item .m-list-dash__item .grandchild-list__item {
    margin-top: 8px;
  }
}
.sitemap-flex__item .m-list-dash__item .grandchild-list__item a {
  font-size: 13px;
  font-size: 0.8125rem;
}/*# sourceMappingURL=style.css.map */