@charset "UTF-8";

/*=======================================

  こちらにLPページの共通cssを記述してください。

  =======================================*/
/*******************************
フッター
*******************************/
#footer {
  min-height: 160px;
}
#footer .content .free {
  width : 100%;
  background-color: #6E6E6E;
}
footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 160px;
}
footer p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 0.3em;
}
footer span{
  display: inline-block;
}
/*for Android copyrightマークの色*/
footer span.copy {
  font-family: Verdana, "Droid Sans" !important;
}
footer a:link,
footer a:active,
footer a:visited,
footer a:hover {
  color: #fff !important;
}
@media only screen and (max-width: 767px){
  #footer {
    min-height: 150px;
    position: absolute;
    bottom: 0;
  }
  footer {
    min-height: 150px;
    padding: 0 20px;
    text-align: center;
  }
  footer p{
    font-size: 15px;
  }
}

/*** footer の高さが増える場合、この数値も増やす ***/
#main .space {
  padding-bottom: 160px;
}
@media only screen and (max-width: 767px){
  #main .space {
    padding-bottom: 150px;
  }
}