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

.header-ul ul li a {
	color: var(--pay, #0d3157);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;

	text-decoration: none;
}

.header-information a {
	color: var(--pay, #0d3157);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.more-information,
.more-information-content,
.more-information-content a {
	color: rgba(14, 49, 87, 0.6);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

	text-decoration: none;
	text-align: start;
}

.information_menu_1_string,
.information_menu_2_string {
	color: var(--pay, #0d3157);
	text-align: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 153.846% */
	text-decoration-line: none;

	text-align: start;
}

.smallMenuBarA {
	color: var(--pay, #0d3157);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

@media screen and (min-width: 1440px) {
	.nav {
		width: 1440px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 1440px) {
	.nav {
		width: 100%;
	}
}

@media screen and (min-width: 1120px) {
	.pc-nav {
		display: flex;
	}
	.mobile-nav {
		display: none;
	}
}
@media screen and (max-width: 1120px) and (min-width: 450px) {
	.pc-nav {
		display: none;
	}
	.mobile-nav {
		display: block;
	}

	.mobile-menu {
		width: 108%;
	}
}

@media screen and (max-width: 450px) {
	.pc-nav {
		display: none;
	}
	.mobile-nav {
		display: block;
	}

	.mobile-menu {
		width: 115%;
	}
}

.nav-width {
	width: 100%;
	height: 80px;
	position: fixed;

	background-color: white;
	z-index: 99;
}

.information_menu_2 {
	margin-top: 10px;
}

.nav,
.header-ul ul,
.header-information,
.information_menu_1,
.information_menu_2,
.smallMenuBarLi {
	display: flex;
}

.information_menu {
	display: none;
}

.header-logo {
	margin-left: 5%;
}

.pc-nav,
.mobile-nav,
.smallMenuBarImg {
	margin-left: auto;
}
.header-ul ul {
	margin-top: 25px;
}

.header-ul ul,
.information_menu ul,
.mobile-menu ul {
	list-style: none;
}
.header-ul ul li {
	margin-left: 10px;
	margin-right: 10px;
}

.header-information {
	margin-left: 46px;
}

.header-information img {
	width: 22px;
	height: 22px;

	margin-top: 28px;
}

.header-information p {
	margin-top: 27px;
	margin-right: 53px;
	margin-left: 4px;
}

.information_menu {
	position: absolute;

	background-color: #e3e5eb;

	width: 250px;
	height: 70px;
	flex-shrink: 0;
	margin-top: -10px;

	border-top: 3px solid var(--pay, #0d3157);
	background: #e3e5eb;
}

.information_menu ul {
	margin-right: 10px;
}

.information_menu a {
	text-decoration: none;
}

.information_menu_1_arrow,
.information_menu_2_arrow {
	margin-right: 5px;
}

.mobile-nav {
	margin-right: 40px;
	margin-top: 30px;
}

.mobile-menu {
	position: absolute;
	display: none;

	margin-left: -94.5%;
	margin-top: 10px;
	background-color: white;
}

.mobaile-menu-ul {
	margin-left: 5%;
}

.smallNavigationBarImg {
	width: 100%;
}

.smallMenuBarImg {
	margin-right: 10%;
}

.smallMenuBarUlLiBar {
	width: 95%;
	height: 0.3px;

	background-color: #000000;
}

.smallMenuBarA {
	text-decoration: none;
}

.smallMenuBarLi {
	margin: 20px 0;
}

.more-information {
	margin-top: 10px;
}

.more-information-content {
	margin-right: 15px;
}

.hamberger {
	cursor: pointer;
}

.hamberger-img {
	transition: transform 0.2s ease-in-out;
}

.hamberger:hover .hamberger-img {
	transform: scale(1.2);
}
