/* ① 幅が980px以下の共通（PC縮小/スマホ 共通） */
@media (max-width: 980px) {
	.main {
		margin-top: 70px;
	}
}