<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 information

 file name  :  footer.css
 style info :  スタイル指定
=================================================================== */
footer {
    font-size: 12px;
    color: #fff;
	margin-top: 1px;
}
footer.sectionWrap {
    min-height: 0;
}
footer .footerInner {
    width: 100%;
    padding: 100px 0;
    background: #003070;
}
footer h2 {
    margin-bottom: 60px;
}
footer h2 img {
    max-width: 130px;
    height: auto;
}
footer .companyName {
    margin-bottom: 40px;
}
footer .contactText {
    margin-bottom: 70px;
}

/*footer .ftrNavWrap {
    padding-top: 130px;
}*/
footer a {
    display: block;
    color: #fff !important;
    margin-bottom: 50px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
footer .tel-link a {
    display: inline-block;
    color: #fff !important;
    margin-bottom: 0;
}
footer a:hover {
    color: #2e80d0 !important;
}
footer li.contactPage a {
    color: #333 !important;
    text-align: center;
    line-height: 60px;
    height: 60px;
    background:#fff;
}
footer li.contactPage a:hover {
    color: #fff !important;
    background:#009688;
}
footer a.arrowLink {
    position: relative;
	font-weight: 400;
    text-align: left;
    padding: 0 40px 10px 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
footer a.arrowLink::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    width: 20px;
    height: 7px;
    background: url(../../../img/pages/linkArrow-white.png) 0 0 no-repeat;
    background-size: 100%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
footer a.arrowLink:hover {
    color: #2e80d0 !important;
	border-color: #2e80d0;
}
footer a.arrowLink:hover::after {
    right: 5px;
}

footer .cmBnr{
	max-width: 360px;
	width: 300px;%;
}

@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 768px) {
footer .ftrNavWrap {
    padding-top: 0;
}
}
@media only screen and (max-width: 767px) {
footer a {
    margin-bottom: 20px;
}
footer .footerInner {
    padding: 30px 0;
}
footer h2 {
    margin-bottom: 30px;
}
footer h2 img {
    max-width: 120px;
    height: auto;
}
footer .companyName {
    margin-bottom: 20px;
}
footer .contactText {
    margin-bottom: 20px;
}
	
footer .cmBnr{
	max-width: 360px;
	width: 100%;
}

}
@media only screen and (max-width: 679px) {
}
@media only screen and (max-width: 479px) {
footer h2 img {
    max-width: 100px;
    height: auto;
}
}
@media only screen and (max-width: 320px) {
}</pre></body></html>