@charset "utf-8";

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

 footer.css

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

.commonFooter {
  width: 100%;
  min-width: 1300px;
  margin: 0;
  padding: 16px 0;
  width: 100%;
  min-width: 1300px;
  font-family: 'Lato', "游ゴシック Medium", "游ゴシック", 'YuGothic', "游ゴシック体", 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', 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 {
  margin: 0;
}
.commonFooter dl dd p:nth-of-type(1) {
  display: flex;
  align-items: flex-end;
  margin: 0;
}
.commonFooter dl dd p:nth-of-type(1) span:nth-of-type(2) {
  margin: 0 6px 3px 20px;
  font-size: 18px;
}
.commonFooter dl dd p:nth-of-type(1) span:nth-of-type(3) {
  font-size: 30px;
}
.commonFooter dl dd p:nth-of-type(2) {
  margin: 10px 0 0;
}