@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}

/* Clearfix
-------------------------------------------------*/
.ict_chat_box .ict_support_center, .ict_chat_box .ict_support_center .ict_avatar, .ict_user, .ict_chat_window .ict_chat_form, .ict_chat_window .ict_chat_form .ict_input_text {
  zoom: 1;
}

.ict_chat_box .ict_support_center:before, .ict_chat_box .ict_support_center .ict_avatar:before, .ict_user:before, .ict_chat_window .ict_chat_form:before, .ict_chat_window .ict_chat_form .ict_input_text:before, .ict_chat_box .ict_support_center:after, .ict_chat_box .ict_support_center .ict_avatar:after, .ict_user:after, .ict_chat_window .ict_chat_form:after, .ict_chat_window .ict_chat_form .ict_input_text:after {
  content: "";
  display: table;
}

.ict_chat_box .ict_support_center:after, .ict_chat_box .ict_support_center .ict_avatar:after, .ict_user:after, .ict_chat_window .ict_chat_form:after, .ict_chat_window .ict_chat_form .ict_input_text:after {
  clear: both;
}

/* Base design
-------------------------------------------------*/
.sp {
  display: none;
}

.pc {
  display: block;
}

.ict_chat_box,
.ict_banner_area,
button,
button em {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

.ict_chat_box a,
.ict_banner_area a,
button a,
button em a {
  color: #5e92c8;
  text-decoration: underline;
}

.ict_chat_box p,
.ict_chat_box .caution-list li,
.ict_chat_box .ict_name,
.ict_chat_box .ict_log,
.ict_banner_area p,
.ict_banner_area .caution-list li,
.ict_banner_area .ict_name,
.ict_banner_area .ict_log,
button p,
button .caution-list li,
button .ict_name,
button .ict_log,
button em p,
button em .caution-list li,
button em .ict_name,
button em .ict_log {
  text-align: left;
}

.ict_chat_box p,
.ict_banner_area p,
button p,
button em p {
  margin: 2px 0;
}

.ict_chat_box ol, .ict_chat_box ul,
.ict_banner_area ol,
.ict_banner_area ul,
button ol,
button ul,
button em ol,
button em ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ict_chat_box em,
.ict_banner_area em,
button em,
button em em {
  display: block;
  font-style: normal;
}

.ict_chat_box button,
.ict_chat_box button em,
.ict_banner_area button,
.ict_banner_area button em,
button button,
button button em,
button em button,
button em button em {
  cursor: pointer;
}

.ict_chat_box *:disabled,
.ict_chat_box *:disabled:hover,
.ict_banner_area *:disabled,
.ict_banner_area *:disabled:hover,
button *:disabled,
button *:disabled:hover,
button em *:disabled,
button em *:disabled:hover {
  background: #f5f5f5;
  border: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: .6;
}

.ict_chat_box *:disabled em,
.ict_chat_box *:disabled:hover em,
.ict_banner_area *:disabled em,
.ict_banner_area *:disabled:hover em,
button *:disabled em,
button *:disabled:hover em,
button em *:disabled em,
button em *:disabled:hover em {
  color: #999;
}

/* form
-------------------------------------------------*/
input[type="text"],
input[type="number"],
textarea {
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  padding: .5em .75em;
  width: 100%;
}

textarea {
  height: 6em;
}

label {
  padding: 0 .25em;
}

form ul li {
  display: inline-block;
}

.ict_label_title {
  display: block;
  padding: .25em 0 0 0;
}

/* Common Parts
-------------------------------------------------*/
.ict_buttons ul,
.ict_button_set ul {
  margin: 0;
  padding: 0;
}

.ict_buttons li,
.ict_button_set li {
  box-sizing: border-box;
  display: inline-block;
  float: left;
  padding: 0 .25em;
  list-style: none;
  text-align: center;
}

.ict_buttons li a,
.ict_buttons li button,
.ict_button_set li a,
.ict_button_set li button {
  border: none;
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

.ict_buttons li a em,
.ict_buttons li button em,
.ict_button_set li a em,
.ict_button_set li button em {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #333;
  display: inline-block;
  padding: .25em .75em;
}

.ict_buttons li a:hover,
.ict_buttons li button:hover,
.ict_button_set li a:hover,
.ict_button_set li button:hover {
  opacity: .8;
}

.ict_buttons li a:hover em,
.ict_buttons li button:hover em,
.ict_button_set li a:hover em,
.ict_button_set li button:hover em {
  opacity: .8;
}


.ict_buttons .btn_yes a,
.ict_buttons .btn_yes button,
.ict_buttons .btn_no a,
.ict_buttons .btn_no button,
.ict_buttons .btn_question a,
.ict_buttons .btn_question button,
.ict_buttons .btn_finish a,
.ict_buttons .btn_finish button,
.ict_button_set .btn_yes a,
.ict_button_set .btn_yes button,
.ict_button_set .btn_no a,
.ict_button_set .btn_no button,
.ict_button_set .btn_question a,
.ict_button_set .btn_question button,
.ict_button_set .btn_finish a,
.ict_button_set .btn_finish button {
  background: none;
}


.ict_buttons .btn_yes a em,
.ict_buttons .btn_yes button em,
.ict_buttons .btn_no a em,
.ict_buttons .btn_no button em,
.ict_buttons .btn_question a em,
.ict_buttons .btn_question button em,
.ict_buttons .btn_finish a em,
.ict_buttons .btn_finish button em,
.ict_button_set .btn_yes a em,
.ict_button_set .btn_yes button em,
.ict_button_set .btn_no a em,
.ict_button_set .btn_no button em,
.ict_button_set .btn_question a em,
.ict_button_set .btn_question button em,
.ict_button_set .btn_finish a em,
.ict_button_set .btn_finish button em {
  border: 2px solid #c6dfec;
  color: #333;
  font-weight: bold;
}

.ict_buttons .btn_no a em, .ict_buttons .btn_no button em,
.ict_buttons .btn_finish a em,
.ict_buttons .btn_finish button em,
.ict_button_set .btn_no a em,
.ict_button_set .btn_no button em,
.ict_button_set .btn_finish a em,
.ict_button_set .btn_finish button em {
  border: 2px solid #ecc6e8;
  font-weight: normal;
}

.ict_buttons .btn_question,
.ict_buttons .btn_finish,
.ict_button_set .btn_question,
.ict_button_set .btn_finish {
  display: block !important;
  margin: .5em 0;
}

.ict_buttons .btn_question a em, .ict_buttons .btn_question button em,
.ict_buttons .btn_finish a em,
.ict_buttons .btn_finish button em,
.ict_button_set .btn_question a em,
.ict_button_set .btn_question button em,
.ict_button_set .btn_finish a em,
.ict_button_set .btn_finish button em {
  border: none;
  color: #fff;
  font-weight: bold;
  padding: .75em;
}

.ict_buttons .btn_question a em, .ict_buttons .btn_question button em,
.ict_button_set .btn_question a em,
.ict_button_set .btn_question button em {
  background: #78abca;
}

.ict_buttons .btn_finish a em, .ict_buttons .btn_finish button em,
.ict_button_set .btn_finish a em,
.ict_button_set .btn_finish button em {
  background: #fff;
  border: 1px solid #aaa;
  color: #333;
}

/* Contents
-------------------------------------------------*/
.ict_chat_box {
  box-sizing: border-box;
  z-index: 10000;
  padding: 0;
  width: 100% !important;
  background: #fff;
  color: #333;
  font-size: 13px;
  line-height: 1.4;
}

.ict_chat_box #iframeInner {
  border: none;
  height: 100%;
  width: 100%;
}

.ict_chat_box .ict_header {
  background: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 500;
}

.ict_chat_box .ict_header .ict_button_set {
  position: absolute;
  right: 5px;
  top: 5px;
}

.ict_chat_box .ict_brand_logo {
  position: relative;
}

.ict_chat_box .ict_brand_logo img {
  width: 65%;
  position: absolute;
}

.ict_chat_box .ict_brand_logo .ict_message {
  display: none;
}

.ict_chat_box .ict_support_center .ict_avatar {
  position: relative;
}

.ict_chat_box .ict_support_center .ict_avatar img {
  position: absolute;
  top: 0;
}

.ict_chat_box .ict_chat_log {
  box-sizing: border-box;
  clear: both;
  overflow-y: auto;
  background: #fff;
  position: relative;
  z-index: 900;
}

.ict_chat_box .ict_chat_log .ict_category:before, .ict_chat_box .ict_chat_log .ict_other:before {
  content: none;
}

.ict_chat_box .ict_chat_log .ict_category .ict_log, .ict_chat_box .ict_chat_log .ict_other .ict_log {
  background-color: #e0ecfa;
  border-color: #e0ecfa;
  color: #333;
  margin-top: 0;
}

.ict_chat_box .ict_chat_log .ict_category .ict_log:before, .ict_chat_box .ict_chat_log .ict_other .ict_log:before {
  content: none;
}

.ict_chat_box .ict_chat_log .ict_category .ict_log p, .ict_chat_box .ict_chat_log .ict_category .ict_log li, .ict_chat_box .ict_chat_log .ict_other .ict_log p, .ict_chat_box .ict_chat_log .ict_other .ict_log li {
  padding: 10px;
}

.ict_chat_box .ict_chat_log .ict_category .ict_log p a, .ict_chat_box .ict_chat_log .ict_category .ict_log li a, .ict_chat_box .ict_chat_log .ict_other .ict_log p a, .ict_chat_box .ict_chat_log .ict_other .ict_log li a {
  background: url(../images/bg_link.png) left 0.45em no-repeat;
  background-size: 6px;
  color: #333;
  display: inline-block;
  padding: 0 0 0 12px;
  word-break: break-all;
}

.ict_chat_box .ict_chat_log .ict_category .ict_log li, .ict_chat_box .ict_chat_log .ict_other .ict_log li {
  padding: 0 0 5px 0;
}

.ict_chat_box .ict_chat_log .ict_category .ict_log li:last-child, .ict_chat_box .ict_chat_log .ict_other .ict_log li:last-child {
  padding-bottom: 0;
}

.ict_no-bg-image {
  background-image: none !important;
}

.ict_log {
  background: #fff;
  border: 1px solid #abd0db;
  border-radius: 4px;
  padding: .5em .75em;
  position: relative;
  margin-top: 1em;
  width: 86%;
  z-index: 100;
}

.ict_log .ict_content {
  max-height: 25em;
  overflow-y: auto;
}

.ict_log img {
  height: auto;
  max-width: 100%;
}

.ict_log ul li,
.ict_log ol li {
  list-style: none;
  margin: 0;
}

.ict_log ol li {
  list-style: decimal;
}

.ict_log p, .ict_log a, .ict_log li {
  word-break: break-all;
}

.ict_log .ict_button_set ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.ict_log .ict_button_set ul li {
  float: none;
  display: table-cell;
}

.ict_log .ict_button_set ul li a, .ict_log .ict_button_set ul li button {
  display: block;
  line-height: 1;
  width: 100%;
}

.ict_log .ict_button_set ul li a em, .ict_log .ict_button_set ul li button em {
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
}

.ict_staff,
.ict_dialog {
  clear: both;
  position: relative;
  padding: .75em 0 .25em 84px;
}

.ict_staff:before,
.ict_dialog:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 64px;
  position: absolute;
  bottom: calc( 50% - 40px);
  left: 3px;
  width: 64px;
}

.ict_staff .ict_log,
.ict_dialog .ict_log {
  border: none;
  overflow: visible;
}

.ict_staff .ict_log:before,
.ict_dialog .ict_log:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: -10px;
  top: calc( 50% - 5px);
}

.ict_category, .ict_other {
  clear: both;
  position: relative;
  padding: .75em 0 .25em 0;
}

.ict_category:before, .ict_other:before {
  content: "";
  background-size: contain;
  display: block;
  height: 64px;
  position: absolute;
  bottom: calc( 50% - 40px);
  left: 3px;
  width: 64px;
}

.ict_category .ict_log, .ict_other .ict_log {
  overflow: visible;
  width: 94%;
  padding: 0 .75em;
}

.ict_category .ict_log:before, .ict_other .ict_log:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: -10px;
  top: calc( 50% - 5px);
}

.ict_user {
  padding: 0 10px 0 0;
}

.ict_user .ict_log {
  background-color: #4382cc;
  border: 1px solid #4382cc;
  color: #fff;
  float: right;
  width: 80%;
}

.ict_user .ict_log:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #4382cc;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: -10px;
  top: calc( 50% - 5px);
}

.ict_dialog {
  padding: 0;
}

.ict_dialog:before {
  content: none;
  display: none;
}

.ict_dialog .ict_log {
  background: rgba(255, 255, 255, 0.65);
  border-radius: 4px;
  box-sizing: border-box;
  padding: 1em;
  width: 100%;
}

.ict_dialog .ict_log:before {
  content: none;
}

/* footer
-------------------------------------------------*/
.ict_footer {
  width: 100%;
  z-index: 1000;
}

.ict_chat_window {
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
  padding: 10px;
}

.ict_chat_window .ict_chat_input_area {
  width: 100%;
}

.ict_chat_window .ict_chat_form .ict_input_text {
  width: 100%;
  padding: 0 0 1em 0;
}

.ict_chat_window .ict_chat_form .ict_extext {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  float: left;
  font: 14px/1.5 "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  box-sizing: border-box;
  height: 47px;
  padding: .25em .5em;
  transition: height .15s linear;
  width: 100%;
}

.ict_chat_window .ict_chat_form .ict_button_set {
  width: 100%;
}

.ict_chat_window .ict_chat_form .ict_button_set li {
  float: none;
  padding: 0;
  width: 100%;
}

.ict_chat_window .ict_chat_form .ict_button_set li em {
  background: none;
  border: none;
  color: #fff;
  padding: 0;
}

.ict_btn_send:hover,
.ict_btn_close:hover {
  opacity: 0.8;
}

.ict_btn_send a,
.ict_btn_send button,
.ict_btn_close a,
.ict_btn_close button {
  background: #3281dd;
  border-radius: 6px;
  display: inline-block;
  width: 100%;
}

.ict_btn_send a em,
.ict_btn_send button em,
.ict_btn_close a em,
.ict_btn_close button em {
  font-weight: bold;
}

.ict_button_set .ict_btn_close a,
.ict_button_set .ict_btn_close button {
  background: #fff;
  line-height: 1;
  padding: .5em;
}

.ict_button_set .ict_btn_close a:before,
.ict_button_set .ict_btn_close button:before {
  background: url(../images/icon_close.png) left center no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  width: 16px;
}

.ict_copyright {
  background: #125eb5;
  clear: both;
  padding: 1em 0;
}

.ict_copyright p {
  text-align: center;
}

.ict_copyright p small {
  color: #fff;
  font-family: Arial, Helvetica, "sans-serif";
  line-height: 1.25;
}

.ict_chat_window .ict_chat_form .ict_input_text {
  float: left;
  padding: 0;
  width: 75%;
}

.ict_chat_window .ict_chat_form .ict_extext {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.ict_chat_window .ict_chat_form .ict_button_set {
  float: right;
  width: 25%;
}

.ict_btn_send button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* i-ask category item
-------------------------------------------------*/
.ict_chat_box .ict_chat_log .ict_category .ict_log,
.ict_chat_box .ict_chat_log .ict_other .ict_log {
  background-color: none;
  width: 94%;
}

.ict_chat_box .ict_chat_log .ict_category .ict_log p,
.ict_chat_box .ict_chat_log .ict_other .ict_log p {
  margin: 0 0 .75em;
  padding: 0;
}

.ict_chat_box .ict_chat_log .ict_category .ict_log p a,
.ict_chat_box .ict_chat_log .ict_other .ict_log p a {
  background-color: #fff;
  border-radius: 4px;
  display: block;
  padding: 1em 1em 1em 2em;
  background-position: 1em 1.45em;
}

/* i-ask otheritem
-------------------------------------------------*/
.ict_chat_box .ict_chat_log .ict_other .ict_log {
  background-color: transparent;
  border: none;
}

.ict_chat_box .ict_chat_log .ict_other .ict_log .ict_content .ttl {
  margin: 10px 0 0;
}

.ict_chat_box .ict_chat_log .ict_other .ict_log .ict_content .ttl em {
  font-weight: bold !important;
}

.ict_chat_box .ict_chat_log .ict_other .ict_log .ict_content a {
  padding: 1em 1em 1em 2.5em;
}

.ict_chat_box .ict_chat_log .ict_other .ict_log .ict_content .url a {
  background: #fff url(../images/bg_url.png) left 0.45em no-repeat;
  background-size: 16px;
  background-position: 0.75em 1.25em;
}

.ict_chat_box .ict_chat_log .ict_other .ict_log .ict_content .image a {
  background: #fff url(../images/bg_image.png) left 0.45em no-repeat;
  background-size: 16px;
  background-position: 0.75em 1.25em;
}

.ict_chat_box .ict_chat_log .ict_other .ict_log .ict_content .relation a {
  background: #fff url(../images/bg_relation.png) left 0.45em no-repeat;
  background-size: 16px;
  background-position: 0.75em 1.25em;
}

/* i-ask category item
-------------------------------------------------*/
.ict_chat_open {
  position: fixed;
  bottom: 0;
  right: 10px;
  z-index: 1;
}

.ict_banner {
  cursor: pointer;
  line-height: 1;
  height: 75px;
  padding: 0;
  margin: 0;
  width: 315px;
}

.ict_banner:hover {
  opacity: .6;
}

.ui-widget {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.ui-widget-content {
  background: #fff;
}

.ui-dialog .ui-dialog-titlebar {
  background: #fff;
  border: none;
  padding: 0;
}

.ui-dialog {
  border: none;
  box-shadow: 0 1px 36px rgba(0, 0, 0, 0.15);
  overflow: visible;
  padding: 0 10px 0;
  height: auto;
}

.ui-dialog-title {
  color: #999;
  font-size: 14px;
  font-weight: normal;
}

.ui-dialog .ui-dialog-content {
  overflow-y: hidden;
  padding: 0;
}

.ui-widget-header .ui-state-default {
  background: #999;
  border: none;
  border-radius: 50%;
}

.ui-dialog .ui-dialog-titlebar-close {
  background: #aaa;
  border-radius: 50%;
  border: none;
  right: -22px;
  top: -2px;
  width: 25px;
  height: 25px;
  text-indent: -999em;
  z-index: 100;
}

.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  background-image: url(../css/ui-lightness/images/ui-icons_ffffff_256x240.png);
}

.ui-button-icon-only .ui-icon {
  margin-left: -9px;
  margin-top: -9px;
}

/* i-ask branch_main item
-------------------------------------------------*/
#branch_main {
  background-color: #f4ecb7;
  margin: 10px 0 -12px;
  padding-bottom: 10px;
}

#branch_main .tree_question + .tree_question {
  margin-top: 20px;
}

#branch_main .tree_question input {
  display: none;
}

#branch_main .tree_question label {
  background: #fff;
  border: 2px solid #ccc;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: .25em .75em;
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
}

#branch_main .tree_question label:hover {
  opacity: 0.6;
}

#branch_main .tree_question .ict_button_set li {
  display: inline-block;
  margin-bottom: 5px;
  width: calc((100% - 5px) / 2);
}

#branch_main #reset_box {
  margin-top: 20px;
  padding: 0 15px;
  text-align: center;
}

#branch_main #reset_box input {
  background: #fff;
  border: 1px solid #aaa;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: .75em;
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
}

/* close_btn
-------------------------------------------------*/
.ui-dialog .ui-dialog-buttonpane {
  border: none;
  padding: 0;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
}

.ui-dialog .ui-dialog-buttonpane button {
  display: block;
  line-height: 1;
  width: 100%;
  background: #fff;
  border: 1px solid #aaa;
  color: #666;
  font-size: 12px;
  padding: 10px 5px;
}

/* Device
-------------------------------------------------*/
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .ict_chat_box #iframeInner {
    height: 100% !important;
    width: 100% !important;
  }
  .ui-dialog .ui-dialog-titlebar-close {
    border: 3px solid #fff;
    right: -5px;
    top: 15px;
    height: 36px;
    width: 36px;
    z-index: 999999999999999;
  }
  .ui-dialog {
    box-shadow: none;
    box-sizing: border-box;
    height: 94vh !important;
    width: 99% !important;
  }
  .ict_chat_box .ict_brand_logo .ict_message {
    display: block;
    position: relative;
  }
  .ict_chat_box .ict_brand_logo .ict_message p {
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    padding: .5em;
    top: 62px;
    left: 0px;
    width: 100%;
  }
  .ict_brand_logo img {
    top: 5px;
  }
  .ict_brand_logo .ict_message {
    display: none;
  }
  .ict_avatar {
    display: none;
  }
  .ict_chat_window .ict_chat_form .ict_input_text {
    float: left;
    padding: 0;
    width: 75%;
  }
  .ict_chat_window .ict_chat_form .ict_extext {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .ict_chat_window .ict_chat_form .ict_button_set {
    float: right;
    width: 25%;
  }
  .ict_btn_send button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  /* close_btn
-------------------------------------------------*/
  .ui-dialog .ui-dialog-buttonpane {
    margin-top: -40px;
    position: relative;
    z-index: 10000;
  }
}

/* type_blank
-------------------------------------------------*/
.type_blank {
  overflow-y: hidden;
}

.type_blank .ict_chat_box {
  display: block;
}

.type_blank .ict_chat_box .ict_header {
  height: auto !important;
}

.type_blank .ict_chat_box .ict_brand_logo {
  padding: 10px 10px 0;
  max-width: none;
}

.type_blank .ict_chat_box .ict_chat_window {
  padding: 10px;
}

.type_blank .ict_chat_box .ict_chat_log {
  height: calc( 100vh - 70px - 68px);
}

/* type_fixed
-------------------------------------------------*/
.type_fixed .ict_chat_box .ict_chat_log {
  height: calc( 100vh - 70px);
}

/*# sourceMappingURL=user-chat_main.css.map */