@charset "utf-8";

/* 20240620　freee.html、freee_mail.htmlでヘッダーフッター部分変更で使用 */
body{
    background-color: #fff;
}

.Header_simple {
    background-color: #fff !important;
}

.Header_simple {
    overflow: visible
}

.Header_simple__inner {
    max-width: 1624px;
    margin-right: auto;
    margin-left: auto;
    padding: 12px 32px
}

.Header_simple__body {
    align-items: center
}

.Header_simple__body .header_simple-logo--body {
    width: 110px;
    margin-right: 65px;
    line-height: 0
}

.footer_simple-copyright {
    text-align: center;
    margin-top: 15px
}

.footer_simple-copyright__label {
    font-size: 1.2rem;
    margin-left: 2%;
    color: #666;
    font-family: auto;
}

.Footer_simple__inner {
    padding: 30px 32px 25px
}

