@charset "UTF-8";

/*------------------------------------------------


document


/*------------------------------------------------*/
.doc_image{
    display: flex;
    margin: 15px 0;
}
.doc_image p{
   margin-right: 10px;
   max-width: 150px;
}
.doc_image p:last-child{
    margin-right: 0px;
 }
.doc_image img{
    max-width: 100%;
    max-height: 200px;
    vertical-align: top;
}

.detail_list.-doc_index .doc_image img{
        max-height: 140px;
}