/********** Adjust frontend css **********/
.modal {
  z-index: 100;
}
.receive_table > table > tbody > tr > td span.file_name {
  line-height: normal;
}
.modal_content.file_error_list{
  height: auto;
  padding: 28px 40px;
  border-radius: 10px;
  box-shadow: 0 1px 12px rgb(15 18 63 / 16%);
  background: #fff;
  position: absolute;
  left: 45%;
  top: 45%;
  transform: translate(-50%,-50%);
  box-sizing: border-box;
  z-index: 2022;
  color: #0F123F;
  width: 900px;
}
.modal_content.file_error_list table {
  /* background-color: #dcdcdc;
  border-top: 1px solid #fff; */
}
.modal_content.file_error_list thead{
  background-color: #f2f2f2;
}
.modal_content.file_error_list tr td{
  border-bottom: 1px solid #e1e1e1;
}
.modal_content.file_error_list tr td:last-child{
  text-align: center;
}
@media (max-width: 768px) {
  .modal_content.file_error_list{
    height: auto;
    padding: 22px 5px;
    border-radius: 10px;
    box-shadow: 0 1px 12px rgb(15 18 63 / 16%);
    background: #fff;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    z-index: 2022;
    color: #0F123F;
    width: 360px;
  }

  .modal_image_title {
    position: absolute;
    width: 200px;
    top: 20px;
    left: 40px;
    font-size: 1.25em;
    text-overflow: ellipsis;
    flex-direction: row;
    white-space: nowrap;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  
.modal_content.drive.audio {
  width: 200px;
}
}

.modal_content.drive.audio {
  width: 500px;
}

/********** register */
.register_wrap{
  display: flex;
}
#register_content_left{
  width: 35vw;
  height: 100vh;
  background-color: #F6F7F9;
  box-sizing: border-box;
  background-image: url(../image/bg_register.svg);
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
#register_content_left img.logo{
  width: 240px;
  padding: 30px 50px;
}
#register_content{
  width: 65vw;
  padding: 120px;
  height: 100vh;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  background-image: url(../image/bg_register_box.svg);
  background-position: right bottom;
  background-size:unset;
  background-repeat: no-repeat;
}
.register_txt{
  font-size: 14px;
  color: #0F123F;
  line-height: 2em;
  font-weight: 400;
  margin-bottom: 70px;
  margin: 60px 50px;
}
.register_txt.form_title{
  margin: 40px 0;
}
.register_txt span.wellcome_message{
  font-size: 24px;
  font-weight: 800;
}
.register_txt.form_title span.big_txt{
  font-size: 20px;
  line-height: 2.8em;
  font-weight: 800;
}
#register_content .input_wrap{
  margin-left: 0;
  display: block;
}
#register_content .input_wrap label {
  width: 100px;
  display: block;
  margin: 8px;
  font-size: 1em;
  font-weight: 400;
}
#register_content .input_wrap input[type="text"],
#register_content .input_wrap input[type="password"]{
  width: 100%;
  height: 42px;
  padding: 0px 12px 0;
}
#register_content .input_wrap:not(:first-child) {
  margin-top: 22px;
}
#register_content .filter_bt_wrap{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 40px;
}
#register_content .filter_bt_wrap button{
  width: 114px;
  height: 33px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border-radius: 30px;
}
#register_content .filter_bt_wrap button.reset {
  background-color: transparent;
  color: #0F123F;
  margin-right: 8px;
}
#register_content .filter_bt_wrap button.run {
  background-color: #0F123F;
  color: #fff;
}
#register_content .filter_bt_wrap button.run:hover {
  box-shadow: 0 3px 20px rgb(15 18 63 / 20%);
}
#register_content .create_edit{
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%,-50%);
  width: 48%;
}
#register_content .validation_txt{
  margin: 0px auto;
  width: 90%;
  color: #fff;
  box-shadow: 0 2px 6px rgb(0 0 0 / 15%);
  border-radius: 8px;
  padding: 16px 24px;
  background: #EE786C;
  position: absolute;
  right: -40%;
  top: 20px;
  z-index: 40;
  transform: translate(-50%,0%);
}
@media only screen and (max-width: 800px) {
  .register_wrap{
      display: block;
  }
  #register_content_left {
      width: 100vw;
      height: 35vh;
      background-image: url(../image/bg_register_sp.svg);
  }
  #register_content {
      width: 100vw;
      padding: 120px;
      height: calc(65vh - 32px);
      background-image: none;
  }
  #register_content_left img.logo {
      width: 170px;
      padding: 20px 20px;
  }
  .register_txt{
      margin: 20px;
      line-height: 1.8em;
  }
  .register_txt.form_title {
      margin: 0;
  }
  #register_content .create_edit {
      width: 90%;
      top: 40%;
  }
  footer#admin{
      padding: 0 14px;
      height: 52px;
  }
}

/********** receive */
#receive_user > .receive_info {
  user-select: none;
}
#receive_user > .receive_list ul li.arrow {
  user-select: none;
}
#receive_user > .receive_list ul li a {
  user-select: none;
}
.receive_table > table > thead > tr > th,
.receive_table > table > tbody > tr > td {
  user-select: none;
}
.receive {
  user-select: none;
}
.receive_table > .file_drop_wrap {
  user-select: none;
}
.receive_list > .header_wrap > .header > .button_wrap > button {
  user-select: none;
}

/********** aismily view */
.aismily_body {
  background-image: url(../image/aismily/bg_pc.png);
  background-size: cover;
  font-family: 'Noto Sans JP', sans-serif;
}
.aismily_body header img {
  width: 131px;
  height: 40px;
}
.aismily_body .file_wrap {
  background: #FFFFFF4D 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 24px #00000014;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  opacity: 1;
  width: 480px;
  max-height: 105px;
  margin-top: 30px;
}
.aismily_body .comment {
  white-space: initial;
  word-break: break-word;
  font-size: 14px;
  line-height: 1.3em;
  width: 100%;
  color: #353547;
  font-weight: 300;
}
#download_box_ai {
  position: absolute;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
  z-index: 1;
  width: 480px;
  min-height: 213px;
  top: 35%;
  background: #FFFFFF4D 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 24px #00000014;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  opacity: 1;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
  align-items: center;
  justify-content: center;
}
#download_box_ai input {
  text-align: center;
}
.aismily_body .password_input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 33px !important;
}
.aismily_body #pass_area input {
  background: #FFFFFF80 0% 0% no-repeat padding-box;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  opacity: 1;
  width: 227px;
  height: 40px;
  color: #858593;
  margin: 0 auto;
  display: flex;

}
.aismily_body #pass_area {
  margin-top: 0px;
}
.aismily_body #pass_area input::placeholder {
	color: #858593;
	font-weight: 300;
}
.aismily_body .dl_btn{
  width: 140px;
  height: 40px;
  color: #BCC1C3;
  background: #67BBD6 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}
.aismily_body .dl_btn.disabled{
  background: #E2EDF0 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
}
.aismily_body #download_box_ai #validation.validation_text_white {
  font-size: 11px;
  color: #858593 !important;
  text-align: center;
  margin-top: 5px;
  margin-bottom: -20px;
}
.aismily_body .date_expiration {
  font-size: 15px;
  letter-spacing: 0px;
  color: #0F5DF0;
  opacity: 1;
}
.aismily_body .comment_wrap_ai{
  padding: 18px 22px;
  margin-top: 50px; 
  /* width: 295px; */
  width: 380px;
  background: #FFFFFF80 0% 0% no-repeat padding-box;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  max-height: 150px;
  overflow-y: scroll;
}

.aismily_body #progressbar_area {
  display: flex;
  flex-direction: column;
}
.aismily_body #progressbar_area p{
	font-weight: 100;
	color: #67BBD6;
	margin-bottom: 22px;
	font-size: 42px;
}
.aismily_body #progressbar{
	padding: 22px 0;
	width: 80%;
}
.aismily_body progress {
	display: block;
	width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
	background-color: #CBCBCB; /* -moz- 用 */
	height: 2px;
}
::-webkit-progress-bar {
	background-color: #CBCBCB;
	height: 2px;
}
/* バーの進捗率の表示を変える */
::-moz-progress-bar {
	background-color: #CBCBCB;
	height: 2px;
}
::-webkit-progress-value {
	background-color: #67BBD6;
	height: 2px;
	margin-top: 1px;
}

.aismily_body .reload_ai img {
  width: 40px;
}

.aismily_body .reload:hover{
  background-color: transparent;
	opacity: 0.5;
}

.aismily_body .error_txt_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font: normal normal normal 13px/20px Noto Sans JP;
}

.aismily_body .error_txt_wrap .sp {
  display: none;
}

.aismily_body .nodata_img {
  background-image: url(../image/aismily/error_illust.png);
  width: 120px;
  height: 83px;
  background-size: cover;
  margin-bottom: 26px;
}

@media only screen and (max-width: 800px) {
  .aismily_body  .file_wrap{
    width: 90vw;
	}

  .aismily_body .error_txt_wrap {
    width: 90vw;
    font-size: 13px;
  }

  .aismily_body .error_txt_wrap .sp{
    display: block;
  }

  .aismily_body .nodata_img {
    width: 100px;
    height: 69px;
  }

  .aismily_body .comment_wrap_ai {
    margin-top: 30px;
    max-height: 190px;
    width: 295px;
  }

  .aismily_body .comment {
    line-height: 1.1em;
    font-size: 13px;
  }

  .aismily_body  #download_box_ai{
    max-height: 369px;
    width: 90vw;
    top: 31%;
	}

  .aismily_body .dl_btn {
    font-size: 13px;
    white-space: nowrap;
  }
}

/********** aismily drive login */
.aismily_login {
  display: flex;
  font-family: 'Noto Sans JP', sans-serif;
  color: #FFFFFF;
}
.aismily_login .login_area {
  width: 50%;
  height: 100vh;
  background-image: url(../image/aismily/ai_drive_login_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20vh;
  padding-bottom: 29px;
}
.aismily_login .login_area .body {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 54px;
}
.aismily_login .banner_area {
  width: 50%;
  height: 100vh;
}
.aismily_login .main_logo img {
  width: 300px;
  height: 92px;
  margin-bottom: 30px;
}
.aismily_login .login_form {
  display: flex;
  /* flex-direction: column; */
  width: 426px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.aismily_login .login_form input {
  border-radius: 0%;
  width: 296px;
  height: 48px;
  opacity: 0.8;
  font-size: 16px;
}
.aismily_login .login_form button{
  width: 120px;
  height: 48px;
  background-color: #F4B71C;
  font-size: 16px;
  margin-left: 10px;
}
.aismily_login .copy_pc {
  position: absolute;
  font-size: 13px;
  bottom: 29px;
}
.aismily_login .copy_sp {
  font-size: 13px;
  display: none;
}
.aismily_login .error_msg {
  margin-top: 8px;
  width: 426px;
  height: 48px;
  background-color: #FFF5E8;
  color: #F28C00;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #F28C00;
}
.aismily_login .banner_area {
  color: #253947;
}
.aismily_login .banner_wrap {
  margin: 0 auto;
}
.aismily_login .banner_header .logo_bg{
  background-image: url(../image/aismily/bg_icon.png);
  background-size: cover;
  width: 40px;
  height: 38px;
}
.aismily_login .banner_header .logo_bg img{
  background-size: cover;
  width: 3px;
  height: 19px;
}
.aismily_login .banner_header p {
  font-size: 18px;
  font-weight: bold;
  margin-left: 4px;
}
.aismily_login .slider {
  margin-top: 12px;
  width: 535px;
  height: auto;
}
.aismily_login .slider img {
  width: 535px;
  height: 298px;
  object-fit: cover;
}
.aismily_login .slick-dots {
  bottom: -40px;
}
.aismily_login .slick-dots li.slick-active button {
  background: #3bb8d4;
  background: -webkit-linear-gradient(315deg,#3bb8d4 0,#3bb8d4 50%,#0f5df0 100%);
  background: -o-linear-gradient(315deg,#3bb8d4 0,#3bb8d4 50%,#0f5df0 100%);
  background: linear-gradient(135deg,#3bb8d4 0,#3bb8d4 50%,#0f5df0 100%);
}
.aismily_login .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  background: #c9c9c9;
  border-radius: 50%;
}
.aismily_login .slick-dots li button::before {
  display: none;
}
.flex {
  display: flex;
}
.flex-colomn {
  display: flex;
  flex-direction: column;
}
.justify-center {
  justify-content: center;
}
.justify-start {
  justify-content: start;
}
.align-center {
  align-items: center;
}
.align-start {
  align-items: start;
}
.br_sp {
  display: none;
}

@media only screen and (max-width: 800px) {
  .br_sp {
    display: block;
  }
  .aismily_login{
    flex-direction: column;
  }
  .aismily_login .login_area {
    width: 100%;
    height: 53vh;
    padding-top: 2rem;
  }
  .aismily_login .banner_area {
    height: 47vh;
  }

  .aismily_login .main_logo img {
    width: 140px;
    height: 43px;
    margin-bottom: 17px;
  }
  .aismily_login .login_area .body {
    font-size: 16px;
    /* margin-bottom: 23px; */
    margin-bottom: 2vh;
  }
  .aismily_login .login_form input,
  .aismily_login .login_form button {
    width: 311px;
    /* height: 44px; */
    height: 6vh;
    font-size: 12px;
    margin: 0;
  }
  .sp_column_center {
    flex-direction: column;
    align-items: center;
  }
  .aismily_login .error_msg {
    width: 311px;
    height: 36px;
    margin: 0;
  }
  .order_one {
    order: 1;
  }
  .order_second {
    order: 2;
  }
  .sp_mb8 {
    margin-bottom: 8px !important;
  }
  .aismily_login .banner_area {
    width: 100%;
    align-items: center;
    justify-content: space-around !important;
  }
  .aismily_login .slider {
    margin-top: 12px;
    width: 300px;
    height: auto;
  }
  .aismily_login .slider img {
    width: 300px;
    height: 168px;
    object-fit: cover;
  }
  .aismily_login .banner_header p {
     font-size: 14px;
  }
  .aismily_login .banner_header .logo_bg {
    width: 30px;
    height: 28px;
  }
  .aismily_login .banner_header .logo_bg img {
    height: 15px;
  }
  .aismily_login .slick-dots {
    bottom: -30px;
  }
  .aismily_login .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .aismily_login .copy_pc {
    display: none;
  }
  .aismily_login .copy_sp {
    color: #707070;
    display: block;
    font-size: 10px;
  }
}