/* Generated by less 3.11.1 */
@charset "utf-8";
body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Sans", sans-serif;
  font-size: 100%;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  color: #000;
  -webkit-print-color-adjust: exact;
}

ul li,
ol li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

main {
  position: relative;
}


#btnPagetop {
  position: fixed;
  width: 50px;
  right: 40px;
  bottom: 40px;
  z-index: 10;
}
#btnPagetop a {
  display: block;
  width: 100%;
  background-color: #ffcc33;
}
#btnPagetop a::before {
  background-color: #14ad30;
}


#globalFooter {
  padding: 30px 0;
  position: relative;
  z-index: 2;
  /* background-color: #ff0000; */
}
#globalFooter .copy {
  text-align: center;
  line-height: 1;
  /* color: #fff; */
  color: #000;
}

@media screen and (max-width: 550px) {

  #btnPagetop {
    right: 2%;
    bottom: 20px;
  }

  #globalFooter {
    padding: 20px 10px 20px;
    background-color: #fff;
    font-size: 14px;
  }
}


.l-inner {

}




.u-forSp {
  display: none;
}

@media screen and (max-width: 550px) {
  .u-forSp {
    display: block;
  }
  .u-forPc {
    display: none !important;
  }
}