@charset "UTF-8";


/* Link Reset
a {
	color: #000;
	text-decoration: underline;
	text-decoration-thickness: 1px!important;
}
a:hover {
	text-decoration: underline;
	text-decoration-thickness: 1px!important;
}
a:visited {
	text-decoration: underline;
	text-decoration-thickness: 1px!important;
}
a:active {
	text-decoration: underline;
	text-decoration-thickness: 1px!important;
} */


#initiative .contents {
	padding-top: 120px;
}
main {
	margin-top: 0px;
}
.footer-tel-wrap {
	margin-top: 0;
}

@media only screen and (max-width: 767px){
	#initiative .contents {
		padding-top: 100px;
	}
	main {
		margin-top: 60px;
	}
}

