@charset "utf-8";
.store_tit {
  font-size:large;
  font-weight: bolder;
}
.store_waku {
  font-size:110%;
  color: #000;
  font-weight: bolder;
  padding: 8px 10px;
  border: 2px solid #000;
  text-align:center;
}

.check {
  margin:0 20px;
  padding:0 10px;
}

.check li {
  position: relative;
  line-height: 1.8;
  font-size: large;
  font-weight: bolder;
}
.check li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #9c9c9c;
  border-bottom: 3px solid #9c9c9c;
  transform: rotate(-45deg);
}