.p-line {
  display: flex;
  border-color: #06C755;
  justify-content: space-between;
}
.p-line__heading {
  padding-left: 64px;
  font-size: 1.375rem;
  position: relative;
  line-height: 1.3;
}
.p-line__heading::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url(../img/img_line-icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: calc(50% - 24px);
}
.p-line__text {
  flex-shrink: 0;
  width: 376px;
}
.p-line__imgbox {
  display: flex;
  margin-left: 24px;
  position: relative;
}
.p-line__img-sample {
  display: block;
  margin-bottom: -32px;
  position: relative;
  top: -8px;
}
.p-line__img-qr {
  display: block;
  margin-left: 40px;
}
.p-line__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  background-color: #06C755;
  border-radius: 32px;
  box-shadow: 0 0 6px rgb(158, 203, 204);
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
}

.p-loginbtn .c-button__text {
  position: relative;
  padding-left: 42px;
}
.p-loginbtn .c-button__text _:-ms-input-placeholder, :root .p-loginbtn .c-button__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.p-loginbtn .c-button__text::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: calc(50% - 14px);
  background-image: url(../img/icon_login-light.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media not all and (min-width: 769px) {
  .p-line {
    display: block;
  }
  .p-line__text {
    width: 100%;
  }
  .p-line__imgbox {
    margin-top: 24px;
    margin-left: 0;
    justify-content: center;
  }
  .p-line__img-sample {
    margin-bottom: -16px;
    text-align: center;
    top: -8px;
  }
  .p-line__img-sample img {
    width: 180px;
  }
  .p-line__img-qr {
    display: none;
  }
}
