@charset "UTF-8";
/* Breakpoint
------------------------------------- */
/* Mobile First */
/* Desktop First */
/* Text Style
------------------------------------- */
/* Font Family */
/* Font Size for Paragraph (Area Text) */
/* Font Size for Title and Word (Point Text) */
/* Line Height */
/* Color Palette
------------------------------------- */
/* Spacing
------------------------------------- */
.p_footer-top {
  background-color: #F8F8F8;
}

.p_footer-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
}

.p_footer-top__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p_footer-top__links li {
  margin-right: 2.4em;
  display: inline-block;
  vertical-align: top;
}

.p_footer-top__links li a {
  font-weight: 500;
  color: #000000;
  line-height: 1.2;
  display: block;
}

@media screen and (max-width: 991px) {
  .p_footer-top__inner {
    padding: 7px 16px;
  }

  .p_footer-top__links li {
    margin-top: 0.5em;
    margin-right: 1em;
    margin-bottom: 0.5em;
  }

  .p_footer-top__links li a {
    font-size: 12px;
    font-weight: 400;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
/*----------------------------------------------
	.p_footer-btm
---------------------------------------------*/
.p_footer-btm {
  background-color: #0F2D76;
  padding: 45px 0;
  text-align: center;
  color: #ffffff;
}

.p_footer-btm__logo {
  margin-bottom: 10px;
}

.p_footer-btm__txt {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  margin-bottom: 15px;
}
.p_footer-btm__txt span {
  font-size: 12px;
}

.p_footer-btm__copyright {
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .p_footer-btm {
    padding: 30px 16px 100px;
  }

  .p_footer-btm__txt {
    margin-bottom: 7px;
  }

  .p_footer-btm__copyright {
    font-size: 11px;
  }
}
/*# sourceMappingURL=common_footer.css.map */