main{
  margin-left: 0 !important;
  left:0;
}
.aim_wrap{
  height: fit-content;
  min-height: 1000px;
  width: 90%;
  margin-left: 50px;
  margin-bottom: 200px;
  padding: 30px;
}
.like_btn{
  cursor: pointer;
}
.like_delete_btn{
  cursor: pointer;
}

/*関連するaim*/
.relation_aims{width: 65%;margin-left: 50px;}.aim_img_div {width: 25%;height: 100%;}.thumbnail-img {float: left;width: 100%;height: 100%;}.aim_wrap {min-height: 50px;margin-bottom: 20px;}
.relation_aim_wrap {
  background-color: white;
  height: 130px;
  width: 100%;
  display: flex;
  padding: 30px;
}
.relation_aim_wrap:hover .aim_title{
  text-decoration: underline;
}
.relation_aim_title_content_div {
  width: 50%;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}
.aim_content_div {
  width: 100%;
  height: 35%;
  overflow: hidden;
  text-overflow: ellipsis;
}