@charset "utf-8";

.linkImage-box img {
  margin: 0 auto;
}

.linkImage-box__img_propulsion01 {
  position: relative;
  /*background-color: #FFFFFF;*/
  color: #0069b4;
  font-family: 'HGPｺﾞｼｯｸE';
  padding: 10px 100px;
  top: -880px;
  right: 0;
  bottom: 0;
  left: 380px;
  margin: auto;
}

.linkImage-box__img_propulsion01 img {
  width: 200px;
  height: 1px;
}

@media screen and (max-width: 768px) {
  .linkImage-box__img_propulsion01 {
    left: 440px;
  }
}

@media screen and (max-width: 540px) {
  .linkImage-box__img_propulsion01 {
    left: 6%;
    top: -275vw;
  }
  .linkImage-box__img_propulsion01 img {
    width: 100px;
    height: 1px;
  }
}