<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/*-------- footer --------*/
#footer a {
	transition: 0.3s all;
	color: #337ab7;
	text-decoration: none;
}
#footer ul,#footer ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 768px){
#footer {
	line-height: 1.5;
	letter-spacing: 0.02em;
	font-size:14px;
}
#footer p { font-size: 12px; }

#footer-simple div.copyright {
	border-top: 3px solid #a00;
	background: #e5e5e5;
	margin-bottom: 20px;
	padding: 15px 0;
}
#footer-simple div.copyright p {
	margin-bottom: 0;
	text-align: center;
	font-size: 78.57143%;
	color: #666;
}
#footer-simple div.logo01 {
	background: url(../img/logo-bg01.png) left top no-repeat;
	margin: 0 auto 20px;
	width: 720px;
}
#footer-simple div.logo01 p.kabucom {
	float: left;
	margin-bottom: 0;
}
#footer-simple div.logo01 p.mufg {
	float: right;
	margin-bottom: 0;
}
#footer .footInfo01 {
	border-top: 3px solid #a00;
	background: #e5e5e5;
	padding: 15px 0;
	font-size: 83.5%;
}
#footer .footInfo01 ul.footLink01 {
	margin: 0 auto;
	width: 1060px;
	list-style:none;
}
#footer .footInfo01 ul.footLink01 li {
	float: left;
	border-left: 1px solid #cdcdcd;
	margin-left: 20px;
	padding-left: 20px;
}
#footer .footInfo01 ul.footLink01 li:first-child {
	border-left: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
#footer .footInfo01 ul.footLink01 li a {
	color: #333;
}
#footer .footInfo02 {
	padding: 10px 0 20px;
	font-size: 78.57143%;
}
#footer .footInfo02 div.footInfo02-inner {
	margin: 0 auto;
	width: 1060px;
}
#footer .footInfo02 div.footInfo02-inner p {
	margin-bottom: 0;
}
#footer .footInfo02 div.footInfo02-inner p.footLink02 {
	float: left;
}
#footer .footInfo02 div.footInfo02-inner p.footLink02 a {
	background: url(../img/arrow01-e.png) left 0.4em no-repeat;
	padding-left: 11px;
	text-decoration: none;
	color: #6c778b;
}
#footer .footInfo02 div.footInfo02-inner p.footLink02 a:hover {
	text-decoration: underline;
}
#footer .footInfo02 div.footInfo02-inner p.copyright {
	float: right;
	color: #666;
}
#footer .footInfo03 {
	border-top: 1px dashed #cdcdcd;
	padding: 15px 0 20px;
	font-size: 78.57143%;
}
#footer .footInfo03 div.footInfo03-inner {
	margin: 5px auto;
	width: 1060px;
}
#footer .footInfo03 div.footInfo03-inner p.txt01 {
	margin: 10px 0 20px;
	color: #666;
}
#footer .footInfo03 div.footInfo03-inner div.logo01 {
	background: url(../img/logo-bg01.png) left top no-repeat;
}
#footer .footInfo03 div.footInfo03-inner div.logo01 p.kabucom {
	float: left;
	margin-bottom: 0;
}
#footer .footInfo03 div.footInfo03-inner div.logo01 p.mufg {
	float: right;
	margin-bottom: 0;
}
.hidden-xs {
	display:block !important;
}
.visible-xs {
	display:none !important;
}
.hidden-xs2 {
	display:block !important;
}
.visible-xs2 {
	display:none !important;
}
}
@media (max-width: 1024px) {
footer#footer {
	border-top: 3px solid #aa0000;
	background: #dbdbdb;
	letter-spacing: 0;
}
footer#footer &gt; ul.footerNav01 {
	margin: 0 0 10px;
	background: #ededed;
	text-align:left;
        display: inline-block;
	width: 100%;
}
footer#footer &gt; ul.footerNav01 &gt; li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	border-bottom: 1px solid #ccc;
	width: 50%;
        padding: 8px 0;
}
footer#footer &gt; ul.footerNav01 &gt; li &gt; a {
	position: relative;
	display: block;
	padding: 8px 0 7px 9px;
	color: #333;
	font-size: 0.7rem;
}
footer#footer &gt; ul.footerNav01 &gt; li &gt; a &gt; img.icon {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5px;
}
footer#footer &gt; ul.footerNav01 &gt; li:nth-child(even) {
	border-right: 1px solid #ccc;
}
footer#footer &gt; ul.footerNav01 &gt; li.col1 {
	border-right: none;
	width: 100%;
}
footer#footer &gt; ul.btnSwitch01 {
	margin: 0 auto 10px;
	border-radius: 4px;
	border: 1px solid #999;
	width: 268px;
}
footer#footer &gt; ul.btnSwitch01 &gt; li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	width: 134px;
	font-size: 1.3rem;
	line-height: 1.0;
	text-align: center;
}
footer#footer &gt; ul.btnSwitch01 &gt; li:first-child {
	border-right: 1px solid #999;
}
footer#footer &gt; ul.btnSwitch01 &gt; li:first-child &gt; span.active {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
footer#footer &gt; ul.btnSwitch01 &gt; li:last-child &gt; a {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
	footer#footer &gt; ul.btnSwitch01 &gt; li &gt; a, footer#footer &gt; ul.btnSwitch01 &gt; li span.active {
	display: block;		padding: 10px 0 9px;
	background: linear-gradient(#ffffff, #fbfbfb);
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#fbfbfb));
	color: #333;
	text-decoration: none;
	vertical-align: middle;
}
footer#footer &gt; ul.btnSwitch01 &gt; li &gt; span.active {
	box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.26) inset;
	-webkit-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.26) inset;
	background: linear-gradient(#c52d30, #de5253);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c52d30), to(#de5253));
	color: #fff;
}
footer#footer &gt; div.footerInfo01 {
	border-top: 1px solid #dbdbdb;
	background: #fff;
	padding-bottom: 9px;
}
footer#footer &gt; div.footerInfo01 &gt; div.footerNote01 {
	display: table-row-group;
	color:#333;
	text-align:left;
}
footer#footer &gt; div.footerInfo01 &gt; div.footerNote01 &gt; p {
	margin: 7px 10px 0;
	font-size: 0.7rem;
	line-height: 1.8;
}
footer#footer &gt; div.footerInfo01 &gt; div.copyright {
	display: table-header-group;
}
footer#footer &gt; div.footerInfo01 &gt; div.copyright &gt; p {
	margin-bottom: 0;
	background: url("../img/bg-copyright01.png") left bottom repeat-x;
	background-size: 4px 1px;
	-webkit-background-size: 4px 1px;
	padding: 10px 0 9px;
	font-size: 0.7rem;
	color: #666;
	text-align: center;
}
.hidden-xs {
	display:none !important;
}
.visible-xs {
	display:block !important;
}
.hidden-xs2 {
	display:none !important;
}
.visible-xs2 {
	display:block !important;
}
}
</pre></body></html>