@charset "UTF-8";
/* CSS Document */
footer {
  position: relative;
  padding-top: 10px; }

/*footer内テキストリンク*/
footer a:link,
footer a:visited {
  color: #FFF; }

footer a:active,
footer a:hover {
  color: #FC0; }

/*SNSバナー*/
.sns_banner {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  margin: 0 auto;
  padding: 5px 10px;
  max-width: 500px; }
  .sns_banner div {
    width: 100%; }
    .sns_banner div a, .sns_banner div img {
      display: block; }

footer nav.sitemap,
footer div.foottext div {
  width: 100%;
  max-width: 1280px; }

/*copyright disclaimer*/
footer div.foottext {
  margin: 0;
  /*margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);*/
  width: 100%;
  max-width: inherit;
  padding: 10px 0;
  background: #0b254a;
  /*#174E9D;*/
  color: #DDD; }
  footer div.foottext div {
    margin: 0 auto;
    padding: 0 10px; }
  footer div.foottext p {
    margin: 0;
    font-size: 0.8rem; }

/*下部sitemap footer-navigation*/
.sitemap {
  margin: 10px auto;
  padding: 10px;
  background: #000;
  font-size: 0.8rem; }
  .sitemap * {
    margin: 0;
    padding: 0;
    list-style: none; }
  .sitemap > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr); }
  .sitemap ul ul {
    margin: 0.5em 0.5em 1em 0.5em; }
    .sitemap ul ul li {
      position: relative;
      padding-left: .8em; }
    .sitemap ul ul li:before {
      content: '';
      position: absolute;
      top: .45em;
      left: 0;
      width: 5px;
      height: 5px;
      background-color: #666;
      /*transform: rotate(45deg);*/ }
    .sitemap ul ul li:hover:before {
      background-color: #FC0; }
  .sitemap p {
    margin: 0 0 0.5em 0;
    padding: 0; }
    .sitemap p a {
      display: block;
      position: relative;
      margin: 0;
      padding: 0 5px 5px 5px;
      border-bottom: 1px solid #999;
      height: inherit; }
    .sitemap p a:before {
      content: '';
      display: block;
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 0;
      border-bottom: 1px solid #FC0; }
    .sitemap p a:hover:before {
      width: 100%;
      transition: all .2s; }

@media screen and (min-width: 640px) {
  .sitemap > ul {
    gap: 40px;
    grid-template-columns: repeat(4, 1fr); } }
/*----------------------------*/
/*ソーシャルボタン*/
/*----------------------------*/
.social_button {
  width: 100%;
  max-width: 1280px;
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: flex-end;*/ }
  .social_button img {
    display: block; }

/*日本語シェアボタン付き　横幅切れ回避　*/
.fb_ja .fb-like > span,
.fb_ja .fb-like iframe {
  width: 165px !important; }

.tw {
  padding-right: 5px; }

/*▲*/
footer .pageNavi {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  z-index: 10; }
  footer .pageNavi a.pagetopbtn {
    position: fixed;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    text-decoration: none;
    bottom: 10px;
    right: 5px;
    height: 50px;
    width: 50px;
    font-size: 1.5rem;
    line-height: 3.1rem;
    border-radius: 25px;
    color: #CCC;
    background: #FFF;
    filter: opacity(50%);
    box-shadow: #666 0 0px 5px; }
  footer .pageNavi a.pagetopbtn:hover {
    background: #ACF3FD;
    color: #666; }

@media screen and (min-width: 640px) {
  footer .pageNavi a.pagetopbtn {
    bottom: 15px;
    right: 10px;
    height: 70px;
    width: 70px;
    border-radius: 35px;
    font-size: 2.5rem;
    /*40px*/
    line-height: 4.38rem;
    /*70.08px;*/ } }
