.nobody_owner_anken {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 10px;
}

.contents_m .contents_box .body .nobody_guide_list {
    width: initial;
}

.contents_m .contents_box .body .nobody_guide_list a {
    text-decoration: none;
}

.contents_m .contents_box .body .nobody_guide_list .title {
    color: #333;
    font-size: 14px;
}

.nobody_guide_list .guide_common_img img {
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.info_table .box {
    display: flex;
    gap: 10px;
}

@media (max-width:768px) {
    .info_table .box {
        flex-direction: column;
    }

}

@media (max-width:768px) {
    .info_table .photo {
        text-align: center;
    }

}

.info_table .cuser_container .jobtext {
    font-size: 16px;
    margin-left: initial;
}

.cuser_container .box .photo img {
    max-width: 200px;
}

.img_thumbnail img {
    max-width: 300px;
}

.contents_m .other .body .nobody_recommend {
    width: initial;
}

@media (max-width:768px) {
    .contents_m .other .body .nobody_recommend {
        width: 100%;
    }

    .contents_m .other .body .nobody_recommend .img_thumbnail {
        display: block;
        width: 100%;
    }

    .contents_m .other .body .cuser_list {
        width: 100%;
    }

    .img_thumbnail img {
        max-width: initial;
        width: 100%;

    }
}