body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	-webkit-text-size-adjust: 100%;
}

.footer {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto 0;
}

@media (max-width: 766px) {
	.footerbox {
		height: 13.12rem;
	}

	.footer_twitter {
		margin-top: 32px;
		margin-left: 69px;
		margin-right: 30px;
		width: 30px;
	}

	.footer_note {
		margin-top: 29px;
	}

	.footer_logo img {
		margin-left: 3.31rem;
		margin-top: 3.5rem;
		flex-shrink: 0;
	}

	.footer_menu {
		margin-left: auto;
		margin-top: 3.12rem;
		margin-right: 6.81rem;
	}

	.footer_menu ul {
		list-style-type: none;
	}

	.footer_menu ul li {
		display: inline;
		white-space: nowrap;
		margin: 0 auto;
		margin-left: 2.44rem;
	}

	.footer ul li a {
		color: var(--pay, #0d3157);
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 350;
		line-height: 300%;
		text-decoration-line: none;
	}

	.footer2 {
		margin-top: 4.56rem;
		text-align: center;
	}

	.footer_copyright p {
		color: var(--pay, #0d3157);
		font-size: 0.9rem;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		padding: 20px 0px;
	}
}

@media (min-width: 767px) {
	.footer_twitter {
		margin-top: 3.5rem;
		width: 25px;
	}

	.footer_note {
		margin-left: 2rem;
		margin-top: 3.3rem;
		margin-right: 2rem;
	}

	.footerbox {
		height: 13.12rem;
	}

	.footer_logo img {
		margin-left: 3.31rem;
		margin-top: 3.5rem;
		flex-shrink: 0;
	}

	.footer_menu {
		margin-left: auto;
		margin-top: 3.12rem;
		margin-right: 6.81rem;
	}

	.footer_menu ul {
		list-style-type: none;
	}

	.footer_menu ul li {
		display: inline;
		white-space: nowrap;
		margin-left: 4.44rem;
	}

	.footer ul li a {
		color: var(--pay, #0d3157);
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: 300%;
		text-decoration-line: none;
	}

	.footer1 {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.footer2 {
		text-align: center;
	}

	.footer_copyright p {
		color: var(--pay, #0d3157);
		font-size: 1rem;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		padding: 34px 0px;
	}
}
