@charset "UTF-8";
#embedPabot {
  position: relative;
  width: 40%;
  max-width: 470px;
  background-color: #f9f9f9;
  border-radius: 50px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #embedPabot {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
  }
}

.l-chat-boby {
  position: relative;
  padding-top: 80px;
  padding-bottom: 102px;
}

.chat-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-wrap: nowrap !important;
  align-items: center;
  padding: 15px 4% 10px;
  border-bottom: 1px solid #ddd !important;
}
@media only screen and (max-width: 768px) {
  .chat-header {
    position: fixed;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
    background-color: #fff;
  }
}
.chat-header .chat-character-title {
  max-width: 24rem;
  width: calc(100% - 74px);
  overflow: hidden;
}
.chat-header .chat-character-title .txt {
  white-space: nowrap;
}
.chat-header .chat-character-title .txt.is_flowing {
  display: inline-block;
  white-space: nowrap;
  animation-name: flows-from-right-to-left;
  animation-duration: 10s;
  /* アニメーションのスピード */
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-delay: 3s;
  animation-fill-mode: backwards;
}

@keyframes flows-from-right-to-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.chat-btn {
  width: 42px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
}
.chat-btn.is_prev {
  background-image: url("../images/ic-chat-prev.svg") !important;
  background-size: 10px auto;
}
.chat-btn.is_reload {
  margin-right: 6px !important;
  background-image: url("../images/ic-chat-reload.svg") !important;
  background-size: 30px auto;
}
.chat-btn.is_close {
  background-image: url("../images/ic-chat-close.svg") !important;
  background-size: 20px auto;
}
.chat-btn.is_clip {
  background-image: url("../images/ic-chat-clip.svg") !important;
  background-size: 20px auto;
}
.chat-btn.is_send {
  background-image: url("../images/ic-chat-send.svg") !important;
  background-size: 20px auto;
}

.chat-character {
  display: flex;
  align-items: center;
  width: calc(100% - 100px);
  padding-left: 2%;
}

.chat-character-title {
  margin-left: 15px;
  padding: 0 15px 0 0;
}
.chat-character-title .txt {
  font-weight: 400 !important;
  font-size: 1.7rem !important;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.chat-character-thumbnail img {
  width: 100%;
  border-radius: 300px;
  overflow: hidden;
  box-shadow: 0px 1px 26px -2px #b5b5b5;
  -moz-box-shadow: 0px 1px 26px -2px #b5b5b5;
  -webkit-box-shadow: 0px 1px 26px -2px #b5b5b5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.chat-header .chat-character-thumbnail {
  width: 50px;
  height: 50px;
}

.chat-menu {
  display: flex;
  flex-wrap: nowrap !important;
  margin: 0 0 0 auto;
  padding-top: 4px;
  padding-right: 8px;
}

.m-chat-boby {
  height: 600px;
  padding: 2.8rem 2.5rem 2rem 1.5rem;
  overflow-y: scroll !important;
}
@media only screen and (max-width: 768px) {
  .m-chat-boby {
    max-height: calc(100vh - 60px);
    padding: 60px 1.5rem 40px 1.5rem;
  }
}

.l-chat-form-bottom {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  background-color: #f9f9f9;
  padding: 1rem 2rem 2rem;
  border-top: 1px solid #eee !important;
}
@media only screen and (max-width: 768px) {
  .l-chat-form-bottom {
    width: 100%;
    padding: 0.7rem 1.6rem 0.7rem;
  }
}

.u-bg_gray {
  background-color: #e8ebed;
}

.m-chat-line + .m-chat-line {
  margin-top: 3.1rem;
}

.m-chat-line {
  display: flex;
  align-items: flex-start;
}
.m-chat-line .chat-character-thumbnail {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .m-chat-line .chat-character-thumbnail {
    margin-right: 1rem;
  }
}
.m-chat-line .chat-character-thumbnail img {
  width: 50px;
  height: 50px !important;
}
.m-chat-line .chat-txt {
  position: relative;
  width: 100%;
}
.m-chat-line .chat-txt .chat-txt-inner {
  padding: 1.6rem 2.4rem 1.6rem 3.2rem;
  border-radius: 4px 15px 15px 15px;
}
@media only screen and (max-width: 768px) {
  .m-chat-line .chat-txt .chat-txt-inner {
    padding: 1.2rem 2rem 1.2rem 2.8rem;
    text-align: left;
  }
}
.m-chat-line .chat-txt .ttl {
  position: absolute;
  top: -1.6rem;
  left: 0.4rem;
  color: #9a9a9a;
  font-size: 0.9rem !important;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 300 !important;
}
@media only screen and (max-width: 768px) {
  .m-chat-line .chat-txt .ttl {
    font-size: 0.7rem !important;
  }
}
.m-chat-line .chat-txt p,
.m-chat-line .chat-txt .txt {
  color: #262626;
  font-weight: 300 !important;
  font-size: 1.65rem !important;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0em;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .m-chat-line .chat-txt p,
  .m-chat-line .chat-txt .txt {
    font-size: 1.55rem !important;
  }
}
.m-chat-line .chat-txt p {
  margin: 0.8rem 0 !important;
}
.m-chat-line.is_user {
  margin-top: 1.3rem;
}
.m-chat-line.is_user .chat-txt {
  background-color: #15a9fc;
  border-radius: 15px 15px 4px 15px;
}
.m-chat-line.is_user .chat-txt .txt {
  color: #fff !important;
  font-weight: 400;
}

.btn_base {
  display: block;
  padding: 1rem 1.2rem;
  background-color: #fff;
  border-radius: 16px;
  color: #545454;
  font-size: 1.8rem !important;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}

.chat-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.chat-btn-select {
  display: block;
  padding: 2rem 2.2rem;
  background-color: #fff;
  border-radius: 16px;
  color: #15a9fc;
  font-weight: 300 !important;
  font-size: 1.6rem !important;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.04em;
  transition: all 0.5s;
}
.chat-btn-select:hover {
  background-color: #15a9fc;
  color: #fff;
}
.chat-btn-select.is_active {
  background-color: #15a9fc;
  color: #fff;
}

.chat-txt .btn_base {
  margin-top: 1.8rem;
}

.chat-txt-ttl {
  margin-top: 1.6rem !important;
  margin-bottom: 0.6rem !important;
  color: #252525;
  font-weight: 600 !important;
  font-size: 1.9rem !important;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0em !important;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .chat-txt-ttl {
    font-size: 1.6rem !important;
  }
}

.caht-list-base {
  margin-bottom: 0.4rem;
}
.caht-list-base li {
  color: #252525;
  font-weight: 300;
  font-size: 1.65rem;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.05em !important;
}
@media only screen and (max-width: 768px) {
  .caht-list-base li {
    font-size: 1.45rem;
  }
}
.caht-list-base li + li {
  margin-top: 0.6rem;
}

.chat-textarea {
  width: 100%;
  min-height: 68px;
  padding: 2.5rem 7.8rem 2.5rem 2.6rem !important;
  background-color: #e8ebed;
  border-radius: 24px;
  color: #252525;
  font-weight: 300 !important;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.3 !important;
  letter-spacing: 0.01em !important;
}
@media only screen and (max-width: 768px) {
  .chat-textarea {
    padding: 2.3rem 7.4rem 2.3rem 1.6rem !important;
  }
}
.chat-textarea::-moz-placeholder {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 1;
  color: #c5c5c5 !important;
  font-size: 1.85rem;
  font-style: normal;
  letter-spacing: 0.01em;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.chat-textarea::placeholder {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 1;
  color: #c5c5c5 !important;
  font-size: 1.85rem;
  font-style: normal;
  letter-spacing: 0.01em;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.u-txt-plain {
  color: #252525;
  font-weight: 300;
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: 0.01em !important;
}
.u-txt-plain small {
  display: block;
  font-size: 1.2rem !important;
  line-height: 1.8 !important;
}

.l-chat-form-bottom .u-txt-plain {
  margin-top: 0.5rem !important;
  padding-left: 0.9rem;
}

.m-chat-form {
  position: relative;
}
.m-chat-form .chat-menu {
  padding: 0 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  right: 0.4rem;
  z-index: 1;
  z-index: 2;
}

#embedPabot button,
#embedPabot [role=button] {
  cursor: pointer;
}

.popover-content-wrapper-hJnY4r {
  display: none !important;
}/*# sourceMappingURL=chat.css.map */