@charset "utf-8";
.lead.p-app-lead {
  text-align: left;
}
.p-app-lead__sub {
  font-size: 18px;
}
.p-app-sec { margin-bottom: 40px; }
.p-app-point-list {
  width: 100%;
  min-height: 389px;
  padding: 48px 437px 48px 80px;
  margin-bottom: 60px;
  box-sizing: border-box;
  background: url(../images/app/app-point-img.png) no-repeat right top #F7F7F7;
  background-size: 437px;
}
.p-app-download {
  margin-bottom: 60px;
}
.p-app-download__inner {
  align-items: center;
  padding: 16px;
}
.p-app-download__inner > * {
  width: 50%;
}
.p-app-download--bnr {
  padding: 24px;
    border-right: 1px solid #ccc;
}
.p-app-down-load-title {
  margin-bottom: 24px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
.p-app-bnr-box {
  justify-content: flex-end;
}
.p-app-bnr-box > * {
    width: calc(50% - 26px);
}
.p-app-bnr-img { width: 196px }
.p-app-qr-box {
  padding: 24px;
}
.p-app-qr { margin-bottom: 16px;}
.p-qr-box img {
  padding: 8px;
  border: 1px solid #333;
}
.p-app-qr-box {
/*   padding: 24px 24px 24px 48px; */
justify-content: center;
}
.p-app-qr-box li + li {
  margin-left: 40px;
}
/* .p-qr-box {
  margin-right: 48px;
} */

.p-device-name {
  margin-bottom: 8px;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}
.p-app-info-sec {
  padding: 32px;
  margin-bottom: 60px;
}
.p-app-info-list {
  box-sizing: border-box;
  justify-content: space-between;
}
.p-app-info-item {
  padding: 24px;
  margin: 5px 5px 32px 5px;
  width: calc(50% - 25px);
  background: #fff;
  box-shadow: 0 0 1px rgba(0,0,0,.16);
}
.p-app-download__inner--title {
  margin: 16px;
  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: 80px;
  height: 69px;
  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__text {
  font-weight: 700;
}
.p-app-info-item__img {
  position: relative;
  margin-top: 16px;
  text-align: center;
}
.p-app-info-item-comment {
  position: absolute;
  right: 45px;
  top: 25px;
  align-items: flex-start;
}
.p-app-info-item-balloon {
  display: inline-block;
  position: relative;
  margin: 20px;
  padding: 10px;
  background: #fff;
  border: 3px solid #059C40;
  border-radius: 20px;
  text-align: left;
}
.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: 400px;
}
.p-app-info-item-img05 {
  height: 300px;
}
.p-app-howto-item06 {
  height: 320px;
}
.p-app-howto-subttl {
  font-weight: bold;
  font-size: 16px;
}
.p-app-howto-sec {
  position: relative;
  padding: 32px;
  background: #f7f7f7;
}
.p-app-howto-sec__inner {
  padding: 32px;
  background: #fff;
  box-shadow: 0 0 1px rgba(0,0,0,.16);
}
.p-app-howto__body {
  padding-left: 60px;
  }
.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-step02 {
  width: 100%;
}
.p-app-step__text {
  font-size: 15px;
  font-weight: 700;
}
.p-app-step__item--inner__thum {
  width: 100%;
  max-width: 134px;
}
.p-app-step__item--inner__thum + .p-app-step__item--inner__thum {
  margin-left: 40px;
}
.p-app-howto-step--other__text {
  width: 100%;
  max-width: 545px;
  margin-bottom: 16px;
  font-weight: 700;
}
.p-howto-balloon {
  position: relative;
  display: inline-block;
  z-index:1;
  padding: 20px;
  margin-bottom: 16px;
  top:70px;
  left:10px;
  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: 16px;
}
.p-screen-img-box {
  margin:8px 0;
}
.p-screen-img-box img {
  width: 480px;
}
.u-sup-text {
  vertical-align: top;
  position: relative;
  top: -0.1em;
  font-size: 60%;
}
