footer {
  padding: 50px 15px;
  background: #2C2C2C;
}

.f_area {
  max-width: 1590px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.f_nav_area {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.f_nav_link {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-top: 12px;
}

.f_nav_wrap {
  max-width: 558px;
  width: 100%;
}

.f_nav_link:hover {
  text-decoration: underline;
}

p.copyright {
  color: #fff;
  font-size: 12px;
  text-align: right;
  margin-top: 60px;
}
.f_info_area {
  max-width: 330px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.f_logo {
  max-width: 64px;
  width: 100%;
}

.f_info_box01 {
  max-width: 215px;
  width: 100%;
}

p.f_logo_tit {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  font-weight: 700;
}

.f_sns_area {
  display: flex;
  align-items: center;
  margin: 70px 0 0 0;
  max-width: 150px;
  width: 100%;
  justify-content: space-between;
  display: none;
}
.f_sns_area a {
  transition: .5s;
}
.f_sns_area a:hover {
  opacity: .7;
  transition: .5s;
}
p.f_logo_txt {
  color: #fff;
  font-size: 12px;
  margin: 20px 0 0 0;
}


      /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  
    @media screen and (max-width:1200px) {
  
      /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
      /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
      
      /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
      
      } /* max-width: 1200px ここまで */
      
      /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
  @media screen and (max-width:992px) {
  
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  .f_area {
    flex-flow: column;
    align-items: center;
}

.f_nav_wrap {
    margin-top: 30px;
}

p.copyright {
    text-align: center;
    margin-top: 40px;
}
  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
  
  } /* max-width: 992px ここまで */
  
  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
  
      /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  @media screen and (max-width:768px) {

    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
    
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
    
    } /* max-width: 768px ここまで */
    
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
          /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  @media screen and (max-width:544px) {

    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
    .f_info_area {
      flex-flow: column;
      align-items: center;
      text-align: center;
  }
  
  .f_info_box01 {
      margin-top: 30px;
  }
  
  .f_sns_area {
      margin: 30px auto 0;
  }
  
  .f_nav_area {
      flex-flow: column;
      display: none;
  }
  
  p.copyright {
      text-align: center;
      margin-top: 0;
  }
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
    
    } /* max-width: 544px ここまで */
    
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
