@charset "utf-8";
/*---Reset Stylesheet---*/
footer {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  display: block;
}
footer ul, footer li {
  list-style: none;
	margin: 0;
	padding: 0;
}
footer h1,footer h2,footer h3,footer h4,footer h5,footer h6{
	width: auto;
	text-align: inherit;
	letter-spacing:normal;
	margin: 0;
}
footer p{
	margin: 0;
	padding: 0;
	line-height: 1.6;
}
/*---End Reset Stylesheet---*/
footer {
  background-color: #0D0D0D;
  font-family: FujitsuSans, Arial, Verdana, Lucida Grande, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.6;
}
footer a:visited, footer a {
  text-decoration: none;
}
#deepfooter {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0;
}
#deepfooter a, #productPage #deepfooter a:link, #productPage #deepfooter a:visited {
  color: #D9D9D9;
  display: inline-block;
}
.footer-top {
  border-top: solid 1px #666666;
  padding: 15px 0 60px 20px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #D9D9D9;
}
.dfooter-title {
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: bold;
}
.footer-child-list {
  width: calc((100% / 5) - 20px);
}
.footer-child-list li, body.personal .footer-child-list li {
  margin-bottom: 15px;
}
.footer-child-list li:last-child, body.personal .footer-child-list li:last-child {
  margin-bottom: 0;
}
.footer-child-title, #productPage #deepfooter .footer-child-title:link, #productPage #deepfooter .footer-child-title:visited {
  text-decoration: underline;
  margin-bottom: 15px;
}
.footer-bottom {
  border-top: solid 1px #666666;
  padding: 10px 20px 0;
  display: flex;
  justify-content: space-between;
}
#permanentmenu ul {
  display: flex;
}
#permanentmenu li {
  margin-right: 30px;
}
#permanentmenu a {
  font-weight: bold;
  font-size: 12px;
}
#creditline a {
  font-size: 12px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #deepfooter {
    width: auto;
    max-width: inherit;
    padding: 50px 20px 10px;
  }
  .footer-top {
    padding: 15px 0 0 12px;
    display: block;
    font-size: 12px;
  }
  .dfooter-title {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .footer-child-list {
    width: 100%;
  }
  .footer-child-list .accordion__ttl {
    position: relative;
  }
  .footer-child-list .accordion__ttl::after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    top: 5px;
    right: 12px;
    border: 6px solid transparent;
    border-top: 10px solid #D9D9D9;
  }
  .footer-child-list .accordion__ttl--current::after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    top: -5px;
    right: 12px;
    border: 6px solid transparent;
    border-bottom: 10px solid #D9D9D9;
  }
  .footer-child-list .accordion__body, body.personal .footer-child-list .accordion__body {
    padding-bottom: 20px;
  }
  .footer-child-list span.accordion__ttl {
    display: block;
  }
  .footer-child-title, #productPage #deepfooter .footer-child-title:link, #productPage #deepfooter .footer-child-title:visited {
    margin-bottom: 0;
  }
  .footer-child-third, body.personal .footer-child-third {
    margin-top: 15px;
  }
  .footer-child-third a, body.personal .footer-child-third a {
    font-size: 12px;
    line-height: 1.6;
  }
  .footer-bottom {
    display: block;
  }
  #permanentmenu ul {
    justify-content: space-around;
    margin-bottom: 20px;
  }
  #permanentmenu li {
    margin-right: 0;
    font-size: 8px;
  }
  #creditline {
    text-align: center;
  }
}
.u-mb-xl {
  margin-bottom: 3rem !important;
}