.content_wrap{
  height:fit-content;
  width: 65%;
  margin-left: 15px;
  margin-bottom: 100px;
}
.aim_wrap{
  height:130px;
  width: 100%;
  margin: 0 5px ;
  padding: 20px;
  display: flex;
}
.aim_wrap:hover .aim_title{
  text-decoration: underline;
}
.aim_img_div{
  width: 25%;

}
.thumbnail-img{
  float: left;
  width: 100%;
  height: auto;
}
.aim_title_content_div{
  width: 50%;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}
.aim_title_div{
  width: 100%;
}
.aim_title{
  float: left;
}
.aim_content_div{
  width: 100%; /* 任意の幅を指定 */
  height: 35%; 
  overflow: hidden;
  text-overflow: ellipsis; /* 切り詰めた部分に省略記号 (...) を表示 */
}
.aim_updated_div{
  float: right;
}
.add_aim_btn{
  width: 100%;
  font-size: 20px;
}