@charset "UTF-8";
.footerArea {
    width: 100%;
    min-width: 1100px;
    background-color: #222427;
    font-family: 'Roboto', 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    text-align: left;
}

.footerArea__inner {
    width: 1100px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    justify-content: center;
}

.footerArea__inner ul {
    list-style: none;
}

.footerArea__list {
    margin-left: 30px;
    width: 200px
}

.footerArea__list:first-of-type {
    margin-left: 0;
}

.footerArea__title {
    margin-top: 40px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.footerArea__title:first-of-type {
    margin-top: 0;
}

.footerArea__text {
    margin-top: 16px;
    line-height: 1.4;
    font-size: 14px;
    padding-left: 4px;
}

.footerArea__link {
    color: #fff;
    text-decoration: none;
}

.footerArea__link:hover {
    color: #00D4E4;
}
