@charset "utf-8";


.main {
	width: 1110px;
	max-width: 95%;
	margin: 0 auto;
}

.main1600 {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}
/* ----------- footer ----------- */

footer {
	background-color: #233f9a;
}

.footer_middle {
	position: relative;
}

.footer_logo {
	width: 220px;
}

.footer_logo a {
	display: block;
	max-width: 100%;
}

.footer_logo a img {
	display: block;
}

.footer_logo a:hover {
	opacity: 0.8;
}

.footer_contact {
	font-size: 1.6rem;
	color: #FFFFFF;
	line-height: 1.4;
	margin-top: 55px;
}

.footer_contact li {
	margin-bottom: 10px;
}

.footer_contact li:last-child {
	margin-bottom: 0px;
}

.footer_contact li a {
	color: #FFFFFF;
}

.footer_contact li a:hover {
	color: #00b5f0;
}

.footer_contact li p {
	display: inline-block;
	margin-right: 5px;
}


.footer_content {
	display: flex;
	justify-content: space-between;
	padding: 110px 0 80px;
}


.footer_cLeft {
	width: 45%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_cRight {
	width: 54%;
}

.footer_cRFlex {
	width: 100%;
	display: flex;
	justify-content: space-between;
	/* flex-wrap: wrap; */
}

.footer_link {
	width: 45%;
}


.footer_link>li {
	margin-bottom: 15px;
}

.footer_link>li>a,.footer_link>li>p {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #FFFFFF;

}

.footer_link>li>a:hover {
	color: #00b5f0;
}

.footer_link>li>ul {
	padding-left: 30px;
	margin-top: 5px;
}

.footer_link>li>ul>li {
	margin-bottom: 5px;
}

.footer_link>li>ul>li:last-child {
	margin-bottom: 0px;
}

.footer_link>li>ul>li>a {
	font-size: 1.4rem;
	color: #FFFFFF;
	line-height: 1.2;
}

.footer_link>li>ul>li>a:hover {
	color: #00b5f0;
}


.footer_copyright {
	text-align: center;
	font-size: 1.3rem;
	color: #000000;
	line-height: 1.2;
	padding: 22px 0;
	background-color: #f2f3f3;
}

/*pagt top*/
.pagetop {
	display: none;
	width: 76px;
	height: 76px;
	position: fixed;
	right: 100px;
	bottom: 150px;
	z-index: 998;
}

.pagetop img {
	display: block;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	opacity: 0.8;
}

.pagetop:hover img {
	opacity: 1;
}

@media only screen and (max-width: 1600px) {

	/*header*/
	.pagetop {
		right: 20px;
	}

}

@media only screen and (max-width: 1300px) {

	/*footer*/
	.pagetop {
		width: 66px;
		height: 66px;
	}

}

@media only screen and (max-width: 1024px) {

	/* ----------- footer ----------- */

	.footer_logo {
		width: 180px;
	}

	.footer_content {
		display: flex;
		justify-content: space-between;
		padding: 90px 0 70px;
	}

	.footer_cLeft {
		width: 340px;
		flex: none;
	}

	.footer_cRight {
		width: calc(100% - 400px);

	}

	/*pagt top*/
	.pagetop {
		width: 56px;
		height: 56px;
	}

	.pagetop {
		right: 10px;
	}

}

@media only screen and (max-width: 900px) {

	/* ----------- footer ----------- */
	.footer_cLeft {
		width: 320px;
	}

	.footer_cRight {
		width: calc(100% - 360px);
	}

}

@media only screen and (max-width: 768px) {
	

	/* ----------- footer ----------- */

	.footer_logo {
		width: 140px;
	}

	.footer_contact {
		margin-top: 30px;
	}

	.footer_contact li {
		margin-bottom: 6px;
	}

	.footer_content {
		flex-wrap: wrap;
		padding: 60px 0 50px;
	}

	.footer_cLeft {
		width: 100%;
	}

	.footer_cRight {
		width: 100%;
		padding-top: 40px;
	}

	.footer_link {
		width: 48%;
		max-width: 48%;
	}

	/*pagt top*/
	.pagetop {
		bottom: 100px;
		width: 46px;
	}


}

@media only screen and (max-width: 480px) {

	.main {
		max-width: 93%;
	}

	/*footer*/

	.footer_logo {
		width: 100%;
	}

	.footer_logo a {
		width: 120px;
		margin: 0 auto;
	}

	.footer_contact {
		font-size: 1.4rem;
	}

	.footer_link>li {
		margin-bottom: 12px;
	}

	.footer_link>li>a,.footer_link>li>p {
		font-size: 1.4rem;
	}

	.footer_link>li>ul>li>a {
		font-size: 1.3rem;
	}

	.footer_copyright {
		padding: 18px 0;
	}

	.pagetop {
		bottom: 60px;
		width: 46px;
	}

}