@charset "UTF-8";
/******************************************************

fonts

******************************************************/
/******************************************************

PC／SP 共有

******************************************************/
#pageImage-lp {
  width: 100%;
  height: auto;
}

.img-max {
  width: 100%;
  height: auto;
  
}



.qr {
  max-width: 691px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.qr-img {
  float: left;
}




/******************************************************

sp

******************************************************/
@media screen and (max-width: 740px) {

.subpage section.lp .line {
  font-size: 1.6rem;
  line-height: 1.35;
}
.subpage section.lp .inner {
  padding: 0 20px;
}
.qr-text {
  padding-top: 0;
  word-break: break-all;
  word-wrap: break-word;
}
.pc-text-center {
  text-align: left;
}
}

/******************************************************
    
PC / common

******************************************************/
@media screen and (min-width: 741px) {
.subpage section.lp .line {
    font-size: 2.5rem;
    line-height: 70px;
}

.subpage section.lp .inner {
  padding: 0;
}
.qr-text {
  padding-top: 40px;
  word-break: break-all;
  word-wrap: break-word;
}
.pc-text-center {
  text-align: center;
}
}

/*# sourceMappingURL=style.map */