@charset "UTF-8";
body {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}

section {
  max-width: 720px;
  margin: 0 auto 20px;
  padding: 0 20px 20px;
  background: url(/sp/store/images/dot.png) repeat-x bottom;
  background-size: 7px 4px;
}

section ol li{
  padding-top: 1.4em;
  margin-left: 1.4em;
  list-style-type: decimal;
}

.sing {
  padding: 1.4em;
  text-align: right;
}

.nav-center-btn {
  text-align: center;
  margin:1.4em 0;
}
a.btn {
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  padding: 3px;
  text-decoration: none;
  color: #fff;
  border-radius: 15px;
  background-color: #00B8DA;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
a i {
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
  color: #00B8DA;
  border-radius: 50%;
  background-color: #fff;
}
a i:before {
  display: inline-block;
  text-align: center;
}
a span {
  font-weight: bold;
  display: inline-block;
  width: 160px;
  margin-right: 32px;
  text-align: center;
  vertical-align: middle;
}
a[target="_blank"]:after, a[target="_new"]:after, a[target="new"]:after, a.open-in-new:after {
  margin-left: 0.25em;
  font-family: 'Hobonichi-Icons';
  content: "\e914";
}

header .logo_1101 {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  margin-right: 4px;
}

header .logo_1101 a {
  height: 100%;
  display: flex;
  aspect-ratio: 80 / 36;
  text-decoration: none;
}
header .logo_1101 a::before {
  color: #fff;
  font-family: "Hobonichi-Icons";
  content: "\e955";
  font-size: 60px;
  position: relative;
  top: -1px;
  line-height: 1;
}
header .logo_1101 span {
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  height: 0;
}