@charset "UTF-8";

/* ===================================
   LINE ID連携ガイド - ページ固有CSS
   common_pc.css / common_sp.css から移行
   =================================== */

/* -----------------------------------
   共通（PC・SP共通）
   ----------------------------------- */
.lineid-linkage {
  margin-bottom: 60px;
}

.section-body-nerrow {
  margin: auto;
  background-color: #fff;
}

.section-body-nerrow .sub-ttl,
.section-body-nerrow .text {
  font-size: 1.6rem;
}

.section-body-nerrow .text {
  margin: 20px auto 0;
}

.section-body-nerrow .text+.text {
  margin: 0;
}

.section-body-nerrow .container+.container {
  margin-top: 65px;
}

/* article-block title */
.section-body-nerrow .article-block .title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.2rem;
}

.article-block .title .text-small {
  font-size: 0.8em;
}

/* container */
.container {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}

.container+.container {
  margin-top: 30px;
}

/* b-link / arrow-gray（ページ内アンカーリンク） */
.b-link .link {
  position: relative;
  display: block;
  padding: 20px 20px 20px 0;
  border-top: 1px solid #eee;
  color: #79888b;
  font-size: 1.6rem;
}

.b-link .link:last-of-type {
  border-bottom: 1px solid #eee;
}

.b-link .arrow-gray:after {
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 9px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 16'%3E%3Cpath d='M1 1l7 7-7 7' stroke='%2379888B' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 100% auto;
  content: "";
  transform: translateY(-50%) rotate(90deg);
}

.article-block.top .container+.container {
  margin-top: 40px;
}

/* step-container */
.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: "";
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  transform: rotate(45deg);
}

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

/* QRコード画像 */
.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 */
.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 print,
screen and (min-width: 768px) {
  .section-body-nerrow .container+.container {
    margin-top: 65px;
  }

  .section-body-nerrow .article-block .title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .section-body-nerrow .text {
    margin: 15px auto 0;
  }

  .section-body-nerrow .container+.container {
    margin-top: 45px;
  }

  .section-body-nerrow .article-block.top .title {
    background: #fff;
    padding-bottom: 0;
  }

  .section-body-nerrow .article-block .title {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    padding: 20px 0;
    margin-bottom: 30px;
    background: #eee;
  }

  .lineid-linkage .lp-section {
    padding: 0;
  }

  .container,
  .step-container {
    padding: 0 15px;
  }


  /* section-guide-article b-link（SP用） */
  .section-guide-article .container+.container {
    margin-top: 30px;
  }

  .section-guide-article .b-link {
    margin: 20px auto;
  }

  .section-guide-article .b-link .link {
    display: block;
    width: 100%;
    border-top: 1px solid #eee;
    margin-bottom: 0;
    padding: 15px 15px 15px 0;
    color: #79888b;
    position: relative;
  }

  .section-guide-article .b-link .link.arrow-gray:after {
    content: "";
    display: block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 16'%3E%3Cpath d='M1 1l7 7-7 7' stroke='%2379888B' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center center;
    width: 9px;
    height: 16px;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(90deg);
  }

  /* border-box SP */
  .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;
  }
}