@charset "UTF-8";
.intextlink {
  text-decoration: underline;
  color: #006fca;
}
.intextlink:hover,
.intextlink:active {
  color: #006fca;
}

/** SITE FOOTER
==============================================*/
.site-footer {
  border-top: 1px dotted #ccc;
  background-color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
}

.site-footer .section-content {
  padding: 0;
}

.site-footer .footer_notes {
}
.site-footer .footer_notes .txt {
  font-size: 12px;
  color: #484848;
}
@media only screen and (min-width: 641px) {
  .site-footer .footer_notes {
    padding-top: 20px;
  }
  .site-footer .footer_notes .txt {
    line-height: 2;
  }
}
@media only screen and (max-width: 640px) {
  .site-footer .footer_notes {
    padding-top: 20px;
  }
  .site-footer .footer_notes .txt {
    line-height: 1.5;
  }
  .site-footer .footer_notes .txt .intextlink {
    display: inline-block;
    padding-top: 5px;
  }
}

.site-footer .footer_copyright {
  padding-bottom: 20px;
}
.site-footer .footer_copyright .company_privacy {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.site-footer .footer_copyright .company_privacy .company img {
  width: 146px;
  max-width: 100%;
  margin-bottom: 5px;
}
.site-footer .footer_copyright .company_privacy .company .txt {
  font-size: 10px;
  display: block;
  color: #848484;
  line-height: 1.2;
}
.site-footer .footer_copyright .company_privacy .privacy {
  padding-left: 10px;
}
.site-footer .footer_copyright .company_privacy .privacy img {
  width: 45px;
  max-width: 100%;
}
.site-footer .footer_copyright .copyright {
  font-size: 10px;
  line-height: 1.4;
  color: #848484;
}
@media only screen and (min-width: 641px) {
  .site-footer .footer_copyright {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 15px;
  }
  .site-footer .footer_copyright .copyright {
    text-align: right;
  }
}
@media only screen and (max-width: 640px) {
  .site-footer .footer_copyright {
    padding-top: 30px;
  }
  .site-footer .footer_copyright .copyright {
    display: block;
    line-height: 1.5;
    padding-top: 15px;
    letter-spacing: 0;
  }
  .site-footer .footer_copyright .company {
  }
}

.site-footer .footer_nav {
  border-top: 1px dotted #ccc;
}
.site-footer .footer_nav .footer_nav_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
}
.site-footer .footer_nav .footer_nav_list > li .intextlink {
  position: relative;
  line-height: 1;
}
@media only screen and (min-width: 641px) {
  .site-footer .footer_nav .footer_nav_list {
    font-size: 12px;
  }
  .site-footer .footer_nav .footer_nav_list > li {
    margin-right: 1em;
    margin-left: 1em;
  }
  .site-footer .footer_nav .footer_nav_list > li:not(:last-child) .intextlink:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -1em;
    top: 1px;
    background-color: #006fca;
  }
}
@media only screen and (max-width: 640px) {
  .site-footer .footer_nav .footer_nav_list {
    font-size: 10px;
    flex-wrap: wrap;
  }
  .site-footer .footer_nav .footer_nav_list > li {
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
  .site-footer .footer_nav .footer_nav_list > li .intextlink {
    letter-spacing: 0;
  }
}

.site-footer.site-notes {
  margin-bottom: 0;
}

.footer_notes_list {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer_notes_list ul.notes {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.footer_notes_list ul.notes > li {
  font-size: 10px;
  margin: 0;
}
.footer_notes_list ul.notes > li:not(.nomark) {
  text-indent: -1em;
  padding-left: 1em;
}
.footer_notes_list ul.notes > li:not(.nomark):before {
  content: "※";
}
.footer_notes_list ul.notes > li.nomark:before {
  display: none;
}
