.shinoken.career-path .career-path-list {
    margin: 70px 0 10px;
    display: flex;
    flex-flow: wrap;
}

.shinoken.career-path .career-path-item {
    width: calc(33.33% - 23.5px);
    margin-right: 35px;
}

.shinoken.career-path .career-path-item:last-child {
    margin-right: 0;
}

.shinoken.career-path .career-path-item-box {
    padding: 8px 0;
    border: 1px solid #000515;
    position: relative;
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 25px;
}

.shinoken.career-path .career-path-item-box::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #ebebeb;
    position: absolute;
    left: -2px;
    top: -2px;
}

.shinoken.career-path .career-path-item-box::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #ebebeb;
    position: absolute;
    bottom: -2px;
    right: -2px;
}

.shinoken.career-path .career-path-item-text {
    text-align: left;
    line-height: 1.9;
}

.shinoken.career-path .body-list {
    display: flex;
    flex-flow: wrap;
    margin: 60px 0 120px;
}

.shinoken.career-path .body-list-item {
    width: 25%;
}

.shinoken.career-path .body-list-image img {
    display: block;
    width: 100%;
    border:1px solid rgba(245,245,245,0.5);
}

@media only screen and (max-width: 768px) {
    .shinoken.career-path .career-path-list {
        margin: 30px 0 0;
        padding: 0 15px;
    }
    .shinoken.career-path .career-path-item {
        margin: 0 0 42px 0;
        width: 100%;
    }
    .shinoken.career-path .career-path-item:last-child {
        margin-bottom: 0;
    }
    .shinoken.career-path .career-path-item-box {
        padding: 10px 0;
        border: 1px solid #000515;
        margin: 0 23px 25px;
        font-size: 15px;
    }
    .shinoken.career-path .career-path-item-box::before {
        width: 6px;
        height: 6px;
    }
    .shinoken.career-path .career-path-item-box::after {
        width: 6px;
        height: 6px;
    }
    .shinoken.career-path .career-path-item-text {
        line-height: 2;
        font-size: 13px;
    }
    .shinoken.career-path .body-list {
        margin: 45px 0 84px;
    }
    .shinoken.career-path .body-list-item {
        width: 50%;
    }
}
