@charset "utf-8";
.store_item_btn {
  text-align: center;
  display: inline-block;
  margin-bottom: 5em;
  border: solid 2px #eb3728;
}
.store_item_btn a {
  color: #eb3728;
  display: block;
  font-weight: bold;
  line-height: 1.1;
  text-align: left;
  text-decoration: none;
}
.store_item_btn a::after {
  content: " ⇒";
}
@media screen and (min-width:441px) {
  .store_item_btn a {
    font-size: 1.5em;
    padding: 14px 64px 16px 52px;
  }
}
@media screen and (max-width:440px) { 
  .store_item_btn {
    display: block;
    width: 90%;
    margin: 1em auto 2em auto;
  }
  .store_item_btn a {
    text-align: center;
    padding: 14px 0;
  }
}