@charset "utf-8";
@import "destyle.css";
@import "import-font.css";

footer ul {
	color: #4994c6;
}

.footer-menu {
	font-size: 20px;
	display: flex;
	padding: 15px;
	padding-top: 25px;
	gap: 35px;
	justify-content: center;
	background-color: white;
}

.footer-menu p {
	padding-top: 10px;
	font-size: 30px;
	text-decoration: underline;
	color: #4994c6;
	font-style: italic;
	font-weight: bold;
}

.footer-menu li {
	padding: 15px;
}

.footer-links li a {
	text-decoration: underline;
	text-underline-offset: 5px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.footer-links li a:hover {
	color: #93c4e5;
}

li.footer-link-inst::before {
	font-family: "Font Awesome 6 Brands";
	content: "\f16d";
	margin-right: 5px;
}

li.footer-link-yout::before {
	font-family: "Font Awesome 6 Brands";
	content: "\f167";
	margin-right: 5px;
}

li.footer-link-line::before {
	font-family: "Font Awesome 6 Brands";
	content: "\f3c0";
	margin-right: 5px;
}

.footer-list li::before {
	content: "＞";
	margin-right: 5px;
}

.footer-list li a {
	text-decoration: underline;
	text-underline-offset: 5px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.footer-list li a:hover {
	color: #93c4e5;
}

.footer-credit {
	background-color: white;
	padding: 15px;
}

.footer-credit p {
	text-align: center;
	color: #006bb3;
}

.footer-copyright {
	background-color: #006bb3;
}

.footer-copyright p {
	text-align: center;
	color: white;
	padding: 5px;
}

@media screen and (max-width: 800px) {
	.footer-menu {
		font-size: 16px;
		gap: 0;
		justify-content: space-around;
	}
}

@media screen and (max-width: 660px) {
	.footer-menu {
		flex-direction: column;
		align-items: start;
		padding-left: 50px;
	}
}

@media screen and (max-width: 400px) {
	.footer-menu {
		flex-direction: column;
		padding-left: 50px;
	}

	.footer-copyright {
		font-size: 12px;
	}
	.footer-credit {
		font-size: 14px;
		padding: 15px 5px;
	}
}
