@charset "utf-8";

@import "/Portals/0/Skins/skinCommon.css";
@import "/Portals/0/css/base.css";
@import "/Portals/0/css/contents.css";

/* ===========================================================
  html
=========================================================== */
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ===========================================================
  skin
=========================================================== */
._index .icmdtp-newsItem .newsList .newsCategory > span {
  display: none;
}

._index .icmdtp-newsItem .newsList .newsCategory > span.iv_1 {
  display: block;
}

._1Column .icmdtp-newsItem .newsList .newsCategory > span.iv_1 {
  display: none;
}

body.editMode #mainContents {
  padding-top: 260px;
}

/* --------------------------------------------------
  [SEARCH] placeholder
-------------------------------------------------- */
.searchWrap {
  width: 375px;
}

.searchWrap .placeholder {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 32px;
  bottom: 0;
  margin: auto;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.searchWrap input {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 150px;
  height: 20px;
  color: #333;
  height: 40px;
  left: 20px;
}

.searchWrap .searchBtn {
  margin-left: auto;
}

/* --------------------------------------------------
  pagetitle
-------------------------------------------------- */
.PageTitlePane {
  position: relative;
}
.PageTitlePane .pageTitleImg {
  height: 180px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: center;
  object-position: center;
}
.PageTitlePane h1 {
  position: absolute;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

/* --------------------------------------------------
  breadcrumb
-------------------------------------------------- */
.breadcrumb {
  margin: 1.4em 5em 5em;
}
.breadcrumbItem {
  text-decoration: none;
  color: #000;
  font-size: 1.5rem;
  padding: 0 1em;
}
.breadcrumbItem:first-child {
  padding-left: 0;
}

/*========================================================
  common
========================================================*/
/* --------------------------------------------------
  header
-------------------------------------------------- */
.header {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  z-index: 999;
}
.headerInner {
  display: flex;
  align-items: center;
  max-width: 1760px;
  margin: auto;
}
.headerLeft {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
.headerLeft .logo img {
  width: 381px;
}
.headerLeft .headImage {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
}
.headerLeft .headImage > * {
  margin: 0;
  padding: 0;
}
.headerLeft .headImage .tousho {
  width: 53px;
}
.headerLeft .headImage .fukusho {
  width: 74px;
}
.headerLeft .headImage p {
  line-height: 1.2;
}
.headerRight {
  display: flex;
  align-items: flex-end;
  gap: 0 60px;
  margin-left: auto;
}
.headerRight .HeadNavPane .ic-modulecontent,
.headerRight .HeadNavPane #dnn_ctr391_ContentPane,
.headerRight .HeadNavPane #dnn_ctr391_ModuleContent,
.headerRight .HeadNavPane #dnn_ctr391_SEOMenuV2,
.headerRight .HeadNavPane ul {
  height: 100%;
}
.headerRight .gNav {
  padding: 0 0 10px;
}
.headerRight .gNav ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0 60px;
  margin-top: auto;
}
.headerRight .gNav li {
  display: none;
  padding: 0;
  list-style: none;
}
.headerRight .gNav li a {
  text-decoration: none;
  position: relative;
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  opacity: 1;
  z-index: 10000;
}
.headerRight .headerHamburger {
  display: none;
}
@media screen and (max-width: 1379px) {
  .headerLeft .logo img {
    width: 300px;
  }
  .headerRight {
    gap: 0 40px;
  }
  .headerRight .gNav ul {
    gap: 0 40px;
  }
}
@media screen and (min-width: 1280px) {
  .headerRight .gNav li a:hover {
    color: #70a61f;
  }
  .headerRight .gNav li a.currentLink {
    position: relative;
    color: #70a61f;
  }
  .headerRight .gNav li a.currentLink:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -11px;
    margin: auto;
    background: #70a61f;
    width: 20px;
    height: 4px;
  }
}
.headerRight .gNav li.Tab78,
.headerRight .gNav li.Tab87,
.headerRight .gNav li.Tab119,
.headerRight .gNav li.Tab141 {
  display: block;
  line-height: 1;
}
.headerRight .gNav li.Tab36 {
  display: block;
}
.headerRight .gNav li.Tab36 > a {
  display: none;
}
.headerRight .gNav li.Tab36 > ul > li.cloneLink {
  display: none;
}
@media screen and (min-width: 1280px) {
  .headerRight .gNav li.Tab78 a:before,
  .headerRight .gNav li.Tab87 a:before,
  .headerRight .gNav li.Tab119 a:before {
    opacity: 0;
    visibility: hidden;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: calc(100% + 34px);
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 30px 20px;
    border-color: #fff transparent #fff transparent;
    -webkit-transition: opacity 0.4s, visibility 0s 0.4s;
    transition: opacity 0.4s, visibility 0s 0.4s;
  }
  .headerRight .gNav li.Tab78 a.selected,
  .headerRight .gNav li.Tab87 a.selected,
  .headerRight .gNav li.Tab119 a.selected {
    color: #70a61f;
  }
  .headerRight .gNav li.Tab78 a.selected:before,
  .headerRight .gNav li.Tab87 a.selected:before,
  .headerRight .gNav li.Tab119 a.selected:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.4s, visibility 0s 0s;
    transition: opacity 0.4s, visibility 0s 0s;
  }
}
.headerBtnWrap {
  position: relative;
}
.headerBtnWrap > .searchWrap {
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 100%;
  right: 50%;
  background: #f5f5f5;
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.headerBtnWrap > .searchWrap.showed {
  opacity: 1;
  visibility: visible;
}
.headerBtnWrap > .searchWrap input {
  border: 1px solid #eeab00;
  border-radius: 0;
  min-width: 295px;
}
.headerBtnWrap > .searchWrap a {
  background: #eeab00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}
.headerBtnWrap > .searchWrap a img {
  width: 16px;
}
.headerBtnList {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
}
.headerBtnItem {
  padding: 0;
  list-style: none;
  width: 80px;
  height: 100%;
}
.headerBtnItem.search {
  background: #eeab00;
}
.headerBtnItem.search img {
  height: 30px;
  margin-top: 4px;
}
.headerBtnItem.contact {
  background: #70a61f;
  margin-left: 2px;
}
.headerBtnItem.contact img {
  height: 38px;
}
.headerBtnLink {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  height: 100%;
  padding: 10px 0;
}
.headerBtnLink:hover {
  color: #fff;
}
.headerBtnCont {
  padding: 0;
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: auto;
}
.header .HeadMenuPane #dnn_ctr400_ModuleContent,
.header .HeadMenuPane #dnn_ctr401_ModuleContent,
.header .HeadMenuPane #dnn_ctr402_ModuleContent {
  position: relative;
  max-width: 1760px;
  width: 100%;
  height: 100%;
  margin: auto;
}
@media screen and (min-width: 1280px) {
  .headerMenuWrap {
    display: none;
    position: fixed !important;
    top: 100px;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: calc(100vh - 100px);
    z-index: 10;
  }
}
.headerMenuBox {
  display: none;
  position: absolute;
  top: -24px;
  right: 0;
  padding-top: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .headerMenuBox {
    width: 760px;
    left: 0;
    margin: auto;
  }
}
.headerMenuBox:before {
  position: absolute;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 5.6rem;
  text-align: center;
  line-height: 1;
  top: 88px;
  left: 0;
  right: 0;
  margin: auto;
}
.headerMenuBox:after {
  position: absolute;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #999;
  line-height: 1;
  top: 154px;
  left: 0;
  right: 0;
  margin: auto;
}
.headerMenuBox.company:before {
  content: "Company";
}
.headerMenuBox.company:after {
  content: "会社情報";
}
.headerMenuBox.service:before {
  content: "Service";
}
.headerMenuBox.service:after {
  content: "事業領域";
}
.headerMenuBox.ir:before {
  content: "IR";
}
.headerMenuBox.ir:after {
  content: "IR情報";
}
.headerMenuBox ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1000px;
  background: #fff;
  padding: 152px 40px 60px;
  border-radius: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .headerMenuBox ul {
    width: 760px;
  }
}
.headerMenuBox ul:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 180px;
  margin: auto;
  background: #eeab00;
  width: 60px;
  height: 4px;
}
.headerMenuBox li {
  list-style: none;
  width: 33.33%;
  margin-top: 10px;
}
.headerMenuBox a {
  text-decoration: none;
  position: relative;
  padding: 0 0 0 16px;
  color: #000;
}
.headerMenuBox a:before {
  background: 0;
  content: "";
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-right: 2px solid #70a61f;
  border-bottom: 2px solid #70a61f;
}
.headerMenuBox a .linkTxt a:hover,
.headerMenuBox a a.linkTxt:hover {
  color: #70a61f;
}

/* --------------------------------------------------
  main
-------------------------------------------------- */
#mainContents {
  padding-top: 100px;
}

/* --------------------------------------------------
  footer
-------------------------------------------------- */
.footer {
  position: relative;
  margin-top: 7.5em;
}
.footer ul {
  padding: 0;
}
.footer li {
  list-style: none;
  padding: 0;
}
.footer a {
  text-decoration: none;
  font-weight: bold;
}
.footer .pagetop {
  position: absolute;
  right: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer .pagetop:not(.fix) {
    bottom: 0;
  }
  .footer .pagetop.fix {
    top: 0 !important;
  }
}
.footer .pagetop a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #eeab00;
  color: #fff;
  width: 60px;
  height: 60px;
  padding: 10px;
}
.footer .pagetop img {
  width: 9px;
  margin-bottom: 10px;
}
.footer .pagetop span {
  display: block;
  font-size: 1rem;
  font-weight: bold;
}
.footer .FootPane {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  padding: 6em 0 2.5em;
}
.footer .FootPane .ic-modulecontent:not(:last-child) {
  width: 25%;
}
.footer .FootPane .ic-modulecontent:last-child {
  margin-left: auto;
  margin-top: 2.5em;
}
.footer .FootPane .footerBottomLogo {
  width: 234px;
}
.footer .FootPane .footerItem {
  position: relative;
}
.footer .FootPane .footerItem a {
  color: #000;
  font-size: 1.2rem;
}
.footer .FootPane .footerItem > ul > li > a {
  font-size: 1.6rem;
  padding-bottom: 1em;
}
.footer .bg {
  background: #70a61f;
  padding: 2em 0;
}
.footer .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row-reverse;
}
.footer .Copyright {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
}
.footer .footLink {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .footLink li {
  padding: 0;
  line-height: 1;
  position: relative;
  padding-right: 1em;
}
.footer .footLink li + li {
  padding-left: 1em;
}
.footer .footLink li + li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background: #fff;
  height: 12px;
  width: 1px;
}
.footer .footLink a {
  color: #fff;
  font-size: 1.2rem;
}
.footer .FootBottomPane .spContactBtn {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background: #70a61f;
  color: #fff;
  padding: 13px 0;
  z-index: 1000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1279px) {
  /* --------------------------------------------------
    [SEARCH] placeholder
  -------------------------------------------------- */
  .headerBtnWrap > .searchWrap {
    width: 100%;
  }
  .headerBtnWrap > .searchWrap input {
    min-width: auto;
    width: calc(100% - 80px);
  }
  /* --------------------------------------------------
    header
  -------------------------------------------------- */
  .header {
    padding: 0 20px;
  }
  .headerInner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .headerLeft {
    gap: 0 15px;
  }
  .headerLeft .logo img {
    display: block;
    width: 160px;
  }
  .headerLeft .headImage .tousho {
    width: 32px;
  }
  .headerLeft .headImage .fukusho {
    width: 42px;
  }
  .headerLeft .headImage p {
    display: none;
  }
  .headerRight {
    height: 64px;
  }
  .headerRight .gNav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 130px;
    left: 0;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 20;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .headerRight .gNav.showed {
    opacity: 1;
    visibility: visible;
  }
  .headerRight .gNav ul {
    display: none;
  }
  .headerRight .gNav > ul {
    display: block;
    overflow-y: auto;
    height: calc(100vh - 190px);
  }
  .headerRight .gNav > ul > li > ul {
    display: block;
  }
  .headerRight .gNav > ul > li > ul > li > ul > li {
    width: calc(100% - 1.4em);
    margin-left: 1.4em;
  }
  .headerRight .gNav > ul > li > ul > li > ul > li > a {
    background-color: rgba(238, 171, 0, 0.1);
  }
  .headerRight .gNav > ul > li > ul > li > ul > li > ul > li {
    width: calc(100% - 1.4em);
    margin-left: 1.4em;
  }
  .headerRight .gNav > ul > li > ul > li > ul > li > ul > li > a {
    background-color: rgba(238, 171, 0, 0.2);
  }
  .headerRight .gNav > ul > li > ul > li > ul > li > ul > li > ul > li {
    width: calc(100% - 1.4em);
    margin-left: 1.4em;
    border-color: #fff;
  }
  .headerRight .gNav > ul > li > ul > li > ul > li > ul > li > ul > li > a {
    background-color: rgba(238, 171, 0, 0.6);
  }
  .headerRight .gNav > ul > li > ul > li > ul > li > ul > li > ul > li > a:before,
  .headerRight .gNav > ul > li > ul > li > ul > li > ul > li > ul > li > a:after {
    background: #fff;
  }
  .headerRight .gNav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li {
    width: calc(100% - 1.4em);
    margin-left: 1.4em;
  }
  .headerRight .gNav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
    background-color: #eeab00;
  }
  .headerRight .gNav li {
    display: block;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .headerRight .gNav li:last-child {
    border-bottom: 0;
  }
  .headerRight .gNav li.opened > a {
    font-weight: bold;
  }
  .headerRight .gNav li.opened > a:before {
    background: #999;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .headerRight .gNav li.opened > a:after {
    opacity: 0;
    visibility: hidden;
    background: #999;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .headerRight .gNav li.Tab172 {
    display: none;
  }
  .headerRight .gNav a {
    display: block;
    font-weight: normal;
    line-height: 1;
    padding: 1em 2.8em 1em 1.4em;
  }
  .headerRight .gNav a.toggleSwitch:before {
    content: "";
    position: absolute;
    right: calc(1.4em + 7px);
    top: 1em;
    margin: auto;
    width: 2px;
    height: 15px;
    background: #eeab00;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .headerRight .gNav a.toggleSwitch:after {
    content: "";
    position: absolute;
    right: 1.4em;
    top: calc(1em + 7px);
    margin: auto;
    width: 15px;
    height: 2px;
    background: #eeab00;
  }
  .headerBtnList {
    display: none;
  }
  .headerBtnWrap > .searchWrap {
    position: fixed;
    top: 50px;
    left: 0;
    right: auto;
  }
  .headerBtnWrap > .searchWrap.showed {
    opacity: 1;
    visibility: visible;
  }
  .header .HeadHamburgerPane {
    margin-left: auto;
  }
  .headerHamburger {
    display: block;
    position: relative;
    width: 25px;
    height: 16px;
  }
  .headerHamburger.open .headerHamburgerLine.first {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px);
  }
  .headerHamburger.open .headerHamburgerLine.second {
    opacity: 0;
  }
  .headerHamburger.open .headerHamburgerLine.third {
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
    transform: rotate(-45deg) translate(5px, -5px);
  }
  .headerHamburgerLine {
    position: absolute;
    background: #707070;
    height: 2px;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .headerHamburgerLine.first {
    top: 0;
  }
  .headerHamburgerLine.second {
    top: calc(50% - 1px);
  }
  .headerHamburgerLine.third {
    bottom: 0;
  }
  /* --------------------------------------------------
    main
  -------------------------------------------------- */
  #mainContents {
    padding-top: 64px;
  }
  .footer .FootBottomPane .spContactBtn.showed {
    opacity: 1;
    visibility: visible;
  }
  .footer .FootBottomPane .spContactBtnImg {
    width: 38px;
    margin-right: 7px;
  }
  .footer .FootBottomPane .spContactBtnCont {
    line-height: 1;
    padding: 0;
    font-size: 1.6rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  /* ===========================================================
  skin
=========================================================== */
  /* --------------------------------------------------
  pagetitle
-------------------------------------------------- */
  .PageTitlePane h1 {
    width: 100%;
    text-align: center;
    font-size: 3rem;
  }
  /* --------------------------------------------------
  breadcrumb
-------------------------------------------------- */
  .breadcrumb {
    margin: 1.4em 20px 3em;
  }
  /*========================================================
 common
========================================================*/
  body.editMode #mainContents {
    padding-top: 150px;
  }
  /* --------------------------------------------------
	footer
-------------------------------------------------- */
  .footer .pagetop {
    width: auto !important;
    height: auto !important;
    right: 0 !important;
  }
  .footer .pagetop a {
    padding: 0;
  }
  .footer .pagetop img {
    margin-top: 10px;
  }
  .footer .FootPane {
    display: block;
    padding: 5.5em 20px 1.8em;
  }
  .footer .FootPane .ic-modulecontent:not(:last-child) {
    width: 100%;
  }
  .footer .FootPane .footerBottomLogo {
    width: 48%;
  }
  .footer .FootPane li {
    display: none;
  }
  .footer .FootPane li.Tab78,
  .footer .FootPane li.Tab87,
  .footer .FootPane li.Tab119,
  .footer .FootPane li.Tab137,
  .footer .FootPane li.Tab141 {
    display: block;
  }
  .footer .FootPane li.Tab78 a,
  .footer .FootPane li.Tab87 a,
  .footer .FootPane li.Tab119 a,
  .footer .FootPane li.Tab137 a,
  .footer .FootPane li.Tab141 a {
    display: block;
    font-size: 1.4rem !important;
    padding-bottom: 0.5em !important;
    border-bottom: 1px solid #999;
    margin-bottom: 1.3em;
  }
  .footer .FootPane li.Tab137 {
    padding-left: 2em;
  }
  .footer .FootPane li.Tab137 a {
    font-size: 1.2rem !important;
  }
  .footer .bg {
    padding: 2.7em 0;
  }
  .footer .Copyright {
    position: absolute;
    bottom: -1em;
    left: 0;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .footLink {
    flex-wrap: wrap;
    margin-bottom: 5em;
  }
  .footer .footLink li {
    width: 50%;
    text-align: center;
  }
  .footer .footLink li + li:before {
    content: none;
  }
  .footer .footLink li:nth-child(even):before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
    height: 12px;
    width: 1px;
  }
  .footer .footLink a {
    display: block;
    font-size: 1rem;
    padding: 1em 0;
  }
}

