@charset "utf-8";

/*html {
  width: 100%;
  height: 100%;
  font-size: 14px;
  background: white;
}
body{
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  -webkit-text-size-adjust: 100%;
}
body *{
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,li,dl,dt,dd{
  margin: 0px;
  padding: 0px;
}
li,dt,dd{
  list-style-type: none;
}
p {
  margin: 0;
}
img {
  border: 0;
  border: none;
}
a {
  text-decoration: none;
}
i, u, b{
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
}*/

/****************************************/


footer {
  padding: 75px 0 30px;
  text-align: center;
  background-color: #333333;
  color: white;
  position: relative;
}
footer a.totop {
  position: fixed;
  bottom: -200px;
  left: 50%;
  z-index: 1;
  margin-left: 480px;
  transition: bottom 0.3s;
}
footer dl dd {
  margin: 30px 0 0 30px;
}
footer dl,
footer div {
  display: inline-block;
  vertical-align: top;
  width: 410px;
  font-size: 1.96rem;
  line-height: 1;
  text-align: left;
  margin: 0 40px 15px;
}
footer a:not(.totop) {
  color: white;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 29px 0;
}
footer a:not(.totop)::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border: solid 2px white;
  border-color: white white transparent transparent;
  transform: rotate(45deg);
  margin-right: 13px;
}
footer p {
  font-size: 1.82rem;
  line-height: 1;
  padding-top: 10px;
}
@media screen and (max-width: 750px){
 footer {
  padding: 2rem 3rem 2.5rem;
 }
 footer a.totop {
 left: auto;
 margin-left: 0;
 right: 6%;
 width: 5rem;
 /*margin-bottom: 0!important;*/
 }
  footer a.totop img{
    width: 40px;
  }
 footer dl dd {
  margin: 1.2rem 0 0 1.5rem;
 }
 footer div {}
 footer dl,
 footer div {
  width: 100%;
  margin: 0 0 0.7rem;
 }
 footer a:not(.totop) {
  margin: 0 0 1.2rem 0;
  display: block;
 }
 footer a:not(.totop)::before {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 1rem;
 }
 footer p {
  padding: 0;
  font-size: 1rem;
 }
 footer dl, footer div {
  width: 100%;
  font-size: 1.2rem;
  margin: 0 0 0.7rem;
  }
}

