@charset "utf-8";

a{
    text-decoration: none;
}

.c-sub-section-title{
    padding: 7px 0px;
    color: #333;
}

.c-sub-section-title.category_audio{
    border-bottom: 2px solid #03918c;
    background: none;
    color: #03918c;
}

.c-sub-section-title.category_expression{
    border-bottom: 2px solid #6b4994;
    background: none;
    color: #6b4994;
}

.c-sub-section-title.category_creation{
    border-bottom: 2px solid #1678b8;
    background: none;
    color: #1678b8;
}

.c-sub-section-title.category_ict{
    border-bottom: 2px solid #e17b01;
    background: none;
    color: #e17b01;
}

.company_box{
    text-align: center;
}

.company_name{
    margin-top: 7px;
}

.company_aria{
    margin-bottom: 15px;
}

.exhibition_meeting .company_aria ul li a {
    color: #000;
}

.exhibition_meeting .company_aria ul li img {
    border: solid 1px #f0f0f0;
    padding: 10px;
}

.exhibition_meeting .company_aria ul li h4 {
    margin-top: 10px;
}


@media (max-width: 768px) {
    .c-contents-links__item:nth-child(2n) {
        margin-right: 0;
    }
    .c-contents-links__item {
        width: calc(50% - 3px);
    }
    .c-contents-links {
        margin-bottom: 40px;
    }
    .c-contents-links__item:nth-child(n + 3) {
        margin-top: 6px;
    }
    .flex_4 li {
        width: 32%;
        margin-right: 2%;
    }
}

@media (max-width: 480px) {
    .flex_4 li:nth-child(3n) {
        margin-right: 2%;
    }
    .flex_4 li {
        width: 49%;
        margin-right: 2%;
    }
    .flex_4 li:nth-child(2n) {
        margin-right: 0;
    }
}