@charset "UTF-8";
.areaCorp {}
.areaCorp_title {}
.news {}
.news_title {}
.news_headline {}
.news_link {
    max-width: 340px;
    margin: 20px auto 0;
}
.news_link > a {}
.news_link > a::before {
    content: "";
}
.news_link > a::after {
    content: "";
}
.corp {}
.corp_title {}
.corp_list {
    list-style: none;
}
.corp_list > li {}
.corp_list > li:first-child {}
.corp_list > li:last-child {}
.corp_list > li:nth-child(2n+1) {}
.corp_list > li:nth-child(n+3) {}
@media screen and (min-width:1000px) {
    .news_list > li > a:hover {}
    .news_link > a:hover {}
}
@media screen and (max-width: 999px) {
    .areaCorp {}
    .areaCorp_title {}
    .news {}
    .news_title {}
    .news_headline {}
    .news_link {}
    .news_link > a {}
    .news_link > a::before {}
    .news_link > a::after {}
    .corp {}
    .corp_title {}
    .corp_list {}
    .corp_list > li {}
    .corp_list > li:first-child {}
    .corp_list > li:last-child {}
    .corp_list > li:nth-child(2n+1) {}
    .corp_list > li:nth-child(n+3) {}
}
@media screen and (max-width:767px) {
    .areaCorp {}
    .areaCorp_title {}
    .news {}
    .news_title {}
    .news_headline {}
    .news_link {
        max-width: none;
        margin-top: 10px;
    }
    .news_link > a {}
    .news_link > a::before {}
    .news_link > a::after {}
    .corp {}
    .corp_title {}
    .corp_list {}
    .corp_list > li {}
    .corp_list > li:first-child {}
    .corp_list > li:last-child {}
    .corp_list > li:nth-child(2n+1) {}
    .corp_list > li:nth-child(n+3) {}
}