@charset "UTF-8";
/*------------------------------
端末一覧、端末末端共通IMG(PC SP共通)
 *------------------------------*/
/*------------------------------
端末末端/一覧 共通カラーリスト(PC SP共通)
---------------------------------*/
/* ========================= [ footer ] */
.l-footer {
  position: relative;
  color: #231815;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Meiryo UI","メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: 400;
  margin-bottom: -50px;
  min-width: 1001px;
  line-height: 1.6em;
  margin-top: 50px;
}

.l-footer ul {
  margin: 0;
  padding: 0;
}

.l-footer li {
  list-style: none;
  line-height: 1em;
}

/*ページトップへ戻る*/
.m-footer__pageTop {
  position: absolute;
  top: -38px;
  right: 14px;
  width: 25px;
  height: 25px;
}

.m-footer__pageTop.is-active {
  position: fixed;
  top: inherit;
  bottom: 14px;
  right: 14px;
}

.m-footer__pageTop a {
  display: block;
  overflow: hidden;
  width: 25px;
  height: 25px;
  background-color: #427ad3;
  text-indent: -9999px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.m-footer__pageTop a::after {
  content: '';
  height: 9px;
  width: 9px;
  display: block;
  border: 3px solid #0c2fa4;
  border-left-width: 0;
  border-bottom-width: 0;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -5px;
}

.m-footer__gNav {
  background-color: #e1e3e6;
  width: 100%;
  padding: 25px 0 19px;
  overflow: hidden;
}

.m-navInner {
  width: 1000px;
  margin: 0 auto;
  display: table;
}

.m-navArea__footerList {
  width: 248px;
  border-right: 1px solid #231815;
  padding: 5px 15px 0px 18px;
  display: table-cell;
  box-sizing: border-box;
}

.m-navArea__footerList:last-child {
  border-right: none;
}

.m-navArea__ttl {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 17px;
}

.m-footerLinks {
  margin-bottom: 15px;
}

.m-footerLinks__list--sub a::before {
  content: "-";
  margin-right: 7px;
  margin-top: -3px;
  width: 5px;
  float: left;
}

.m-footerLinks__list--sub .m-footerLinks__long {
  line-height: 1.4em;
  text-indent: -1em;
  padding-left: 1em;
}

.m-footerLinks__list--sub .m-footerLinks__long::before {
  margin-top: 0;
}

.m-footerLinks__list--sub .m-footerLinks__long::after {
  top: 12px;
  right: 0px;
}

.m-footerLinks__list a {
  font-size: 12px;
  color: #231815;
  display: block;
  position: relative;
  padding-bottom: 15px;
}

.m-footerLinks--talk {
  margin-bottom: 23px;
}

.m-footerLinks__arrow::after {
  position: absolute;
  top: 2px;
  right: 0px;
}

.m-footerLinks__long {
  line-height: 1.4em;
}

.m-footerLinks__long::after {
  top: 12px;
  right: 0px;
}

.m-footerLinks__newWindow::before {
  right: -2px;
}

.m-footerLinks__newWindow::after {
  right: -4px;
}
