.item + .item {
  margin-top: 0;
}
.item__content {
  padding: 0 30px 30px;
}
.item__content.first {
  padding-bottom: 0;
}
.item__content .box__img {
  margin-top: -87px;
}
.box__detail {
  background: url(../image/bkg01.png) no-repeat;
}
.box__detail.left:before {
  background: url(../image/img06.png) no-repeat;
  height: 115px;
  right: 11px;
  top: -63px;
  width: 251px;
}
.item__content .box {
  margin-bottom: 45px;
}
.item__content .box.diff {
  margin-bottom: 15px;
}
.diff .box__item {
  padding-top: 20px;
}
.diff .box__item h3 {
  background: url(../image/bkg_t.png) no-repeat center;
  border: none;
  display: table;
  margin-bottom: 5px;
  width: 100%;
}

@media (min-width: 768px) {
  .diff .box__item h3.showsp {
    display: none;
  }
}

@media (max-width: 767px) {
  .diff .box__item h3.showpc {
    display: none;
  }
}

.diff .box__item h3 > span {
  border: none;
  display: table-cell;
  height: 79px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.diff .box__item h3 span span {
  text-shadow: 3px 0 1px white, -3px 0 1px white,0px -3px 1px white,0px 3px 1px white;
}

@media (max-width: 767px) {
  .box__qr {
    margin-bottom: 42px;
  }
  .item__content .box__img {
    margin: 0;
  }
  .item__content {
    padding: 0 15px 40px;
  }
  .item.last .item__content {
    padding-bottom: 0;
  }
  .item__content .info {
    float: left;
    margin-top: -4px;
    padding: 0 0 0 20px;
    width: 65%;
  }
  .item__content .info p {
    max-width: none;
    padding: 0;
    width: 100%;
  }
  .item__content p {
    padding: 10px 10px 0;
  }
  .box__detail {
    background: url(../image/bkg01_sp.png) no-repeat top center;
    background-size: 100% auto;
  }
  .box__detail:after {
    background: url(../image/bkg01_sp_b.png) no-repeat right bottom;
    background-size: 100%;
  }
  .diff .box__item {
    padding-bottom: 10px;
    padding-top: 15px;
  }
  .item__content .box {
    margin-bottom: 35px;
  }
  .item__content .box.diff {
    margin-bottom: 0;
    margin-top: 0;
  }
  .box__item p {
    padding: 0 0 0 20px;
  }
  .box__x {
    margin: 95px 0 35px;
    padding: 0 40px;
  }
  .diff .box__item h3 {
    background-image: url(../image/bkg_t_sp.png);
    background-size: 100%;
    min-width: inherit;
    width: 178px;
  }
  .diff .box__item h3 > span {
    height: 53px;
  }
}