@charset "utf-8";
/* CSS Document */

/*=======================

 フッター03

■■■■■■■■■■■■*/

.footer03 {
	padding: 40px 0;
	background: rgba(66, 103, 178, .2);
	font-size: 14px;
	font-size: 1.4rem;
	width: 100%;
}
.footer03 .footer_inner {
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
    padding: 0 3%;
}

.footer03 h2 {
	color: #414141;
	background: #fff;
	border: none;
	font-size: 1.4rem;
	font-family: 'Noto Sans Japanese', sans-serif;
	margin-bottom: 10px;
	padding: 6px 0 6px 10px;
}

.footer03 .footer_box {
	width: 33.33%;
	float: left;
}
.footet_box_inner {
	padding: 0 5px;
}

.footer03 .footer_box li a {
	font-size: 12px;
	text-decoration: none;
	padding: 6px 0 6px 14px;
	color: #000;
	display: block;
	border-bottom: dotted 1px #000;
	position: relative;
}
.footer03 .footer_box li a::before,
.footer03 .footer_box li a::after {
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left: 0;
	border-style: solid;
}
.footer03 .footer_box li a::before {
	content: "";
	margin-top: -5px;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent rgba(66, 103, 178, 1);
}
.footer03 .footer_box li a:hover::after {
	content: "";
	margin-top: -3px;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent rgb(217, 225, 240);
}
.footer03 .footer_box li a:hover {
	color: #333;
}
.copyright {
	width: 100%;
	background: rgba(66, 103, 178, 1);
	text-align: center;
	color: #e8eaf3;
	padding: 10px 0;
	display: block;
}
.copyright a {
	color: #e8eaf3;
	text-decoration: none;
	cursor: default;
}
.copyright a:hover {
	opacity: 1;
}

@media only screen and (min-width: 960px){
	.footer03 .footer_inner {
		padding: 0;
	}
}

@media only screen and (min-width: 768px){
	.footer03 .footer_box:nth-child(1) {
		padding-right: 3%;
	}
	.footer03 .footer_box:nth-child(2) {
		padding-right: 1.5%;
		padding-left: 1.5%;
	}
	.footer03 .footer_box:nth-child(3) {
		padding-left: 3%;
	}
}

@media only screen and (max-width: 767px){
	.footer03 {
		padding: 20px 0;
		overflow: hidden;
		min-width: inherit;
	}	
	.footer03 .footer_inner {
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
	}
	.footer03 p {
		font-size: 1.2rem;
	}
	.footer03 .footer_box {
		width: 100%;
		float: none;
		margin: 0 auto;
		padding: 0 3.75%;
	}
	.footer03 .footer_box ul {
		margin-bottom: 5px;
	}
	.footer03 li a {
		font-size: 1rem;
		text-decoration: none;
		padding: 6px 0 6px 4px;
		color: #e8eaf3;
		display: block;
		border-bottom: dotted 1px #ccc;
	}
	.footer03 li:last-child a {
		border-bottom-width: 0;
	}
	.footer03 li a:hover {
		color: #a6a6ba;
		text-decoration: underline;
	}
	.copyright {
		min-width: inherit;
		text-align: center;
		/*
		padding: 10px 0 70px;
		*/
		font-size: 1rem;
	}
	.copyright a {
		color: #e6e6ea;
		text-decoration: none;
	}
}

.footer_map,
.footer_map iframe {
	width: 100%;
	height: 250px;
}


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index: 500;
}
#page-top a {
	background: #4267b2;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	width: 100px;
	padding: 40px 0 20px;
	text-align: center;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px 0px #666;
	-moz-box-shadow: 1px 1px 3px 0px #666;
	box-shadow: 1px 1px 3px 0px #666;
}
#page-top a:hover {
    text-decoration: none;
    background: #638bdd;
}
#page-top a::before {
	content: "↑";
	position: absolute;
	left: 50%;
	margin-left: -0.5em;
	margin-top: -30px;
	font-size: 18px;
	font-weight: bold;
}

@media only screen and (max-width: 767px){
	#page-top a {
		padding: 10px 10px 10px 20px;
		width: auto;
		border: 1px solid #fff;
		line-height: 1;
	}
	#page-top a::before {
		position: static;
		margin-right: 5px;
	}
}