div#FastchatApp {
  box-sizing: border-box;
  font-family: "メイリオ", Meiryo, Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.714;
  letter-spacing: .08em;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}

.el-loading-mask,
.v-modal,
.el-message-box__wrapper {
  border-radius: 12px;
  word-break: break-all;
}

.window-move-drag-handle {
  cursor: move;
}

.fc-chat-starter,
.fc-chat-window {
  background-color: #002B79;
  border-radius: 12px;
}

.fc-chat-starter>.el-main {
  overflow: visible;
}

.fc-chat-starter .chat-start-button {
  color: #002B79;
  background-color: #002B79;
  font-size: .875rem;
  font-weight: bold;
  padding: 0px;
  border: 4px solid #002B79;
}

.fc-chat-starter .chat-start-button:hover,
.fc-chat-starter .chat-start-button:focus {
  background-color: #002B79;
  color: #002B79;
  border: 4px solid #002B79;
}

.chat-start-button>span {
  display: block;
  height: 100%;
}

.chat-start-button-table {
  height: 100%;
  border-spacing: 0px;
}

.icoChatStart {
  height: 36px;
  width: 50px;
  display: inline-block;
  background: url(../images/sprite.png) no-repeat 0;
  background-position: 0px -50px;
  transform: scale(0.55);
  -moz-transform: scale(0.6, 0.6);
  margin-left: -10px;
  margin-right: -10px;
}

.chat-start-button-label-wrapper {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 0 8px 8px 0;
  letter-spacing: .03em;
}

.icoChatTitle {
  height: 36px;
  width: 50px;
  display: inline-block;
  background: url(../images/sprite.png) no-repeat 0;
  background-position: 0px -50px;
  transform: scale(0.6);
  -moz-transform: scale(0.6, 0.6);
  margin-left: -6px;
  margin-right: -6px;
  margin-top: -12px;
  margin-bottom: -12px;
}

.icoChatTitleByBotReception {
  height: 64px;
  width: 64px;
  display: inline-block;
  background: url(../images/sprite.png) no-repeat 0;
  background-position: -192px -130px;
  transform: scale(0.4);
  -moz-transform: scale(0.4, 0.4);
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -20px;
  margin-bottom: -26px;
}

.fc-chat-window>header.header-area {
  padding: 0;
  background-color: #002B79;
  border-bottom: 1px solid #ffffff;
  font-weight: bold;
  font-size: .875rem;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
}

.fc-chat-window>section, .fc-chat-empty-pane>main {
  border-radius: 0px 0px 10px 10px;
}

.fc-chat-window .header-main-area {
  min-height: 36px;
}

.fc-chat-window .close-button-wrapper {
  display: flex;
  padding-right: 8px;
}

.fc-chat-window button.minimize-button, .fc-chat-window button.close-button {
  background: transparent;
  border: none;
  margin: 0;
  padding: 11px;
  color: #666;
}

.fc-chat-window button.close-button:hover {
  background: transparent;
  color: #666;
}

.fc-chat-window button.close-button.is-disabled, .fc-chat-window button.close-button.is-disabled:hover {
  opacity: 0.5;
  color: #666;
}

.fc-chat-window button.minimize-button .el-icon-minus, .fc-chat-window button.close-button .el-icon-close {
  transform: scale(1.5);
  color: #FFFFFF;
}

.icoMinimize {
  height: 26px;
  width: 26px;
  display: inline-block;
  background: url(../images/sprite.png) no-repeat 0;
  background-position: -74px -24px;
}

.icoClose {
  height: 26px;
  width: 26px;
  display: inline-block;
  background: url(../images/sprite.png) no-repeat 0;
  background-position: -74px -24px;
}

.fc-chat-join-pane {
  background-color: #FFFFFF;
}

.fc-chat-join-pane main.main-area {
  padding: 16px 10px;
  background-color: transparent;
}

.fc-chat-join-pane .information-text,
.fc-chat-join-pane .el-form-item__label {
  margin: 0;
  font-size: 12px;
  color: #333;
}

.noneHistoryMessage-text {
	background: #ffffff;
    color: #002B79;
    border-radius: 1em;
    padding: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 0.9375rem;
    width: 80%;
    text-align: center;
    
}

.fc-chat-join-pane main.main-area label {
  font-weight: bold;
  line-height: 35px;
}

.fc-chat-join-pane main.main-area .name-input>input.el-input__inner {
  padding: 5px;
  width: 150px;
}
/*
.fc-chat-join-pane main.main-area .el-form-item.is-success .name-input>input.el-input__inner {
  border-color: #b6b6b6;
}

.fc-chat-join-pane main.main-area .el-form-item.is-success .name-input>input.el-input__inner:focus {
  border-color: #159ae0;
}
*/

.fc-chat-join-pane main.main-area .cust-tel-input>input.el-input__inner {
  ime-mode: disabled;
}

.fc-chat-join-pane main.main-area .cust-tel-input {
  padding-bottom: 4px;
}

.fc-chat-join-pane main.main-area .cust-tel-form-item .el-form-item__error {
  position: inherit;
  padding: 0;
}

.el-select-dropdown .popper__arrow {
  visibility: hidden;
}

.fc-chat-join-pane main.main-area .el-form-item .name-input>input.el-input__inner:hover {
  border-color: #AAA;
}

.fc-chat-join-pane footer.footer-area {
  background-color: transparent;
  padding: 4px 4px 6px;
}

.fc-chat-join-pane .el-form-item__content {
  line-height: inherit;
}

.fc-chat-join-pane .user-certificate-explanation {
  font-size: 10px;
  white-space: pre-wrap;
}

.fc-chat-join-pane .fname-kana-form-item {
  padding-left: 10px;
}

.fc-chat-join-pane .birthday-select-year,
.fc-chat-join-pane .birthday-select-month,
.fc-chat-join-pane .birthday-select-day {
  width: 80px;
}

.fc-chat-join-pane .birthday-select-year .el-input__inner,
.fc-chat-join-pane .birthday-select-month .el-input__inner,
.fc-chat-join-pane .birthday-select-day .el-input__inner {
  padding-left: 6px;
  outline: none;
}

.fc-chat-window .chat-join-button,
.fc-chat-window .reconnect-chat-button,
.fc-chat-window .user-certificate-button,
.fc-chat-window .return-service-select-button {
  font-size: 1rem;
  font-weight: bold;
  color: #002B79;
  display: inline-block;
  width: 100%;
  padding: 16px 10px 14px;
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow:  0 3px 0 0 #002B79;
  border: 1 #002B79;
  white-space:break-spaces;
}

.fc-chat-window .chat-join-button:focus,
.fc-chat-window .reconnect-chat-button:focus,
.fc-chat-window .user-certificate-button:focus,
.fc-chat-window .return-service-select-button:focus,
.fc-chat-window .chat-join-button:hover,
.fc-chat-window .reconnect-chat-button:hover,
.fc-chat-window .return-service-select-button:hover,
.fc-chat-window .user-certificate-button:hover {
  background-color: #002B79;
  border-color: #002B79;
  box-shadow: 0 3px 0 0 #ffffff;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.fc-chat-window .chat-join-button.is-disabled,
.fc-chat-window .reconnect-chat-button.is-disabled,
.fc-chat-window .user-certificate-button.is-disabled,
.fc-chat-window .return-service-select-button.is-disabled {
  background-color: #002B79;
  border-color: #002B79;
  box-shadow: 0 3px 0 0 #ffffff;
  -webkit-transform: inherit;
  transform: inherit;
  opacity: 0.5;
}

.fc-chat-window .chat-join-button.is-disabled:hover,
.fc-chat-window .reconnect-chat-button.is-disabled:hover,
.fc-chat-window .user-certificate-button.is-disabled:hover,
.fc-chat-window .return-service-select-button.is-disabled:hover {
  background-color: #002B79;
  border-color: #002B79;
  box-shadow: 0 3px 0 0 #ffffff;
  -webkit-transform: inherit;
  transform: inherit;
  opacity: 0.5;
}

.fc-chat-main-pane {
  background-color: #FFFFFF;
}

.fc-chat-main-pane main.main-area {
  padding: 0px;
  background-color: transparent;
}

.fc-chat-main-pane footer.footer-area {
  background-color: transparent;
  padding: 4px 4px 6px;
}

.fc-send-message-form main.main-area {
  padding: 0 4px 0 0;
}

.fc-send-message-form .send-message-textarea>textarea.el-textarea__inner {
  border-color: #b6b6b6;
  padding: 5px;
}

.fc-send-message-form .el-form-item.is-success .send-message-textarea>textarea.el-textarea__inner {
  border-color: #b6b6b6;
  padding: 5px;
}

.fc-send-message-form .el-form-item.is-success .send-message-textarea>textarea.el-textarea__inner:focus {
  border-color: #002B79;
}

.fc-chat-window .send-message-button,
.fc-chat-window .send-menu-button {
  font-size: .875rem;
  font-weight: bold;
  color: #002B79;
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 3px 0 0 #002B79;
  border-color: #002B79;
}

.fc-chat-window .send-message-button:hover,
.fc-chat-window .send-message-button:focus,
.fc-chat-window .send-menu-button:hover {
  background-color: #002B79;
  box-shadow: 0 1px 0 0 #002B79;
  border-color: #002B79;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.fc-chat-window .send-message-button.is-disabled,
.fc-chat-window .send-menu-button.is-disabled {
  background-color: #002B79;
  border-color: #002B79;
  box-shadow: 0 3px 0 0 #002B79;
  -webkit-transform: inherit;
  transform: inherit;
  opacity: 0.5;
}

.fc-chat-window .send-message-button.is-disabled:hover,
.fc-chat-window .send-menu-button.is-disabled:hover {
  background-color: #002B79;
  border-color: #002B79;
  box-shadow: 0 3px 0 0 #002B79;
  -webkit-transform: inherit;
  transform: inherit;
  opacity: 0.5;
}

.fc-chat-window .send-menu-button {
  margin-top: 8px;
}

.fc-chat-window .upload-send-file-wrapper {
  height: 94px;
  padding-left: 6px;
  padding-right: 6px;
  background-color: #fff;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
}

.fc-chat-window .upload-send-file-wrapper .uploaded-send-file-name-wrapper {
  padding-left: 4px;
  padding-right: 4px;
}

.fc-chat-window .upload-send-file-wrapper .uploaded-send-file-img-wrapper {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #dcdfe6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fc-chat-window .upload-send-file-wrapper .uploaded-send-file-img {
  width: auto;
  height: auto;
  max-width: 50px;
  max-height: 50px;
}

.fc-chat-window .upload-send-file-wrapper .uploaded-send-file-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #303133;
  font-size: 13px;
}

.fc-chat-window .upload-send-file-wrapper .cancel-send-file-button {
  background-color: #fff;
  padding: 7px;
  margin: 4px;
}

.image-menu.el-popper .popper__arrow,
.image-menu.el-popper .popper__arrow:after {
  display: none !important;
}

.image-menu .image-menu-item {
  word-break: keep-all;
}

.fc-image-message .image.img_image-message {
  cursor: pointer;
  border: 1px solid #dcdfe6;
}

.fc-video-message .file-name-wrapper, .fc-file-message .file-name-wrapper {
  cursor: pointer;
}

.fc-video-message .file-name-wrapper:hover, .fc-file-message .file-name-wrapper:hover {
  color: #66b1ff;
}

.message-frame-wrapper {
  margin: 0;
  padding: 10px
}

.message-wrapper>div.fc-text-message {
  border-radius: 6px;
}

.message-wrapper {
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
}

.fc-message-frame .message-unread-sign {
  text-align: center;
  color: red;
  font-size: small;
}

.fc-message-frame.my-message .message-wrapper:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -8px;
  top: 4px;
  border-left: 10px solid #d7d7d7;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.fc-message-frame.my-message .message-wrapper:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -6px;
  top: 4px;
  border-left: 10px solid #000000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.fc-message-frame.other-message .message-wrapper:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -8px;
  top: 4px;
  border-right: 10px solid #F3F6F8;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.fc-message-frame.other-message .message-wrapper:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -6px;
  top: 4px;
  border-right: 10px solid #F3F6F8;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.message-wrapper>.fc-text-message {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-all;
  box-shadow: none;
  text-align: left;
  border-radius: 10px;
  direction: ltr;
}

.message-wrapper>.fc-text-message.client-system-message {
  width: 100%;
  text-align: center;
  border: none;
}
.el-card {
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    color: #303133;
}
.message-wrapper>.fc-text-message>.el-card__body {
  font-size: .8125rem;
  background-color: #F3F6F8;
  position: relative;
  padding: 5px 6px 3px;
}

.message-wrapper>.fc-text-message.my-message>.el-card__body {
  background-color: #262626;
  color: #FFFFFF;
}

.message-wrapper>.fc-text-message.client-system-message>.el-card__body {
  background-color: #F3F6F8;
  color: red;
}

.message-wrapper>.fc-text-message.client-system-message {
  background-color: inherit;
}

.fc-message-frame footer.message-timestamp {
  font-size: .625rem;
  color: #666;
  margin-top: 4px;
  line-height:1.3;
  margin-right:6px;
  margin-left:6px;
}

.icoOperator {
  height: 80px;
  width: 78px;
  background: url(../images/sprite.png) no-repeat 0;
  background-position: -126px 0px;
  transform: scale(0.6);
  margin-left: -16px;
  margin-right: -14px;
  margin-top: -20px;
  margin-bottom: -20px;
}

.icoBot {
  height: 64px;
  width: 64px;
  background: url(../images/sprite.png) no-repeat 0;
  background-position: -128px -130px;
  transform: scale(0.8);
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -10px;
  margin-bottom: -20px;
}

div.el-message-box__btns {
  text-align: center;
}

div.el-message-box__btns>.el-button {
  padding: 12px 30px;
}

.fc-chat-main-pane .main-area-wrapper .fc-new-fh-message .el-message__content {
  padding-right: 24px;
}

div.el-dialog__wrapper {
  overflow: hidden;
}

.fc-survey-dialog .main-area {
  padding: 0px;
  display: flex;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}

.fc-survey-dialog .el-dialog__body {
  height: 100%;
  padding: 0px;
}

.fc-survey-dialog .el-dialog__body .el-container {
  height: 100%;
}

.fc-survey-dialog .evaluation-point-wrapper {
  margin: 0;
}

.fc-survey-dialog .evaluation-point-wrapper.el-form-item::after,
.fc-survey-dialog .evaluation-point-wrapper.el-form-item::before,
.fc-survey-dialog .comment-textarea-wrapper.el-form-item::after,
.fc-survey-dialog .comment-textarea-wrapper.el-form-item::before,
.fc-survey-dialog .comment-textarea-wrapper.el-form-item .el-form-item__content::after,
.fc-survey-dialog .comment-textarea-wrapper.el-form-item .el-form-item__content::before {
  display: none;
}

.fc-survey-dialog .comment-textarea-wrapper {
  margin-bottom: 0;
}

.fc-survey-dialog .comment-textarea-wrapper,
.fc-survey-dialog .comment-textarea-wrapper .el-form-item__content,
.fc-survey-dialog .comment-textarea,
.fc-survey-dialog .comment-textarea textarea {
  height: 100%;
}

.fc-survey-dialog .comment-textarea-wrapper .el-form-item__error {
  padding-top: 8px;
}

.fc-survey-dialog .comment-textarea>textarea.el-textarea__inner {
  border-color: #b6b6b6;
  padding: 5px;
}

.fc-survey-dialog .comment-textarea-wrapper.is-success .comment-textarea>textarea.el-textarea__inner {
  border-color: #b6b6b6;
  padding: 5px;
}

.fc-survey-dialog .comment-textarea-wrapper.is-success .comment-textarea>textarea.el-textarea__inner:focus {
  border-color: #159ae0;
}

.fc-survey-dialog .evaluation-point {
  transform: scale(2.0);
  display: inline-block;
  outline: none;
}

.fc-survey-dialog {
  margin: 0 !important;
  width: 90% !important;
  height: 90%;
  max-width: 400px;
  max-height: 350px;
}

.fc-survey-dialog .el-dialog__header {
  display: none;
}

.fc-survey-dialog .survey-form {
  width: 100%;
  height: auto;
  margin: 10px 10px 25px 10px;
  position: relative;
}

.fc-survey-dialog .footer-area {
  text-align: center;
}

.fc-survey-dialog .survey-form-table-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
}

.fc-survey-dialog .survey-form-table {
  height: 100%;
  width: 100%;
}

.fc-survey-dialog .survey-title-tr,
.fc-survey-dialog .evaluation-point-tr,
.fc-survey-dialog .comment-title-tr {
  vertical-align: top;
  height: 0;
}

.fc-survey-dialog .comment-textarea-tr {
  height: 100%;
}

.fc-survey-dialog .evaluation-point-td {
  padding: 10px;
  text-align: center;
}

.message-wrapper>.fc-question-message {
  word-wrap: inherit;
  white-space: inherit;
}

.message-wrapper>.fc-question-message .message-text {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-all;
}

.message-wrapper>.fc-question-message .answer-button-area-wrapper {
  display: inline-block;
  width: 100%;
}

.message-wrapper>.fc-question-message .answer-button-area {
  padding: 5px;
}

.message-wrapper>.fc-question-message .answer-button-area .answer-button {
  white-space: pre-wrap;
  word-break: break-all;
  line-height: 1rem;
}

.message-wrapper>.fc-button-list-message .answer-button-area .answer-button {
  margin-left: 0;
  margin-top: 5px;
  width: 100%;
}

.message-wrapper>.fc-survey-request-message .answer-button-area .answer-button {
  margin-left: 0;
  width: 100%;
}

.message-wrapper>.fc-image-url-message {
  word-wrap: inherit;
  white-space: inherit;
  word-break: inherit;
}

.message-wrapper>.fc-image-url-message>.el-card__body {
  padding: 10px;
}

.message-wrapper>.fc-image-url-message .image {
  width: 100%;
  height: auto;
}

.el-autocomplete-suggestion.fhsuggest-popper {
  top: inherit !important;
  left: 0px !important;
  bottom: 100% !important;
  margin: 0 0 4px 0 !important;
  opacity: 0.94;
}

.el-autocomplete-suggestion.fhsuggest-popper .popper__arrow {
  display: none;
}

.el-autocomplete-suggestion.fhsuggest-popper .el-autocomplete-suggestion__wrap {
  margin-bottom: 0 !important;
  padding: 0;
}

.el-autocomplete-suggestion.fhsuggest-popper li {
  white-space: inherit;
  overflow: inherit;
  text-overflow: inherit;
  word-break: break-all;
  line-height: 14px;
  padding: 10px 20px;
}

.el-autocomplete-suggestion.fhsuggest-popper li+li {
  border-top: 1px solid #e6e6e6;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 300px;
  margin: 0px auto;
  padding-top: 25px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 20px;
  background-color: #fff;
  border-radius: 5px;
}

.modal-header {
  margin-top: 0;
  text-align: left;
  font-family: 游ゴシック体, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 14px;
  color: #606266;
  padding-right: 15px;
  padding-left: 15px;
}

.modal-body {
  margin: 20px 0;
}

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.fc-chat-caution-confirm-dialog {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
}

.bot-start-button,
.bot-nostart-button {
  width: 100%;
}

.fc-chat-window .bot-confirm-button {
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  width: auto;
  padding: 12px 17px 12px 17px;
  border-radius: 5px;
  background-color: #002B79;
  border: 1;
  border-color: #000000;
  white-space:break-spaces;
}
.fc-chat-window .bot-confirm-button:focus,
.fc-chat-window .bot-confirm-button:hover {
  color: #002B79;
  background-color: #ffffff;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.fc-chat-window .bot-confirm-button.is-disabled {
  color: #002B79;
  background-color: #ffffff;
  -webkit-transform: inherit;
  transform: inherit;
  opacity: 0.5;
}
.fc-chat-window .bot-confirm-button.is-disabled:hover {
  color: #002B79;
  background-color: #ffffff;
  -webkit-transform: inherit;
  transform: inherit;
  opacity: 0.5;
}
.fc-chat-window .bot-confirm-body {
  margin-top: 30px;
  text-align: center;
}
.message-wrapper>.fc-text-message.my-message>.el-card__body>.el-dropdown>.file-name-wrapper {
  color: #FFFFFF;
}
.message-wrapper>.fc-text-message.my-message>.el-card__body>.el-dropdown>.file-name-wrapper:hover {
  color: #66b1ff;
}

/*
 * 画面モード　モバイル用スタイル
 */
.fc-screen-mode-mobile #FastchatApp {
  border-radius: 0;
}

.fc-screen-mode-mobile .el-loading-mask,
.fc-screen-mode-mobile .v-modal,
.fc-screen-mode-mobile .el-message-box__wrapper {
  border-radius: 0;
}

.fc-screen-mode-mobile .fc-chat-window {
  border-width: 2px;
  border-radius: 0;
}

.fc-screen-mode-mobile .fc-chat-window>header.header-area {
  border-radius: 0;
}

.fc-screen-mode-mobile .fc-chat-window>section, .fc-screen-mode-mobile .fc-chat-empty-pane>main {
  border-radius: 0;
}

.fc-screen-mode-mobile .fc-chat-main-pane footer.footer-area,
.fc-screen-mode-mobile .fc-chat-join-pane footer.footer-area {
  border-top-width: 2px;
  padding: 5px 11px 11px 11px;
}

.fc-screen-mode-mobile .fc-chat-window .header-main-area .header-main-content {
  margin: 5px;
}

.fc-screen-mode-mobile .fc-chat-window .close-button-wrapper {
  padding-right: 4px;
}

.fc-screen-mode-mobile .fc-chat-window button.minimize-button, .fc-screen-mode-mobile .fc-chat-window button.close-button {
  background-color: #002B79;
  padding: 7px;
  margin: 4px;
}

.fc-screen-mode-mobile .fc-chat-window .send-message-button {
  padding: 16px 45px;
}

.fc-screen-mode-mobile .window-move-drag-handle {
  cursor: inherit;
}

.fc-screen-mode-mobile .fc-chat-window .chat-join-button,
.fc-screen-mode-mobile .fc-chat-window .reconnect-chat-button,
.fc-screen-mode-mobile .fc-chat-window .user-certificate-button,
.fc-screen-mode-mobile .fc-chat-window .return-service-select-button {
  font-size: .9375rem;
  font-weight: normal;
  padding: 11px 10px;
  margin: 0px;
}

.fc-chat-window .reconnect-chat-button {
  width: 100%;
}

.fc-chat-main-pane .main-area-wrapper {
  position: relative;
  overflow: hidden;
}

.fc-chat-main-pane .main-area-wrapper .fc-new-fh-message {
  position: absolute;
  top: auto;
  bottom: 10px;
  opacity: 0.7;
  background-color: #0f6ea0;
  color: #ffffff;
  white-space: pre-wrap;
  min-width: inherit;
  word-break: keep-all;
  display: block;
  cursor: pointer;
}

.fc-chat-main-pane .main-area-wrapper .fc-new-fh-message.el-message-fade-enter,
.fc-chat-main-pane .main-area-wrapper .fc-new-fh-message.el-message-fade-leave-active {
  transform: translate(-50%, 0%);
  transition: opacity .3s;
  opacity: 0;
}

.fc-chat-main-pane .footer-area .message-typing-label {
  color: #555;
  font-size: .8125rem;
  line-height: 1.0;
}

.cust-tel-input>input.el-input__inner {
  width: 200px !important;
}

  .el-dropdown .el-button--primary:focus, .el-dropdown .el-button--primary:hover {
    background: #002B79;
    border-color: #002B79;
    color: #ffffff;
  }
  .el-message-box .el-button--primary{
    color: #ffffff;
    background-color: #002B79;
  }
  .el-message-box .el-button--primary:focus,
  .el-message-box .el-button--primary:hover{
    color: #ffffff;
    background-color: #0f4099;
  }
  .fc-chat-caution-confirm-dialog .el-button--primary{
    color: #ffffff;
    background-color: #002B79;
  }
  .fc-chat-caution-confirm-dialog .el-button--primary:focus,
  .fc-chat-caution-confirm-dialog .el-button--primary:hover{
    color: #ffffff;
    background-color: #0f4099;
  }

/*
 * PC用全画面 スタイル
 */
@media only screen and (min-width: 769px) {
  .fc-screen-mode-mobile{
    max-width: 768px;
    margin:auto;
  }
  .fc-chat-join-pane .information-text {
    font-size: 1rem;
    text-align:left;

  }
  .fc-screen-mode-mobile .fc-chat-window .chat-join-button,
  .fc-screen-mode-mobile .fc-chat-window .user-certificate-button,
  .fc-screen-mode-mobile .fc-chat-window .return-service-select-button {
    height:100px;
    font-size: 1.175rem;
    font-weight: normal;
  }
  .fc-screen-mode-mobile .fc-chat-window .user-certificate-button-body.chat-join-button,
  .fc-screen-mode-mobile .fc-chat-window .reconnect-chat-button,
  .fc-screen-mode-mobile .fc-chat-window .user-certificate-button-body .chat-join-button,
  .fc-screen-mode-mobile .fc-chat-window .user-certificate-button,
  .fc-screen-mode-mobile .fc-chat-window .return-service-select-button {
    font-size: 1.175rem;
    font-weight: normal;
    padding: 11px 10px;
    margin-left: 10%;
    margin-right: 10%;
    width:80%;
  }
  .fc-screen-mode-mobile .fc-chat-window .information-text,
  #FastchatApp > section.el-container.fc-chat-window.is-vertical > section.el-container.fc-chat-join-pane.is-vertical > main > form,
  .user-certificate-explanation{
    margin-left:10%;
    margin-right:10%;
    padding-bottom:30px;
  }
  .fc-screen-mode-mobile  .fc-chat-main-pane  .noneHistoryMessage-text{
    background: #ffffff;
    color: #002B79;
    border-radius: 1em;
    padding: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  .fc-chat-join-pane .user-certificate-explanation {
    font-size: 0.965rem;
  }
  .fc-chat-join-pane .modal-body .user-certificate-button{
    width:75%;
  }
  .fc-chat-join-pane .modal-body .user-certificate-button span {
    white-space: normal;
  }
  .main-area-layer { 
	width: 100%;
    height: 100%;
	position: absolute;
    z-index: 1;
  }
}
