/* SP版へのスタイル指定 */
body {
  font-size: 16px;
  line-height: 1.5em;
}
/* 幅100％設定 */
section {
  width: 100%
}

/* フッター設定 */
footer a {
  font-size: 14px;
}
.copyLight {
  height: 20px;
  padding: 10px;
	text-align: center;
  font-size: 10px;
}

.all-section {
  width: 100%;
  margin: 0;
 }