@charset "utf-8";
/* CSS Document */
footer {color: #fff;}
.footer {position: relative; z-index: 1; color: #f0f2d9; padding: 2.628% 0 7.778% 0; }
.footer::before {content: ''; background: url("../images/bg_03.jpg") no-repeat center; position: absolute; top: -87px; left: 0; right: 0; bottom: 0; z-index: -1;}
.footerC {max-width:1410px; margin:auto; padding: 0 20px; height: 100%;}
.footerC > ul {display: flex; flex-wrap: wrap; width: 100%;}
.footerC > ul > li:nth-child(2) h5, .footerC > ul > li:nth-child(3) h5, .footerC > ul > li:nth-child(4) h5 {display: flex; flex-wrap: wrap; align-items: center; font-weight: bold; margin-bottom: 20px;}
.footerC > ul > li:nth-child(2) h5::before, .footerC > ul > li:nth-child(3) h5::before, .footerC > ul > li:nth-child(4) h5::before {content: ''; width: 34px; height: 34px; background-repeat: no-repeat; background-position: center; display: inline-block; margin-right: 10px;}
.footerC > ul > li {border-right: 1px solid #f0f2d9; padding: 0 60px 0 40px;}
.footerC > ul > li:last-child {border: 0;}
.footerC > ul > li:nth-child(1) {padding: 0 15px 0 0;}
.footerC > ul > li:nth-child(2) {}
.footerC > ul > li:nth-child(2) h5::before {background-image:url("../images/icon_03a.png");}
.footerC > ul > li:nth-child(3) {}
.footerC > ul > li:nth-child(3) h5::before {background-image:url("../images/icon_03b.png");}
.footerC > ul > li:nth-child(4) {}
.footerC > ul > li:nth-child(4) h5::before {background-image:url("../images/icon_03c.png");}
.footerC > ul > li h6 {line-height: 175%; font-weight: bold;}
.footerC a:link, .footerC a:visited {text-decoration:none; color:#f0f2d9; position: relative; transition: all 0.5s ease 0s;}
.footerC a:active, .footerC a:hover {text-decoration:none; color:#abdeff; cursor:pointer; transition: all 0.5s ease 0s;}
.footerC a::after {content: ''; position: absolute; bottom: -4px; left: 50%; height: 2px; width: 0; background-color: #f0f2d9; transition: all 0.75s ease 0s;}
.footerC a:hover::after {content: ''; position: absolute; bottom: -4px; left: 0%; height: 2px; width: 100%; background-color: #abdeff; transition: all 0.25s ease 0s;}

.copyright {background-color: #003f8e; padding: 35px 0px 24px 0px;}
.copyright > div {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end;}
.copyright h6 {line-height: 160%;}
.copyright > div > div {text-align: right;}
.copyright a:link, .copyright a:visited {text-decoration:underline; color:#fff; position: relative; transition: all 0.5s ease 0s;}
.copyright a:active, .copyright a:hover {text-decoration:none; color:#abdeff; cursor:pointer; transition: all 0.5s ease 0s;}
.copyright a::after {content: ''; position: absolute; bottom: -4px; left: 50%; height: 2px; width: 0; background-color: #f0f2d9; transition: all 0.75s ease 0s;}
.copyright a:hover::after {content: ''; position: absolute; bottom: -4px; left: 0%; height: 2px; width: 100%; background-color: #abdeff; transition: all 0.25s ease 0s;}
