@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Sans:wght@400;700&family=Roboto:wght@400;700&display=swap");
.section_method {
  padding: 60px 0 0 0 !important;
}

.section_seocontents {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 20px !important;
}
.section_seocontents h3 {
  font-size: 18px !important;
  font-weight: bold;
}
.section_seocontents p {
  font-size: 14px !important;
  line-height: 30px !important;
}

footer a {
  text-decoration: none;
  color: #004096;
}

.footer-box {
  display: block;
}
@media screen and (min-width: 640px) {
  .footer-box {
    display: flex;
    justify-content: space-between;
  }
  .footer-box :first-child {
    margin-left: 0px !important;
  }
  .footer-box :last-child {
    margin-right: 0px !important;
  }
}

.footer-list-left {
  width: 90%;
  margin: 0 auto !important;
}
@media screen and (min-width: 640px) {
  .footer-list-left {
    width: 35% !important;
  }
}

.footer-list {
  font-size: 14px;
  letter-spacing: 2px;
  color: #004096;
  margin: 0 20px;
}

.footer-list-top {
  padding-top: 20px;
}
@media screen and (min-width: 640px) {
  .footer-list-top {
    padding-top: 0;
  }
}

.footer-main-link {
  display: inline-block;
  margin-bottom: 0rem;
}
@media screen and (min-width: 640px) {
  .footer-main-link {
    display: inline-block;
    margin-bottom: 20px;
  }
}

.footer-item {
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 25px;
}
.footer-item li {
  font-weight: normal;
  list-style-position: inside;
  margin-left: 10px;
}

.footer-item-link {
  display: block;
}

.footer-text {
  margin: 20px 0;
}
.footer-text p {
  font-size: 14px;
  letter-spacing: normal;
  line-height: 27px;
}

.sns-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
}

.sns-item {
  display: block;
  margin-right: 30px;
}
.sns-item img {
  width: 30px;
  height: auto;
}

.copy-right {
  border-top: 2px solid #004096;
  font-size: 13px;
  text-align: center;
  padding: 20px 0;
  color: #004096;
}
.copy-right p {
  margin-bottom: 5rem;
}
@media screen and (min-width: 640px) {
  .copy-right p {
    margin-bottom: 0;
  }
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

.sp-bottom-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #004096;
  position: fixed;
  bottom: 0;
  padding: 10px 20px;
  left: 0;
  right: 0;
  margin: 0;
}
.sp-bottom-nav a span {
  display: block;
  text-align: center;
  color: #fff !important;
}
@media screen and (min-width: 640px) {
  .sp-bottom-nav {
    display: none;
  }
}

.sp-bottom-nav-text {
  font-size: 10px;
}

#separation {
  padding: 40px 0;
}
@media screen and (min-width: 640px) {
  #separation {
    padding: 80px 0;
  }
}

.footer-inner {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}/*# sourceMappingURL=nagoya-footer.css.map */