.is-pc{display:block !important}@media(max-width: 767px){.is-pc{display:none !important}}.is-sp{display:none !important}@media(max-width: 767px){.is-sp{display:block !important}}:root{--color-white: #fff;--color-blue-white: #bdd0e3;--color-sky-blue: #d8eaff;--color-blue: #0062c3;--color-navy: #163c61;--color-orange: #ff8008;--color-green: #4797d1;--color-light-green: #eefcff;--back-color-progress: #2384eb;--back-color-chat: var(--color-sky-blue);--back-color-form: #f6f6f6;--width-chat-progress: 0;--base-width: 567px}@media(max-width: 767px){:root{--base-width: 80%}}.is-error{color:#ff000e;font-size:10px;font-weight:normal}.chat-entry{font-family:"Noto Sans JP",sans-serif}.chat-entry__header{background-color:var(--color-sky-blue);color:var(--color-white);padding:7px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:18px;position:sticky;top:0;z-index:1}.chat-entry__header .chat-entry-progress{padding:7px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-weight:bold}@media(max-width: 767px){.chat-entry__header .chat-entry-progress{width:100%;padding:1.6vw 2.1333333333vw;font-size:3.2vw}}.chat-entry__header .chat-entry-progress__item{width:560px;height:10px;background-color:var(--color-white);border-radius:100px;position:relative}@media(max-width: 767px){.chat-entry__header .chat-entry-progress__item{width:100%}}.chat-entry__header .chat-entry-progress__item::after{-webkit-transition:all 1s ease;transition:all 1s ease;content:"";position:absolute;top:0;left:0;background-color:var(--back-color-progress);border-radius:100px;width:var(--width-chat-progress);height:100%}.chat-entry__header .chat-entry-progress__label,.chat-entry__header .chat-entry-progress__text{border-radius:5px;line-height:22px;padding:0 6px;-ms-flex-negative:0;flex-shrink:0}@media(max-width: 767px){.chat-entry__header .chat-entry-progress__label,.chat-entry__header .chat-entry-progress__text{line-height:5.8666666667vw}}.chat-entry__header .chat-entry-progress__label strong,.chat-entry__header .chat-entry-progress__text strong{font-size:18px}@media(max-width: 767px){.chat-entry__header .chat-entry-progress__label strong,.chat-entry__header .chat-entry-progress__text strong{font-size:4.2666666667vw}}.chat-entry__header .chat-entry-progress__label{background-color:var(--color-white);color:var(--back-color-progress)}.chat-entry__header .chat-entry-progress__text{background-color:var(--back-color-progress)}.chat-entry__wrapper{min-height:70vh;margin-top:50px;margin-bottom:200px;gap:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(max-width: 767px){.chat-entry__wrapper{min-height:80vh;gap:5.3333333333vw;margin-top:8vw;margin-bottom:13.3333333333vw;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.chat-entry .chat-entry__section{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;width:var(--base-width);margin:0 88px;position:relative;min-height:68px}@media(max-width: 767px){.chat-entry .chat-entry__section{min-height:9.3333333333vw;margin:0 2.6666666667vw;gap:1.6vw}}.chat-entry .chat-entry__section:not(.user) .chat-entry__content-user{display:none}@media(max-width: 767px){.chat-entry .chat-entry__section.user{-ms-flex-item-align:end;align-self:flex-end}}.chat-entry .chat-entry__section.user .chat-entry__content-user{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.chat-entry .chat-entry__section.user .chat-entry__content-user .chat-entry-item{opacity:1;top:0}.chat-entry .chat-entry__section.user .chat-entry__content{display:none}.chat-entry .chat-entry__section.user .chat-entry-item{background:#ffe5d5;border-radius:15px 5px 15px 15px}.chat-entry .chat-entry__section .chat-entry__icon{border-radius:50%;-ms-flex-negative:0;flex-shrink:0;-o-object-fit:cover;object-fit:cover}@media(max-width: 767px){.chat-entry .chat-entry__section .chat-entry__icon{position:absolute;top:0;left:0;width:9.3333333333vw;height:9.3333333333vw;margin-left:1.6vw}}.chat-entry .chat-entry__section .chat-entry__icon.user{right:-88px}@media(max-width: 767px){.chat-entry .chat-entry__section .chat-entry__icon.user{right:-9.3333333333vw}}.chat-entry .chat-entry__section .chat-entry__content,.chat-entry .chat-entry__section .chat-entry__content-user{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:10px;color:var(--color-navy);font-size:16px;line-height:1.5;font-weight:normal}@media(max-width: 767px){.chat-entry .chat-entry__section .chat-entry__content,.chat-entry .chat-entry__section .chat-entry__content-user{gap:5.3333333333vw;font-size:4vw}}.chat-entry .chat-entry__section .chat-entry-item{position:relative;opacity:0;top:10px;padding:15px 20px;background-color:var(--back-color-chat);-webkit-transition:all .5s ease;transition:all .5s ease;border-radius:5px 15px 15px 15px;font-weight:700}@media(max-width: 767px){.chat-entry .chat-entry__section .chat-entry-item{padding:2.6666666667vw 3.7333333333vw;margin-left:12.5333333333vw;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:75.4666666667vw}}.chat-entry .chat-entry__section .chat-entry-item--complete{background-color:#fff5ec;font-weight:normal}.chat-entry .chat-entry__section .chat-entry-item .is-orange{font-weight:bold;color:#f37405}.chat-entry .chat-entry__section .chat-entry-item strong{font-weight:700}.chat-entry .chat-entry__section .chat-entry-item span.blue{color:var(--color-blue)}.chat-entry .chat-entry__section .chat-entry-item span.is-sp{display:none !important}@media(max-width: 767px){.chat-entry .chat-entry__section .chat-entry-item span.is-sp{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}.chat-entry .chat-entry__section .chat-entry-item span.is-pc{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}@media(max-width: 767px){.chat-entry .chat-entry__section .chat-entry-item span.is-pc{display:none !important}}.chat-entry .chat-entry__section .chat-entry-item .is-border{color:var(--color-navy);border-bottom:1px solid var(--color-navy)}.chat-entry .chat-entry__section .chat-entry-item .is-border.js-kiyaku{cursor:pointer;margin-top:13px}@media(max-width: 767px){.chat-entry .chat-entry__section .chat-entry-item .is-border.js-kiyaku{margin-top:7px}}.chat-entry .chat-entry__section .chat-entry-item .is-border:hover{text-decoration:none}.chat-entry .chat-entry__section .chat-entry-form,.chat-entry .chat-entry__section .chat-entry-post-list{position:relative;opacity:0;top:10px;margin-top:10px;background-color:var(--back-color-form);padding:30px;border-radius:5px;-webkit-transition:all .5s ease;transition:all .5s ease;width:100%}@media(max-width: 767px){.chat-entry .chat-entry__section .chat-entry-form,.chat-entry .chat-entry__section .chat-entry-post-list{margin-top:0px;padding:8vw 3.7333333333vw 8vw;width:94.6666666667vw}}.chat-entry .chat-entry__section .chat-entry-form p,.chat-entry .chat-entry__section .chat-entry-post-list p{width:100%;font-weight:700;font-size:16px;line-height:150%;color:var(--color-navy);margin-bottom:20px}.chat-entry .chat-entry__section .chat-entry-form p.keyword-form,.chat-entry .chat-entry__section .chat-entry-post-list p.keyword-form{margin-bottom:10px}@media(max-width: 767px){.chat-entry .chat-entry__section .chat-entry-form p,.chat-entry .chat-entry__section .chat-entry-post-list p{font-size:4vw}}.chat-entry .chat-entry__section .chat-entry-form .chat-entry-form-item,.chat-entry .chat-entry__section .chat-entry-post-list .chat-entry-form-item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;position:relative}.chat-entry .chat-entry__section .chat-entry-form .chat-entry-form__button,.chat-entry .chat-entry__section .chat-entry-post-list .chat-entry-form__button{font-size:16px;border-radius:100px;width:200px;height:40px;margin:16px auto 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--color-blue);color:var(--color-white);grid-column:1/3;border:none;cursor:pointer}.chat-entry .chat-entry__section .chat-entry-form .chat-entry-form__button.is-hidden,.chat-entry .chat-entry__section .chat-entry-post-list .chat-entry-form__button.is-hidden{background-color:#909090}.chat-entry .chat-entry__section .chat-entry-form .chat-entry-form__button:disabled,.chat-entry .chat-entry__section .chat-entry-post-list .chat-entry-form__button:disabled{background-color:#909090;cursor:default}@media(max-width: 767px){.chat-entry .chat-entry__section .chat-entry-form .chat-entry-form__button,.chat-entry .chat-entry__section .chat-entry-post-list .chat-entry-form__button{margin:20px auto 0}}.chat-entry .chat-entry__section .chat-entry-form label,.chat-entry .chat-entry__section .chat-entry-post-list label{color:#465c72}.chat-entry .chat-entry__section .chat-entry-form label+select,.chat-entry .chat-entry__section .chat-entry-form label+input:not([type=radio]),.chat-entry .chat-entry__section .chat-entry-post-list label+select,.chat-entry .chat-entry__section .chat-entry-post-list label+input:not([type=radio]){margin-top:8px}.chat-entry .chat-entry__section .chat-entry-form div+select,.chat-entry .chat-entry__section .chat-entry-form div+input:not([type=radio]),.chat-entry .chat-entry__section .chat-entry-post-list div+select,.chat-entry .chat-entry__section .chat-entry-post-list div+input:not([type=radio]){margin-top:8px}.chat-entry .chat-entry__section .chat-entry-form select,.chat-entry .chat-entry__section .chat-entry-form input:not([type=radio]),.chat-entry .chat-entry__section .chat-entry-post-list select,.chat-entry .chat-entry__section .chat-entry-post-list input:not([type=radio]){padding:16px 32px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;outline:none;border-radius:3px;width:100%;border:2px solid var(--color-blue-white);-webkit-filter:drop-shadow(2px 2px 3px var(--color-blue-white));filter:drop-shadow(2px 2px 3px var(--color-blue-white));background-color:var(--color-white);color:var(--color-navy);font-size:16px}@media(max-width: 767px){.chat-entry .chat-entry__section .chat-entry-form select,.chat-entry .chat-entry__section .chat-entry-form input:not([type=radio]),.chat-entry .chat-entry__section .chat-entry-post-list select,.chat-entry .chat-entry__section .chat-entry-post-list input:not([type=radio]){font-size:4vw}}.chat-entry .chat-entry__section .chat-entry-form select:hover,.chat-entry .chat-entry__section .chat-entry-form input:not([type=radio]):hover,.chat-entry .chat-entry__section .chat-entry-post-list select:hover,.chat-entry .chat-entry__section .chat-entry-post-list input:not([type=radio]):hover{border:2px solid var(--color-blue) !important}.chat-entry .chat-entry__section .chat-entry-form select[form-state=error],.chat-entry .chat-entry__section .chat-entry-form input:not([type=radio])[form-state=error],.chat-entry .chat-entry__section .chat-entry-post-list select[form-state=error],.chat-entry .chat-entry__section .chat-entry-post-list input:not([type=radio])[form-state=error]{border:2px solid #ff5959;background-color:#ffe3e3}.chat-entry .chat-entry__section .chat-entry-form select[form-state=complete],.chat-entry .chat-entry__section .chat-entry-form input:not([type=radio])[form-state=complete],.chat-entry .chat-entry__section .chat-entry-post-list select[form-state=complete],.chat-entry .chat-entry__section .chat-entry-post-list input:not([type=radio])[form-state=complete]{border:2px solid var(--color-green);background-color:var(--color-light-green)}.chat-entry .chat-entry__section .chat-entry-form input:not([type=radio]),.chat-entry .chat-entry__section .chat-entry-post-list input:not([type=radio]){-webkit-box-shadow:0px 2px 5px 0px rgba(158,166,173,.55) inset;box-shadow:0px 2px 5px 0px rgba(158,166,173,.55) inset;-webkit-filter:none;filter:none}.chat-entry .chat-entry__section .chat-entry-form input:not([type=radio]):disabled,.chat-entry .chat-entry__section .chat-entry-post-list input:not([type=radio]):disabled{background-color:#fff !important;cursor:default}@media(max-width: 767px){.chat-entry .chat-entry__section .chat-entry-form.chat-entry-form--radio,.chat-entry .chat-entry__section .chat-entry-post-list.chat-entry-form--radio{gap:2.6666666667vw 2.1333333333vw}}.chat-entry .chat-entry__section .chat-entry-form.chat-entry-form--radio .category-list,.chat-entry .chat-entry__section .chat-entry-post-list.chat-entry-form--radio .category-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.chat-entry .chat-entry__section .chat-entry-form.chat-entry-form--radio .category-list label,.chat-entry .chat-entry__section .chat-entry-post-list.chat-entry-form--radio .category-list label{min-height:56px;position:relative;padding:0 0 0 124px;font-weight:700}@media(max-width: 767px){.chat-entry .chat-entry__section .chat-entry-form.chat-entry-form--radio .category-list label,.chat-entry .chat-entry__section .chat-entry-post-list.chat-entry-form--radio .category-list label{min-height:14.9333333333vw;padding:0 0 0 25.3333333333vw}}.chat-entry .chat-entry__section .chat-entry-form.chat-entry-form--radio .category-list label::before,.chat-entry .chat-entry__section .chat-entry-post-list.chat-entry-form--radio .category-list label::before{display:none}.chat-entry .chat-entry__section .chat-entry-form.chat-entry-form--radio .category-list label .category-img,.chat-entry .chat-entry__section .chat-entry-post-list.chat-entry-form--radio .category-list label .category-img{position:absolute;bottom:0;left:48px;-webkit-transform:translateX(-50%);transform:translateX(-50%);height:51px;width:auto}@media(max-width: 767px){.chat-entry .chat-entry__section .chat-entry-form.chat-entry-form--radio .category-list label .category-img,.chat-entry .chat-entry__section .chat-entry-post-list.chat-entry-form--radio .category-list label .category-img{left:12.8vw;height:13.6vw}}.chat-entry .chat-entry__section .chat-entry-form.chat-entry-form--radio .category-list label strong,.chat-entry .chat-entry__section .chat-entry-post-list.chat-entry-form--radio .category-list label strong{color:var(--color-orange);font-weight:700}.chat-entry .chat-entry__section .chat-entry-form.chat-entry-form--radio .search-found-radio,.chat-entry .chat-entry__section .chat-entry-post-list.chat-entry-form--radio .search-found-radio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px}.chat-entry .chat-entry__section .chat-entry-form.chat-entry-form--radio label,.chat-entry .chat-entry__section .chat-entry-post-list.chat-entry-form--radio label{border-radius:3px;width:100%;border:2px solid var(--color-blue-white);-webkit-filter:drop-shadow(2px 2px 3px var(--color-blue-white));filter:drop-shadow(2px 2px 3px var(--color-blue-white));background-color:var(--color-white);color:var(--color-navy);font-size:16px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;min-height:56px;padding:0 0 0 18px;--width-circle: 19px}@media(max-width: 767px){.chat-entry .chat-entry__section .chat-entry-form.chat-entry-form--radio label,.chat-entry .chat-entry__section .chat-entry-post-list.chat-entry-form--radio label{font-size:4vw}}@media(max-width: 767px){.chat-entry .chat-entry__section .chat-entry-form.chat-entry-form--radio label,.chat-entry .chat-entry__section .chat-entry-post-list.chat-entry-form--radio label{--width-circle: 17px;gap:2.6666666667vw;padding:4.2666666667vw 2.1333333333vw}}.chat-entry .chat-entry__section .chat-entry-form.chat-entry-form--radio label::before,.chat-entry .chat-entry__section .chat-entry-post-list.chat-entry-form--radio label::before{content:"";display:block;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;border:2px solid var(--color-blue-white);width:var(--width-circle);height:var(--width-circle);background-color:#fff}.chat-entry .chat-entry__section .chat-entry-form.chat-entry-form--radio label:hover,.chat-entry .chat-entry__section .chat-entry-post-list.chat-entry-form--radio label:hover{border:2px solid var(--color-blue)}.chat-entry .chat-entry__section .chat-entry-form.chat-entry-form--radio label:has(+input:checked),.chat-entry .chat-entry__section .chat-entry-post-list.chat-entry-form--radio label:has(+input:checked){border:4px solid var(--color-green);background-color:var(--color-light-green)}.chat-entry .chat-entry__section .chat-entry-form.chat-entry-form--radio label:has(+input:checked)::before,.chat-entry .chat-entry__section .chat-entry-post-list.chat-entry-form--radio label:has(+input:checked)::before{border:4px solid #4797d1}.chat-entry .chat-entry__section .chat-entry-form.chat-entry-form--radio label:has(+input:disabled),.chat-entry .chat-entry__section .chat-entry-post-list.chat-entry-form--radio label:has(+input:disabled){cursor:default}.chat-entry .chat-entry__section .chat-entry-form.chat-entry-form--radio label:has(+input:not(:checked):disabled),.chat-entry .chat-entry__section .chat-entry-post-list.chat-entry-form--radio label:has(+input:not(:checked):disabled){border:2px solid var(--color-blue-white)}.chat-entry .chat-entry__section .chat-entry-form--column,.chat-entry .chat-entry__section .chat-entry-form--row,.chat-entry .chat-entry__section .chat-entry-post-list--column,.chat-entry .chat-entry__section .chat-entry-post-list--row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.chat-entry .chat-entry__section .chat-entry-form.chat-entry-form--column,.chat-entry .chat-entry__section .chat-entry-post-list.chat-entry-form--column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.chat-entry .chat-entry__section .chat-entry-form__add-item,.chat-entry .chat-entry__section .chat-entry-post-list__add-item{margin-top:4px;text-align:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;gap:11px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid var(--color-navy);padding:0 5px;-ms-flex-item-align:center;align-self:center}.chat-entry .chat-entry__section .chat-entry-complete{position:relative;opacity:0;-webkit-transition:all .5s ease;transition:all .5s ease;top:10px}@media(max-width: 767px){.chat-entry .chat-entry__section .chat-entry-complete{margin:0 calc(50% - 50vw - 6.2666666667vw + 4.8vw);width:90.4vw}}.chat-entry .chat-entry__section .chat-entry-complete__button{border-radius:100px;margin-top:20px;padding:16px 0;width:400px;background:-webkit-gradient(linear, right top, left top, from(#eb690b), to(#fda724));background:linear-gradient(270deg, #eb690b 0%, #fda724 100%);-webkit-box-shadow:0px 4px 4px 0px rgba(164,129,99,.25);box-shadow:0px 4px 4px 0px rgba(164,129,99,.25);border:none;font-size:20px;font-weight:bold;color:var(--color-white);cursor:pointer}@media(max-width: 767px){.chat-entry .chat-entry__section .chat-entry-complete__button{width:100%}}.hot-words-container{border-radius:5px;padding:20px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px 8px;margin-bottom:20px}@media(max-width: 767px){.hot-words-container{gap:12px 8px;margin-bottom:24px}}.hot-words-container.sp{display:none}@media(max-width: 767px){.hot-words-container.sp{display:-webkit-box;display:-ms-flexbox;display:flex}}.hot-words-container.pc{display:-webkit-box;display:-ms-flexbox;display:flex}@media(max-width: 767px){.hot-words-container.pc{display:none}}.hot-words-container a{text-decoration:none;font-weight:700;font-size:14px;line-height:150%;border-radius:28px;padding:4px 14px;background:#ebf0fa;color:var(--color-blue)}.hot-words-container a:hover{opacity:.7;-webkit-transition:all .15s ease;transition:all .15s ease;text-decoration:none}@media(max-width: 767px){.hot-words-container a{font-size:15px;line-height:150%;letter-spacing:0}}.media-posts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:14px}.media-posts a{text-decoration:none;background-color:#fff;border:2px solid #bdd0e3;border-radius:3px;padding:17px 69px 17px 20px;position:relative;font-weight:700;font-size:16px;line-height:140%;letter-spacing:0;color:#163c61;width:100%;-webkit-box-shadow:2px 2px 3px 0px #bdd0e3;box-shadow:2px 2px 3px 0px #bdd0e3}.media-posts a:hover{opacity:.7;-webkit-transition:all .15s ease;transition:all .15s ease;text-decoration:none}@media(max-width: 767px){.media-posts a{padding:4.8vw 17.8666666667vw 4.8vw 4.2666666667vw;font-size:4vw;line-height:1.5}}.media-posts a::after{content:"";position:absolute;top:50%;right:22px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:32px;height:32px;background-color:#0062c3;background-image:url(/media_search_assets/index/img/open_new.svg);background-size:16px auto;background-repeat:no-repeat;background-position:center;border-radius:50%}@media(max-width: 767px){.media-posts a::after{right:5.3333333333vw}}.media-posts a strong{font-weight:700;color:#ff8008}.see-more-area{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:24px;margin-bottom:14.5px}.see-more-area a{width:385px;padding:20px 60px;border-radius:6px;background-image:url(/media_search_assets/index/img/read_more_button_bg.svg);background-size:100% 100%;background-repeat:no-repeat;font-weight:700;font-size:18px;letter-spacing:0;color:#fff;border:none;-webkit-box-shadow:none;box-shadow:none}.see-more-area a:hover{opacity:.7;-webkit-transition:all .15s ease;transition:all .15s ease;text-decoration:none}@media(max-width: 767px){.see-more-area a{padding:5.3333333333vw 7.4666666667vw;width:87.2vw;background-image:url(/media_search_assets/index/img/read_more_button_bg.svg);background-size:100% 100%;background-repeat:no-repeat;font-size:4.8vw}}.see-more-area a small{font-size:15px}@media(max-width: 767px){.see-more-area a small{font-size:4vw}}.chat-go-back__button{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto;width:-webkit-max-content;width:-moz-max-content;width:max-content;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:20px;position:relative;background-color:rgba(0,0,0,0);border:none;font-weight:700;font-size:14px;line-height:100%;color:#0062c3;cursor:pointer}.chat-go-back__button:hover{opacity:.7;-webkit-transition:all .15s ease;transition:all .15s ease;text-decoration:none}@media(max-width: 767px){.chat-go-back__button{font-size:3.7333333333vw}}.chat-go-back__button::after{content:"";position:absolute;top:50%;right:-10px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:4.5px;height:8.3px;background-image:url(/media_search_assets/index/img/arrow_blue.svg);background-repeat:no-repeat;background-size:contain}.chat-entry__section .chat-entry-item.typing{background-color:rgba(0,0,0,0);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;overflow:hidden;margin-top:10px;margin-bottom:10px;padding:14px 20px}.typing-dot-elastic{position:relative;width:10px;height:10px;border-radius:5px;color:var(--back-color-chat);background-color:var(--back-color-chat);-webkit-animation:dot-elastic 1s infinite linear;animation:dot-elastic 1s infinite linear}.typing-dot-elastic::before,.typing-dot-elastic::after{content:"";display:inline-block;position:absolute;top:0}.typing-dot-elastic::before{left:-15px;width:10px;height:10px;border-radius:5px;background-color:var(--back-color-chat);color:var(--back-color-chat);-webkit-animation:dot-elastic-before 1s infinite linear;animation:dot-elastic-before 1s infinite linear}.typing-dot-elastic::after{left:15px;width:10px;height:10px;border-radius:5px;background-color:var(--back-color-chat);color:var(--back-color-chat);-webkit-animation:dot-elastic-after 1s infinite linear;animation:dot-elastic-after 1s infinite linear}@-webkit-keyframes dot-elastic-before{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}25%{-webkit-transform:scale(1, 1.5);transform:scale(1, 1.5)}50%{-webkit-transform:scale(1, 0.67);transform:scale(1, 0.67)}75%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}100%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}}@keyframes dot-elastic-before{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}25%{-webkit-transform:scale(1, 1.5);transform:scale(1, 1.5)}50%{-webkit-transform:scale(1, 0.67);transform:scale(1, 0.67)}75%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}100%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}}@-webkit-keyframes dot-elastic{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}25%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}50%{-webkit-transform:scale(1, 1.5);transform:scale(1, 1.5)}75%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}100%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}}@keyframes dot-elastic{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}25%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}50%{-webkit-transform:scale(1, 1.5);transform:scale(1, 1.5)}75%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}100%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}}@-webkit-keyframes dot-elastic-after{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}25%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}50%{-webkit-transform:scale(1, 0.67);transform:scale(1, 0.67)}75%{-webkit-transform:scale(1, 1.5);transform:scale(1, 1.5)}100%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}}@keyframes dot-elastic-after{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}25%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}50%{-webkit-transform:scale(1, 0.67);transform:scale(1, 0.67)}75%{-webkit-transform:scale(1, 1.5);transform:scale(1, 1.5)}100%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}}/*# sourceMappingURL=index.min.css.map */