footer{
  padding: 40px 0 0;
	background-color:#111;
  color: #FFF;
  margin-top: 3em;
}
#contents{
	width: 1100px;
  margin: 0 auto;
	text-align: justify;
	padding-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
}
#contents div{
	margin-right: 50px;
}
#contents div:last-child{
	margin-right: 0;
}
#contents .title{
	font-weight: 700;
  color: #FFF;
  margin-bottom: 15px;
}
#contents .info{
	border-left: 2px solid #FFF;
  padding-left: 12px;
}
#contents a{
	text-decoration: underline;
  color: #FFF;
}
#contents a:hover{
	text-decoration: underline;
}
#copyright{
	text-align: center;
  font-size: 14px;
  background-color: #1B5992;
  color: #FFF;
  padding: 10px 0;
}
@media screen and (max-width:1100px){
  #contents{
    width: 94%;
  }
  #copyright{
    width: 100%;
  }
}
@media screen and (max-width:768px){
  footer{
    padding: 30px 0 0;
    margin-top: 2em;
  }
  #contents{
    padding-bottom: 25px;
  }
  #contents div{
    width: 100%;
    margin-left: 0;
    margin-top: 2em;
  }
  #contents div:first-child{
    width: 100%;
    margin-top: 0;
  }
  #contents .title{
    margin: 0 0 8px 0;
  }
}
@media screen and (max-width:480px){
  footer{
    padding: 20px 0 0;
  }
  #contents{
    padding-bottom: 15px;
    justify-content: flex-start;
  }
  #copyright{
    font-size: 12px;
  }
}
