.company-notice {
    padding: 0 0 20px;
}
.company-notice .company-wrapper {
    background-color: #ffffff;
}
.company-notice .company-wrapper .category-subtitle__heading::after {
    left: 50%;
    transform: translateX(-50%);
}
.company-notice .company-wrapper .notice-list {
    width: 100%;
    margin: 0 auto;
    max-width: 980px;
}
.company-notice .company-wrapper .notice-list h4 {
    text-align: center;
    font-size: 24px;
    font-family: "YuMincho", "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
    font-weight: bold;
    margin: 0 0 20px;
}
.company-notice .company-wrapper .notice-list ul {
    margin: 0 0 80px;
}
.company-notice .company-wrapper .notice-list ul li {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Arial MT", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
    font-weight: 700;
}
.company-notice .company-wrapper .notice-list ul li:first-child {
    border-top: 1px solid #ccc;
}
.company-notice .company-wrapper .notice-list ul li a {
    color: #000000;
    font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Arial MT", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
    font-weight: 700;
}
.company-location {
    background-color: #f5f5ed;
}
@media screen and (max-width: 768px) {
    .company-notice {
        padding: 0 0 5.1vw;
    }
    .company-notice .company-wrapper {
    }
    .company-notice .company-wrapper .category-subtitle__heading::after {
    }
    .company-notice .company-wrapper .notice-list {
        width: 89.583vw;
        margin: 12vw auto 0;
    }
    .company-notice .company-wrapper .notice-list h4 {
        font-size: 6vw;
        margin: 0 0 5.3vw;
    }
    .company-notice .company-wrapper .notice-list ul {
        margin: 0 0 20.5vw;
    }
    .company-notice .company-wrapper .notice-list ul li {
        font-size: 3.5vw;
        padding: 4.3vw 0;
    }
    .company-notice .company-wrapper .notice-list ul li:first-child {
    }
    .company-notice .company-wrapper .notice-list ul li a {
    }
    .company-location {
    }
}