@charset "UTF-8";

.ftr-sp {
  display: none;
}

.ftr {
  display: block;
  font-size: 12px;
  color: #808080;
}

.ftr ul {
  list-style: none;
}

.ftr ul, .ftr li, .ftr p {
  margin: 0;
  padding: 0;
}

.ftr img {
  border: 0;
  vertical-align: bottom;
}

.ftr a {
  color: #808080;
  text-decoration: none;
}

.ftr a:hover {
  text-decoration: underline;
}

.ftr-above {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}

.ftr-main {
  padding: 20px 0;
  background-color: #0070cb;
  overflow: hidden;

}

@media screen and (max-width: 990px) {
  .ftr-main {
    padding: 20px 10px;
  }
}

.ftr-main-inner {
  margin: 0 auto;
  width: 95%;
  max-width: 960px;
}

.ftr-main-link {
  float: left;
}

.ftr-main-link ul {
  margin-top: 20px;
}

.ftr-main-link ul li {
  margin-left: 3px;
  padding-left: 5px;
  display: inline;
  border-left: 1px solid #fff;
  line-height: 1;
}

.ftr-main-link ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

.ftr-main-btn {
  text-align: center;
  float: right;
  overflow: hidden;
}

.ftr-main-btn li {
  float: left;
  border-left: 1px solid #fff;
}

.ftr-main-btn li:first-child {
  border-left: 0;
}

.ftr-main-btn a {
  padding: 60px 0 8px;
  background: url(../img/btn-ftr.png) no-repeat 0 0;
  display: block;
}

.ftr-main-btn-item1 {
  width: 115px;
}

.ftr-main-btn-item1 a {
  background-position: 0 0;
}

.ftr-main-btn-item2 {
  width: 140px;
}

.ftr-main-btn-item2 a {
  background-position: -116px 0;
}

.ftr-main-btn-item3 {
  width: 115px;
}

.ftr-main-btn-item3 a {
  background-position: -257px 0;
}

.ftr-main a {
  color: #fff;
}

.ftr-below {
  background-color: #f2f2f2;
}

.ftr-below ul {
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  max-width: 960px;
  text-align: center;
}

.ftr-below li {
  margin-left: 8px;
  padding-left: 10px;
  display: inline;
  border-left: 1px solid #808080;
  line-height: 1;
}

.ftr-below li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

.ftr-btm {
  padding: 15px 0;
  background-color: #fff;
}

.ftr-btm-inner {
  margin: 0 auto;
  width: 95%;
  max-width: 960px;
  overflow: hidden;
}

.ftr-btm-brand {
  float: left;
}

.ftr-btm-brand a {
  margin-right: 1em;
}

.ftr-btm-brand p {
  display: inline-block;
  font-size: 12px;
}

.ftr-btm-brand img {
  width: 106px;
  margin-right: 16px;
}

.ftr-btm-link {
  margin-top: 12px !important;
  float: right;
}

.ftr-btm-link li {
  margin-left: 8px;
  padding-left: 10px;
  float: left;
  border-left: 1px solid #808080;
  line-height: 1;
}

.ftr-btm-link li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

.ftr-btm p {
  display: inline;
  font-size: 12px;
}

.ftr .pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

@media screen and (max-width: 767px) {
  .ftr {
    display: none;
  }

  .ftr-sp {
    display: block;
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
  }

  .ftr-sp ul {
    list-style: none;
  }

  .ftr-sp ul, .ftr-sp li, .ftr-sp p {
    margin: 0;
    padding: 0;
  }

  .ftr-sp img {
    vertical-align: bottom;
  }

  .ftr-sp a {
    text-decoration: none;
  }

  .ftr-sp-top {
    padding: 0 15px 35px;
  }

  .ftr-sp-above {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    font-size: 14px;
    color: #0070cb;
    border-left: 5px solid #0070cb;
  }

  .ftr-sp-above a {
    display: block;
    padding: 12px 10px;
    color: #0070cb;
  }

  .ftr-sp-below {
    margin: 15px;
    padding: 8px;
    background-color: #f7f7f7;
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    text-align: center;
  }

  .ftr-sp-below li {
    display: inline;
  }

  .ftr-sp-below li:after {
    content: "｜";
  }

  .ftr-sp-below li:first-child:before {
    content: "｜";
  }

  .ftr-sp-below a {
    color: #808080;
  }

  .ftr-sp-btm {
    padding-bottom: 3.5em;
    position: relative;
    text-align: center;
    border-bottom: 4px solid #0070cb;
  }

  .ftr-sp-btm-brand {
    margin-bottom: 15px;
  }

  .ftr-sp-btm-brand img {
    width: 106px;
  }

  .ftr-sp-btm-link li:before, .ftr-sp-btm-link li:after {
    content: "｜";
  }

  .ftr-sp-btm a {
    color: #808080;
  }

  .ftr-sp-btm p {
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 12px;
    color: #808080;
  }

  .ftr-sp .pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
  }

  .overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.4);
  }

  html.show-overlay .overlay {
    display: block;
  }

  html.show-navi.android2x #contents a, html.show-navi.android2x header a, html.show-navi.android2x footer a {
    pointer-events: none;
    visibility: hidden;
  }
}
