/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2024/07/09, 16:50:24
    Author     : user
*/

footer{
    background-color: #023f7d;
    color: #fff;
}

footer > .inner{
    padding: 128px 0;
}

.sitemapFlex{
    display: flex;
    width: 1144px;
    margin: 0 auto;
    gap: 32px;
    margin-bottom: 64px;
}

.footerSitemapItem > .parent{
    display: block;
    font-weight: bold;
}
.footerSitemapItem > .child{
    display: block;
    padding-left: 8px;
    color: #ddd;
}
.footerSitemapItem > .child:before{
    content: '－';
}

.footerCompanyArea{
    width: 1140px;
    margin: 0 auto;
    padding-bottom: 16px;
    margin-bottom: 32px;
    border-bottom: 1px solid #fff;
}
.footerCompanyFlex{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footerLogo{
    height: 40px;
}
.footerCompanyName{
    font-size: 40px;
    padding-left: 10px;
}

.footerCompanyInfo{
    padding-left: 64px;
}
.footerCompanyTel{
    font-size: 24px;
}

.footerCopyrightArea{
    width: 1140px;
    margin: 0 auto;
    text-align: center;
}