@charset "UTF-8";

/*ログイン*/
.modaal_wrapper{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.modaal_wrapper .modaal_bg{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    opacity: 1;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: rgb(0, 0, 0);
    opacity: 0.8;
}

.login .modaal_wrapper,.login #login_box{
  display: none;
}
.not_login {
    /* overflow: hidden; */
}
.not_login .modaal_wrapper,.not_login #login_box{
  display: block;
}
#login_box{
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    text-align: center;
    color: #000;
    width: 90%;
    max-width: 500px;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    cursor: auto;
    z-index: 99999;
    border-radius: 10px;
    border: solid 2px #d50000;
}

#login_box .c-button::after {
    font-family: "Font Awesome 5 Free";
    content: '\f061';
    font-weight: 700;
    background: #fff;
    width: 27px;
    height: 27px;
    color: #d61919;
    display: inline-block;
    border-radius: 100px;
    line-height: 27px;
    font-size: 0.7rem;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all .2s;
}

#login_box h4 {
    font-weight: bold;
    padding: 20px;
    font-size: 1.2rem;
    color: #d50000;
    background: #fbebeb;
    border-radius: 10px 10px 0 0;
}

#login_box ul {
    padding: 30px;
    margin: auto;
}

#login_box ul li h5 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 5px;
}
#login_box ul li h5:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-bottom: -1px;
    margin-right: 7px;
    background-color: #003a97;
    display: inline-block;
}
#login_box ul li.regist_btn {
    margin-bottom: 30px;
}

#login_box ul li.regist_btn a.c-button {
    background: #d50000;
}

#login_box ul li a.c-button {
    border: 0;
    font-size: 1.4rem;
    max-width: 320px;
    margin: auto;
    padding: 20px;
}

#login_box .login_btn .c-button::after {
    color: #0046d5;
}

#login_box ul li.login_btn a.c-button {
    background-color: #0046d5;
}




body.AI_search{
    background:#fff;
}



/*タイトル*/
.single_title_page .head_wrap{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
}

.single_title_page .head_wrap .inner {
    position: relative;
    max-width: 1400px;
    margin: auto;
    padding: 20px;
}

.single_title_page .head_wrap .inner h2{
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    margin-top: 6px;
    margin-bottom: 0;
}

.single_title_page .head_wrap .inner p{
    color: #fff;
}

.single_title_page .head_wrap .inner .ribbon {
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
}

.single_title_page .head_wrap .inner .ribbon {
  --r: 1rem;
  border-block: 0.3em solid #0000;
  padding-inline: 0px calc(var(--r) + 1em);
  line-height: 1.4;
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%, 100% calc(109% - .25em), calc(100% - var(--r)) 50%, 98% .25em);
  background: #cd0a0b;
  width: fit-content;
  /* position: absolute; */
  top: 20px;
  /* comingsoon外れたら↓ */
  left: 0;
}

.single_title_page .head_wrap .inner .ribbon span {
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-left: 10px;
}

.single_title_page .head_wrap .inner .ribbon span:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 11px;
  color: #fff;
  content: "\f023";
}



@media screen and (max-width: 600px) {
    .single_title_page .head_wrap .inner {
        padding: 20px 20px;
    }
    .single_title_page .head_wrap .inner h2 {
        font-size: 1.8rem;
    }
    .single_title_page .head_wrap .inner p {
        margin-top: 10px;
        text-shadow: #142429 1px 1px 10px, #142428 -1px 1px 10px, #142429 1px -1px 10px, #142429 -1px -1px 10px;
    }
}

@media screen and (max-width: 600px) {
    .single_title_page .head_wrap .inner h2 {
        font-size: 1.5rem;
    }
}



/*common*/
.AI_search_cont .fa-solid {
    font-size: inherit;
}

.AI_search_cont .head_wrap{
    background-image: url("../../../../assets/img/forvisitors/AI_search/AI_search_bg.webp");
}


/*main_cont*/
.AI_search_cont{
    background: #fff;
}
.AI_search_cont .main_cont .main_cont_inner{
    max-width: 1400px;
    margin: auto;
    padding: 40px 20px 20px;
}

/*attention_area*/
.AI_search_cont .attention_area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fbebeb;
    border-radius: 10px;
    padding: 20px 40px;
    margin-bottom: 50px;
}
.AI_search_cont .attention_area dt{
    width: 140px;
    color: #cd0a0a;
    font-weight: bold;
    font-size: 1.2rem;
}
.AI_search_cont .attention_area dd {
    width: calc(100% - 140px);
    border-left: solid #edd1d1 1px;
    padding-left: 30px;
}


/*h3*/
.AI_search_cont h3 {
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.AI_search_cont h3 span {
    font-size: 1.6rem;
    font-weight: bold;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    background: #003a97;
    text-align: center;
    color: #fff;
}


/*search_target_area*/

.AI_search_cont .search_target_area .title_wrap {
    display: flex;
    align-items: center;
}
.AI_search_cont .search_target_area .title_wrap h3 {
    width: 262px;
}
.AI_search_cont .search_target_area .title_wrap p {
    padding-left: 30px;
    margin-top: 8px;
    font-size: 1.2rem;
    width: calc(100% - 262px);
}

.AI_search_cont .search_target_area .target_list {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    padding: 20px 40px 50px;
    position: relative;
    margin: 10px 0 0 22px;
}

.AI_search_cont .search_target_area .target_list:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: -7px;
    width: 8px;
    height: 100%;
    border-radius: 5px;
    background: #e0e0e0;
}

.AI_search_cont .search_target_area .target_list li {
    width: 48.6%;
}

.AI_search_cont .search_target_area .target_list li label {
    display: inline-block;
    padding: 30px 40px;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    background: #efefef;
    border: solid 2px #dedede;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 7px rgba(0,0,0,0.15));
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.AI_search_cont .search_target_area .target_list li label:hover{
    background: #c6daf9;
}

.AI_search_cont .search_target_area .target_list li.select label{
    background: #c6daf9;
    border: solid 2px #003a97;
}

.AI_search_cont .search_target_area .target_list li label input {
    transform: scale(2.6);
    display: inline-block;
    margin-right: 20px;
}

.AI_search_cont .search_target_area .target_list li label span {
    font-size: 1.8rem;
    font-weight: bold;
    margin-right: 10px;
    margin-left: 5px;
}


/*search_talk_area*/
.AI_search_cont .search_talk_area .title_wrap {
    background: url("../../../../assets/img/forvisitors/AI_search/robot_img.webp")no-repeat 92% bottom;
    background-size: 150px;
    padding: 10px 18% 40px 0;
}

.AI_search_cont .search_talk_area .title_wrap p {
    margin-left: 60px;
    margin-top: 20px;
    font-size: 1.2rem;
}

.AI_search_cont .search_talk_area .talk_block {
    padding: 10px;
    border-radius: 10px;
}

@keyframes hero-gradient-animation{0%{--y-0:80%; --c-0:hsla(150.8823529411765,52%,83%,1); --x-0:85%; --s-start-0:9%; --s-end-0:55%; --c-1:hsla(219.99999999999997,100%,82%,1); --y-1:24%; --s-start-1:5%; --s-end-1:72%; --x-1:60%; --c-2:hsla(297.7941176470588,100%,65%,0.49); --x-2:13%; --y-2:82%; --s-start-2:5%; --s-end-2:52%; --s-start-3:13%; --s-end-3:68%; --c-3:hsla(182,72%,68%,1); --x-3:24%; --y-3:7%;}100%{--y-0:94%; --c-0:hsla(150.8823529411765,52%,83%,1); --x-0:31%; --s-start-0:9%; --s-end-0:55%; --c-1:hsla(220,82%,95%,1); --y-1:25%; --s-start-1:5%; --s-end-1:72%; --x-1:2%; --c-2:hsla(297.7941176470588,100%,65%,0.49); --x-2:98%; --y-2:20%; --s-start-2:5%; --s-end-2:52%; --s-start-3:13%; --s-end-3:68%; --c-3:hsla(182,72%,68%,1); --x-3:95%; --y-3:92%;}}@property --y-0{syntax:'<percentage>';inherits:false;initial-value:80%}@property --c-0{syntax:'<color>';inherits:false;initial-value:hsla(150.8823529411765,52%,83%,1)}@property --x-0{syntax:'<percentage>';inherits:false;initial-value:85%}@property --s-start-0{syntax:'<percentage>';inherits:false;initial-value:9%}@property --s-end-0{syntax:'<percentage>';inherits:false;initial-value:55%}@property --c-1{syntax:'<color>';inherits:false;initial-value:hsla(219.99999999999997,100%,82%,1)}@property --y-1{syntax:'<percentage>';inherits:false;initial-value:24%}@property --s-start-1{syntax:'<percentage>';inherits:false;initial-value:5%}@property --s-end-1{syntax:'<percentage>';inherits:false;initial-value:72%}@property --x-1{syntax:'<percentage>';inherits:false;initial-value:60%}@property --c-2{syntax:'<color>';inherits:false;initial-value:hsla(297.7941176470588,100%,65%,0.49)}@property --x-2{syntax:'<percentage>';inherits:false;initial-value:13%}@property --y-2{syntax:'<percentage>';inherits:false;initial-value:82%}@property --s-start-2{syntax:'<percentage>';inherits:false;initial-value:5%}@property --s-end-2{syntax:'<percentage>';inherits:false;initial-value:52%}@property --s-start-3{syntax:'<percentage>';inherits:false;initial-value:13%}@property --s-end-3{syntax:'<percentage>';inherits:false;initial-value:68%}@property --c-3{syntax:'<color>';inherits:false;initial-value:hsla(182,72%,68%,1)}@property --x-3{syntax:'<percentage>';inherits:false;initial-value:24%}@property --y-3{syntax:'<percentage>';inherits:false;initial-value:7%}.AI_search_cont .search_talk_area .talk_block{--y-0:80%;--c-0:hsla(150.8823529411765,52%,83%,1);--x-0:85%;--c-1:hsla(219.99999999999997,100%,82%,1);--y-1:24%;--x-1:60%;--c-2:hsla(297.7941176470588,100%,65%,0.49);--x-2:13%;--y-2:82%;--c-3:hsla(182,72%,68%,1);--x-3:24%;--y-3:7%;;background-color:hsla(358.0000000000001,0%,100%,1);background-image:radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0),transparent var(--s-end-0)),radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1),transparent var(--s-end-1)),radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2),transparent var(--s-end-2)),radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3),transparent var(--s-end-3));animation:hero-gradient-animation 10s linear infinite alternate;background-blend-mode:normal,normal,normal,normal;}



.AI_search_cont .search_talk_area .talk_block h4.talk_tag {
    background: #003a97;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 6px;
}

.AI_search_cont .search_talk_area .talk_inner {
    margin: 15px 0 15px 15px;
    max-height: 50vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

/*スクロールバー参考：https://ccg-wheads.jp/journal/article-634/*/
.AI_search_cont .search_talk_area .talk_inner::-webkit-scrollbar {
    width: 15px;
    background-color:none;
}

.AI_search_cont .search_talk_area .talk_inner::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    width: 15px;
    border-radius: 30px;
}

/*吹き出し参考：https://saruwakakun.com/html-css/reference/speech-bubble*/
.AI_search_cont .search_talk_area .speech_bubble {
    position: relative;
    display: inline-block;
    padding: 20px 30px;
    color: #555;
    font-size: 1.4rem;
    background: #e0edff;
    border-radius: 8px;
    filter: drop-shadow(0px 0px 7px rgba(0,0,0,0.15));
}

.AI_search_cont .search_talk_area .speech_bubble:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -15px;
    border: 15px solid transparent;
}

.AI_search_cont .search_talk_area .my_remarks .speech_bubble:before {
    left: 100%;
    border-left: 15px solid #e0edff;
}

.AI_search_cont .search_talk_area .AI_remarks .speech_bubble {
    background: #fff;
}

.AI_search_cont .search_talk_area .AI_remarks .speech_bubble:before {
    top: 50px;
    left: -28px;
    border-right: 15px solid #fff;
}

.AI_search_cont .search_talk_area .my_remarks {
    display: flex;
    justify-content: end;
    margin-right: 30px;
}

.AI_search_cont .search_talk_area .my_remarks .speech_bubble p {
    font-weight: bold;
    margin-bottom: 0;
}

.AI_search_cont .search_talk_area .speech_bubble {
    font-size: 1rem;
}

.AI_search_cont .search_talk_area .speech_bubble > * {
/*    font-size: 1rem;*/
    margin-top: 10px;
}

.AI_search_cont .search_talk_area .speech_bubble > h3 {
    margin-top: 20px;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.AI_search_cont .search_talk_area .speech_bubble > h3 a{
    color: #000;
    text-decoration: none;
    margin-top: 0;
}

.AI_search_cont .search_talk_area .speech_bubble > a{
    margin-top: 20px;
    display: inline-block;
}

.AI_search_cont .search_talk_area .AI_remarks {
    display: flex;
    margin: 40px 30px 40px 0;
}

.AI_search_cont .search_talk_area .AI_remarks .robot_icon {
    width: 100px;
    margin-right: 20px;
}

.AI_search_cont .search_talk_area .AI_remarks .speech_bubble {
    width: calc(100% - 120px);
}


.AI_search_cont .search_talk_area .search_box input[type="text"] {
    padding: 20px;
    border: solid 2px #003a97;
    border-radius: 8px;
    width: calc(100% - 140px);
    margin-right: 10px;
    font-size: 1.1rem;
}
.AI_search_cont .search_talk_area .search_box input[type="text"]::placeholder {
    color: #cacaca;
}

.AI_search_cont .search_talk_area .search_box {
    display: flex;
    align-items: center;
    padding: 30px;
    filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.15));
}

.AI_search_cont .search_talk_area .search_box .send_btn {
    display: inline-block;
    background: #003a97;
    padding: 15px 20px;
    border-radius: 500px;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    width: 130px;
    text-align: center;
}

/*loading 参考：https://photopizza.design/css_loading/*/

#loading-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 100px;
}

#loading-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  transform: translate(-50%, -50%);
}

#loading-content {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  margin: -85px 0 0 -85px;
  border: 3px solid #F00;
}

#loading-content:after {
  content: "";
  position: absolute;
  border: 3px solid #0F0;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}

#loading-content:before {
  content: "";
  position: absolute;
  border: 3px solid #00F;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
}

#loading-content {
  border: 3px solid transparent;
  border-top-color: #416db3;
  border-bottom-color: #416db3;
  border-radius: 50%;
  -webkit-animation: loader 2.5s linear infinite;
  -moz-animation: loader 2.5s linear infinite;
  -o-animation: loader 2.5s linear infinite;
  animation: loader 2.5s linear infinite;
}

#loading-content:before {
  border: 3px solid transparent;
  border-top-color: #fff24e;
  border-bottom-color: #fff24e;
  border-radius: 50%;
  -webkit-animation: loader 3.5s linear infinite;
  -moz-animation: loader 2.5s linear infinite;
  -o-animation: loader 2.5s linear infinite;
  animation: loader 3.5s linear infinite;
}

#loading-content:after {
  border: 3px solid transparent;
  border-top-color: #e476b2;
  border-bottom-color: #e476b2;
  border-radius: 50%;
  -webkit-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
  -moz-animation: loader 2.5s linear infinite;
  -o-animation: loader 2.5s linear infinite;
}

@-webkit-keyframes loaders {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}




@media screen and (max-width: 850px) {

    .AI_search_cont .attention_area {
        flex-wrap: wrap;
        padding: 20px;
        margin-bottom: 20px;
    }

    .AI_search_cont .attention_area dt {
        width: 100%;
        margin-bottom: 10px;
    }

    .AI_search_cont .attention_area dd {
        width: 100%;
        border: none;
        margin: 0;
        text-indent: -1rem;
        padding-left: 1rem;
    }

    .AI_search_cont .search_target_area .title_wrap {
        flex-wrap: wrap;
    }

    .AI_search_cont .search_target_area .title_wrap h3 {
        width: 100%;
    }

    .AI_search_cont h3 {
        font-size: 1.5rem;
    }

    .AI_search_cont h3 span {
        font-size: 1.4rem;
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .AI_search_cont .search_target_area .title_wrap p {
        width: 100%;
        padding-left: 50px;
    }

    .AI_search_cont .search_target_area .target_list {
        flex-wrap: wrap;
        padding: 20px 0px 20px 40px;
        margin: 0 0 0 10px;
    }

    .AI_search_cont .search_target_area .target_list li {
        width: 100%;
    }

    .AI_search_cont .search_target_area .target_list li:last-child {
        margin-top: 20px;
    }

    .AI_search_cont .search_target_area .target_list li label {
        padding: 20px 20px 20px 40px;
    }

    .AI_search_cont .search_target_area .target_list li label input {
        transform: scale(2);
        margin-right: 10px;
    }

    .AI_search_cont .search_target_area .target_list li label span {
        font-size: 1.6rem;
    }



    .AI_search_cont .search_talk_area .title_wrap {
        background-position: 100% bottom;
        background-size: 110px;
        padding: 10px 18% 20px 0;
    }

    .AI_search_cont .search_talk_area .title_wrap p {
        margin-top: 5px;
        margin-left: 50px;
    }

    .AI_search_cont .search_talk_area .search_box {
        padding: 0;
    }

    .AI_search_cont .search_talk_area .search_box .send_btn .fa-solid {
        display: none;
    }


    .AI_search_cont .search_talk_area .search_box .send_btn {
        width: 100px;
    }

    .AI_search_cont .search_talk_area .search_box input[type="text"] {
        width: calc(100% - 100px);
    }

    .AI_search_cont .search_talk_area .title_wrap {
        background-position: 100% bottom;
        background-size: 110px;
        padding: 10px 18% 20px 0;
    }

    .AI_search_cont .search_talk_area .title_wrap p {
        margin-top: 5px;
        margin-left: 50px;
    }

    .AI_search_cont .search_talk_area .search_box {
        padding: 0;
    }

    .AI_search_cont .search_talk_area .search_box .send_btn .fa-solid {
        display: none;
    }

    .AI_search_cont .fa-solid {}

    .AI_search_cont .search_talk_area .search_box .send_btn {
        width: 100px;
        margin-right: 10px;
    }

    .AI_search_cont .search_talk_area .search_box input[type="text"] {
        width: calc(100% - 100px);
    }

    .AI_search_cont .search_talk_area .my_remarks {
        margin-right: 29px;
    }

    .AI_search_cont .search_talk_area .talk_inner {
        margin: 10px 0 15px 0;
        max-height: 600px;
    }

    .AI_search_cont .search_talk_area .talk_block {
        padding-right: 0;
    }

    .AI_search_cont .search_talk_area .AI_remarks .robot_icon {
        width: 80px;
    }

    .AI_search_cont .search_talk_area .AI_remarks .speech_bubble {
        width: calc(100% - 80px);
    }

    .AI_search_cont .search_talk_area .speech_bubble {
        padding: 16px;
    }

    .AI_search_cont .search_talk_area .AI_remarks {
        margin: 20px 30px 20px 0;
    }

    .AI_search_cont .search_talk_area .AI_remarks .speech_bubble:before {
        top: 40px;
    }


}



@media screen and (max-width: 480px) {

    #login_box ul li h5 {
        font-size: 1.2rem;
    }

    #login_box ul li h5:before {
        width: 15px;
        height: 15px;
        margin-bottom: -1.7px;
    }


    .AI_search_cont .head_wrap {
        background-position-x: 90%;
    }


    .AI_search_cont .search_talk_area .title_wrap {
        padding-right: 0;
        background: none;
    }

    .AI_search_cont .search_talk_area .title_wrap p {
        margin-left: 0;
    }

    .AI_search_cont .search_target_area .target_list li label {
        padding: 10px 10px 10px 20px;
    }

    .AI_search_cont .search_target_area .target_list {
        padding: 10px 0px 10px 30px;
        margin: 0 0 20px;
    }

    .AI_search_cont .search_target_area .title_wrap p {
        padding: 0;
        margin-bottom: 10px;
    }

    .AI_search_cont .title_wrap p {
        font-size: 1rem!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    }

    .AI_search_cont .search_target_area .target_list li label span {
        font-size: 1.3rem;
    }

    .AI_search_cont .search_target_area .target_list li label input {
        transform: scale(1.6);
        margin-right: 5px;
    }

    .AI_search_cont .search_target_area .target_list li:last-child {
        margin-top: 10px;
    }



    .AI_search_cont .search_talk_area .search_box .send_btn {
        width: 60px;
        font-size: 1rem;
        padding: 10px 0;
    }

    .AI_search_cont .search_talk_area .search_box input[type="text"] {
        width: calc(100% - 60px);
    }


    .AI_search_cont .main_cont .main_cont_inner {
        padding: 20px 20px 50px;
    }

    .AI_search_cont .search_talk_area .speech_bubble{
        font-size: 1rem;
    }

    .AI_search_cont .search_talk_area .speech_bubble > * {
/*        font-size: 1rem;*/
    }

    .AI_search_cont .search_talk_area .AI_remarks .robot_icon {
        width: 30px;
        margin-right: 12px;
    }

    .AI_search_cont .search_talk_area .AI_remarks .speech_bubble {
        width: calc(100% - 30px);
    }



    .AI_search_cont .search_talk_area .AI_remarks .speech_bubble:before {
        top: 20px;
        border-right: 20px solid #fff;
        left: -24px;
    }

    .AI_search_cont .search_talk_area .AI_remarks {
        margin-right: 5px;
    }

    .AI_search_cont .search_talk_area .my_remarks {
        margin-right: 15px;
        /* overflow: hidden; */
    }

    .AI_search_cont .search_talk_area .speech_bubble {
        padding: 10px;
    }

    .AI_search_cont .search_talk_area .my_remarks .speech_bubble:before {
        border-left: 20px solid #e0edff;
        top: 20px;
        left: inherit;
        right: -24px;
    }

}