#box_ttl_profile .list_box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#box_ttl_profile .list_box .li_box--photo {
    max-width: 100px;
    height: 100px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#box_ttl_profile .list_box .li_box--photo a,
#box_ttl_profile .list_box .li_box--photo img {
    display: block;
    overflow: hidden;
    object-fit: cover;
}

#box_ttl_profile .list_box .li_box--photo a {
    display: block;
    width: 80px;
    height: 80px;
    margin: 10px;
}

#box_ttl_profile .list_box .li_box--photo img {
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    object-fit: cover;
}

#box_ttl_profile .list_box .li_box--data {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    margin-top: 10px;
}

#box_ttl_profile .list_box .li_box--data .txt {
    font-size: var(--fs_n);
    line-height: 1.2em;
}

#box_ttl_profile .list_box .li_box--data .txt--name {
    color: var(--c_red);
}

#box_ttl_profile .list_box .li_box--data .dd--age {
    border-bottom: 1px dotted #3aa0af;
}


#box_ttl_profile .list_box .li_box--attend {
    width:100%;
}


#box_ttl_profile .list_box .li_box--attend .today-attend {
    margin: 0.2em auto 0 auto;
    margin-top: 0.25em;
    margin-top: 0.25em;
    width: 95%;
    background: #ffb84e;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0.3em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}

#box_ttl_profile .list_box .li_box--attend .today-attend .txt {
    line-height: 23px;
    font-size: var(--fs_n);
}

#box_ttl_profile .list_box .li_box--attend .today-attend .txt--soku {
    display: inline-block;
    line-height: 1.7;
    background-color: #ffffff;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-right: 0.5em;
    font-size: 15px;
}

#box_ttl_profile .list_box .li_box--attend .today-attend .img--soku {
    height: 18px;
    margin-right: 0.5em;
}

#box_ttl_profile .list_box .li_box--attend .today-attend .img--soku img {
    vertical-align: top;
}