@charset "utf-8";
.sp-col-12 {
  width: 100%;
}
.lead.p-app-lead {
  text-align: left;
}
.p-app-lead__sub {
  font-weight: 700;
  font-size: 16px;
}
.p-app-point-list {
  width: 100%;
  padding: 32px;
  padding-top: 100%;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/store/summit-app.png) no-repeat top center #F7F7F7;
  background-size: 100%;
}
.p-app-download__inner {
  font-weight: 700;
  padding: 16px;
}
.p-app-download {
margin-bottom: 40px;
}
.p-app-down-load-title {
  margin-bottom: 24px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.p-app-bnr-img { width: 196px }
.p-app-bnr-box {
  justify-content: center;
}
.p-app-bnr-box li + li {
  margin-top: 24px;
}
.p-app-qr-box {
  display: none;
}
.p-app-download__box {
  padding: 0 16px 16px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.p-app-device--title {
  margin-bottom: 8px;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
}
.p-app-info-sec {margin-bottom: 40px;}
.p-app-info-list {
  box-sizing: border-box;
  justify-content: space-between;
  padding: 8px;
}
.p-app-info-item {
  padding: 16px;
  margin: 5px 5px 32px 5px;
  width: 100%;
  box-shadow: 0 0 1px rgba(0,0,0,.16);
  background: #fff;
}
.p-app-download__inner--title {
  margin: 16px;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
}

.p-app-info-item__title--chirashi,
.p-app-info-item__title--coupon,
.p-app-info-item__title--store,
.p-app-info-item__title--news,
.p-app-info-item__title--memo,
.p-app-howto-item__title--pointcard {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(85,85,85,.3);
  font-size: 20px;
}
.p-app-info-item__title--chirashi::after {
  display: inline-block;
  width: 80px;
  height: 69px;
  margin-left: 16px;
  background: url(../images/app/app-flyer-icon.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.p-app-info-item__title--coupon::after {
  display: inline-block;
  width: 80px;
  height: 69px;
  margin-left: 16px;
  background: url(../images/app/app-coupon-icon.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.p-app-info-item__title--store::after {
  display: inline-block;
  width: 80px;
  height: 69px;
  margin-left: 16px;
  background: url(../images/app/app-store-icon.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.p-app-info-item__title--news::after {
  display: inline-block;
  width: 80px;
  height: 69px;
  margin-left: 16px;
  background: url(../images/app/app-news-icon.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.p-app-info-item__title--memo::after {
  display: inline-block;
  width: 50px;
  height: 39px;
/*   margin-left: 16px; */
  background: url(../images/app/app-memo-icon.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.p-app-howto-item__title--pointcard::after {
  display: inline-block;
  width: 80px;
  height: 69px;
  margin-left: 16px;
  background: url(../images/app/app-pointcard-icon.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.p-app-download-sec {
  box-sizing: border-box;
  padding: 24px;
  margin: 40px 0;
  border: 1px solid rgba(85,85,85,.3);
}

.p-app-info-item__img {
  position: relative;
  text-align: center;
}
.p-app-info-item-comment {
  position: absolute;
  right: -10px;
  top: 15px;
}
.p-app-info-item-balloon {
  display: inline-block;
  position: relative;
  margin: 10px;
  padding: 10px;
  background: #fff;
  border: 3px solid #059C40;
  border-radius: 20px;
  text-align: left;
  font-size: 12px;
}
.p-app-info-item-balloon::before {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 45px;
  width: 0;
  height: 0;
  border-top: 27px solid #059C40;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform-origin: left top;
  transform: skewX(-40deg);
}
.p-app-info-item-balloon::after {
  content: "";
  position: absolute;
  bottom: -24px;
  right: 40px;
  width: 0;
  height: 0;
  border-top: 28px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform-origin: left top;
  transform: skewX(-40deg);
}
.p-app-info-item-img01 {
  width: 300px;
}
.p-app-info-item-img02 {
  height: 320px;
}
.p-app-info-item-img03 {
  height: 300px;
}
.p-app-info-item-img04 {
  height: 320px;
}
.p-app-info-item-img05 {
  height: 300px;
}
.p-app-howto-item06 {
  margin-bottom: 16px;
}
.p-app-howto-subttl {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 14px;
}
.p-app-howto-sec {
  padding: 16px;
  margin-bottom: 40px;
}
.p-app-howto-sec__inner {
  padding: 8px;
  background: #fff;
  box-shadow: 0 0 1px rgba(0,0,0,.16);
}
.p-app-step li + li,
.p-app-step02 li + li {
  margin-top: 16px;
}
.p-app-step__item--inner-ph {
  text-align: center;
}
.p-app-step {
  width: 100%;
  max-width: 545px;
}
.p-app-step__item--inner__thum {
  width: 100%;
  max-width: 134px;
  margin: 0 auto;
}
.p-app-howto-step--other__text {
  width: 100%;
  max-width: 545px;
  margin-bottom: 8px;
}
.p-howto-balloon {
  position: relative;
  display: inline-block;
  padding: 10px;
  margin-bottom: 16px;
  top:25px;
  background: #fff;
  border: 2px solid #059C40;
  border-radius: 8px;
}
.p-howto-balloon::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -15px;
  border-top: 15px solid #059C40;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.p-howto-balloon::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -12px;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.p-howto-balloon-text {
  font-weight: bold;
  font-size: 14px;
}
.p-app-howto__img {
  margin-bottom: 16px;
}
.u-suptext {
  vertical-align: top;
  position: relative;
  top: -0.1em;
  font-size: 60%;
}
/* テキストのweight */
.p-app-info__text {
  font-weight: 700;
}
.p-app-step__text {
  font-weight: 700;
}
.p-app-howto-step--other__text {
  font-weight: 700;
}
@media screen and (max-width: 320px) {
  .p-app-download__box li + li {
    margin-top: 24px;
  }
  .p-app-download__box {
    justify-content: center;
    padding: 0 10px 16px;
  }
}
