body {
  font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.p-shop__title {
  display: block;
  text-align: left;
  text-indent: -9999px;
  background: url(https://img21.shop-pro.jp/PA01375/043/PA01375043.png) no-repeat;
  background-size: 100% auto;
  width: 360px;
  height: 50px;
  margin: 0 auto;
}

.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  color: #092A78;
  font-size: 12px;
  border: 1px solid #092A78;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: inherit;
  padding: 6px 40px;
}

.c-button__group .c-button--primary {
  color: #fff;
  font-size: 18px;
  background-color: #092A78;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: inherit;
  padding: 18px 60px;
}