@charset "UTF-8";
/** サイトカラー **/
/** その他 **/
/** フォント設定 **/
@font-face {
  font-family: "NotoSansCJKJP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/media/files/fonts/NotoSansCJKjp-Medium-subset.woff") format("woff"), url("/media/files/fonts/NotoSansCJKjp-Medium-subset.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "NotoSansCJKJP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/media/files/fonts/NotoSansCJKjp-Bold-subset.woff") format("woff"), url("/media/files/fonts/NotoSansCJKjp-Bold-subset.ttf") format("truetype");
  /* Safari, Android, iOS */
}
.p-about-chatbot {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .p-about-chatbot {
    padding-bottom: 60px;
  }
}
.p-about-chatbot__txt {
  margin-top: 42px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-about-chatbot__txt {
    margin-top: 27px;
    line-height: 1.9;
    text-align: left;
  }
}

.p-chatbot {
  padding-top: 64px;
}
@media only screen and (max-width: 767px) {
  .p-chatbot {
    padding-top: 32px;
  }
}

/*.p-chatbot-pasmo {
  padding: 64px 0 64px;
  @media only screen and (max-width: 767px) {
    padding: 27px 0 56px;
  }
  .c-txt {
    padding-bottom: 0;
  }
}
.p-kquick-btn-wrap {
  display: flex;
  background-color: $colorWhite;
  border: 1px solid $colorBorder;
  border-radius: 6px;
  padding: 40px 40px 43px;
  max-width: 900px;
  margin: 44px auto 0;
  justify-content: space-around;
  position: relative;
  &::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    height: 92px;
    width: 1px;
    background-color: $colorBorder;
    transform: translate(-50%, -50%);
    @media only screen and (max-width: 1279px) {
      height: 116px;
    }
    @media only screen and (max-width: 767px) {
      content: none;
    }
  }
  @media only screen and (max-width: 1023px) {
    padding: 26px 0;
  }
  @media only screen and (max-width: 767px) {
    flex-direction: column;
    margin: 24px auto 0;
    padding: 26px 16px;
  }
  &__inr {
    // p-kquick-btn-wrap__inr
    &:nth-child(2) {
      @media only screen and (max-width: 767px) {
        margin-top: 20px;
      }
    }
    .c-txt {
      font-size: 16px;
      margin-top: 0;
      text-align: center;
      @media only screen and (max-width: 767px) {
        line-height: 1.6;
      }
    }
    .--red {
      color: $colorRed;
    }
  }
  .c-btn-wrap {
    margin-top: 10px;
  }
  .c-btn {
    @media only screen and (max-width: 767px) {
      width: 100%;
    }
  }
}*/

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