.mainFooter {
  position: relative;
  z-index: 15;
  background-color: #f0f0f0;
  padding: 70px 0 20px; }
  .mainFooter__nav {
    display: flex;
    justify-content: center;
    margin-bottom: 30px; }
    .mainFooter__nav a {
      line-height: 1.2;
      padding: 0 1.5em;
      border-left: 1px solid #727272;
      font-size: 14px; }
      .mainFooter__nav a:first-child {
        border-left: 0; }
  .mainFooter__credit {
    display: block;
    text-align: center;
    line-height: 1.1;
    font-size: 12px; }


@media only screen and (max-width: 580px) {
  html {
    font-size: 14px; }

  /*common-parts*/
  .o_wo_sp {
    display: none; }

  .o_spOnly {
    display: block !important; }


  .mainFooter {
    padding: 40px 0 120px; }
    .mainFooter__nav {
      flex-direction: column;
      text-align: center; }
      .mainFooter__nav a {
        border: 0;
        margin-top: 20px; } }
