@charset "UTF-8";
.footerSecondaryNavArea {
  font-family: "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  background-color: #FFF;
  height: 96px;
}

@media only screen and (max-width: 1280px) {
  .footerSecondaryNavArea {
    padding: 0 32px;
  }
}

@media only screen and (max-width: 700px) {
  .footerSecondaryNavArea {
    height: 43px;
    padding: 0;
    border-top: #FA0046 2px solid;
  }
}

.footerSecondaryNav {
  padding-top: 24px;
  position: relative;
}

@media only screen and (max-width: 700px) {
  .footerSecondaryNav {
    padding-top: 0;
  }
}

.footerSecondaryNav a {
  color: #4D4D4F;
  text-decoration: none;
}
.footerSecondaryNav a:hover{
  text-decoration: underline;
}
.footerSecondaryNav li {
  display: inline-block;
  line-height: 1.5;
}

.footerSecondaryNav li:after {
  content: "|";
  margin-left: 0.5em;
}

.footerSecondaryNav li:last-child {
  margin-right: 0;
}

.footerSecondaryNav li:last-child:after {
  content: none;
}

.footerSecondaryNav .topNav, .footerSecondaryNav .bottomNav {
  max-width: calc(100% - 362px);
}

@media only screen and (max-width: 700px) {
  .footerSecondaryNav .topNav, .footerSecondaryNav .bottomNav {
    max-width: none;
  }
}

@media only screen and (max-width: 700px) {
  .footerSecondaryNav .topNav {
    display: none;
  }
}

.footerSecondaryNav .bottomNav {
  font-size: 11px;
  padding-top: 15px;
}

.footerSecondaryNav .bottomNav .showOnlySP {
  display: none;
}

@media only screen and (max-width: 700px) {
  .footerSecondaryNav .bottomNav {
    text-align: center;
    font-size: 10px;
    padding-top: 7px;
    margin-bottom: 8px;
  }
  .footerSecondaryNav .bottomNav .showOnlySP {
    display: inline-block;
  }
  .footerSecondaryNav .bottomNav .showOnlyPC {
    display: none;
  }
}

.footerSecondaryNav .copyRightArea {
  position: absolute;
  top: 24px;
  right: 0;
  text-align: right;
}

@media only screen and (max-width: 700px) {
  .footerSecondaryNav .copyRightArea {
    position: static;
    text-align: center;
    padding-bottom: 10px;
  }
}

.footerSecondaryNav .copyRightArea img {
  width: 142px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 700px) {
  .footerSecondaryNav .copyRightArea img {
    display: none;
  }
}

.footerSecondaryNav .copyRightArea p {
  font-size: 11px;
  color: #4D4D4F;
}

@media only screen and (max-width: 700px) {
  .footerSecondaryNav .copyRightArea p {
    font-size: 10px;
  }
}

.contentWrap {
  margin: 0 auto;
  position: relative;
  width: 950px;
}

@media only screen and (max-width: 1280px) {
  .contentWrap {
    width: 100%;
    max-width: 950px;
  }
}

@media only screen and (max-width: 700px) {
  .contentWrap {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}