@charset "UTF-8";
/*LINEIDガイド*/
.article-block .title .text-small {
  font-size: 0.8em;
}

.step-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.link__btn.fc-white {
  display: block;
  width: 280px;
  background-color: #000030;
  border-radius: 4px;
  margin: 2.8rem auto 0;
  padding: 1.6rem 2rem;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #fff;
  text-align: center;
  position: relative;
}

.link__btn.fc-white::after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  content: "";
  transform: rotate(0deg) translate(-50%, -50%);
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  transform: rotate(45deg);
}

.link__btn.fc-white:hover {
  opacity: 0.7;
}

.img-qr {
  width: 140px;
  height: auto;
  margin-top: 2.4rem;
}

.border-box {
  width: 100%;
  margin-top: 2.4rem;
  padding: 3rem 2.8rem;
  border: 1px solid #eee;
}

.step-img {
  width: calc((100% - 4rem) / 2);
  margin: auto;
}

.step-img img {
  border: 1px solid #707070;
}

.img-list {
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.img-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 4rem) / 2);
}

.img-list-title {
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
  text-align: center;
}

.img-list-title--wide {
  min-height: 5rem;
}

.img-list-item img {
  border: 1px solid #707070;
}

.img-list-item .border-none {
  border: none;
}

.faq-lineid {
  font-size: 1.6rem;
}

.faq-title {
  font-weight: 700;
  padding-left: 2.4rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.faq-title::before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
}

.faq-title:not(:first-of-type) {
  margin-top: 4rem;
}

.faq-desc {
  position: relative;
  padding-left: 2.4rem;
}

.faq-desc::before {
  content: "A.";
  position: absolute;
  top: 0;
  left: 0;
}

.link-ul {
  border-bottom: 1px solid currentColor;
}

@media screen and (max-width: 767px) {
  .border-box {
    padding: 0 12%;
    border: none;
  }
  .step-img {
    width: 100%;
    margin: auto;
  }
  .img-list {
    display: flex;
    flex-direction: column;
  }
  .img-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .img-list-item + .img-list-item {
    margin-top: 3rem;
  }
  .img-list-title {
    margin-bottom: 1rem;
  }
  .img-list-title--wide {
    min-height: auto;
  }
  .faq-lineid {
    font-size: 1.4rem;
  }
  .faq-title {
    padding-left: 2rem;
  }
  .faq-title:not(:first-of-type) {
    margin-top: 3rem;
  }
  .faq-desc {
    padding-left: 2rem;
  }
}/*# sourceMappingURL=style.css.map */