@charset "UTF-8";

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* レイアウト */

#vue-app {
  padding: 0;
}

.my-botui-app {
  height: 100%;
}

.botui-container {
  height: 100%;
  overflow: initial;
  background-color: transparent;
  padding: 65px 10px 95px 10px;
  box-sizing: border-box;
  z-index: -1;
}

/* アイコン */

.profil > img.agent {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
}

/* 必須アイコン */

.require {
  color: #ffffff;
  background-color: #cf000e;
  font-size: 12px;
  line-height: 14px;
  padding: 0 3px;
  border-radius: 3px;
}

/* 文章内注意書き */

.attention {
  color: #cf000e;
}

/* ヘッダー類 */

.l-vbc_head {
  background-color: #ffffff;
  border-bottom: 2px solid #cf000e;
  border-radius: 3px 3px 0 0;
  padding: 5px 10px 5px 10px;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}

.l-vbc_head__logo {
  height: 15px;
}

.l-vbc_head__title {
  font-size: large;
  margin: 0;
  z-index: 10;
  position: fixed;
  top: 28px;
  left: 10px;
}

/* close button */

#bar_close {
  height: 32px;
  display: flex;
  justify-content: flex-end;
  z-index: 20;
}

#btn_close {
  font-size: 16px;
  width: 2em;
  line-height: 2em;
  text-align: center;
  right: 0;
  cursor: pointer;
}

.fa-close {
  font-size: 20px !important;
  color: #333333;
}

/* フッター類 */

.l-vbc_foot {
  display: flex;
  width: 100%;
  height: 35px;
  background-color: #ffffff;
  position: fixed;
  bottom: 0;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.2);
  align-items: center;
  padding: 0 5px;
  box-sizing: border-box;
  border-top: 2px solid #cf000e;
  z-index: 10;
}

/* プログレスバー */

.progress_text,
.progress_text--end {
  font-size: 12px;
  width: 36px;
  white-space: nowrap;
  color: #0E81FF;
}

.progress_text i,
.progress_text--end i {
  margin-left: 3px;
  font-size: 14px;
  vertical-align: middle;
}

.progress_text--end {
  width: 30px;
  text-align: right;
}

.progress {
  overflow: hidden;
  font-size: 12px;
  background-color: #D3D3D3;
  border-radius: 3px;
  padding: 2px;
  width: calc(100% - 64px);
}

.progress__bar {
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-image: linear-gradient(120deg, #65affa 0%, #0e81ff 100%);
  transition: width 0.6s ease;
  border-radius: 3px;
}

/* メッセージレイアウト */

.botui-messages-container {
  padding: 0;
}

.botui-message-content {
  background-color: #ffe8ea;
  border-radius: 10px;
  position: relative;
  margin-left: 10px;
  box-sizing: border-box;
  max-width: 80%;
}

.botui-message-content:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -10px;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 0;
  border-color: transparent #ffe8ea transparent transparent;
}

.botui-message-content.human {
  background-color: #ffffff;
  color: #595a5a;
  margin: 0 10px 20px 0;
}

.botui-message-content.human:before {
  display: none;
}

.botui-message-content.human:after {
  content: "";
  position: absolute;
  top: 12px;
  right: -10px;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 0;
  border-color: #ffffff transparent transparent transparent;
}

.botui-message-content.human.kidoku:before {
  content: "\65E2\8AAD";
  font-size: 13px;
  width: 26px;
  /*
  height: 11px;
  width: 23px;
  background-image: url(/img/kidoku.png);
  */
  display: inline-block;
  padding: 0;
  margin: 0;
  border: none;
  left: -35px;
}

/* actions類 */

.botui-actions-header {
  position: relative;
  top: -10px;
  left: -13px;
  padding: 6px 3px;
  box-sizing: border-box;
  text-align: left;
  width: calc(100% + 10px * 2 + 6px);
  background-color: #ddeeff;
}

.botui-actions-container {
  text-align: right;
  padding: 0;
  overflow: visible;
}

.botui-actions-container > div {
  padding: 0 13px 15px 13px;
  color: #595a5a;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  margin-left: 55px;
  width: 80%;
  box-sizing: border-box;
  border-left: 10px solid #ddeeff;
  border-right: 10px solid #ddeeff;
  border-bottom: 10px solid #ddeeff;
}

.botui-actions-container > div > div:first-child {
  width: 70px;
}

.botui-actions-container > div > div:last-child {
  width: calc(100% - 70px);
  float: right;
}

label {
  cursor: pointer;
}

label:hover,
label.active {
  background: #65affa;
  color: #ffffff;
}

.botui-actions-checkbox label {
  display: block;
  text-align: left;
}

.botui-actions-checkbox input[type=checkbox] {
  pointer-events: none;
}

.botui-actions-radio label {
  display: block;
  text-align: left;
}

.botui-actions-radio input[type=radio] {
  pointer-events: none;
}

.botui-actions-text ul {
  list-style: none;
}

.botui-actions-textarea-input {
  width: 100%;
  height: 5em;
  margin-bottom: 0;
  margin-left: auto;
  display: block;
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 2px inset #cccccc;
  padding: 3px 5px;
  box-sizing: border-box;
}

.botui-actions-textarea-input:focus {
  background: #ddeeff;
  outline: none;
}

.botui-actions-text-input,
.botui-actions-text-select {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.botui-actions-multitext ul {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 50%;
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
}

.botui-actions-multitext ul li {
  width: 50%;
}

.botui-actions-date {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.vdp-datepicker__calendar {
  position: relative;
  right: 0;
  top: 20px;
  margin-bottom: 10px;
}

.botui-actions-agreement,
.botui-actions-text,
.botui-actions-textarea,
.botui-actions-multitext,
.botui-actions-select,
.botui-actions-checkbox,
.botui-actions-radio,
.botui-actions-date,
.botui-actions-buttons,
.botui-actions-confirm {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: -70px;
}

.botui-actions-agreement > label {
  display: inline-flex;
  margin-right: 10px;
}

.sect {
  width: 100%;
  margin: 5px 0;
  text-align: left;
}

.chk_opt {
  display: block;
}

.privacybox {
  width: 100%;
  height: 120px;
  overflow-y: scroll;
  margin: 0 0 5px auto;
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 2px inset #cccccc;
  padding: 8px;
  box-sizing: border-box;
  text-align: left;
  font-size: smaller;
}

.confirm_text {
  margin-bottom: 1em;
}

.confirm_data_list {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
}

.confirm_data_list dt {
  text-align: left;
  width: 120px;
  margin: 0;
  background-color: #dddddd;
  padding: 5px;
  box-sizing: border-box;
  border-bottom: 1px solid #ffffff;
}

.confirm_data_list dd {
  text-align: left;
  width: calc(100% - 120px);
  margin: 0;
  background-color: #eeeeee;
  box-sizing: border-box;
  padding: 5px;
  border-bottom: 1px solid #ffffff;
  word-wrap: break-word;
}

.table_confirm {
  text-align: left;
  margin-left: auto;
}

.table_confirm th {
  background-color: #dddddd;
  padding: 0.5em;
  font-weight: normal;
}

.table_confirm td {
  background-color: #eeeeee;
  padding: 0.5em;
}

/* ボタン類 */

button {
  border: none;
  outline: none;
}

button:hover {
  box-shadow: none;
  top: 2px;
  left: 2px;
}

.botui-actions-buttons-button {
  background: linear-gradient(to bottom, #65affa, #0e81ff);
  box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.25);
  margin: 10px 0 0 10px;
  position: relative;
}

.botui-actions-buttons-button:first-child {
  margin-left: 0;
}

.botui-actions-buttons-button:hover {
  background: linear-gradient(to bottom, #FFBE90, #FF9E59);
}

.botui-actions-buttons-button:disabled {
  background: #D3D3D3;
  cursor: not-allowed;
}

.botui-actions-buttons-button:disabled:hover {
  background: #D3D3D3;
  box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
}

.botui-actions-buttons-button.button-pp2 {
  width: calc(100%);
  margin: auto;
  font-size: 28px;
  line-height: 2.5em;
}

@media screen and (max-width: 500px) {
  .botui-actions-buttons-button.button-pp2 {
    line-height: 1.4em;
  }
}

.back-button {
  background: linear-gradient(to bottom, #D3D3D3, #B5B5B5);
  z-index: 10;
}

.botui-actions-multitext-submit {
  background: linear-gradient(to bottom, #65affa, #0e81ff);
  box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.25);
  border: 0;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  padding: 7px 15px;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}

.chat-close {
  background: linear-gradient(to bottom, #D3D3D3, #B5B5B5);
  z-index: 10;
  float: right;
  margin-right: 10px;
  margin-left: 0;
  margin-bottom: 60px;
}

.chat-close:hover {
  margin-bottom: 58px;
}

/* 開発用 */

div#wrap {
  padding: 0px !important;
  background-color: #dddddd !important;
  border-radius: 3px 3px 0 0 !important;
}

/*
.datepicker {
    left: inherit !important;
    right: 0 !important;
    top: 0 !important;
}
*/

.saimu {
  margin-top: 5px;
}

.saimu p {
  margin: 0;
}

.saimu p.mb-l {
  margin-bottom: 1.2rem;
}

.saimu p.mt-l {
  margin-top: 1.2rem;
}

.saimu .img-l {
  max-width: 100%;
  max-height: 35em;
  height: auto;
  width: auto;
}

.saimu .fs-l {
  font-size: 2rem;
  font-weight: bold;
}

.saimu .mail_link {
  color: #595a5a;
  text-decoration: none;
}

.saimu .saimu_title {
  border-radius: 6px;
  text-align: center;
  display: block;
  width: 80%;
  background-color: #595a5a;
  color: #ffffff;
  margin: 0 auto 10px auto;
  padding: 5px 0;
}

.saimu .saimu_lists,
.saimu .saimu_lists--2col {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.saimu .saimu_lists--2col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.saimu .saimu_lists__list,
.saimu .saimu_lists__list .list_link,
.saimu .saimu_lists__list--2col .list_link,
.saimu .saimu_lists__list--2col {
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin-bottom: 10px;
  background-color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

.saimu .saimu_lists__list--2col {
  flex-basis: calc(50% - 5px);
}

.saimu .saimu_lists__list--2col.mail_tell_link {
  background-color: #ffe8ea;
  display: flex;
}

.saimu .saimu_lists__list--2col.mail_tell_link a {
  margin: 0 auto;
  text-decoration: none;
  width: 100%;
}

.saimu .saimu_lists__list--2col.mail_tell_link .tell-link {
  background: linear-gradient(to bottom, #007B49, #00492c);
  width: 100%;
}

.saimu .saimu_lists__list--2col.mail_tell_link .tell-link:hover {
  background: linear-gradient(to bottom, #FFBE90, #FF9E59);
}

.saimu .saimu_lists__list--2col.mail_tell_link .mail-link {
  background: linear-gradient(to bottom, #0054A6, #0b498b);
  width: 100%;
}

.saimu .saimu_lists__list--2col.mail_tell_link .mail-link:hover {
  background: linear-gradient(to bottom, #FFBE90, #FF9E59);
}

.saimu .saimu_lists__list .list_link,
.saimu .saimu_lists__list--2col .list_link {
  position: relative;
  padding: 0 20px 0 0;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #595a5a;
}

.saimu .saimu_lists__list .list_link:after,
.saimu .saimu_lists__list--2col .list_link:after {
  content: " ";
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #595a5a;
}

.saimu .saimu_lists__list img,
.saimu .saimu_lists__list--2col img,
.saimu .saimu_lists__list .list_link img,
.saimu .saimu_lists__list--2col .list_link img {
  margin-right: 10px;
}

.saimu .contract-link {
  background: linear-gradient(to bottom, #F57508, #F53A08);
}

.saimu .contract-link:hover {
  background: linear-gradient(to bottom, #65affa, #0e81ff);
}

.saimu .contract_link {
  display: flex;
}

.saimu .contract_link a {
  margin: 0 auto;
  text-decoration: none;
}

.vbc {
  margin-top: 5px;
}

.vbc p {
  margin: 0;
}

.vbc p.mb-l {
  margin-bottom: 1.2rem;
}

.vbc p.mt-l {
  margin-top: 1.2rem;
}

.vbc .img-l {
  max-width: 100%;
  max-height: 35em;
  height: auto;
  width: auto;
}

.vbc .fs-l {
  font-size: 1.125rem;
  font-weight: bold;
}

.vbc .mail_link {
  background: #F0A006;
  text-decoration: none;
}

.vbc .tell_link {
  background: #cf000e;
  text-decoration: none;
}

.vbc .vbc_title {
  border-radius: 6px;
  text-align: center;
  display: block;
  width: 80%;
  background-color: #595a5a;
  color: #ffffff;
  margin: 0 auto 10px auto;
  padding: 5px 0;
}

.vbc .vbc_lists,
.vbc .vbc_lists--2col {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.vbc .vbc_lists--2col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.vbc .vbc_lists__list,
.vbc .vbc_lists__list .list_link,
.vbc .vbc_lists__list--2col .list_link,
.vbc .vbc_lists__list--2col {
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin-bottom: 10px;
  background-color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

.vbc .vbc_lists__list--2col {
  flex-basis: calc(50% - 5px);
}

.vbc .vbc_lists__list--2col.mail_tell_link {
  background-color: #ffe8ea;
  display: flex;
}

.vbc .vbc_lists__list--2col.mail_tell_link a {
  margin: 0 auto;
  text-decoration: none;
  width: 100%;
}

.vbc .vbc_lists__list--2col.mail_tell_link .tell-link {
  background: linear-gradient(to bottom, #007B49, #00492c);
  width: 100%;
}

.vbc .vbc_lists__list--2col.mail_tell_link .tell-link:hover {
  background: linear-gradient(to bottom, #FFBE90, #FF9E59);
}

.vbc .vbc_lists__list--2col.mail_tell_link .mail-link {
  background: linear-gradient(to bottom, #0054A6, #0b498b);
  width: 100%;
}

.vbc .vbc_lists__list--2col.mail_tell_link .mail-link:hover {
  background: linear-gradient(to bottom, #FFBE90, #FF9E59);
}

.vbc .vbc_lists__list .list_link,
.vbc .vbc_lists__list--2col .list_link {
  position: relative;
  padding: 0 20px 0 0;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #595a5a;
}

.vbc .vbc_lists__list .list_link:after,
.vbc .vbc_lists__list--2col .list_link:after {
  content: " ";
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #595a5a;
}

.vbc .vbc_lists__list img,
.vbc .vbc_lists__list--2col img,
.vbc .vbc_lists__list .list_link img,
.vbc .vbc_lists__list--2col .list_link img {
  margin-right: 10px;
}

.vbc .contract-link {
  width: 100%;
  max-width: 320px;
  min-width: 240px;
  padding: 12px 8px;
}

.vbc .contract-link:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.vbc .contract_link {
  display: flex;
}

.vbc .contract_link a {
  margin: 0 auto;
  text-decoration: none;
}

.vbc .btn-green {
  background: #027A03;
}

.vbc .btn-blue {
  background: #140866;
}

.vbc .btn-mb {
  margin-bottom: 1rem;
}

/* Calendar スマホ対応 */

.datetimepicker .datepicker[data-v-17c053f2] {
  position: fixed !important;
  top: auto !important;
  bottom: 50px !important;
}

@media (max-width: 415px) {
  div.datetimepicker[data-v-17c053f2]:not(.inline) {
    position: fixed;
  }

  .datetimepicker .datepicker[data-v-17c053f2] {
    z-index: 10001 !important;
  }

  .datepicker-container .datepicker-days .datepicker-day {
    height: 60px !important;
  }

  .datepicker-day-text {
    font-size: 36px;
  }

  .month-container {
    height: auto !important;
  }

  .datepicker-day-effect {
    height: 36px !important;
    width: 36px !important;
  }

  div.week-days-container.lm-fs-12 {
    font-size: 20px !important;
  }

  button.date-buttons.lm-fs-16 {
    font-size: 20px !important;
  }

  div.datepicker-container:not(.inline) div.datepicker-controls[data-v-7043ad7f] {
    font-size: 20px !important;
    height: auto !important;
  }

  .datepicker-container .datepicker-controls .datepicker-button svg[data-v-7043ad7f] {
    height: 30px !important;
    width: 30px !important;
  }

  /* ボタンサイズ スマホ対応 */

  .botui-actions-buttons-button {
    padding: 7px 12px;
  }

  /* 確認画面 スマホ対応 */

  .confirm_data_list {
    display: block;
  }

  .confirm_data_list dt {
    width: 100%;
    border-bottom: none;
    font-weight: 600;
  }

  .confirm_data_list dd {
    width: 100%;
  }

  .saimu .saimu_lists--2col {
    display: block;
  }

  .saimu .saimu_lists__list--2col {
    flex-basis: 100%;
  }

  .vbc .vbc_lists--2col {
    display: block;
  }

  .vbc .vbc_lists__list--2col {
    flex-basis: 100%;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .botui-message-content {
    width: 100%;
  }

  *::-ms-backdrop,
  .saimu .saimu_lists__list--2col {
    flex-basis: calc(45% - 5px);
  }

  *::-ms-backdrop,
  .vbc .vbc_lists__list--2col {
    flex-basis: calc(45% - 5px);
  }
}

