/* Scss Document */
/* Scss Document */
*[renewal-ui=false] .ai_mentor {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .ai_mentor .contents {
    padding-bottom: 30px;
  }
}
*[renewal-ui=false] .ai_mentor .box {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .ai_mentor .box {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .ai_mentor .box {
    margin: 0;
  }
}
*[renewal-ui=false] .ai_mentor .box.mentor_box {
  padding: 0;
  height: calc(100vh - 150px);
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .ai_mentor .box.mentor_box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .ai_mentor .box.mentor_box {
    height: calc(100vh - 105px);
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .ai_mentor .first_setting {
    height: calc(100vh - 240px);
    padding-bottom: 200px;
    box-sizing: border-box;
  }
  *[renewal-ui=false] .ai_mentor .first_setting .question_example {
    order: 2;
  }
  *[renewal-ui=false] .ai_mentor .first_setting .question_start {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .ai_mentor .first_setting {
    padding: 0 5vw 180px;
  }
}
*[renewal-ui=false] .ai_mentor .first_setting h2 {
  margin-top: 10px;
}
*[renewal-ui=false] .ai_mentor .first_setting h3 {
  width: 100%;
  margin: 0 0 10px;
  padding: 10px;
  font-weight: bold;
  background: url("/note_bg.593a0562.png");
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .ai_mentor .first_setting.-advisor {
    padding: 0;
  }
}
*[renewal-ui=false] .ai_mentor .select_collect_type {
  margin: 0;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .ai_mentor .select_collect_type {
    width: 32%;
  }
}
*[renewal-ui=false] .ai_mentor .select_collect_type dt.bg {
  margin-bottom: 20px;
  padding: 10px;
  color: #5bb49b;
  border-bottom: 2px solid #5bb49b;
}
*[renewal-ui=false] .ai_mentor .select_collect_type dd {
  padding: 0 10px;
  text-align: left;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .ai_mentor .select_collect_type dd {
    margin: 0 0 20px;
    min-height: 8.5em;
    font-size: 1.5rem;
    border-bottom: 1px dotted #ccc;
    box-sizing: border-box;
  }
}
*[renewal-ui=false] .ai_mentor .select_collect_type.-plus {
  margin-top: 20px;
}
*[renewal-ui=false] .ai_mentor .select_collect_type.-plus dt.bg {
  color: #333;
  font-weight: bold;
  background: url("/note_bg.593a0562.png");
}
*[renewal-ui=false] .ai_mentor .select_collect_type.-plus dd {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .ai_mentor .select_collect_type.-plus dd {
    min-height: 11em;
  }
}
*[renewal-ui=false] .ai_mentor .select_collect_type.-plus dd .copy {
  position: absolute;
  right: 5px;
  bottom: 10px;
  margin: 5px 0 0;
  text-align: right;
}
*[renewal-ui=false] .ai_mentor .select_collect_type.-plus dd .copy img {
  width: 20px;
  height: auto;
  cursor: pointer;
}
*[renewal-ui=false] .ai_mentor .advisor_top {
  height: calc(100vh - 408px);
  min-height: 175px;
  padding: 30px;
  overflow-y: auto;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .ai_mentor .advisor_top {
    height: calc(100vh - 347px);
  }
}
*[renewal-ui=false] .ai_mentor .advisor_top h2 {
  text-align: center;
}
*[renewal-ui=false] .ai_mentor .message_body {
  height: calc(100vh - 295px);
  min-height: 175px;
  padding: 15px;
  overflow-y: auto;
  box-sizing: border-box;
  text-align: left;
}
*[renewal-ui=false] .ai_mentor .message_body::-webkit-scrollbar {
  background: #fff;
  width: 10px;
  border-radius: 20px;
}
*[renewal-ui=false] .ai_mentor .message_body::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .ai_mentor .message_body {
    height: calc(100vh - 253px);
  }
}
*[renewal-ui=false] .ai_mentor .message_body dl {
  position: relative;
  margin: 0 0 20px;
}
*[renewal-ui=false] .ai_mentor .message_body dl .profile {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .ai_mentor .message_body dl .profile {
    width: 30px;
    height: 30px;
  }
}
*[renewal-ui=false] .ai_mentor .message_body dl .profile img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .ai_mentor .message_body dl .profile img {
    width: 30px;
    height: 30px;
  }
}
*[renewal-ui=false] .ai_mentor .message_body dl dt {
  margin: 0;
  padding: 0 0 0 70px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .ai_mentor .message_body dl dt {
    padding: 0 0 0 40px;
  }
}
*[renewal-ui=false] .ai_mentor .message_body dl dt .date {
  display: inline-block;
  margin: 5px 0 0 20px;
  color: #666;
  font-size: 1.4rem;
  font-weight: normal;
}
*[renewal-ui=false] .ai_mentor .message_body dl dd {
  padding: 5px 0 0 70px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .ai_mentor .message_body dl dd {
    padding: 5px 0 0 40px;
  }
}
*[renewal-ui=false] .ai_mentor .message_body dl dd .message {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 75%;
  margin: 0;
  padding: 10px 15px;
  font-size: 1.6rem;
  background: #f6f5f2;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .ai_mentor .message_body dl dd .message {
    font-size: 1.5rem;
    max-width: 90%;
  }
}
*[renewal-ui=false] .ai_mentor .message_body dl dd .message::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 20px;
  left: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 13px 7.5px 0;
  border-color: rgba(0, 0, 0, 0) #f6f5f2 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
*[renewal-ui=false] .ai_mentor .message_body dl dd .message::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 20px;
  left: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 13px 7.5px 0;
  border-color: rgba(0, 0, 0, 0) #f6f5f2 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
*[renewal-ui=false] .ai_mentor .message_body dl.my_comment {
  position: relative;
  margin: 0 0 20px;
}
*[renewal-ui=false] .ai_mentor .message_body dl.my_comment dd {
  padding: 5px 0 0 70px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .ai_mentor .message_body dl.my_comment dd {
    padding: 5px 0 0 0;
  }
}
*[renewal-ui=false] .ai_mentor .message_body dl.my_comment dd .message {
  position: relative;
  width: 75%;
  margin: 0 0 0 calc(25% - 15px);
  padding: 10px 15px;
  font-size: 1.6rem;
  background: #f3fbf9;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .ai_mentor .message_body dl.my_comment dd .message {
    width: 90%;
    max-width: 90%;
    margin: 0 0 0 calc(10% - 15px);
    font-size: 1.5rem;
  }
}
*[renewal-ui=false] .ai_mentor .message_body dl.my_comment dd .message::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 20px;
  left: auto;
  right: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f3fbf9;
}
*[renewal-ui=false] .ai_mentor .message_body dl.my_comment dd .message::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 20px;
  left: auto;
  right: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f3fbf9;
}
*[renewal-ui=false] .ai_mentor .message_body dl.my_comment dd.-image {
  padding-right: 15px;
  text-align: right;
}
*[renewal-ui=false] .ai_mentor .message_body dl.my_comment dd.-image img {
  width: auto;
  max-width: 550px;
  height: auto;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .ai_mentor .message_body dl.my_comment dd.-image img {
    max-width: 100%;
  }
}
*[renewal-ui=false] .ai_mentor .message_input {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 145px;
  padding: 20px;
  box-sizing: border-box;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .ai_mentor .message_input {
    border-top: 2px solid #fff;
  }
}
*[renewal-ui=false] .ai_mentor .message_input .input_area {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  min-height: 108px;
  max-height: calc(15em + 38px);
}
*[renewal-ui=false] .ai_mentor .message_input .message_action {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 5px 20px 5px 12px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .ai_mentor .message_input .message_action {
    padding: 5px 5px 5px 12px;
  }
}
*[renewal-ui=false] .ai_mentor .message_input .message_action li {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .ai_mentor .message_input .message_action li:nth-last-of-type(1) {
    width: 22%;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .ai_mentor .message_input .message_action li:nth-last-of-type(2) {
    margin-left: auto;
  }
}
*[renewal-ui=false] .ai_mentor .message_input .message_action li.upload_images {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .ai_mentor .message_input .message_action li.upload_images {
    width: 65%;
  }
}
*[renewal-ui=false] .ai_mentor .message_input .message_action #upload_images {
  color: #fff;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .ai_mentor .message_input .message_action #upload_images {
    margin-bottom: 5px;
  }
}
*[renewal-ui=false] .ai_mentor .message_input .message_action #upload_images::file-selector-button {
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
  padding: 0;
  font-weight: bold;
  background-color: #fff;
  background: url("/icon_images.941abb3e.png") left center/16px auto no-repeat;
  border: none;
  overflow: hidden;
  cursor: pointer;
}
*[renewal-ui=false] .ai_mentor .message_input .message_action .submit {
  margin: 0 0 5px;
  padding: 0 0 0 24px;
  font-weight: bold;
  background-color: #fff;
  background: url("/icon_submit_s.3c60730c.png") left center/16px auto no-repeat;
  border: none;
  color: #5bb49b;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .ai_mentor .message_input .message_action .submit {
    height: auto;
    margin: 0;
  }
}
*[renewal-ui=false] .ai_mentor .error {
  margin: 0 auto 0 !important;
  color: #d11010;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .ai_mentor .error {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .ai_mentor .error {
    font-size: 1.3rem !important;
  }
}
*[renewal-ui=false] .ai_mentor .error-text {
  position: relative;
  display: block;
  margin: 0 auto 0 !important;
  padding: 0 0 0 25px !important;
  color: #d11010;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .ai_mentor .error-text {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .ai_mentor .error-text {
    font-size: 1.3rem !important;
  }
}
*[renewal-ui=false] .ai_mentor .error-text:before {
  content: "";
  position: relative;
  display: inline-block;
  top: 2px;
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
  background: url("/icon_alert.63df81ee.png") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .ai_mentor .error-text:before {
    top: 4px;
  }
}
*[renewal-ui=false] .ai_mentor .error-text.center {
  text-align: center;
}
*[renewal-ui=false] .ai_mentor .error-text.center::before {
  position: relative;
}
*[renewal-ui=false] .ai_mentor .error-text.absolute {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: auto;
  white-space: nowrap;
}
*[renewal-ui=false] .ai_mentor .aimentor_top {
  margin-top: 30px;
}
*[renewal-ui=false] .ai_mentor .question_example {
  width: 48%;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .ai_mentor .question_example .question_example_body {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
}
*[renewal-ui=false] .ai_mentor .question_start {
  width: 48%;
}
*[renewal-ui=false] .ai_mentor .question_start dl {
  flex-direction: row-reverse;
}
*[renewal-ui=false] .ai_mentor .question_start dt {
  position: absolute;
  left: 0;
  width: 70px;
  padding-left: 0 !important;
}
*[renewal-ui=false] .ai_mentor .question_start dt img {
  width: 100%;
  height: auto;
}
*[renewal-ui=false] .ai_mentor .question_start dd {
  padding-left: 80px !important;
}
*[renewal-ui=false] .ai_mentor .question_start dd .message {
  display: block !important;
  max-width: 100% !important;
}
*[renewal-ui=false] .ai_mentor .question_start dd .select_area {
  width: 49%;
}
*[renewal-ui=false] .ai_mentor .question_start dd .select_area select {
  width: 100%;
  font-size: 1.6rem;
}
*[renewal-ui=false] .ai_mentor .question_start dd .button {
  margin-top: 30px;
}
*[renewal-ui=false] .ai_mentor .question_start dd .attached_file img {
  width: 20px;
  vertical-align: middle;
}

/*# sourceMappingURL=ai_mentor.css.map */