.image .pointFirstly {/*aタグを画像の真ん中に*/
  position: absolute;
  margin-top: 50px;
  width: 19.5%;
  height: 9%;
  top: 17.75%;
  left: 9.5%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(4%,-2.5%);
  /*以下装飾*/
  margin:0;/*余計な隙間を除く*/
  font-size: 20px;/*文字サイズ*/
  border: solid red 2px; /*線で囲う*/
  color: black;/*文字色*/
  text-decoration: none;/*下線を表示させない*/
  text-align: left;
}
.image .pointSecondly {/*aタグを画像の真ん中に*/
  position: absolute;
  margin-top: 50px;
  width: 20%;
  height: 66.5%;
  top: 29.75%;
  left: 9.25%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(4%,-2.5%);
  /*以下装飾*/
  margin:0;/*余計な隙間を除く*/
  font-size: 20px;/*文字サイズ*/
  border: solid red 2px; /*線で囲う*/
  color: black;/*文字色*/
  text-decoration: none;/*下線を表示させない*/
  text-align: left;
}
.image .pointFinally {/*aタグを画像の真ん中に*/
  position: absolute;
  margin-top: 50px;
  width: 5%;
  height: 6.25%;
  top: 9.75%;
  left: 11.875%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(4%,-2.5%);
  /*以下装飾*/
  margin:0;/*余計な隙間を除く*/
  font-size: 20px;/*文字サイズ*/
  border: solid red 2px; /*線で囲う*/
  color: black;/*文字色*/
  text-decoration: none;/*下線を表示させない*/
  text-align: left;
}
.image .one {/*aタグを画像の真ん中に*/
  position: absolute;
  margin-top: 50px;
  width: 2%;
  height: 5%;
  top: 15%;
  left: 9.5%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(0%,0%);
  /*以下装飾*/
  margin:0;/*余計な隙間を除く*/
  font-size: 15px;/*文字サイズ*/
  border: solid red 2px; /*線で囲う*/
  color: black;/*文字色*/
  text-decoration: none;/*下線を表示させない*/
  background-color: white;
}
.image .two {/*aタグを画像の真ん中に*/
  position: absolute;
  margin-top: 50px;
  width: 2%;
  height: 5%;
  top: 25%;
  left: 9%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(0%,0%);
  /*以下装飾*/
  margin:0;/*余計な隙間を除く*/
  font-size: 15px;/*文字サイズ*/
  border: solid red 2px; /*線で囲う*/
  color: black;/*文字色*/
  text-decoration: none;/*下線を表示させない*/
  background-color: white;
}
.image .three {/*aタグを画像の真ん中に*/
  position: absolute;
  margin-top: 50px;
  width: 2%;
  height: 5%;
  top: 7%;
  left: 11%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(0%,0%);
  /*以下装飾*/
  margin:0;/*余計な隙間を除く*/
  font-size: 15px;/*文字サイズ*/
  border: solid red 2px; /*線で囲う*/
  color: black;/*文字色*/
  text-decoration: none;/*下線を表示させない*/
  background-color: white;
}