@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 footer.css

+++++++++++++++++++++++++++++++ */

.commonFooter {
  width: 100%;
  min-width: 1300px;
  margin: 0;
  padding: 16px 0;
  width: 100%;
  min-width: 1300px;
  font-family: "Noto Sans JP", sans-serif;
  background: #333;
}
.commonFooter dl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: 22px;
  line-height: 1;
  color: #fff;
}
.commonFooter dl dt {
  margin: 0 20px 0 0;
  padding: 8px 34px;
  text-align: center;
  line-height: 1.2;
  border: 1px solid #fff;
  border-radius: 80px;
}
.commonFooter dl dd {
  display: flex;
  align-items: center;
  margin: 0;
}
.commonFooter dl dd img {
  display: block;
  width: 40px;
  height: auto;
  margin-right: 5px;
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}
.commonFooter dl dd p {
  margin: 0;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}
.commonFooter dl dd p a {
  color: #fff;
  pointer-events: none;
}
.commonFooter dl dd span {
  font-size: 22px;
  font-weight: 400;
}
.commonFooterCopy {
  margin: 10px 0 0;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
}