@charset "UTF-8";
.g-headerLogo {
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0px;
	display: flex;
	justify-content: center;
}
.g-headerLogo img {
	width: 162px;
	height: auto;
}

/* PC用 */
@media screen and (min-width: 960px) {
	.g-headerLogo img {
		width: 324px;
		height: auto;
	}
	h1 {
		text-align: center;
	}
}