p {
  margin: 0px;
}

.footerImg { 
  background-image: url("../images/bot.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 110px;
}

.title1 {
  text-align: center;
}

.copyright1, .copyright2 {
  font-size: 12px; 
  padding-top: 10px;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}

.copyright2 {
  margin-top: 10px;
}

@media only screen and (min-width: 1001px), print{

}

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

}