@charset "UTF-8";
#case .content * + *{
    margin-top: 25px;
}

/* 230802 */
/* #case .buyer,
#case .seller{
    border:none;
    margin:0;
    padding:0;
} */

/* 230802 */
#case .buyer,
#case .seller{
    border:none;
    margin:0;
    padding:30px 26px 40px;
    color:#fff;
    line-height:1.4;
    width: calc(50% - 60px);
}
/* 230802 */
#case .buyer dt,
#case .seller dt{
    margin-bottom:5px;
}
/* 230802 */
@media screen and (max-width:768px){
    #case .buyer{
        margin-bottom:10px;
    }
    #case .buyer,
    #case .seller{
        padding:25px 26px 35px;
        width: 100%;
    }
}

#case .content figcaption{
    margin-top: 10px;
}

#case .content h3{
    text-align: left;
    padding:0px 10px;
    line-height: 1.3;
    border-left: 2px solid #005c55;
}

#case .content h4{
    font-weight: normal;
    padding-left:20px;
    position: relative;
}

#case .content h4:before{
    content:"－";
    position: absolute;
    top:0;
    left:0;
}

#case .comment_item{
    display: flex;
    flex-wrap: wrap;
}

#case .comment_item + .comment_item{
    margin-top:50px;
}

#case figure{
    width: 100px;
}

#case .comment_name{
    width: calc(100% - 100px);
    padding-left: 30px;
    box-sizing: border-box;
}

#case .comment_name .name{
    margin-bottom: 15px;
}

#case .comment_text{
    width: 100%;
    border:solid #ECECEC;
    border-width: 1px 0;
    padding: 5px 0;
}

#case .other_case,
#case .comment{
    margin-top:100px;
}

#case .other_case_list{
    display: flex;
    justify-content: center;
}

#case .other_case_list li{
    border:solid #ECECEC;
    border-width: 1px 1px 0 0;
}

#case .other_case_list a{
    padding:10px 20px;
    box-sizing: border-box;
    border:solid #ECECEC;
    border-width: 0 0 1px 1px;
    display: inline-block;
}

#case .right{
    text-align: right;
    font-size: 12px;
    margin-top:25px;
}

@media screen and (max-width: 768px) {
    #case .other_case,
    #case .comment{
        margin-top:50px;
    }

    #case .content * + *{
        margin-top: 15px;
    }

    #case .content h4{
        padding-left:15px;
    }

    #case .content figcaption{
        margin-top: 3px;
        margin-bottom: 20px;
    }

    #case .content figcaption small{
        font-size: 11px;
    }
}