footer::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

footer::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

footer {
  display: block;
}

footer * {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

footer *,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

footer {
  overflow: hidden;
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 16px;
}

#page-top {
  position: fixed;
  bottom: 16px;
  right: 0;
  z-index: 1;
}

footer img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

.fukkochoBanner {
  max-width: 980px;
  margin: 0 auto;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: initial;
}

footer a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

.sitemap {
  margin-bottom: 20px;
  background-color: #235fb0;
}

@media screen and (max-width: 768px) {
  .sitemap {
    display: none;
  }
}

.sitemap__wrapper {
  max-width: 1280px !important;
  min-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 35px;
}

.sitemap__wrapper h4 {
  font-size: 18px;
  line-height: 15px;
  margin-top: 35px;
  padding-bottom: 5px;
  color: #ffffff;
  border-bottom: 2px dotted #ffffff;
  position: relative;
  padding-left: 15px;
  font-weight: normal;
}

.sitemap__wrapper h4::before {
  background-color: #235fb0;
  color: #ffffff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  content: '\f0da';
  position: absolute;
  left: 0;
}

.sitemap__wrapper ul {
  padding-top: 5px;
  list-style: none;
}

.sitemap__wrapper li {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.sitemap__Box {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.sitemap__Box-1,
.sitemap__Box-2,
.sitemap__Box-3,
.sitemap__Box-4 {
  width: 25%;
  margin-left: 25px;
}

.sitemap__Box-1:first-child,
.sitemap__Box-2:first-child,
.sitemap__Box-3:first-child,
.sitemap__Box-4:first-child {
  margin-left: 0;
}

.sitemap__Box-1 h4,
.sitemap__Box-2 h4,
.sitemap__Box-3 h4,
.sitemap__Box-4 h4 {
  height: 22px;
}

.sitemap__Box-1 h4 > a,
.sitemap__Box-2 h4 > a,
.sitemap__Box-3 h4 > a,
.sitemap__Box-4 h4 > a {
  text-decoration: none;
  color: #fff;
  /* 全体がリンクになるように */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 10px;
}

.sitemap__Box-1 ul > li > a,
.sitemap__Box-2 ul > li > a,
.sitemap__Box-3 ul > li > a,
.sitemap__Box-4 ul > li > a {
  text-decoration: none;
  color: #fff;
}

.footerNav {
  height: 48px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footerNav___sns ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  text-align: center;
  height: 30px;
}

.footerNav___sns li {
  display: inline-block;
  margin: 0 8px 0px 0;
  padding: 0;
}

.footerNav___sns li a::before {
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  border-radius: 50%;
  color: #0b1f35;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  width: 44px;
  text-decoration: none;
}

/*
.footerNav___sns li a[href*="facebook.com"]::before {
  content: "\f09a";
}

.footerNav___sns li a[href*="plus.google.com"]::before {
  content: "\f0d5";
}

.footerNav___sns li a[href*="twitter.com"]::before {
  content: "\f099";
}
*/

.fukkochoBanner--underTheSitemap {
  display: none;
  justify-content: center;
}

.copyright {
  width: 100%;
  margin: 0 auto;
  height: 100px;
  text-align: center;
  margin-top: 10px;
}

.sitemap__Box a {
  color: #000;
  text-decoration: none;
}

footer a {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 16px;
}
