.image{
  height: 300px;
  width: 300px;
}
/*↓+4px*/
.image_box{
  height: 304px;
  width: 304px;
  border: 2px solid black;
}
/* これはmain*/
.box{
  height: 600px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.height{
  height: 100px;
}
.title{
  height: 74px;
  width: 154px;
}