.p-top-line {
  padding-top: 6.25rem;
}

@media screen and (min-width: 768px) {
  .p-top-line {
    padding-top: 7.1875rem;
  }
}
.p-top-line__inner {
  display: contents;
}

@media screen and (min-width: 768px) {
  .p-top-line__inner {
    display: block;
  }
}
.p-top-line__wrap {
  margin-top: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .p-top-line__wrap {
    margin-top: 1.875rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-top-line__body {
  text-align: center;
}

.c-section-title__text {
  margin-bottom: 30px;
}

p {
  font-size: 1rem;
}

.qrcodeBox {
  width: fit-content;
  margin: 0 auto 4rem;
  padding: 0 20px;
  text-align: center;
}
.qrcodeBox .code {
  text-align: center;
  width: fit-content;
  margin: 3rem auto;
}

.flow {
  margin: 0 auto 4rem;
  padding: 0 20px;
}
.flow h2 {
  color: #00b4ed;
  font-size: 200%;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto 2rem;
  padding-bottom: 10px;
}
.flow h2::before {
  content: "";
  width: 80%;
  height: 3px;
  background: #00b4ed;
  display: block;
  position: absolute;
  bottom: 0;
  left: 10%;
}
.flow h2 + p {
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .flow h2 + p {
    text-align: center;
  }
}

.flowlist {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem 1rem;
}
.flowlist li {
  padding: 20px;
  border: 1px solid #000;
  border-radius: 20px;
  background: #222222;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 1rem;
}
.flowlist li .step {
  color: #FFF;
  font-size: 22px;
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
}
.flowlist li .photo {
  text-align: center;
}
.flowlist li .photo img {
  display: block;
  margin: 0 auto;
  position: relative;
}
.flowlist li p {
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .flowlist {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-columns: repeat(auto-fill, minmax(0, 272px));
    grid-template-columns: repeat(3, 1fr);
  }
}

/*# sourceMappingURL=line.css.map */