@charset "utf-8";
footer .finfo {
    list-style-type: none;
    padding: 0;    
    font-size: 90%;
    letter-spacing: 0;
    margin: 0 0 10px 0;
}

footer .finfo .ft01 {
    font-size: 110%;
}

footer .finfo .ft02 {
    font-size: 110%;
	font-weight: bold;
	padding: 0 0 15px 0;
}

footer .finfo li .ic_map {
    height: 20px;
    width: 25px;
    margin: 0 0 4px 0;
}

footer .finfo li,footer .finfo li a {
    color: #fff;
    text-decoration: none;
    padding: 2px 0;
}

footer .finfo li a:hover {
    text-decoration: underline;
}

footer .finfo p {
    margin: 0;
}
footer .finfo .acc img {
    max-width: 150px;
}

footer .finfo .flink01 {
	padding: 6px 6px 6px 0;
}

footer .finfo .flink01 a {
	display: inline-block;
	width: 100%;
	font-weight: bold;
	padding: 10px 65px 10px 20px;
	border: 1px solid white;
	border-radius: 5px;
	background-image: url(../images/all/ic_arrow_w.svg);
	background-repeat: no-repeat;
    background-position: center right 13px;
}
footer .finfo .flink01 a:hover {
	color: #0033A0;
	background: white;
	background-image: url(../images/all/ic_arrow.svg);
	background-repeat: no-repeat;
	background-position: center right 13px;
	text-decoration: none;
}

footer .finfo .acc {
	margin: 15px 0 0 0;
	display: flex;
	justify-content: flex-end;
}

@media (max-width: 992px) {
	
	footer .finfo .acc {
		justify-content: flex-start;
		flex-basis: 100%;
	}
	
	footer .finfo .flink01 {
		display: inline-block;
		max-width: 200px;
		width: 100%;
	}
}