@charset "UTF-8";
footer .banner p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

/*--------------------------------------------------------------
footer
*/
footer {
  width: 100%;
  background-color: #444444;
  /*groupLink*/
  /*.groupLink end*/
}
footer a {
  display: inline-block;
}
footer a:hover {
  color: #e7e7e7;
  text-decoration: underline;
}
footer .footer_inner {
  max-width: 1092px;
  margin: 0 auto;
  padding: 40px 2% 60px;
}
footer .footer_top {
  min-height: 390px;
  margin-bottom: 20px;
}
footer .block {
  float: left;
  font-size: 12px;
}
footer .block li {
  padding-top: 12px;
}
footer .block li, footer .block li a {
  color: #e7e7e7;
}
footer .block .ttl {
  font-size: 16px;
  color: #e7e7e7;
}
footer .block ul {
  display: block;
}
footer .company,
footer .product {
  width: 22%;
}
footer .business,
footer .recruit {
  width: 27%;
}
footer .investor,
footer .info {
  width: 32%;
}
footer .investor li {
  float: left;
  width: 50%;
}
footer .investor li.ttl {
  display: block;
  width: 100%;
}
footer .csr,
footer .banner {
  width: 19%;
}
footer .banner img {
  width: 80px;
}
footer .banner .ttl {
  display: none;
}
footer .banner .txt {
  font-size: 14px;
  margin-left: 10px;
}
footer .banner a:hover .txt {
  color: #e7e7e7;
  text-decoration: underline;
}
footer .copylight {
  background-color: #444;
  color: #fff;
  font-size: 12px;
  padding: 22px 0;
}
footer br.sp_none {
  display: inline-block;
}
footer div.groupLink {
  background-color: #000000;
  border-top: solid 5px #015eab;
}
footer div.groupLink div.logoArea {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
footer div.groupLink div.logoArea a.logo {
  display: block;
  width: 100%;
  padding: 35px 0;
  text-align: center;
  position: relative;
}
footer div.groupLink div.logoArea a.logo::after {
  position: absolute;
  content: '';
  background: url(/jp/images/common/arrow11.png) no-repeat 0 0;
  background-size: 15px auto;
  display: inline-block;
  width: 15px;
  height: 9px;
  top: 47px;
  left: 50%;
  margin-left: 120px;
}
footer div.groupLink div.logoArea a.logo.open {
  background: url(/jp/images/common/close02.png) no-repeat right 42px;
  background-size: 16px auto;
  background: none\9;
}
footer div.groupLink div.logoArea a.logo.open::after {
  content: none;
}
footer div.groupLink div.logoArea img {
  width: auto;
}
footer div.groupLink ul {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 20px;
}
footer div.groupLink ul:after {
  content: "";
  clear: both;
  display: block;
}
footer div.groupLink ul li {
  float: left;
  width: 22%;
  margin-right: 4%;
  font-size: 12px;
}
footer div.groupLink ul li.side {
  margin-right: 0;
}
footer div.groupLink ul li dl {
  font-size: 116%;
}
footer div.groupLink ul li dl dt {
  border-bottom: solid 1px #626262;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
footer div.groupLink ul li dl dt.no-cursor a {
  cursor: default;
}
footer div.groupLink ul li dl dt a {
  font-weight: bold;
  color: #fff;
}
footer div.groupLink ul li dl dd ul {
  padding: 0;
  display: none;
}
footer div.groupLink ul li dl dd ul li {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
}
footer div.groupLink ul li dl dd ul li a {
  color: #fff;
}
footer div.groupLink ul li dl dd ul li a:hover {
  text-decoration: underline;
}

/* ==========================================================
	タブレット 1120以下
========================================================== */
@media (max-width: 1120px) {
  footer .csr,
  footer .banner {
    width: 21%;
  }
  footer .investor,
  footer .info {
    width: 27%;
  }
}
/* ==========================================================
	タブレット 1010以下
========================================================== */
@media (max-width: 1010px) {
  footer .banner .quick-ua {
    display: block;
  }
}
/* ==========================================================
	タブレット 980px以下
========================================================== */
/* ==========================================================
	タブレット 940以下
========================================================== */
@media (max-width: 940px) {
  footer .footer_top .quick-ua,
  footer .footer_btm .quick-ua {
    display: block;
  }
  footer .business,
  footer .recruit {
    width: 23%;
    margin-right: 4%;
  }
  footer .banner .txt {
    width: 100%;
    margin: 10px 0 0 0;
  }
  footer .banner .quick-ua {
    display: none;
  }
}
@media (max-width: 1000px) {
  #Header .plus {
    display: block;
    width: 3px;
    height: 18px;
    background-color: #fff;
  }
  #Header .plus:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  #Header .active .plus {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  #Header .active .plus:after {
    display: none !important;
  }
}
/* ==========================================================
	スマホ 820px以下
========================================================== */
@media (max-width: 820px) {
  footer {
    background-color: #444;
    /*groupLink start*/
    /*groupLink end*/
  }
  footer a {
    display: block;
  }
  footer a:hover {
    text-decoration: none;
  }
  footer .footer_inner {
    padding: 0;
  }
  footer .footer_inner .block {
    float: none;
    width: 100%;
  }
  footer .footer_inner .block ul {
    display: none;
    background-color: #444444;
  }
  footer .footer_inner .block ul li {
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding: 15px 10px;
  }
  footer .footer_inner .block ul li:last-child {
    border-bottom: none;
  }
  footer .footer_inner .block ul li:first-child {
    border-top: 1px solid #fff;
  }
  footer .footer_inner .block .ttl {
    cursor: pointer;
    display: block;
    color: #fff;
    padding: 15px 10px;
    border-top: 1px solid #fff;
    text-align: left;
    font-weight: normal;
  }
  footer .footer_inner .block .ttl .txt {
    float: left;
  }
  footer .footer_inner .block .ttl .icon {
    float: right;
    margin: 4px 8px 0 0;
  }
  footer .footer_inner .block.info.sp {
    display: block;
    border-top: 1px solid #fff;
  }
  footer .footer_inner .block.info.sp ul {
    display: block;
    padding: 0;
    background-color: #444;
  }
  footer .footer_inner .block.info.sp ul li {
    display: block;
    color: #fff;
    padding: 15px 10px;
    font-size: 16px;
    margin-top: 0;
  }
  footer .footer_inner .block.info.sp ul li:first-child {
    border-top: none;
  }
  footer .footer_inner .block.banner .txt {
    font-size: 16px;
  }
  footer .footer_inner .block.banner ul .txt {
    margin-left: 10px;
  }
  footer .footer_inner.sp {
    display: block;
  }
  footer .footer_top,
  footer .footer_btm {
    min-height: inherit;
    margin-bottom: 0;
  }
  footer .footer_top .quick-ua,
  footer .footer_btm .quick-ua {
    display: none;
  }
  footer .footer_top {
    display: none;
  }
  footer .footer_btm .product,
  footer .footer_btm .recruit {
    display: none;
  }
  footer .footer_btm .info .in-list-sitemap {
    display: none !important;
    opacity: 1;
  }
  footer .banner .in-list-toppage a {
    color: #fff;
  }
  footer .banner .txt {
    margin-top: 0;
    width: auto;
  }
  footer .investor li {
    float: none;
    width: auto;
  }
  footer div.groupLink div.logoArea {
    padding: 0 10px;
  }
  footer div.groupLink div.logoArea a.logo {
    display: block;
    width: 100%;
    padding: 11px 0;
    text-align: left;
    background: none;
  }
  footer div.groupLink div.logoArea a.logo::after {
    content: none;
  }
  footer div.groupLink div.logoArea a.logo img {
    width: 125px;
    height: auto;
  }
  footer div.groupLink ul {
    padding: 0;
  }
  footer div.groupLink ul li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  footer div.groupLink ul li.side {
    margin-right: 0;
  }
  footer div.groupLink ul li dl {
    font-size: 108%;
  }
  footer div.groupLink ul li dl dt {
    border-top: solid 1px #d8dfea;
    border-bottom: none;
    margin-bottom: 0;
    padding: 10px;
  }
  footer div.groupLink ul li dl dt a {
    font-weight: normal;
    display: block;
    background: url(/jp/images/common/open01.png) no-repeat right center;
    background-size: 10px auto;
    background: none\9;
  }
  footer div.groupLink ul li dl dt a.open {
    background: url(/jp/images/common/close01.png) no-repeat right center;
    background-size: 10px auto;
    background: none\9;
  }
  footer div.groupLink ul li dl dd {
    display: none;
  }
  footer div.groupLink ul li dl dd ul {
    border-top: solid 1px #626262;
    margin: 0 10px;
    display: block;
  }
  footer div.groupLink ul li dl dd ul li {
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 8px 10px;
    font-size: 86%;
  }
  footer div.groupLink ul li dl dd ul li a:hover {
    text-decoration: none;
  }
  footer .copylight {
    border-top: 1px solid #999;
  }

  #Footer .plus {
    display: block;
    width: 3px;
    height: 18px;
    background-color: #fff;
  }
  #Footer .plus:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  #Footer .active .plus {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  #Footer .active .plus:after {
    display: none !important;
  }
}

/*# sourceMappingURL=footer.css.map */
