@charset "UTF-8";
/* メディアクエリ記述サンプル
.box {
    @include pc {
      background-color: red;
    };
    @include tab {
      background-color: blue;
    };
    @include sp {
      background-color: yellow;
    };
  }
*/
/***** add 64-095 *****/
.no-accordion-title p a {
  display: inline-block;
  padding: 14px 15px 14px 24px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1;
  position: relative;
}

.no-accordion-title p a:before {
  position: absolute;
  top: 41%;
  width: 6px;
  height: 6px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion-title {
  width: 100%;
  color: #FFF;
  background: rgba(0, 0, 0, 0.1);
}

.accordion-title p span {
  display: inline-block;
  padding: 14px 15px 14px 24px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1;
  position: relative;
}

.accordion-title p span:before {
  position: absolute;
  top: 41%;
  width: 6px;
  height: 6px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.accordion-title p .close:before {
  right: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion-title p .open:before {
  right: 3px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-target {
  display: none;
}

.accordion-target ul {
  border-color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 769px) {
  .button-conversion-ver1 {
    padding: 30px 0px 10px 0px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .button-conversion-ver1 {
    padding: 20px 0px 0px 0px;
    text-align: center;
  }
}
/*# sourceMappingURL=store_list.css.map */