#footer{
  width: 100%;
  height: 300px;
  position: absolute;
  background-color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 6.25%;
  min-width: 1024px;
  cursor: auto;
}
#footer .f-content{
  width: 100%;
  height: 100%;
  /*margin: 0 auto;*/
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
#footer .f-content .f-left{
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
}
#footer .f-content .f-left .f-logo{
  width: 25%;
  vertical-align: top;
  margin-top: 5px;
  margin-right: 40px;
}
#footer .f-content .f-left .f-logo img{
  width: 100%;
}
#footer .f-content .f-left .f-detail{
  width: 70%;
  font-size: 1.6rem;
  line-height: 1.875;
  vertical-align: top;
  color: #fff;
}
#footer .f-content .f-right{
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
#footer .f-content .f-right .f-items{
  width: 30%;
}
#footer .f-content .f-right .f-items .name{
  margin-bottom: 40px;
}
#footer .f-content .f-right .f-items .name a{
  font-size: 1.6rem;
  color: #fff;
}
#footer .f-content .f-right .f-items .name a .mail{
  font-size: 1.6rem;
  color: #999999;
  margin-top: 10px;
}
#footer .f-content .f-right .f-items .concern{
  display: flex;
  flex-direction: row;
  justify-content: start;
}
#footer .f-content .f-right .f-items .name-b{
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 10px;
}
#footer .f-content .f-right .f-items .concern a{
  margin-right: 12px;
}
