.mod-link-main-visual-index a:link , .mod-link-main-visual-index a:visited {
    color: #333333;
}

.t-blue {
    color: #305496;
}

.size-14 {
    font-size: 1.4rem !important;
}

.br-sp {
    display: none;
}

.mod-link-title {
    display: block !important;
}

.mod-link-title .sp_only {
    display: none;
}

.flex {
    display: flex;
    justify-content: flex-end;
}

.company {
    width: 260px;
}

.position {
    width: 150px;
}

.name {
    width: 100px;
}

.mod-link-section {
    padding-top: 50px;
}

.mod-link-section span{
    font-weight: bold;
    color: #305496;
}

.mod-link-main-visual p {
    width: 750px;
    margin: auto;
}

.mod-link-main-visual-index ul li {
    list-style: disc;
}

.column-img {
    width: 800px;
}

.column_2fl-img {
    width: 300px;
}

.column_2fl {
    display: flex;
    align-items: center;
}

.column_2fl.left {
    flex-direction: row-reverse;
}

.content img {
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.5);
}


@media screen and (max-width: 767px) {
    .br-sp {
        display: block;
    }

    .mod-link-title-wrapper {
        padding-bottom: 0 !important;
    }

    .mod-link-main-visual p {
        width: auto;
    }

    .content img {
        width: 350px;
    }

    .flex , .column_2fl , .column_2fl.left {
        flex-direction: column;
    }

    .flex {
        align-items: flex-end;
    }

    .company , .position , .name {
        width: auto;
    }

    .sp_ml , .sp_mr {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .sp_mt10 {
        margin-top: 10px !important;
    }

    .sp_mb{
        margin-bottom: 10px !important;
    }

    .sp_mb20 {
        margin-bottom: 20px !important;
    }

    .sp_ml20 {
        margin-left: 20px !important;
    }
}