@charset "UTF-8";

html,
body {
    height: 100%;
}

* {
    box-sizing: border-box
}

body {
    margin: 0 auto;
    font-family: 'Noto Sans JP', 'メイリオ', sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

input[type="button"] {
    -webkit-appearance: none;
}

input[type="text"] {
    -webkit-appearance: none;
}

.viii_header_box {
    margin: 0px auto;
    text-align: center;
    position: relative;
    width: 100%;
    padding: 0 175px;
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.viii_header_box h1 {
    /* font-size: 180%; */
    /* padding: 3px; */
    /* margin: 5px auto; */
    /* font-weight: normal; */
    font-size: 1.5625rem;
    font-weight: bold;
    text-shadow: 0 1px 4px rgb(0 0 0 / 45%);
}

.viii_header_box #logo {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -17px;
    max-width: 120px;
}

.viii_header_box #logo img {
    width: 100%
}

.viii_container {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: url(../images/bg.jpg) no-repeat center bottom;
    background-size: cover;
    /* padding: 0 10px; */
    position: relative;
}

.viii_headerArea {
    width: 100%;
    color: #fff;
    flex: 0 0 auto;
    /* height: 38px\0/; */
    background: url(../images/head_bg.jpg);
    background-size: cover;
    height: 60px;
    display: flex;
    align-items: center;
    /*    justify-content: center;*/
    /* background: rgb(55,150,32); */
    background: -moz-linear-gradient(left,  rgba(55,150,32,1) 0%, rgba(91,201,57,1) 100%);
    /* background: -webkit-linear-gradient(left,  rgba(55,150,32,1) 0%,rgba(91,201,57,1) 100%); */
    /* background: linear-gradient(to right,  rgba(55,150,32,1) 0%,rgba(91,201,57,1) 100%); */
    box-shadow: 0 2px 0 #209107;
}

.viii_chatArea {
    /* background: #d5f5ff; */
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: scroll;
    height: 400px\9;
    /* height: 400px\0/; */
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
    padding: 20px 0;
    /* border-radius: 10px 10px 0 0; */
    /* box-shadow: inset 0 5px 10px -5px rgb(0 0 0 / 50%); */
    width: 100%;
    max-width: 1200px;
    margin: auto;
    /* position: relative; */
}
#viii_chatCharaArea {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    padding: 60px 0 45px;
}
#viii_chatCharaArea #imgInner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    /* padding-right: 65%; */
    height: 100%;
}
#viii_chatCharaArea #imgInner #imgArea {
    width: 40.5%;
    height: 100%;
    position: relative;
}
#viii_chatCharaArea #imgInner #imgArea .charaImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: none;
}
#viii_chatCharaArea #imgInner #imgArea .charaImg.chara001 {background-image: url(../images/viii001.png);display: block}
#viii_chatCharaArea #imgInner #imgArea .charaImg.chara002 {background-image: url(../images/viii002.png)}
#viii_chatCharaArea #imgInner #imgArea .charaImg.chara003 {background-image: url(../images/viii003.png)}
#viii_chatCharaArea #imgInner #imgArea .charaImg.chara004 {background-image: url(../images/viii004.png)}
#viii_chatCharaArea #imgInner #imgArea .charaImg.chara005 {background-image: url(../images/viii005.png)}
#viii_chatCharaArea #imgInner #imgArea img {
    visibility: hidden;
}
.viii_chatArea::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
}

.viii_chatArea-wrap {
    padding-bottom: 10px;
    /*    padding-bottom: 30vh;*/
    /* width: 65%; */
    /* max-width: 720px; */
    /* margin: auto; */
    /* background: #fff; */
    padding-left: 37.5%;
}

#viii_input {
    /* background: #999999; */
    /* padding: 10px; */
    clear: both;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 40px\9;
    /* height: 40px\0/; */
    width: 100%;
    box-sizing: border-box;
    /* max-width: 780px; */
    margin: auto;
    position: absolute;
    display: block;
    position: relative;
}

#viii_input_txt {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 53px;
    /* border: 3px solid #3eb293; */
    /* border-radius: 5px; */
    overflow: hidden;
}

#viii_sendMessage {
    width: calc(100% - 140px);
    /* margin-right: 10px; */
    background-color: #ffffff;
    color: #333333;
    font-size: 100%;
    padding: 10px;
    /* border-radius: 5px; */
    /* box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.2); */
    /* float: left\0/; */
    border: 2px solid #0076c2;
    /* border: none; */
    border-right: none;
    overflow: hidden;
    outline: none;
    height: 53px;
    /* line-height: 53px; */
}

#viii_sendMessage::placeholder {
    color: #999999;
    font-weight: 500
}

/* IE */
#viii_sendMessage:-ms-input-placeholder {
    color: #999999;
    font-weight: 500
}

/* Edge */
#viii_sendMessage::-ms-input-placeholder {
    color: #999999;
    font-weight: 500
}

.viii_submit_btn {
    background: #179be5;
    color: #ffffff;
    font-size: 100%;
    font-weight: bold;
    border: 0;
    text-decoration: none;
    padding: 7px 8px;
    text-align: center;
    vertical-align: middle;
    display: block;
    cursor: pointer;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 140px;
    /* float: left\0/; */
    background: #e36b6b;
    box-shadow: 0px 2px 0px 0px #005a94;
    outline: none;
    height: 51px;
    transition: .25s;
    position: relative;
    background: rgb(0,118,194);
    background: linear-gradient(to right,  rgba(0,118,194,1) 0%,rgba(0,152,195,1) 100%);
}
.viii_submit_btn:after {
    content: "";
    width: calc(100% - 4px);
    height: calc(50% - 2px);
    background: #fff;
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
    opacity: 0.15;
}
body:not(.sp) .viii_submit_btn:active {
    margin-top: 0px;
    box-shadow: none;
    height: 56px;
}

.viii_submit_btn img {
    width: 100%;
    max-width: 84px;
}

body:not(.sp) .viii_submit_btn:hover {
    /* background: #179be5; */
    /* opacity: .75; */
    background-color: rgba(227, 107, 107, 0.7);
}
#viii_eval_comment_inner #center {
    width: 100%;
}
#viii_evalComment {
    display: block;
    width: 100%;
    height: 6em;
    margin: 10px auto;
    vertical-align: middle;
    font-family: 'Noto Sans JP';
    padding: 5px;
    font-size: 100%;
    box-sizing: border-box;
    max-width: 100%;
    border: 2px solid #ede8d6;
    color: #333;
    outline: none;
    transition: .25s border;
}
#viii_evalComment:focus {
    border-color: #b4ac88;
}

/* .viii_evalComment_submit_btn {
display: inline-block;
margin: 10px 10px 10px 10px;
background: #179be5;
color: #ffffff;
font-size: 14px;
font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight: bold;
border: 0;
text-decoration: none;
padding: 7px 20px;
text-align: center;
vertical-align: middle;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
cursor: pointer;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
background: -moz-linear-gradient(top, #38b2e8 0%, #179be5);
background: -webkit-gradient(linear, left top, left bottom, from(#38b2e8), to(#179be5));
background: -ms-linear-gradient(top, #38b2e8 0%, #179be5);
width: 18%;
min-width: 65px;
} */
.viii_evalComment_submit_btn {
    font-size: 100%;
    font-weight: bold;
    border: 0;
    text-decoration: none;
    padding: 7px 8px;
    text-align: center;
    vertical-align: middle;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    /* background: -webkit-gradient(linear, left top, left bottom, from(#38b2e8), to(#179be5)); */
    width: 140px;
    background: #e36b6b;
    box-shadow: 0px 3px 0px 0px #a95858;
    outline: none;
    height: 46px;
    transition: .25s;
    margin: auto;
}
.viii_evalComment_submit_btn img {
    width: 100%;
    max-width: 45px;
}
body:not(.sp) .viii_evalComment_submit_btn:active {
    box-shadow: none;
    transform: translateY(2px);
}
#viii_eval_comment {
    display: none;
    width: 90%;
    /* height: 65px; */
    padding: 3px;
    list-style: none;
    margin: 10px auto;
    background: #ffffff;
    border-radius: 7px;
    border: 3px solid #b4ac88;
    max-width: 750px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
}
#viii_eval_comment_inner {
    border: 1px solid #b4ac88;
    border-radius: 3px;
    padding: 20px 10px 15px;
    background: #fff;
}
#viii_eval_comment p {
    text-align: center;
    /* font-size: 87.5%; */
    color: #333;
    margin: 0px 0px 20px;
}

body:not(.sp) .viii_evalComment_submit_btn:hover {
    /* background: #179be5; */
    background-color: rgba(227, 107, 107, 0.7);
}

.viii_chat_user_box {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 5px 0;
    text-align: left;
    /* overflow: hidden; */
    padding: 5px 20px;
    z-index: 1;
    margin-top: 25px;
}

.viii_userBaloon {
    min-width: 30%;
    max-width: 90%;
    /* font-size: 14px; */
    display: inline-block;
    background: #0076c2;
    color: #fff;
    /* border-radius: 10px; */
    padding: 21px 25px;
    text-align: left;
    min-height: 18px;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.5);
    /* float: right\0/; */
    font-size: 1.125rem;
    position: relative;
    z-index: 0;
}

.viii_userBaloon:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent #0076c2;
}

#viii_imgArea {
    z-index: 0;
    position: relative;
    display: none;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

.viii_chat_bot_Area {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0 5px;
    text-align: left;
    /* overflow: hidden; */
    padding: 5px 0px 5px 12px;
    z-index: 1;
    align-items: flex-start;
    width: 100%;
}
.viii_chat_bot_Area:last-of-child {

}
.viii_chat_bot_Area .viii_select_box {
    background-repeat: no-repeat;
    width: 120px;
    /* height: 86px; */
    /* padding-top: 10px; */
    background-size: contain;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    float: left\9;
    /* float: left\0/; */
    display: none;
}

.viii_chat_bot_Area .viii_select_box img {
    width: 100%;
}

.viii_botAnswer_box {
    margin-left: 15px;
    /* min-width: 60%; */
    /* max-width: 75%; */
    width: 100%;
    margin-top: 25px;
    padding-right: 10px;
}

.viii_select_Area .viii_botAnswer_box {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
}

.viii_botBaloon {
    position: relative;
    font-size: 1.125rem;
    display: inline-block;
    background: #fef9e4;
    color: #333333;
    /* border-radius: 10px; */
    padding: 14px 25px 14px 28px;
    text-align: left;
    min-height: 16px;
    margin: 0px 20px 0px 0px;
    margin: 0;
    border: 2px solid #fbc400;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.5);
    width: 100%;
    /* transition: .25s border; */
}


.selectWrap .viii_botBaloon {
    padding: 26px 19px 26px 28px;
}

.viii_botBaloon .answerText {
    line-height: 1.5;
}

.viii_botBaloon:before,
.viii_botBaloon:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 15px 8px 0;
    border-color: transparent #fef9e4 transparent transparent;
}
.viii_botBaloon:after {
    margin-top: -10px;
    border-width: 10px 18px 10px 0;
    border-color: transparent #fbc400 transparent transparent;
}

.viii_chat_bot_Area:last-of-type:not(:first-of-type) .viii_botBaloon {
    border-color: #5bc938;
    /* border-color: red; */
    /*     box-shadow: 0 0 10px 3px rgba(0,0,0,0.75); */
    /* border-width: 3px; */
    background: #eaf9e5;
}

.viii_chat_bot_Area:last-of-type:not(:first-of-type) .viii_botBaloon:before {
    border-color: transparent #eaf9e5 transparent transparent;
}
.viii_chat_bot_Area:last-of-type:not(:first-of-type) .viii_botBaloon:after {
    border-color: transparent #5bc938 transparent transparent;
}
.viii_botBaloon:before {
    z-index: 1
}

a {
    color: #0099ff;
    text-decoration: none;
}

.viii_select_Area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 0px;
    text-align: left;
    overflow: hidden;
    padding: 5px 0px;
    z-index: 1;
}

.viii_select_box {
    background-repeat: no-repeat;
    width: 106px;
    /* height: 86px; */
    padding-top: 10px;
    background-size: contain;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    float: left\9;
    /* float: left\0/; */
}

.viii_botSelects {
    margin-left: 0;
    float: left\9;
    /* float: left\0/; */
    list-style: none;
    padding: 0;
    text-indent: 0;
    font-size: 1rem;
}

.viii_select,
.viii_select_cate_btn_label {
    color: #000;
    background: #fff url(../images/list_arrow_off.png) no-repeat center right 10px;
    /* font-size: 14px; */
    /* border-radius: 3px; */
    padding: 5px 15px;
    margin-bottom: 4px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0px 2px 0px 0px #e1d092;
    transition: .25s;
    padding: 12px 35px 12px 35px;
    position: relative;
    line-height: 1.5;
    min-width: 450px;
    display: flex;
    background: rgb(55,150,32);
    background: -moz-linear-gradient(left,  rgba(55,150,32,1) 0%, rgba(91,201,57,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(55,150,32,1) 0%,rgba(91,201,57,1) 100%);
    background: linear-gradient(to right,  rgba(55,150,32,1) 0%,rgba(91,201,57,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#379620', endColorstr='#5bc939',GradientType=1 );

}
.viii_select .text,
.viii_select_cate_btn_label .text {
    position: relative;
    z-index: 10;
}
.viii_select:after,
.viii_select_cate_btn_label:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    background: #fff url(../images/list_arrow_off.png) no-repeat center right 10px;
    width: 100%;
    height: 100%;
    transition: .25s background;
}

.viii_select:hover,
.viii_select_cate_btn_label:hover {
    text-decoration: none;
}

.viii_select .icon,
.viii_select_cate_btn_label .icon {
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 2px solid #fba100;
    left: 10px;
    top: 50%;
    margin-top: -6px;
    transition: .25s;
    z-index: 10;
}

.viii_select .icon:after,
.viii_select_cate_btn_label .icon:after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 8px;
    border: 2px solid #fbc400;
    border-width: 0 0 3px 3px;
    box-sizing: border-box;
    transform: rotate(-45deg);
    left: 2px;
    top: -2px;
    opacity: 0;
    transition: .25s;
}
.viii_select:hover .icon,
.viii_select_cate_btn_label:hover .icon {
    background: transparent;
    border: 2px solid rgba(255,255,255,0.5);
}
.viii_select:hover .icon:after,
.viii_select_cate_btn_label:hover .icon:after {
    opacity: 1
}
body:not(.sp) .viii_select:hover,
body:not(.sp) .viii_select_cate_btn_label:hover {
    color: #fff;
    box-shadow: 0px 2px 0px 0px #35908d;
}
body .viii_select:after ,
body .viii_select_cate_btn_label:after {/* background-color: rgba(255,255,255,1); *//* transition: .25s background; */}
body:not(.sp) .viii_select:hover:after ,
body:not(.sp) .viii_select_cate_btn_label:hover:after {
    background: rgba(255,255,255,0) url(../images/list_arrow_on.png) no-repeat center right 10px
}
/*     background-image: url(../images/list_arrow_on.png) no-repeat center right 10px; */
#jumpbtn {
    display: none;
}

.viii_jump_btn a {
    width: 80%;
    background: -moz-linear-gradient(top, #f1f1f1 0%, #d5d5d5);
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#d5d5d5));
    background: -ms-linear-gradient(top, #f1f1f1 0%, #d5d5d5);
    border: 1px solid #d1d1d1;
    color: #555;
    font-size: 14px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 7px;
    margin: 10px auto;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

.viii_jump_btn a:hover {
    background: #d5d5d5;
}
#viii_eval_box {
    display: none;
    width: 90%;
    /* height: 65px; */
    padding: 5px;
    list-style: none;
    margin: 10px auto;
    background: #ffffff;
    /* border-radius: 7px; */
    /* border: 4px solid #51ae34; */
    max-width: 600px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
}

#viii_eval_box_inner {
    border: 2px solid #b4a089;
    /* border-radius: 3px; */
    padding: 25px 10px;
    background: #fff;
    text-align: center;
}
#viii_eval_box_inner p {
    padding: 0 3rem;
    font-weight: 500;
    display: inline-block;
    text-align: left;
    line-height: 1.4;
}
#viii_eval_box ul {
    /* width: 230px; */
    margin: 1rem auto 0;
    text-align: center;
    padding: 0;
    list-style: none;
    display: flex;
    clear: both;
    justify-content: center;
}

#viii_eval_box li {
    /* display: inline; */
    padding: 5px;
    margin: 0 10px;
    /* float: left; */
}

.evalBtn {
    display: block;
    border: none;
    text-decoration: none;
    color: #ffffff;
    outline: none;
    width: 120px;
    text-align: center;
    /* border-radius: 5px; */
    cursor: pointer;
    padding: 14px 10px;
    font-size: 100%;
    transition: .25s background-color;
    position: relative;
}
.evalBtn:after {
    content: "";
    width: calc(100% - 4px);
    height: calc(50% - 2px);
    background: #fff;
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
    opacity: 0.15;
    /* border-radius: 3px 3px 0 0; */
}
#evaluation_positive_btn {
    background-color: #fb9700;
    box-shadow: 0px 2px 0px 0px #a96600;
}

#evaluation_positive_btn:hover {
    /*     background: #ffb115; */
    /*     background-color: rgba(227, 107, 107, 0.7); */
    background-color: rgba(251,151,0,0.7);
}

#evaluation_negative_btn {
    background-color: #379620;
    box-shadow: 0px 2px 0px 0px #1b5f0a;
}

#evaluation_negative_btn:hover {
    background-color: rgba(0,128,213,0.7);
}

.viii_footerArea {
    background-color: #353535;
    /* border: 1px solid #777; */
    /* color: #ffffff; */
    margin: 0px auto;
    text-align: center;
    width: 100%;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 28px\9;
    /* height: 28px\0/; */
    width: 100%;
    box-sizing: border-box;
    /* max-width: 780px; */
    /* margin: auto; */
    position: relative;
    z-index: 10;
}

p.viii_footer_box {
    font-size: 75%;
    line-height: 45px;
    margin: 0px auto;
    color: #fff;
}

.ui-autocomplete {
    max-height: 50%;
    overflow-y: auto;
    overflow-x: none;
    border-radius: 5px;
    border: 3px solid #0072bc;
    background-color: #e3f4ff;
    /* width: 85%; */
    word-break: break-word;
    -ms-word-break: break-all;
    overflow-wrap: break-word;
    -ms-overflow-wrap: break-all;
    /* position: absolute; */
    font-size: 1.0625rem;
    z-index: 100;
    -ms-filter: "alpha(opacity=90)";
    filter: alpha(opacity=90);
    opacity: 1;
    display: none;
    width: 90%\9;
    /* width: 90%\0/; */
    list-style: none;
    padding: 0;
    max-width: 1060px;
    font-weight: normal;
    color: #333;
    position: absolute;
}

.ui-autocomplete ul {
    height: auto !important;
    width: 100% !important;
}

.ui-autocomplete li {
    list-style: none;
    line-height: 1.4;
    width: 100% !important;
    position: relative;
}

.ui-autocomplete li a {
    color: #002e5d;
    display: block;
    padding: 8px 10px 8px 45px;
    cursor: pointer;
    background: url(../images/list_icon.png) no-repeat 12px center;
    line-height: 1.5;
}

.ui-autocomplete li a:hover,
.ui-autocomplete li a.ui-state-focus {
    /* color: #e36b6b; */
    background-color: rgba(255,255,255,0.3);
    background-color: #0076c2;
    color: #fff;
}

.ui-autocomplete li::before {
    /* display: block; */
    /* position: absolute; */
    /* top: 10px; */
    /* left: -20px; */
    /* width: 5px; */
    /* height: 5px; */
    /* border-top: 2px solid #fff; */
    /* border-right: 2px solid #fff; */
    /* -webkit-transform: rotate(45deg); */
    /* transform: rotate(45deg); */
    content: "";
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#menuArea {
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    background: rgba(179,237,255,0.7);
    /* border-radius: 0 0 10px 10px; */
    /* box-shadow: inset 0 -5px 10px -5px rgba(0,0,0,.5); */
    position: relative;
    z-index: 10;
}

#menuAreaInner {
    width: 100%;
    max-width: 1200px;
    /* background: rgba(232, 227, 207, 0.8); */
    border-radius: 5px;
    margin: auto;
    padding: 15px 15px;
    position: relative;
}

#viii_select_category {
    /* background: #e9e9e9; */
    /* padding: 10px; */
    /* border-top: 1px solid #cccccc; */
    /* clear: both; */
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    /* flex: 0 0 auto; */
    height: 40px\9;
    /* height: 40px\0/; */
    width: 100%;
    /* box-sizing: border-box; */
    /* max-width: 780px; */
    /*     margin: 0 auto 10px; */
    /* padding-right: 150px; */
}

#viii_cat_select {
    margin-bottom: 10px;
    color: #999999;
    /* font-weight: 500 */
}

select {
    background-color: white;
    border: 1px solid #cccccc;
    /* border-radius: 5px; */
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 10px 3.5em 10px 10px;
    width: 100%;
    /* font-size: 14px; */
    color: #444;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: hidden;
}

select::-ms-expand {
    display: none;
}

select.viii_select_cate {
    background-image: linear-gradient(45deg, transparent 50%, #51ae34 50%), linear-gradient(135deg, #51ae34 50%, transparent 50%), linear-gradient(to right, #51ae34, #51ae34);
    background-position: calc(100% - 20px) 24px, calc(100% - 15px) 24px, calc(100% - 2.5em) 10px;
    background-size: 5px 5px, 5px 5px, 1px 30px;
    background-repeat: no-repeat;
    height: 53px;
    border: 2px solid #51ae34;
}

select.viii_select_cate:focus {
    background-image: linear-gradient(45deg, #51ae34 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #51ae34 50%), linear-gradient(to right, #51ae34, #51ae34);
    background-position: calc(100% - 15px) 22px, calc(100% - 20px) 22px, calc(100% - 2.5em) 10px;
    background-size: 5px 5px, 5px 5px, 1px 30px;
    background-repeat: no-repeat;
    /* border-color: #3e5561; */
    outline: 0;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.viii_select_cate_btn {
    display: none;
}

.viii_select_cate_btn_label {
    /* display: block; */
    /* color: #FFFFFF; */
    /* background: #0baa8b; */
    /* font-size: 14px; */
    /* border-radius: 6px; */
    /* padding: 5px 15px; */
    /* margin-bottom: 5px; */
    /* text-decoration: none; */
    /* cursor: pointer; */
}

.viii_select_cate_btn_label:hover {
    opacity: 0.8;
}

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

    .viii_headerArea {
        height: auto;
        padding: 17px 0px;
    }

    .viii_header_box {
        /* display: flex; */
        /* justify-content: space-between; */
        width: 100%;
        padding: 0 10px;
        align-items: center;
    }

    html {
        font-size: 14px;
    }

    .viii_header_box h1 {
        /* width: 74%; */
    }

    .viii_header_box #logo {
        width: 20%;
        text-align: right;
        position: static;
        margin: 0;
    }

    .viii_header_box h1 img,
    .viii_header_box #logo img {
        /* width: 100%; */
    }

    .viii_header_box h1 img {
        /* max-width: 392px; */
    }

    .viii_header_box #logo img {
        max-width: 120px;
    }

    .viii_select {
        min-width: 300px
    }
}

@media screen and (min-width: 641px) {
    .u640 {
        display: none !important
    }
}

@media screen and (max-width: 640px) {
    .o640 {
        display: none !important
    }
    #viii_chatCharaArea {
        display: none;
    }
    .viii_chatArea-wrap {
        padding-left: 0
    }
    .viii_container {
        padding: 0;
    }
    .viii_header_box h1 {
        font-size: 1.25rem;
        position: relative;
        padding: 0 5% 0 15%;
    }

    .viii_header_box h1 .img {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-left: -10px;
        width: 15%;
        max-width: 70px;
    }
    .viii_header_box h1 .img img {
        width: 100%
    }
    .viii_chatArea ,
    #menuArea {
        border-radius: 0;
    }
    .viii_botAnswer_box {
        margin-top: 25px;
        padding-right: 10px;
    }

    .viii_botBaloon {
        padding: 10px 15px;
        /* border-width: 3px; */
    }
    .viii_userBaloon {
        padding: 12px 15px;
    }
    .selectWrap .viii_botBaloon {
        padding: 10px 15px;
    }

    .viii_chat_bot_Area .viii_select_box {
        width: 80px;
    }
    .viii_botBaloon:before, .viii_botBaloon:after {
        top: 16px;
    }

    .viii_userBaloon:after {
        /* width: 18px; */
        /* height: 19px; */
        /* margin-top: -10px; */
        /* background-image: url(../images/arrow_right_s.png); */
    }

    .viii_submit_btn {
        width: 20%;
        height: 41px;
        padding: 0 5px;
    }
    body:not(.sp) .viii_submit_btn:active {
        height: 46px;
    }

    .viii_submit_btn img {
        max-width: 37px
    }

    #viii_sendMessage {
        width: calc(80% - 10px);
        width: 80%;
        height: 44px;
    }

    select.viii_select_cate {
        background-image: linear-gradient(45deg, transparent 50%, #51ae34 50%), linear-gradient(135deg, #51ae34 50%, transparent 50%), linear-gradient(to right, #51ae34, #51ae34);
        background-position: calc(100% - 20px) 19px, calc(100% - 15px) 19px, calc(100% - 2.5em) 8px;
        background-size: 5px 5px, 5px 5px, 1px 25px;
        height: 44px;
    }

    select.viii_select_cate:focus {
        background-image: linear-gradient(45deg, #51ae34 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #51ae34 50%), linear-gradient(to right, #51ae34, #51ae34);
        background-position: calc(100% - 15px) 17px, calc(100% - 20px) 17px, calc(100% - 2.5em) 8px;
        background-size: 5px 5px, 5px 5px, 1px 25px;
    }

    #viii_select_category {
        padding-right: 0
    }

    #viii_select_category #viii_cat_select {
        /* width: calc(80% - 10px); */
    }

    #viii_input_txt {
        height: 44px
    }
}

@media screen and (max-width: 600px) {
    .viii_container {
        /* background-size: 70% */
    }

    .viii_select {
        min-width: 0
    }
}

@media screen and (max-width: 500px) {
    .viii_select {
        min-width: 0
    }
}

@media screen and (max-width: 480px) {
    .viii_chat_bot_Area .viii_select_box {
        width: 60px;
    }
    .viii_header_box h1 {
        font-size: 1.15rem
    }
    .viii_botAnswer_box {
        margin-top: 20px;
    }
}

/* @media screen and (max-width: 480px) { */
@media screen and (max-width: 1px) {
    .viii_evalComment_submit_btn {
        display: inline-block;
        margin: 10px 10px 10px 10px;
        background: #179be5;
        color: #ffffff;
        font-size: 14px;
        font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: bold;
        border: 0;
        text-decoration: none;
        padding: 7px 20px;
        text-align: center;
        vertical-align: middle;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        cursor: pointer;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        background: -moz-linear-gradient(top, #38b2e8 0%, #179be5);
        background: -webkit-gradient(linear, left top, left bottom, from(#38b2e8), to(#179be5));
        background: -ms-linear-gradient(top, #38b2e8 0%, #179be5);
        width: 25%;
        min-width: 65px;
    }

    .ui-autocomplete {
        max-height: 50%;
        overflow-y: auto;
        overflow-x: none;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        border: 3px solid #3481C7;
        background-color: #2495d3;
        width: 80% !important;
        word-break: break-word;
        -ms-word-break: break-all;
        overflow-wrap: break-word;
        -ms-overflow-wrap: break-all;
        position: relative !important;
        font-size: 87.5%;
        z-index: 100;
        -ms-filter: "alpha(opacity=90)";
        filter: alpha(opacity=90);
        opacity: 0.9;
        display: none;
    }
}

@media all and (min-width:0\0) and (min-resolution: .001dpcm) {
    select {
        background-color: white;
        border: 1px solid #cccccc;
        border-radius: 4px;
        display: inline-block;
        font: inherit;
        line-height: 1.5em;
        padding: 0.5em 0.5em 0.5em 1em;
        width: 100%;
        font-size: 14px;
        color: #333;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    select.viii_select_cate {
        background-image: transparent;
        background-position: bottom 10px right 20px;
    }

    select.viii_select_cate:focus {
        background-image: transparent;
    }

    .viii_select_cate_btn_Area {
        padding: 5px 20px 5px 65px;
    }

    .viii_select_cate_btn {
        display: none;
    }

    .viii_select_cate_btn_label {
        display: block;
        color: #FFFFFF;
        background: #0baa8b;
        font-size: 14px;
        border-radius: 6px;
        padding: 5px 15px;
        margin-bottom: 5px;
        text-decoration: none;
        cursor: pointer;
    }

    .viii_select_cate_btn_label:hover {
        opacity: 0.8;
    }
}
