.extra-base-info-btn-label {
  width: 30px;
  height: 50px;
  background-image: url(../../img/kihonjhoho.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.extra-irae-btn-label {
  width: 30px;
  height: 50px;
  background-image: url(../../img/irae_atlas.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.extra-coop-btn-label {
  width: 30px;
  height: 50px;
  background-image: url(../../img/seihin_site.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.extra-cmn-icon-label {
  display:block;
}

@media screen and (max-width: 1023px) {
  .extra-base-info-btn-label {width:20px;margin-right:0}
  .extra-irae-btn-label {width:20px;margin-right:0}
  .extra-coop-btn-label {width:20px;margin-right:0}
  .extra-cmn-icon-label {
    display:block;
  }
}

@media screen and (max-width:768px) {
  .extra-base-info-btn-label {margin-right:10px}
  .extra-irae-btn-label {margin-right:10px}
  .extra-coop-btn-label {margin-right:10px}
  .extra-cmn-icon-label {
    display:none;
  }
}
