@charset "UTF-8";
/* use vuetify */
/* Absolute Center Spinner */
.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  width: 2em;
  height: 2em;
  margin: auto;
  overflow: show;
}

/* Transparent Overlay */
.loading::before {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(rgba(20, 20, 20, 0.5), rgba(0, 0, 0, 0.5));
  background: -webkit-radial-gradient(rgba(20, 20, 20, 0.5), rgba(0, 0, 0, 0.5));
  opacity: 0.8;
}

/* :not(:required) hides these rules from IE9 and below */
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  background: #ff5e00;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #453912;
  margin: 0;
  padding: 0 !important;
  position: relative;
}

.body-main {
  background: #FBAF03;
  padding: 10px;
  width: 100vw;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .body-main {
    padding: 0;
    background: #F2F2F2;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .body-auth {
    padding: 25px;
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 479px) {
  .body-auth {
    padding: 10px;
  }
}
.body-auth-logo {
  position: absolute;
  top: 60px;
  left: 85px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .body-auth-logo {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.body-auth-logo div {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  background: #FBAF03;
  border-radius: 11px;
}
.body-auth-logo img {
  height: 22.81px;
  width: auto;
}
.body-auth-bg {
  width: 74.21875vw;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .body-auth .body-frame {
    margin: 0;
    position: relative;
    width: 100%;
  }
}

.body-frame {
  height: 100%;
  background-color: #fff;
  border-radius: 40px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .body-frame {
    padding: 0;
    height: -moz-fit-content;
    height: fit-content;
    margin: 25px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(255, 174, 21, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .body-frame-page {
    box-shadow: unset;
    overflow: unset;
    margin: 0;
  }
  .body-frame-page .body-frame-content {
    overflow: unset;
  }
}
.body-frame-content {
  display: flex;
  height: 100%;
  overflow: hidden;
  overflow-x: auto;
}

.body-wrapper {
  flex: 1;
  min-width: 785px;
  background-color: #F2F2F2;
  border-radius: 30px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .body-wrapper {
    min-width: 100%;
    padding: 0;
  }
}

h1 {
  font-size: 32px;
  font-weight: 700;
}

h2 {
  font-size: 28px;
  font-weight: 500;
}

h3 {
  font-size: 24px;
  font-weight: 500;
}

h4 {
  font-size: 20px;
  font-weight: 500;
}

h5 {
  font-size: 16px;
  font-weight: 500;
}

h6 {
  font-size: 14px;
  font-weight: 500;
}

a {
  color: #453912;
}

a,
button {
  transition: 0.5s all;
}
a:hover,
button:hover {
  opacity: 0.6;
}

.bg-arc-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .bg-arc-sp {
    background: #FBAF03;
    height: 25px;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 9991;
  }
}
@media screen and (max-width: 767px) {
  .bg-arc-sp::after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    height: 200%;
    background-color: #F2F2F2;
  }
}

.page-title-sp {
  display: none;
}
.page-title-sp__image {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  box-shadow: 0 3px 5px rgba(62, 103, 137, 0.2509803922);
  margin-right: 11px;
  overflow: hidden;
}
.page-title-sp__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .page-title-sp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05rem;
    margin-bottom: 20px;
    color: #453912;
    font-weight: bold;
    padding-top: 17px;
    margin-left: 21px;
  }
}

.v-application a {
  color: #453912;
  text-decoration: none;
}

.container-main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .container-main {
    padding: 0 30px;
  }
}
@media screen and (max-width: 479px) {
  .container-main {
    padding: 0 16px;
  }
}

.img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.relative {
  position: relative;
}

.flex-cm {
  display: flex;
}

.center-justify {
  justify-content: center;
}

.between-justify {
  justify-content: space-between;
}

.center-align {
  align-items: center;
}

@media screen and (max-width: 479px) {
  .col-sp {
    flex-direction: column;
  }
}

.layout-8 {
  padding: 40px 48px 48px;
  border-radius: 8px;
}
@media screen and (max-width: 479px) {
  .layout-8 {
    padding: 23px 16px 0;
    border-radius: 16px;
    box-shadow: unset;
  }
}

.mr-24 {
  margin-right: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pt-26 {
  padding-top: 26px !important;
}

.pt-40 {
  padding-top: 40px;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-80 {
  padding-bottom: 80px;
}

.width-custom-20 {
  width: 20%;
}

.width-custom-10 {
  width: 10%;
}

.line-height-28 {
  line-height: 28px !important;
}

.line-height-24 {
  line-height: 24px !important;
}

.disable {
  pointer-events: none;
}

.pointer {
  cursor: pointer;
}

.user__wrap-content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .user__wrap-content {
    flex-direction: column;
  }
}
.user__wrap-content .main-container {
  flex-grow: 2;
  max-width: 880px;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .user__wrap-content .main-container {
    margin-left: 0;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url("/fonts/NotoSansJP-Regular.otf");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url("/fonts/NotoSansJP-Medium.otf");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url("/fonts/NotoSansJP-Bold.otf");
}
@font-face {
  font-family: Jost;
  font-weight: 400;
  src: url("/fonts/Jost-Regular.ttf");
}
@font-face {
  font-family: Jost;
  font-weight: 500;
  src: url("/fonts/Jost-Medium.ttf");
}
.error-message {
  font-size: 12px;
  color: #fd5e1c;
}

.nl2br {
  white-space: pre-line;
}

.hidden {
  display: none !important;
}

.m-b-10 {
  margin-bottom: 10px;
}

.search-form-right {
  padding-bottom: 5px;
  padding-top: 5px;
  float: right;
}
@media screen and (max-width: 767px) {
  .search-form-right {
    width: 100% !important;
  }
  .search-form-right.w-50 {
    width: 100% !important;
  }
}
.search-form-right form {
  flex-wrap: nowrap;
}
.search-form-right .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.search-form-right .form-inline input {
  height: 38px;
}
.search-form-right button {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .search-form-right .btn {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }
}
@media screen and (max-width: 767px) {
  .search-form-right .btn span {
    display: none;
  }
}
.search-form-right .btn-action-create {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .search-form-right .btn-action-create span {
    display: block;
  }
}
.search-form-right .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.search-form-right .input-search {
  display: flex;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .group-select-page {
    margin-bottom: 5px;
  }
}

.w-100 {
  width: 100px;
}

.pageSizeForm {
  display: flex;
}
.pageSizeForm .page-size-select {
  height: 38px !important;
}
.pageSizeForm span {
  width: 110px;
  padding-top: 8px;
}

.table tbody tr td {
  vertical-align: middle;
}

.custom-pagination {
  display: flex;
  justify-content: flex-end;
}
.custom-pagination .total-item-pagination {
  height: 31px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .custom-pagination .total-item-pagination {
    font-size: 10px;
    line-height: 15px;
    height: unset;
    padding-right: 8px;
  }
}

.d-flex {
  display: flex;
}

.error {
  display: inline-block;
  color: red;
  margin-top: 5px;
}

.fz-28 {
  font-size: 28px;
  z-index: 999;
}

.fz-15 {
  font-size: 15px !important;
}

.mw-150 {
  min-width: 150px;
}

.mw-100 {
  min-width: 100px;
}

.word-break {
  word-break: break-all;
}

.w-300 {
  width: 300px;
}

.w-95 {
  width: 95px;
}

.mw-250 {
  max-width: 250px;
}

.z-0 {
  z-index: 0;
}

.display-content {
  display: contents;
}

.btn-drop-detail {
  border-radius: 0;
  height: 38px;
  padding-right: 12px;
  border: 1px solid #d8dbe0;
}
@media screen and (max-width: 767px) {
  .btn-drop-detail {
    height: 30px;
  }
}

.btn-drop-detail:hover {
  border: 1px solid #d8dbe0;
}

.heigh-38 {
  height: 38px !important;
}
@media screen and (max-width: 767px) {
  .heigh-38 {
    height: 30px !important;
  }
}

.w-50 {
  width: 50%;
}

.display-grid {
  display: grid;
}

.modal-content--custom {
  position: fixed;
  max-width: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
}

.mw-500 {
  max-width: 500px;
}

.ml-185 {
  margin-left: 185px;
}

.justify-center {
  justify-content: center !important;
}

.ml-12 {
  margin-left: 12px;
}

.text-decoration-none {
  text-decoration: none;
}

.body-main-app {
  padding: 10px;
  width: 100vw;
  height: 100vh;
  padding: 0;
  background: white;
  height: 100%;
  padding-bottom: 10px;
}

.ov-hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.bs-example {
  height: 80px;
  border: 1px solid black;
  overflow: scroll;
}

table {
  min-width: 1080px;
}

.refund-table {
  min-width: unset;
}

.dropdown {
  position: inherit;
}

.dropdown-menu {
  right: 0;
  left: auto;
}

.dropdown-menu-respon {
  position: relative;
}

.page-common .edit-button {
  border-radius: 15px;
  background-color: #453912;
  font-size: 12px;
  line-height: 17px;
  min-width: 114px;
  min-height: 30px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.page-common .group-paginate {
  margin-top: 16px;
}
.page-common .info-box .info-box__content {
  display: flex;
  flex-direction: column;
}
.page-common .info-box .info-box__row {
  display: flex;
}
.page-common .info-box .info-box__col {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 17px;
  padding: 6px 0 5px;
  margin-bottom: 0;
  border: 1px solid #E2E2E2;
  font-weight: 500;
  color: #453912;
  border-right: unset;
}
.page-common .info-box .info-box__col:last-of-type {
  border-right: 1px solid #E2E2E2;
}
.page-common .info-box .info-box__col.info-box__head {
  background: #FBAF03;
  color: #fff;
}
.page-common .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: inherit;
  outline: 0;
  box-shadow: unset;
}
.page-common .form-select:focus {
  border-color: inherit;
  outline: 0;
  box-shadow: unset;
}
.page-common .btn.btn-create {
  min-width: 120px;
  border-radius: 0.375rem;
  border-radius: 0.375rem;
  padding: 0.375rem 0.75rem;
  height: 38px;
  background-color: #FBAF03;
  color: #fff;
  border: none;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05rem;
  font-weight: bold;
  letter-spacing: 0;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 7px;
}
@media screen and (max-width: 767px) {
  .page-common .btn.btn-create {
    height: 30px;
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    padding: 7px 9px;
    border-radius: 5px;
    min-width: 71px;
  }
}
.page-common .btn.btn-create-same-insurance {
  margin: auto !important;
  margin-top: 10px !important;
}
.page-common .group-select-page {
  margin-bottom: 0;
}
.page-common .mt-20 {
  margin-top: 20px;
}
.page-common .mt-13 {
  margin-top: 13px;
}
.page-common .mt-34 {
  margin-top: 34px;
}
.page-common .mt-37 {
  margin-top: 37px;
}
.page-common .mb-37 {
  margin-bottom: 37px;
}
.page-common .mt-45 {
  margin-top: 45px;
}
.page-common .mt-31 {
  margin-top: 31px;
}
.page-common .mb-28 {
  margin-bottom: 28px;
}
.page-common .table-responsive-sm {
  min-width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-common .table-responsive-sm {
    width: unset;
    min-width: 100%;
  }
}
.page-common .btn-menu {
  width: 25px;
  height: 25px;
  padding: 12px;
  background: #FBAF03;
  border: 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-common .btn-menu {
    width: 14px;
    height: 14px;
  }
}
.page-common .dropdown-menu.dropdown--custom {
  border: unset;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .page-common .dropdown-menu.dropdown--custom {
    min-width: 101px;
  }
}
.page-common .dropdown-menu.dropdown--custom li {
  padding: 8px 6px;
  font-size: 14px;
  background: #FBAF03;
  line-height: 19px;
  color: #fff;
  letter-spacing: 0.05rem;
  border: 1px solid #E2E2E2;
  border-bottom: unset;
}
.page-common .dropdown-menu.dropdown--custom li:hover {
  opacity: 0.6;
}
.page-common .dropdown-menu.dropdown--custom li:last-child {
  border-bottom: 1px solid #E2E2E2;
}
.page-common .dropdown-menu.dropdown--custom li a {
  color: #fff;
  font-weight: 500;
  background: inherit;
}
.page-common .dropdown-menu.dropdown--custom li a:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .page-common .dropdown-menu.dropdown--custom li {
    font-size: 12px;
    line-height: 17px;
  }
}
.page-common.container_create_user .btn_submit {
  padding: 7px 13px;
  height: 40px;
  background-color: #453912;
  color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .page-common.container_create_user .btn_submit {
    font-size: 12px;
    line-height: 17px;
    border-radius: 15px;
    height: 30px;
  }
}

.new-button {
  height: 30px;
  font-size: 14px;
  line-height: 19px;
  background-color: #FBAF03;
  display: block;
  border-radius: 5px;
  color: #fff;
  width: calc(33.33% - 4px);
  margin-right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 500;
  padding-bottom: 2px;
}
.new-button:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .new-button {
    font-size: 12px;
    line-height: 17px;
  }
}

.new-box .new-box__row {
  margin: 30px 0 20px;
  display: flex;
}
.new-box .new-box__row.new-box__row--custom .new-button {
  width: calc(50% - 4px) !important;
}
.new-box .new-box__row br {
  display: none;
}
@media screen and (max-width: 767px) {
  .new-box .new-box__row br {
    display: block;
  }
}

.swiper-table-container .new-table .table {
  margin-bottom: 0;
}
.swiper-table-container .new-table .last-col {
  right: inherit;
}
@media screen and (min-width: 768px) {
  .swiper-table-container .new-table th, .swiper-table-container .new-table td {
    display: table-cell !important;
  }
}
@media screen and (max-width: 767px) {
  .swiper-table-container .new-table th, .swiper-table-container .new-table td {
    width: 33.33%;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .swiper-table-container .new-table th:nth-child(-n+3), .swiper-table-container .new-table td:nth-child(-n+3) {
    display: table-cell;
  }
}
@media screen and (max-width: 767px) {
  .swiper-table-container .new-table th:last-of-type, .swiper-table-container .new-table td:last-of-type {
    display: table-cell !important;
  }
}

.multi-label {
  display: block !important;
  text-align: center;
  line-height: 14px !important;
}
@media screen and (max-width: 767px) {
  .multi-label {
    font-size: 12px;
    line-height: 13px !important;
  }
}

.wrapper-container.new-box .new-box__content .table {
  min-width: 100%;
}
.wrapper-container.new-box .new-box__content .table td {
  --bs-table-accent-bg: unset;
  width: 25%;
  max-width: 25%;
  background-color: #F8F8F8;
}
.wrapper-container.new-box .new-box__content .table td:last-child {
  width: unset;
}
.wrapper-container.new-box .new-box__content .table .td-head {
  background-color: #FBAF03;
  font-size: 14px;
  line-height: 15px;
  max-width: 25%;
  font-weight: 500;
  color: #fff;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .wrapper-container.new-box .new-box__content .table .td-head {
    font-size: 12px;
    line-height: 13px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-container.new-box {
    background-color: #F2F2F2 !important;
    padding: 0 20px;
  }
  .wrapper-container.new-box .new-box__content {
    margin-top: 10px;
  }
  .wrapper-container.new-box .new-box__content .table td:last-child {
    width: unset;
  }
  .wrapper-container.new-box .new-box__table {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .new-table {
    max-width: 100%;
    overflow: auto;
  }
}
@media screen and (min-width: 768px) {
  .new-table {
    overflow: auto;
  }
}
@media screen and (min-width: 1199px) {
  .new-table {
    overflow: inherit;
  }
}
@media screen and (min-width: 768px) {
  .new-table .table {
    min-width: unset;
  }
}
.new-table th {
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .new-table th {
    font-size: 12px;
    line-height: 17px;
  }
}
.new-table td {
  font-size: 14px;
  background-color: #F8F8F8 !important;
  --bs-table-accent-bg: unset !important;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .new-table td {
    font-size: 10px;
    line-height: 15px;
  }
}
.new-table .sticky-col {
  position: sticky;
}
@media screen and (min-width: 768px) {
  .new-table .sticky-col {
    position: relative;
  }
}
.new-table .last-col {
  width: -moz-fit-content;
  width: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: -moz-max-content;
  max-width: max-content;
  right: -3px;
  background: #FBAF03;
}
@media screen and (min-width: 768px) {
  .new-table .last-col {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .new-table .hide-2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .new-table.show-2 .hide-1 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .new-table.show-2 .hide-2 {
    display: table-cell;
  }
}

.swiper-table,
.swiper-checked {
  display: none;
  justify-content: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 10px auto;
  align-items: center;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .swiper-table,
  .swiper-checked {
    display: flex;
  }
}
.swiper-table .swiper-table__icon,
.swiper-checked .swiper-table__icon {
  width: 35px;
  height: 35px;
  background: #453912;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 5px;
}

.modal-backdrop.fade.show {
  z-index: 9991;
}

.swal2-container {
  z-index: 9994 !important;
}

.detail-table .info-box__row .info-box__col:first-of-type {
  max-width: 22.8%;
}
.detail-table .info-box__row .info-box__col:nth-child(2) {
  max-width: 30.4%;
}
.detail-table .info-box__row .info-box__col:last-of-type {
  max-width: 100%;
}

.simulation-scroll {
  overflow: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.simulation-scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 9px;
}
.simulation-scroll::-webkit-scrollbar-track {
  background: #F0F0F0;
  border-radius: 9px;
  margin: 0 20px 0 172px;
}
.simulation-scroll::-webkit-scrollbar-thumb {
  background: #fff;
  border: 2px solid #F0F0F0;
  border-radius: 9px;
}
.simulation-scroll::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.simulation-scroll .sticky-col {
  position: sticky;
}
.simulation-scroll .first-col {
  left: 0;
  background: #605635;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .simulation-scroll .first-col {
    left: 0;
    outline: 1px solid #dee2e6;
    border: unset;
    border-collapse: collapse;
    outline-offset: -1px;
  }
}
@media screen and (max-width: 767px) {
  .simulation-scroll .table-responsive-sm {
    min-width: 728px;
  }
}
@media screen and (max-width: 612px) {
  .simulation-scroll .table-responsive-sm {
    min-width: 612px;
  }
}
.simulation-scroll th {
  text-align: center;
  width: 12.5%;
}
@media screen and (max-width: 767px) {
  .simulation-scroll th {
    font-size: 12px;
    line-height: 17px;
  }
}
.simulation-scroll tr > td {
  --bs-table-accent-bg: #f8f8f8;
  color: #2b240e;
}
@media screen and (max-width: 767px) {
  .simulation-scroll tr > td {
    font-size: 10px;
    line-height: 15px;
  }
}
.simulation-scroll tr > td.col-head {
  background: #605635;
  color: #fff;
  --bs-table-accent-bg: #605635;
  width: 12.5%;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .simulation-scroll tr > td.col-head {
    padding: 0;
    height: 35px;
    font-size: 12px;
    line-height: 17px;
  }
}

.fade.show {
  z-index: 9994;
}

.modal-body {
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .new-table tbody tr {
    background: #F8F8F8;
  }
}
@media screen and (max-width: 767px) {
  .new-table tbody .last-col {
    background: transparent !important;
  }
}

.new-body .table-scroll {
  max-height: calc(100vh - 250px);
}
@media screen and (max-width: 767px) {
  .new-body .table-scroll {
    max-height: unset;
  }
}
.new-body .table-scroll .table {
  font-size: 14px;
}
.new-body .table-scroll td {
  min-width: 100px;
}
@media screen and (max-width: 767px) {
  .new-body .table-scroll td {
    min-width: unset;
  }
}
.new-body .table-scroll.table-corp {
  max-height: calc(100vh - 270px);
}
@media screen and (max-width: 767px) {
  .new-body .table-scroll.table-corp {
    max-height: unset;
  }
}
@media screen and (min-width: 768px) {
  .new-body .new-table {
    max-height: calc(100vh - 450px);
  }
}
@media screen and (min-width: 1200px) {
  .new-body .new-table {
    max-height: unset;
  }
}

.ml-5 {
  margin-left: 5px;
}

.mr-16 {
  margin-right: 16px;
}

.mb-7 {
  margin-bottom: 7px;
}

.header {
  display: none;
}
@media screen and (max-width: 767px) {
  .header {
    height: 80px;
    display: flex;
    background: #FBAF03;
    padding: 0 20px;
    position: relative;
    z-index: 9990;
  }
}
.header button {
  background: unset;
  border: none;
  padding: 0;
}
.header-icon-menu {
  height: 21px;
  width: auto;
}
.header-logo {
  height: 33.71px;
  width: auto;
}
.header-icon-noti {
  width: 40px;
  height: 40px;
}

.footer-wrapper {
  display: flex;
  padding-top: 40px;
  padding-bottom: 150px;
  background-color: #fafafa;
  border-top: 1px solid #ddd;
}
.footer-wrapper .container-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer-wrapper .container-main {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .footer-wrapper {
    padding-bottom: 73px;
  }
}

.footer-logo img {
  height: 34px;
}
.footer-infomation {
  margin-top: 33px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #999;
}
.footer-menu {
  display: flex;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .footer-menu {
    padding-top: 0;
  }
}
.footer-menu_item a {
  padding: 0 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: #222 !important;
  transition: all 0.5s;
}
.footer-menu_item a:hover {
  color: #ff5e00 !important;
}
@media screen and (max-width: 767px) {
  .footer-menu_item a {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu {
    flex-wrap: wrap;
  }
}
.footer-right {
  text-align: right;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}
.footer-right .copyright {
  margin-top: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #999;
}
@media screen and (max-width: 767px) {
  .footer-right {
    padding-top: 80px;
    text-align: left;
  }
  .footer-right .copyright {
    margin-top: 33px;
  }
}

.sidebar {
  padding: 0 20px 0 25px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .sidebar {
    width: 100%;
    margin-right: 0;
    padding: 5px 10px;
    display: none;
  }
}
.sidebar#sidebar .offcanvas-start {
  transform: none;
  visibility: visible;
}
.sidebar .sidebar-header {
  margin: 20px 0 20px 1px;
}
@media screen and (max-width: 767px) {
  .sidebar .sidebar-header {
    display: none !important;
  }
}
.sidebar .sidebar-header img {
  height: 22.81px;
  width: auto;
}
.sidebar .sidebar-header .logo_hoken {
  width: 50px !important;
  height: 50px !important;
  margin-right: 20px !important;
}
.sidebar .sidebar-header-icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  background: #FBAF03;
  border-radius: 11px;
}
.sidebar .sidebar-header-icon-menu {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  background: #FBAF03;
  border-radius: 11px;
  border: none;
}
.sidebar .sidebar-header-icon-noti {
  width: 50px;
  height: 50px;
  margin-left: 20px;
  background: #FBAF03;
  border-radius: 11px;
  border: none;
}
.sidebar img.icon-noti {
  height: 35px !important;
  width: 35px !important;
}
.sidebar .nav-link {
  color: #453912;
}
.sidebar .sidebar-nav-item {
  border-bottom: 1px solid #efefef;
  padding: 15px 10px 15px 0;
  position: relative;
}
.sidebar .sidebar-nav-item.active {
  background: #F5DFAB;
}
.sidebar .sidebar-nav-item:last-child {
  border-bottom: none;
}
.sidebar .sidebar-nav-item .count-unread {
  background-color: red;
  color: white;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  justify-content: center;
  font-size: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar .sidebar-nav-link {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.05rem;
  padding: 0;
}
.sidebar .sidebar-nav-link span {
  display: flex;
  align-items: center;
}
.sidebar .sidebar-nav-icon {
  width: 73px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sidebar .sidebar-nav-icon {
    width: 62px;
  }
}
.sidebar .sidebar-nav img {
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sidebar .sidebar-nav i {
  font-size: 19px;
}
.sidebar .sidebar-nav .icon-sidebar-custom {
  font-size: 30px !important;
  color: #fbaf03;
}
.sidebar .sidebar-nav .icon-profile {
  font-size: 28px !important;
  margin-right: 10px;
}
.sidebar .sidebar-nav .icon-group {
  font-size: 28px !important;
}
.sidebar .offcanvas {
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  border-right: none;
  max-width: 415px;
  overflow: hidden;
  position: relative;
  height: 100%;
  width: auto;
}
@media screen and (max-width: 767px) {
  .sidebar .offcanvas {
    width: 100%;
    max-width: 100%;
  }
}
.sidebar .offcanvas-body {
  overflow-y: auto;
  height: 100%;
  padding: 0;
}

#sidebar_sp .offcanvas-backdrop {
  background-color: #fff;
}
#sidebar_sp .offcanvas-backdrop.show {
  opacity: 1;
}
#sidebar_sp .fade.show {
  z-index: 9989;
}
#sidebar_sp .sidebar-sp-offcanvas {
  background: #fff;
  width: 100%;
  z-index: 9993;
  max-width: calc(100% - 67px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.16);
  border-right: unset;
}
#sidebar_sp .sidebar-sp-button-close {
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 25px;
  color: #FBAF03;
}
@media screen and (max-width: 767px) {
  #sidebar_sp .sidebar {
    display: unset;
  }
}
#sidebar_sp .body-frame {
  margin: 19px;
  margin-top: 0;
}
#sidebar_sp .body-frame .offcanvas {
  transform: none;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .header-list-menu {
    display: none;
  }
  .mt-26 {
    margin-top: 0px !important;
  }
}
.mt-26 {
  margin-top: 26px;
}

.header-list-menu {
  width: 25px;
  height: 25px;
  border: none;
}
.header-list-menu .icon-menu {
  height: 14px;
  width: auto;
  position: relative;
  top: -52px;
  margin-left: 8px;
}

.form-label[required]::after {
  content: "*";
  color: #ff0000;
  margin-left: 4px;
}

.chat__body {
  padding: 0 20px;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(255, 174, 21, 0.1);
}
@media screen and (max-width: 767px) {
  .chat__body {
    height: calc(100vh - 190px);
  }
}
.chat__body.message__body {
  height: 427px;
  background-color: #fff;
  padding: 0 5px 0 10px;
  margin-bottom: 9px;
}
.chat__body.message__body .message-box {
  padding-right: 5px;
}
.chat__body.message__body .message-box a:last-child .chat__item {
  border-bottom: unset;
}
.chat__body.message__body .chat__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #F8F8F8;
  padding: 12px 8px 12px 5px;
}
.chat__body.message__body .chat__item .chat__left {
  display: flex;
  align-items: center;
}
.chat__body.message__body .chat__item .ic-mark {
  margin-right: 15px;
  display: inline-block;
  min-width: 12px;
}
.chat__body.message__body .chat__item .ic-mark.marked * {
  fill: #FF952A;
}
.chat__body.message__body .chat__item .ic-mark.favorite * {
  fill: #FFDD00;
}
.chat__body.message__body .chat__item .avatar {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.chat__body.message__body .chat__item .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.chat__body.message__body .chat__item .username {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #000;
  margin-bottom: 2px;
}
.chat__body.message__body .chat__item .last-mess {
  font-size: 10px;
  line-height: 16px;
  color: #000;
}
.chat__body.message__body .chat__item .mess-status {
  font-size: 10px;
  line-height: 16px;
  color: #CFCFCF;
}
.chat__body .message-box {
  padding-right: 5.5px;
  padding-left: 5.5px;
  height: 422px;
  overflow-y: scroll;
  margin-bottom: 6.5px;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.chat__body .message-box::-webkit-scrollbar {
  display: none;
}
.chat__body .message-box::-webkit-scrollbar {
  height: 99px;
  width: 1px;
}
.chat__body .message-box::-webkit-scrollbar-track {
  border-radius: 0;
  background: #CFCFCF;
}
.chat__body .message-box::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #707070;
}
.chat__body .message-box .new-message {
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  z-index: 99;
}
.chat__body .form-control {
  height: 38px;
  border: none;
  border-radius: 20px;
  line-height: 20px;
  font-size: 10px;
  padding-left: 20px;
  padding-right: 45px;
  max-height: 72px;
}
.chat__body .form-control::-moz-placeholder {
  color: #453912;
}
.chat__body .form-control::placeholder {
  color: #453912;
}
.chat__body .form-control::-webkit-scrollbar {
  display: none;
}
.chat__body .input-message {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid gray;
}
.chat__body .input-message .main-input-style {
  position: relative;
  display: inline-block;
  padding: 4px 15px;
  height: 30px;
  line-height: 1.5;
  background-color: white;
  background-image: none;
  border: none;
  outline: none;
  width: 100%;
  font-weight: 400;
  font-size: 13px;
}
.chat__body .input-message .main-input-style.bold {
  font-weight: 600;
}
.chat__body .input-message .main-input-style.time {
  width: 40px;
  height: 30px;
  text-align: center;
}
.chat__body .input-message .main-input-style.place {
  width: 100%;
  margin: 8px 0 12px 0;
}
.chat__body .input-message .main-input-style.textarea {
  max-height: 72px;
  height: 38px;
  width: 100%;
  resize: none;
  overflow: hidden;
  border-bottom: none;
}
.chat__body .input-message .main-input-style.textarea::-moz-placeholder {
  padding-top: 4px !important;
}
.chat__body .input-message .main-input-style.textarea::placeholder {
  padding-top: 4px !important;
}
.chat__body .input-message .main-input-style.mail, .chat__body .input-message .main-input-style.password {
  width: 100%;
  margin-top: 8px;
}
.chat__body .input-message .main-input-style.price {
  max-width: 100px;
  margin-right: 5px;
}
.chat__body .file-upload {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  margin-top: -5px;
  border-top: none;
  box-sizing: border-box;
  background-color: #fff;
}
.chat__body .file-upload .file-image {
  max-width: 70px;
  position: relative;
}
.chat__body .file-upload .file-image img {
  vertical-align: top;
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(197, 211, 224, 0.5803921569);
}
.chat__body .file-upload .file-image video {
  width: 100%;
  border: 1px solid rgba(197, 211, 224, 0.5803921569);
}
.chat__body .file-upload .file-record {
  max-width: -moz-max-content;
  max-width: max-content;
  height: 50px;
  border: 1px solid gray;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px;
}
.chat__body .file-upload .file-record .file-icon {
  font-size: 20px;
}
.chat__body .file-upload .file-record .file-name {
  font-weight: bold;
  margin-left: 10px;
}
.chat__body .file-upload .btn-close {
  background-image: url("/images/close-white.svg");
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  right: -8px;
  width: 10px;
  height: 10px;
  background-size: 7px;
}
.chat__body .file-upload .file-upload-inner {
  box-sizing: border-box;
  padding: 16px 16px 22px 0;
  border-top: 1px solid gray;
  margin-right: 16px;
  margin-left: 17px;
}
.chat__body .chat__container {
  margin-bottom: 40px;
}
.chat__body .chat__container:after {
  content: "";
  clear: both;
  display: table;
}
.chat__body .chat__container .chat-datetime {
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  margin: 0 auto 20px auto;
  padding: 5px 12px 6px 12px;
  border-radius: 6px;
  background-color: rgba(69, 57, 18, 0.5018382353);
  color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.005rem;
  clear: right;
}
.chat__body .chat__container .chat__item {
  margin-bottom: 10px;
}
.chat__body .chat__container .chat__item .avatar {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.chat__body .chat__container .chat__item .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.chat__body .chat__container .chat__item .chat__right {
  flex: 1;
  position: relative;
  z-index: 10;
}
.chat__body .chat__container .chat__item .chat__content-relative {
  position: relative;
}
.chat__body .chat__container .chat__item .chat__content {
  background-color: #FFE162;
  flex: 1;
  padding: 8px;
  border-radius: 0 10px 10px 10px;
  font-size: 13px;
  line-height: 20px;
  padding: 12px 14.6px 11px 14.6px;
  max-width: 310px;
  word-break: break-all;
  white-space: break-spaces;
  width: -moz-fit-content;
  width: fit-content;
}
.chat__body .chat__container .chat__item .chat__content:before {
  content: "";
  width: 10.36px;
  height: 6px;
  background-color: #FFE162;
  position: absolute;
  top: 0px;
  left: -5px;
  z-index: -2;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.chat__body .chat__container .chat__item .chat-time {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 8px;
  line-height: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 4px;
  margin-left: 5px;
}
.chat__body .chat__container .chat__item .chat-time span {
  font-size: 4px;
  line-height: 6px;
  font-weight: bold;
}
.chat__body .chat__container .chat__item.me {
  float: right;
  clear: right;
}
.chat__body .chat__container .chat__item.me .chat-content-image {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}
.chat__body .chat__container .chat__item.me .chat__right {
  margin-right: 5px;
  flex-direction: row-reverse;
}
.chat__body .chat__container .chat__item.me .chat__content:after {
  right: -8px;
  left: unset;
}
.chat__body .chat__container .chat__item.me .chat__content:before {
  right: -5px;
  left: unset;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  width: -moz-fit-content;
  width: fit-content;
}
.chat__body .chat__container .chat__item.me .chat-time {
  order: 1;
  margin-right: 5px;
  width: -moz-fit-content;
  width: fit-content;
}
.chat__body .chat__container .chat__item.me .chat__content {
  order: 2;
  border-radius: 10px 0 10px 10px;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  border: #EFE0AE 1px solid;
}
.chat__body .chat__container .chat__item.me .chat__content::after {
  content: "";
  right: -2px;
  left: unset;
  width: 10.36px;
  height: 5px;
  background-color: #fff;
  position: absolute;
  top: 1px;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.chat__body .chat__container .chat__item.other-people {
  clear: right;
}
.chat__body .chat__container .chat__item:last-child {
  margin-bottom: 0;
}
.chat__body .chat__container:first-child {
  padding-top: 30px;
}
.chat__body .chat__container:last-child {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.chat__body .message-input-group {
  border-top: 1px solid #ccc;
  padding: 10px 15px;
  margin: 0 -20px;
  background-color: #453912;
  position: relative;
}
.chat__body .message-input-group label {
  outline: none;
  border: unset;
  cursor: pointer;
}
.chat__body .message-input-group label.btn-file-image {
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.chat__body .message-input-group label.btn-file-image img {
  width: 14px;
  height: 14px;
}
.chat__body .message-input-group button {
  outline: none;
  border: unset;
}
.chat__body .message-input-group button.btn-file-image {
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.chat__body .message-input-group button.btn-file-image img {
  width: 14px;
  height: 14px;
}
.chat__body .message-input-group button.btn-send-message {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #453912;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  bottom: 13px;
}
.chat__body .message-input-group button.btn-send-message img {
  width: 18px;
  height: 18px;
}
.chat__body .file-record {
  max-width: -moz-max-content;
  max-width: max-content;
  height: 50px;
  border: 1px solid gray;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px;
}
.chat__body .file-record .file-icon {
  font-size: 20px;
}
.chat__body .file-record .file-name {
  font-weight: bold;
  margin-left: 10px;
}

.btn-add-chat {
  justify-content: flex-end;
  position: relative;
  top: -45px;
  margin-bottom: -37px;
  margin-right: 15px;
}

.media-chat {
  width: 100% !important;
  height: 200px !important;
}

.mt-media-chat {
  margin-top: 2px !important;
}

.cursor-pointer {
  cursor: pointer;
}

.form-control {
  font-size: 12px;
  line-height: 16px;
  height: 38px;
  border-radius: 5px;
}
.form-control::-moz-placeholder {
  color: #D3D3D3;
}
.form-control::placeholder {
  color: #D3D3D3;
}
@media screen and (max-width: 767px) {
  .form-control {
    height: 30px;
    line-height: 30px;
    padding: 0 0.75rem;
  }
}

.form-label {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 19px;
  letter-spacing: 0;
  color: #2B240E;
}

.form-check-label {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  color: #2B240E;
}

.btn.btn-warning {
  border-radius: 25px;
  padding: 0 69px;
  height: 38px;
  background-color: #FBAF03;
  color: #fff;
  border: none;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: 0;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.btn.btn-warning.btn-radius-auto {
  border-radius: 0.375rem;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
}

button.btn.btn-warning, a.btn.btn-warning {
  min-width: 120px;
}

.wrapper-page {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.wrapper-breadcrumbs {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.05rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wrapper-breadcrumbs {
    position: absolute;
    top: -42px;
    left: 20px;
  }
}
.wrapper-breadcrumbs .icon-back {
  padding-right: 15px;
}
.wrapper-breadcrumbs .size-icon-back-for-app {
  font-size: 30px;
}
.wrapper-container {
  padding: 20px;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  overflow: hidden;
  font-size: 14px;
  line-height: 19px;
}
.wrapper-scroll {
  overflow-y: auto;
  height: 100%;
  overflow-x: hidden;
}
.wrapper-scroll::-webkit-scrollbar {
  height: 99px;
  width: 1px;
  display: none;
}
.wrapper-scroll::-webkit-scrollbar-track {
  border-radius: 0;
  background: #CFCFCF;
}
.wrapper-scroll::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #707070;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #FBAF03;
}

.table-scroll {
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-scroll {
    overflow-x: auto;
  }
}
.table-responsive-sm {
  min-width: 1080px;
}
@media screen and (max-width: 767px) {
  .table-responsive-sm {
    width: 1080px;
  }
}
.table thead {
  background-color: #FBAF03;
  color: #fff;
}
.table thead a {
  color: #fff;
  text-decoration: none;
}
.table td:last-child {
  width: 1%;
}
.table th {
  white-space: nowrap;
}
.table .mw-300 {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table .w-15 {
  width: 119px !important;
}

.form-check-input:checked {
  background-color: #FBAF03;
  border-color: #FBAF03;
}

.form-select {
  font-size: 12px;
  line-height: 16px;
  height: 50px;
  border-radius: 5px;
}

.pagination {
  margin-bottom: 0;
}
.pagination .page-link {
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  height: auto;
}
@media screen and (max-width: 767px) {
  .pagination .page-link {
    font-size: 12px;
    line-height: 17px;
    min-height: 30px;
  }
}
.pagination .page-link.btn.btn-warning {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.pagination .page-item {
  margin-right: 5px;
}
.pagination .page-item:last-child {
  margin-right: 0;
}

.modal-alert {
  background: rgba(227, 227, 227, 0.9019607843);
  position: absolute;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9991;
}
.modal-alert__row {
  display: flex;
}
.modal-alert__content {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: white;
  border: 1px solid #E4E4E4;
  border-radius: 8px;
  width: 404px;
}
@media screen and (max-width: 767px) {
  .modal-alert__content {
    width: 295px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.modal-alert__content--title {
  height: 124px;
  color: #000000;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  padding: 0 49px 0 47px;
  text-align: center;
  border-bottom: 2px solid #E4E4E4;
}
@media screen and (max-width: 767px) {
  .modal-alert__content--title {
    height: 130px;
  }
}
.modal-alert__content--close {
  color: #FBAF03;
  font-weight: bold;
  width: 100%;
  border: 0;
  background-color: white;
  padding: 19px 0 24px;
}
.modal-alert__content--close.cancel {
  font-weight: 400;
  border-right: 2px solid #E4E4E4;
}
@media screen and (max-width: 767px) {
  .modal-alert__content--close {
    padding: 20px 0 26px;
  }
}
.modal-alert .modal--title-error {
  padding: 0;
}

.page-home {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-login {
  position: relative;
  color: #2B240E;
  letter-spacing: 0.005rem;
}
@media screen and (max-width: 767px) {
  .page-login {
    padding: 100px 10px;
  }
}
@media screen and (max-width: 479px) {
  .page-login {
    width: 100%;
    padding: 100px 20px;
  }
}
.page-login .login-title {
  font-size: 36px;
  margin-bottom: 12px;
  font-weight: bold;
  line-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-login .login-title {
    height: -moz-fit-content;
    height: fit-content;
    font-size: 22px;
    line-height: 30px;
  }
}
.page-login .login-des {
  font-size: 12px;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16px;
  margin-bottom: 41px;
}
@media screen and (max-width: 767px) {
  .page-login .login-des {
    height: unset;
  }
}
.page-login .form-input-group:not(:last-child) {
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .page-login .form-input-group:not(:last-child) {
    margin-bottom: 29px;
  }
}
.page-login .button-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .page-login .button-custom {
    margin: 0 auto;
    padding: 0 34.5px;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    min-width: 125px !important;
  }
}
.page-login .input-custom {
  width: 580px;
}
@media screen and (max-width: 767px) {
  .page-login .input-custom {
    width: 100%;
  }
}
.page-login .login-note {
  margin-top: 27px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #2B240E;
  text-decoration: none;
}
.page-login .form-input-group a {
  text-decoration: none;
  color: #FBAF03;
}
@media screen and (max-width: 767px) {
  .page-login .form-input-group a {
    font-size: 12px;
    line-height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .page-login .is-pc {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .page-login .show-with-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .page-login .button-mt100 {
    margin-top: 100px;
  }
}

.container_create_recruiter .form-check-pass-show {
  margin-bottom: 15px;
  margin-left: 5px;
}
.container_create_recruiter .form-lable-check {
  margin-left: 5px;
  margin-top: 3px;
}
.container_create_recruiter .btn_submit {
  padding: 0 40px;
  height: 40px;
  background-color: #FBAF03;
  color: #fff;
  border: none;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
}
.container_create_recruiter .required-lable {
  color: red;
  font-size: 20px;
}
.container_create_recruiter .btn_submit_recruiter {
  margin-right: 10px;
}
.container_create_recruiter .error {
  display: inline-block;
  color: red;
  margin-top: 5px;
}
.container_create_recruiter .btn-modal {
  margin-left: 30px !important;
}
.container_create_recruiter .btn-modal-2 {
  margin-right: 30px !important;
}
.container_create_recruiter .form-control {
  height: 40px !important;
}
.container_create_recruiter .item-model {
  margin-left: 1%;
}
.container_create_recruiter .item-model .item {
  margin-left: 16%;
}
@media screen and (max-width: 767px) {
  .container_create_recruiter .item-model .item {
    width: 100% !important;
  }
}
.container_create_recruiter .item-model .btn_item {
  float: right;
}
.container_create_recruiter .modal-header-center {
  border-bottom: 1px solid #EFEFEF;
  padding-top: 16px !important;
  padding-bottom: 8px !important;
}
.container_create_recruiter .modal-header-center .modal-title-center {
  margin: 0px !important;
  position: absolute;
  padding-left: 60px;
}
.container_create_recruiter .modal-header-center .btn-close {
  padding-left: 0px;
  padding-right: 13px;
  float: right;
}
.container_create_recruiter .width-40-custom {
  width: 40px !important;
}

@media screen and (max-width: 450px) {
  .btn-back-recruiter {
    margin-top: 10px;
  }
}
.chat__body .chat-item {
  border-bottom: 1px solid #EFEFEF;
  padding: 15px 10px 15px 0;
}
.chat__body .chat-message {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  letter-spacing: 0.005rem;
  padding: 0;
  text-decoration: none;
}
.chat__body .chat-message .chat-body {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: break-spaces;
}
.chat__body .chat-link {
  color: #453912;
}
.chat__body .chat-avatar {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.chat__body .chat-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.chat__body .font-weight-normal {
  font-weight: normal !important;
}

.page-register {
  position: relative;
  color: #2b240e;
  letter-spacing: 0.005rem;
}
@media screen and (max-width: 767px) {
  .page-register {
    width: 100%;
  }
}
.page-register .group-status {
  display: flex;
  justify-content: center;
}
.page-register .group-status .btn-choose-status {
  max-width: 115px !important;
  min-height: 62px !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  background-color: #ced4da;
  border: 2px solid #ced4da !important;
}
.page-register .group-status .m-10 {
  margin: 0 10px;
}
.page-register .group-status .active-btn {
  background-color: #fbaf03 !important;
  border: 2px solid #fbaf03 !important;
}
.page-register .register-form {
  height: calc(100vh - 230px);
  padding: 0 10px;
  overflow-y: auto;
}
.page-register .register-form::-webkit-scrollbar {
  height: 99px;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .page-register .register-form::-webkit-scrollbar {
    display: none;
  }
}
.page-register .register-form::-webkit-scrollbar-track {
  border-radius: 0;
  background: #cfcfcf;
}
.page-register .register-form::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #a8a8a8;
}
.page-register .register-form .mt-20 {
  margin-top: 20px !important;
}
.page-register .form-input-nav {
  margin: 0 20px;
  height: 38px;
  border-radius: 5px;
  justify-content: center;
  background-color: #ced4da;
  padding: 0;
}
.page-register .form-input-nav-link {
  width: 50%;
  height: 100%;
  color: #fff;
}
.page-register .form-input-nav-active {
  background-color: #fbaf03;
  border-radius: 5px;
  border: 2px solid #ced4da;
}
.page-register .form-check-label {
  margin-left: 8px;
  font-size: 12px;
}
.page-register .form-check-label a {
  color: var(--bs-link-color);
  text-decoration: none;
}
.page-register .height-text-area {
  height: 100px !important;
}
.page-register .pull-down-required {
  position: relative;
}
.page-register .pull-down-required:after {
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0;
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  speak: none;
  content: "\f0dd";
  font-size: 16px;
  height: 16px;
  line-height: 1;
  margin-top: -10px;
  position: absolute;
  right: 4px;
  top: 50%;
  text-indent: 0;
  width: 16px;
  color: #ced4da;
}
.page-register .pull-down {
  position: relative;
}
.page-register .pull-down:after {
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0;
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  speak: none;
  content: "\f0dd";
  font-size: 16px;
  height: 16px;
  line-height: 1;
  margin-top: 2px;
  position: absolute;
  right: 4px;
  top: 50%;
  text-indent: 0;
  width: 16px;
  color: #ced4da;
}

.form-request .form-input-nav {
  margin: 0 20px;
  height: 38px;
  border-radius: 5px;
  justify-content: center;
  background-color: #ced4da;
  padding: 0;
}
.form-request .form-input-nav-link {
  width: 50%;
  height: 100%;
  color: #fff;
}
.form-request .form-input-nav-active {
  background-color: #fbaf03;
  border-radius: 5px;
  border: 2px solid #ced4da;
  color: #fff;
}
.form-request .form-check-label {
  margin-left: 8px;
  font-size: 12px;
}
.form-request .form-check-label a {
  color: var(--bs-link-color);
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .container_create_user .btn-request-submit {
    padding: 0 30px !important;
  }
}

.lbl-input {
  padding-top: 7px;
  text-align: end;
}

.w-50 {
  width: 50% !important;
}

.btn-status {
  width: 49% !important;
}

.btn-status1 {
  width: 49% !important;
  margin-left: 2% !important;
}

.activeChartClass {
  background-color: #fbaf03 !important;
  border: #fbaf03 !important;
  color: rgb(255, 255, 255);
}

.display-dp {
  margin-left: -14px;
  width: 54%;
}

.btn-disable {
  background: #f8d072 !important;
}

.display-div {
  border: solid 1px;
  border-radius: 4px;
  height: 200px;
  border-color: gainsboro;
}
.display-div .img {
  max-width: 350px;
  margin-left: 35px;
  max-height: 198px;
}

.btn_submit_noti {
  padding: 0 40px;
  height: 40px;
  background-color: #FBAF03;
  color: #fff;
  border: none;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
}

@media screen and (max-width: 767px) {
  .btn-info-submit {
    width: 60% !important;
    padding: 0 0px !important;
  }
}

.align-center-text {
  text-align: center;
  margin-top: 80px;
}

.btn-w-100 {
  min-width: 100px;
  margin-right: 5px;
}

.btn-w-100 {
  min-width: 100px;
  margin-right: 5px;
}

.align-center-bt {
  justify-content: center;
}

.mt-56 {
  margin-top: 56px;
}

.display-button-df {
  background-color: darkgray !important;
  margin-right: 10px;
}

.mb-6 {
  margin-bottom: 6px;
}

.require {
  color: red;
}

.notification:hover {
  background-color: #fbaf03 !important;
  border: #fbaf03 !important;
}

.container_create_user .form-check-pass-show {
  margin-bottom: 15px;
  margin-left: 5px;
}
.container_create_user .form-lable-check {
  margin-left: 5px;
  margin-top: 3px;
}
.container_create_user .btn_submit {
  padding: 0 40px;
  height: 40px;
  background-color: #fbaf03;
  color: #fff;
  border: none;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
}
.container_create_user .btn_submit_corporation {
  margin-right: 10px;
}
.container_create_user .required-lable {
  color: red;
  font-size: 20px;
}
.container_create_user .error {
  display: inline-block;
  color: red;
  margin-top: 5px;
}
.container_create_user .form-control {
  height: 38px;
}

.custom-text {
  text-align: left;
  margin-left: 7px;
}

.search-popup {
  width: 333px;
  padding: 10px 10px;
}

.container_create_user .form-check-pass-show {
  margin-bottom: 15px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .container_create_user .btn-recruiter-edit {
    margin-top: 10px;
  }
}
.container_create_user .form-lable-check {
  margin-left: 5px;
  margin-top: 3px;
}
.container_create_user .btn_submit {
  padding: 0 40px;
  height: 40px;
  background-color: #FBAF03;
  font-weight: bold;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  color: #fff;
}
.container_create_user .required-lable {
  color: red;
  font-size: 20px;
}
.container_create_user .error {
  display: inline-block;
  color: red;
  margin-top: 5px;
}
.container_create_user .width-40-custom {
  width: 40px !important;
}
.container_create_user .focus-none:focus {
  border-color: inherit;
  box-shadow: none;
}
.container_create_user .pull-down-required {
  position: relative;
}
.container_create_user .pull-down-required:after {
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0;
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  speak: none;
  content: "\f0dd";
  font-size: 16px;
  height: 16px;
  line-height: 1;
  margin-top: -10px;
  position: absolute;
  right: 4px;
  top: 50%;
  text-indent: 0;
  width: 16px;
  color: #ced4da;
}
.container_create_user .pull-down {
  position: relative;
}
.container_create_user .pull-down:after {
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0;
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  speak: none;
  content: "\f0dd";
  font-size: 16px;
  height: 16px;
  line-height: 1;
  margin-top: 2px;
  position: absolute;
  right: 4px;
  top: 50%;
  text-indent: 0;
  width: 16px;
  color: #ced4da;
}

.select2 {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 6px;
}

.select2-results__message {
  text-indent: -9999px;
  line-height: 0;
}

.select2-results__message:after {
  content: "データが見つかりません";
  text-indent: 0;
  display: block;
  line-height: initial;
}

.select2-selection__arrow b {
  display: none !important;
}

.pointer-events-none {
  pointer-events: none;
}

.link-detail {
  text-decoration: none;
}
.link-detail:hover {
  opacity: 0.6;
  color: #453912 !important;
}

.wrapper-page .nav-tabs {
  border-bottom: none;
  width: 100%;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .wrapper-page .nav-tabs {
    justify-content: space-between;
  }
}
.wrapper-page .nav-item {
  width: 50%;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .wrapper-page .nav-item {
    width: 49.5%;
  }
}
.wrapper-page .nav-link {
  border: 2px solid #CCCCCC !important;
}
.wrapper-page .btn-check:checked + .btn,
.wrapper-page .btn.active,
.wrapper-page .btn.show,
.wrapper-page .btn:first-child:active,
.wrapper-page :not(.btn-check) + .btn:active {
  background-color: #FBAF03 !important;
  color: white;
  border: none !important;
}
.wrapper-page .btn-insurance {
  font-size: 14px;
  line-height: 19px;
  margin: 0 !important;
  font-weight: bold;
  letter-spacing: 0;
  width: 100% !important;
  border: 2px solid #CCCCCC;
  height: 40px;
  border-radius: 0.375rem;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  color: #CCCCCC;
}
.wrapper-page .btn-insurance-2 {
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: 0;
  width: 99% !important;
  margin: 0 !important;
  margin-left: 1% !important;
  border: 2px solid #CCCCCC;
  height: 40px;
  border-radius: 0.375rem;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  color: #CCCCCC;
}
@media screen and (max-width: 767px) {
  .wrapper-page .btn-insurance-2 {
    margin-left: 0 !important;
    width: 100% !important;
  }
}
.wrapper-page .activeChartClass {
  background-color: #FBAF03 !important;
  color: white;
}
@media screen and (max-width: 767px) {
  .wrapper-page .btn-insurance-submit {
    width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-page .btn-ins-create {
    width: 55% !important;
    padding: 0 0px !important;
  }
}
.wrapper-page .form-insurance-right {
  width: 50% !important;
  float: right !important;
}
@media screen and (max-width: 767px) {
  .wrapper-page .form-insurance-right {
    width: 100% !important;
  }
}
.wrapper-page .form-insurance-button {
  width: 100% !important;
  float: right !important;
  margin-top: 1% !important;
}
@media screen and (max-width: 767px) {
  .wrapper-page .form-insurance-button {
    width: 100% !important;
  }
}
.wrapper-page .form-insurance-button .btn-insurance-left {
  margin-left: -2.5% !important;
}
@media screen and (max-width: 767px) {
  .wrapper-page .form-insurance-button .btn-insurance-left {
    margin-left: -12px !important;
  }
}
.wrapper-page .form-insurance-button .btn-insurance-contractor {
  padding-top: 1.2% !important;
}
@media screen and (max-width: 767px) {
  .wrapper-page .form-insurance-button .btn-insurance-contractor {
    padding-top: 3% !important;
  }
}
.wrapper-page .form-insurance-contract .btn-insurance-create {
  width: 49% !important;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: 0;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .wrapper-page .form-insurance-contract .btn-insurance-create {
    height: 40px !important;
  }
}
.wrapper-page .form-insurance-contract .btn-insurance-create-2 {
  margin-left: 2% !important;
}
.wrapper-page .form-insurance-contract .btn-create-insurance {
  padding-top: 10px !important;
}
.wrapper-page .icon_delete {
  margin-left: 5px;
  font-size: 25px;
  height: 24px;
}
.wrapper-page .required-label {
  color: red;
  font-size: 20px;
}
.wrapper-page .error {
  display: inline-block;
  color: red;
  margin-top: 5px;
}
.wrapper-page .toggle-switch-right {
  margin-left: 1%;
}
.wrapper-page .display-image {
  border: solid 1px;
  border-radius: 4px;
  height: 220px;
  border-color: gainsboro;
}
.wrapper-page .display-image .img {
  max-width: 260px;
  margin-top: 10px;
  max-height: 200px;
}
.wrapper-page .activeClass {
  background-color: #fbaf03 !important;
  border: #fbaf03 !important;
  color: rgb(255, 255, 255);
}
.wrapper-page .btn-insurance-create:hover {
  background-color: #fbaf03 !important;
  border: #fbaf03 !important;
}
.wrapper-page .pull-down-required {
  position: relative;
}
.wrapper-page .pull-down-required:after {
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0;
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  speak: none;
  content: "\f0dd";
  font-size: 16px;
  height: 16px;
  line-height: 1;
  margin-top: -10px;
  position: absolute;
  right: 4px;
  top: 50%;
  text-indent: 0;
  width: 16px;
  color: #ced4da;
}
.wrapper-page .pull-down {
  position: relative;
}
.wrapper-page .pull-down:after {
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0;
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  speak: none;
  content: "\f0dd";
  font-size: 16px;
  height: 16px;
  line-height: 1;
  margin-top: 2px;
  position: absolute;
  right: 4px;
  top: 50%;
  text-indent: 0;
  width: 16px;
  color: #ced4da;
}

.container-insurance-information .btn.btn-insurance-info {
  border-radius: 25px;
  padding: 0 69px;
  height: 38px;
  background-color: #fbaf03;
  color: #fff;
  border: none;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  font-weight: bold;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.container-insurance-information .btn.btn-insurance-info.btn-radius-auto {
  border-radius: 0.375rem;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
}
.container-insurance-information .label-column {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.container-insurance-information .title-table {
  border-radius: 25px;
  padding: 0 69px;
  height: 38px;
  background-color: #edf5ff;
  color: #000;
  border: none;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.375rem;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
}
.container-insurance-information .space-between {
  justify-content: space-between !important;
}
.container-insurance-information .fz-26 {
  font-size: 26px !important;
}
.container-insurance-information .mr-10 {
  margin-right: 10% !important;
}
.container-insurance-information .w-100 {
  width: 100% !important;
}
.container-insurance-information .pb-7 {
  padding-bottom: 7px !important;
}
.container-insurance-information .btn-submit {
  min-width: 120px;
  margin-left: 12px !important;
  border-radius: 25px;
  padding: 0 69px;
  height: 38px;
  background-color: #fbaf03;
  color: #fff;
  border: none;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: 0;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.container-insurance-information .btn-submit.btn-radius-auto {
  border-radius: 0.375rem;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
}
.container-insurance-information .list-box-insurance .body-list-insurance {
  width: 118px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.container-insurance-information .list-box-insurance .tile-list-insurance {
  width: 118px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.container-insurance-information .list-box-insurance .tile-list-insurance:hover {
  cursor: pointer;
  opacity: 0.6;
}
.container-insurance-information .list-box-insurance .swiper-pagination {
  position: relative !important;
  bottom: 0;
  margin-top: 20px;
}
.container-insurance-information .content-modal-insurance {
  word-break: break-all;
}
.container-insurance-information .button-modal-insurance {
  display: flex;
  justify-content: center;
}
.container-insurance-information .min-with-content {
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}
.container-insurance-information .line-height-28 {
  line-height: 28px !important;
}
.container-insurance-information .line-height-24 {
  line-height: 24px !important;
}
.container-insurance-information .btn-insurance-create {
  min-width: 200px;
  max-width: 200px;
  float: right;
}
.container-insurance-information .h-17 {
  height: 17px !important;
}
.container-insurance-information .float-right {
  float: right;
}
.container-insurance-information .height-text-area {
  height: 100px !important;
}
.container-insurance-information .required-label {
  color: red !important;
  font-size: 20px;
}
.container-insurance-information .font-weight-bold {
  font-weight: bold;
}
.container-insurance-information .btn-customer-active {
  font-weight: bold;
  color: #6c757d;
  border: 1px solid #6c757d !important;
}
.container-insurance-information .btn-customer-active:hover {
  opacity: 0.6;
  color: rgb(255, 255, 255);
  background-color: #fbaf03 !important;
  border: #fbaf03 !important;
}
.container-insurance-information .w-49 {
  width: 49%;
}
.container-insurance-information .mr-2 {
  margin-right: 2% !important;
}
.container-insurance-information .activeChartClass {
  background-color: #fbaf03 !important;
  color: white;
  border: none !important;
}
.container-insurance-information .mb-18 {
  margin-bottom: 18px;
}
.container-insurance-information .btn-close-item {
  width: 25px !important;
  height: 25px !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #fbaf03;
  background-color: #fbaf03;
  color: white;
  float: right;
}
.container-insurance-information .flow-root {
  display: flow-root;
}
.container-insurance-information .wrapper-item {
  border: 2px solid whitesmoke;
  padding: 5px !important;
  margin-bottom: 5px !important;
}
.container-insurance-information .unit {
  margin-left: 10px !important;
}
.container-insurance-information .swiper {
  width: 100%;
  height: 100%;
}
.container-insurance-information .swiper-slide {
  text-align: center;
  font-size: 13px;
  background: #fff;
  width: 128px !important;
}
.container-insurance-information .h-118 {
  height: 118px !important;
}
.container-insurance-information .pointer-events-none {
  pointer-events: none;
}
.container-insurance-information .pull-down-required {
  position: relative;
}
.container-insurance-information .pull-down-required:after {
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0;
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  speak: none;
  content: "\f0dd";
  font-size: 16px;
  height: 16px;
  line-height: 1;
  margin-top: -10px;
  position: absolute;
  right: 4px;
  top: 50%;
  text-indent: 0;
  width: 16px;
  color: #ced4da;
}
.container-insurance-information .pull-down {
  position: relative;
}
.container-insurance-information .pull-down:after {
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0;
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  speak: none;
  content: "\f0dd";
  font-size: 16px;
  height: 16px;
  line-height: 1;
  margin-top: 2px;
  position: absolute;
  right: 4px;
  top: 50%;
  text-indent: 0;
  width: 16px;
  color: #ced4da;
}
.container-insurance-information .group-btn-action {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .container-insurance-information .group-btn-action {
    display: block;
    text-align: center;
  }
}

.label-breadcrumb-parent {
  color: #453912 !important;
  margin-right: 6px;
  text-decoration: none;
}
.label-breadcrumb-parent:hover {
  opacity: 1;
  text-decoration: underline !important;
}

.commentary-scroll {
  max-height: 450px;
}

.btn-draft {
  margin-top: 10px;
  background-color: green;
  color: white;
  border: green;
  border-radius: 0.375rem;
  font-weight: bold;
  padding: 9px;
  width: 95px;
}
.btn-draft:hover {
  color: white;
  background-color: green;
}

.position-relative {
  position: relative;
}

.group-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ml-12 {
  margin-left: 12px !important;
}

.overflow-break {
  overflow-wrap: break-word !important;
}

.checked-insurance {
  display: flex;
  margin-left: 20px;
}

.hidden-checkbox {
  display: none;
}

.h-25 {
  height: 25px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

@media screen and (max-width: 767px) {
  .info-show-no {
    margin-top: 130px !important;
  }
}

.btn-update-status {
  border: none;
  background-color: white;
  padding-left: 18px;
}

.reset-password .btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0 auto;
  background-color: #fbaf03;
  color: #fff;
  font-weight: bold;
}

.container_create_simulation .required-label {
  color: red;
  font-size: 20px;
}
.container_create_simulation .btn_submit {
  padding: 0 40px;
  height: 40px;
  background-color: #FBAF03;
  color: #fff;
  border: none;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
}
.container_create_simulation .form-control {
  height: 40px !important;
}
.container_create_simulation .ml {
  margin-left: 30px;
  font-size: 20px;
}
.container_create_simulation .btn-back {
  margin-right: 10px;
}
.container_create_simulation .basic-information {
  position: absolute;
  right: 15px;
}
.container_create_simulation .icon-plus {
  font-size: 13px;
}
.container_create_simulation .btn-insurance-info {
  border-radius: 25px;
  padding: 0 69px;
  height: 38px;
  background-color: #fbaf03;
  color: #fff;
  border: none;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  font-weight: bold;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.container_create_simulation .btn-insurance-info.btn-radius-auto {
  border-radius: 0.375rem;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
}
.container_create_simulation .mw {
  width: 290px !important;
}
.container_create_simulation .btn-year {
  background: #FBAF03;
  color: white;
  line-height: 24px;
}
.container_create_simulation .btn-year-sub {
  height: 40px;
}
.container_create_simulation .text_value {
  background-color: white;
  color: black;
}
.container_create_simulation .w-50px {
  width: 100px;
}
.container_create_simulation #unitBottomChart {
  position: absolute;
  bottom: 42px;
  right: 0;
}
@media screen and (max-width: 487px) {
  .container_create_simulation #unitBottomChart {
    bottom: 63px;
  }
}
.container_create_simulation .mr-1 {
  margin-right: 4px;
}

.min-table-none.table {
  min-width: 0px !important;
}
@media screen and (max-width: 767px) {
  .min-table-none.table thead th {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .min-table-none.table thead th:last-child {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .min-table-none.table .container {
    width: 100% !important;
  }
  .min-table-none.table .container .col {
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {
  .min-table-none.table a.btn.btn-warning {
    min-width: 100%;
  }
}

.modal-simulation {
  z-index: 9992;
}

.img-display_author {
  border: solid 1px;
  border-radius: 4px;
  max-width: 260px;
  margin: auto;
  padding: 10px;
  height: auto !important;
}
.img-display_author .img {
  max-width: 185px;
  padding: 10px;
  width: 185px;
}
.img-display_author .img-custom {
  margin-left: 13px;
}
.img-display_author .img_not_true {
  margin: auto;
  height: 150px;
}
.img-display_author .icon_del {
  margin-top: 10px;
  margin-left: 5px;
  font-size: 25px;
  height: 24px;
}

.btn-next {
  margin-top: 30px;
  padding: 0 40px;
  height: 40px;
  background-color: #fbaf03;
  color: #fff;
  border: none;
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
}

.coupon-tag {
  border: 1px solid #dad8d8;
  padding: 4px 10px;
  border-radius: 7px;
  background-color: #dad8d8;
  color: #000;
}
.coupon-tag .icon-trash {
  cursor: pointer;
}

.fs-10 {
  font-size: 10px;
}

.payment-card-frame .StripeElement {
  width: 80%;
  margin: 0 auto;
  background-color: #fff3d7;
  border-radius: 5px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .payment-card-frame .StripeElement {
    width: 100%;
  }
}
.payment-card-frame .error-message {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .payment-card-frame .error-message {
    width: 100%;
  }
}

.container_create_user .form-control.textarea {
  height: 250px !important;
}
.container_create_user .ml {
  margin-left: 2%;
}
.container_create_user .activeClass {
  background-color: #fbaf03 !important;
  color: rgb(255, 255, 255);
  border: #fbaf03 !important;
  min-height: 38px !important;
  font-weight: bold;
}
.container_create_user .btn-active {
  width: 49% !important;
}
.container_create_user .btn-active:hover {
  background-color: #fbaf03 !important;
  border: #fbaf03 !important;
}
.container_create_user .btn-selected-active {
  width: 30% !important;
}
.container_create_user .btn-selected-active:hover {
  background-color: #fbaf03 !important;
  border: #fbaf03 !important;
}

.task-list {
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.task-list .search-form-icon-submit {
  float: right !important;
  align-items: center;
  margin-right: 20%;
}
.task-list .item-model {
  margin-left: 15%;
}
.task-list .btn-select {
  width: 35%;
}
.task-list .btn-select:hover {
  background-color: #fbaf03;
}
.task-list .chart {
  margin-left: 15%;
}
.task-list button {
  color: black;
}
.task-list .w-120 {
  width: 13% !important;
}

.loader-img {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load5 1.1s infinite ease;
  transform: translateZ(0);
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-div {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.loading-div .loader-img {
  margin: 0 auto;
  position: fixed;
  top: 50%;
  margin-top: -50px;
  left: 0;
  right: 0;
}
@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #a9dcfe, 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2), 2.5em 0em 0 0em rgba(169, 220, 254, 0.2), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.2), 0em 2.5em 0 0em rgba(169, 220, 254, 0.2), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.2), -2.6em 0em 0 0em rgba(169, 220, 254, 0.5), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.7), 1.8em -1.8em 0 0em #a9dcfe, 2.5em 0em 0 0em rgba(169, 220, 254, 0.2), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.2), 0em 2.5em 0 0em rgba(169, 220, 254, 0.2), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.2), -2.6em 0em 0 0em rgba(169, 220, 254, 0.2), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.5), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.7), 2.5em 0em 0 0em #a9dcfe, 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.2), 0em 2.5em 0 0em rgba(169, 220, 254, 0.2), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.2), -2.6em 0em 0 0em rgba(169, 220, 254, 0.2), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.2), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.5), 2.5em 0em 0 0em rgba(169, 220, 254, 0.7), 1.75em 1.75em 0 0em #a9dcfe, 0em 2.5em 0 0em rgba(169, 220, 254, 0.2), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.2), -2.6em 0em 0 0em rgba(169, 220, 254, 0.2), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.2), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2), 2.5em 0em 0 0em rgba(169, 220, 254, 0.5), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.7), 0em 2.5em 0 0em #a9dcfe, -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.2), -2.6em 0em 0 0em rgba(169, 220, 254, 0.2), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.2), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2), 2.5em 0em 0 0em rgba(169, 220, 254, 0.2), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.5), 0em 2.5em 0 0em rgba(169, 220, 254, 0.7), -1.8em 1.8em 0 0em #a9dcfe, -2.6em 0em 0 0em rgba(169, 220, 254, 0.2), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.2), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2), 2.5em 0em 0 0em rgba(169, 220, 254, 0.2), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.2), 0em 2.5em 0 0em rgba(169, 220, 254, 0.5), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.7), -2.6em 0em 0 0em #a9dcfe, -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.2), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2), 2.5em 0em 0 0em rgba(169, 220, 254, 0.2), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.2), 0em 2.5em 0 0em rgba(169, 220, 254, 0.2), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.5), -2.6em 0em 0 0em rgba(169, 220, 254, 0.7), -1.8em -1.8em 0 0em #a9dcfe;
  }
}
body.loading .loading-div {
  display: block;
  background: rgba(0, 0, 0, 0.5);
}

.page-privacy {
  margin-left: 14%;
  width: 75%;
  font-weight: 500;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .page-privacy {
    margin-left: 0;
    width: 100%;
    margin-top: 0;
  }
}
.page-privacy b {
  font-size: 16px;
}
.page-privacy .sub-privacy {
  text-align: end;
  padding-right: 20%;
}

.page-term .custom-page-term {
  padding: 0px !important;
}
.page-term .mp-4 .custom-ttle {
  margin-top: 10px;
}
.page-term .nav {
  flex-wrap: nowrap !important;
  text-align: center !important;
}
.page-term .nav-tabs {
  border-bottom: none;
  margin: 0 auto !important;
  justify-content: center;
  margin-top: 3rem !important;
}
@media screen and (max-width: 767px) {
  .page-term .nav-tabs {
    font-size: 10px;
  }
}
.page-term .nav-link-final {
  margin-right: 0;
}
.page-term .nav-item {
  margin-right: 20px;
  max-width: 160px;
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .page-term .nav-item {
    margin-right: 2px !important;
  }
}
.page-term .nav-item .nav-link {
  color: black !important;
  border: 1px solid #ccc;
  margin-right: 20px;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 767px) {
  .page-term .nav-item .nav-link {
    padding: 5px 5px 5px 3px;
  }
}
.page-term .nav-item .active {
  background-color: #FBAF03 !important;
  border: 1px solid #FBAF03;
  color: white !important;
}
.page-term .custom-p p {
  margin: 10px;
}
.page-term .custom-p .mp-4 p {
  margin-left: 25px;
}

.insurance-target .box {
  border: 1px solid black;
  height: 300px;
  width: 100%;
}
.insurance-target .box-title {
  margin-left: 0.5rem;
}
.insurance-target .box-content {
  width: 80%;
  border: 1px solid black;
  height: 250px;
  overflow-y: auto;
  overflow-x: auto;
}
.insurance-target .icon-delete {
  float: right;
  margin-right: 5px;
  transform: rotate(45deg);
  font-size: 30px;
  cursor: pointer;
}
.insurance-target .element1 {
  text-align: center;
  background-color: #fbaf03;
  padding: 10px 0 10px;
  width: 47% !important;
  border-radius: 0.375rem;
}
.insurance-target .frame {
  text-align: center;
  background-color: #fbaf03;
  padding: 10px 0 10px;
  width: 45%;
  border-radius: 0.375rem;
  cursor: pointer;
}
.insurance-target .wrap {
  flex-wrap: wrap;
}
.insurance-target .mr-box {
  margin-left: 12.5%;
}
.insurance-target .name {
  display: inline-block;
  width: calc(100% - 25px);
  word-break: break-all;
}
.insurance-target .pointer-events-none {
  pointer-events: none;
}

.select-target .box {
  border: 1px solid black;
  height: 300px;
  width: 100%;
}
.select-target .box-title {
  margin-left: 0.5rem;
}
.select-target .box-content {
  width: 80%;
  border: 1px solid black;
  height: 250px;
  overflow-y: auto;
  overflow-x: auto;
}
.select-target .icon-delete {
  float: right;
  margin-right: 5px;
  transform: rotate(45deg);
  font-size: 30px;
  cursor: pointer;
}
.select-target .element1 {
  text-align: center;
  background-color: #fbaf03;
  padding: 10px 0 10px;
  width: 47% !important;
  border-radius: 0.375rem;
}
.select-target .frame {
  text-align: center;
  background-color: #fbaf03;
  padding: 10px 0 10px;
  width: 45%;
  border-radius: 0.375rem;
  cursor: pointer;
}
.select-target .wrap {
  flex-wrap: wrap;
}
.select-target .mr-box {
  margin-left: 12.5%;
}
.select-target .name {
  display: inline-block;
  width: calc(100% - 25px);
  word-break: break-all;
}
.select-target .pointer-events-none {
  pointer-events: none;
}

.content-area {
  height: 150px;
}

.insurance-information .new-tabs .nav-link {
  display: flex;
  color: #B7B7B7;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom: unset !important;
  position: relative;
}
.insurance-information .new-tabs .nav-link.active {
  color: #fff;
  border: 2px solid #FBAF03 !important;
}
@media screen and (max-width: 767px) {
  .insurance-information .new-tabs .nav-link.active {
    border: 1px solid #FBAF03 !important;
  }
}
.insurance-information .new-tabs .nav-link::before {
  content: "";
  height: 2px;
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: -1px;
  background: #FBAF03;
}
@media screen and (max-width: 767px) {
  .insurance-information .new-tabs .nav-link::before {
    left: -1px;
    right: -1px;
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .insurance-information .new-tabs .nav-link {
    font-size: 12px;
    line-height: 17px;
    height: 30px;
    border: 1px solid #CCCCCC !important;
  }
}
.insurance-information .new-table thead th {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .insurance-information .new-table td {
    width: 33.33%;
  }
}
@media screen and (min-width: 768px) {
  .insurance-information .new-table th, .insurance-information .new-table td {
    display: table-cell !important;
  }
}
@media screen and (max-width: 767px) {
  .insurance-information .new-table th:last-of-type, .insurance-information .new-table td:last-of-type {
    display: table-cell !important;
  }
}
.insurance-information .create-dropdown {
  position: relative;
}
.insurance-information .create-dropdown .dropdown-menu {
  top: 5px !important;
  padding: 5.5px;
}
@media screen and (max-width: 767px) {
  .insurance-information .create-dropdown .dropdown-menu {
    min-width: 99px;
  }
}
.insurance-information .create-dropdown .dropdown-menu li {
  border-bottom: 1px solid #707070;
}
.insurance-information .create-dropdown .dropdown-menu li:last-of-type {
  border-bottom: unset;
}
.insurance-information .create-dropdown .dropdown-menu .dropdown-item {
  text-align: center;
  padding: 9.5px 1.5px;
}
@media screen and (max-width: 767px) {
  .insurance-information .create-dropdown .dropdown-menu .dropdown-item {
    font-size: 10px;
    line-height: 15px;
  }
}
.insurance-information .create-detail .btn-create {
  margin: 0 auto;
}
.insurance-information .mt-45 {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .insurance-information .mt-45 {
    margin-top: 13px;
    margin-bottom: 13px;
  }
}

.fade.bd-example-modal-lg.show {
  z-index: 9994;
}

.new-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-same-insurant-btn {
  border-radius: 15px;
  background-color: #453912;
  font-size: 12px;
  line-height: 17px;
  min-width: 114px;
  min-height: 30px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-top: 30px;
  margin-bottom: 40px;
}

.add-same-insurant-btn:hover {
  color: white;
}

.col-detail-multi {
  display: block !important;
  text-align: center;
}

.d-none {
  display: none;
}

.page-simulations .new-table thead th {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-simulations .new-table th, .page-simulations .new-table td {
    display: table-cell !important;
  }
}
@media screen and (max-width: 767px) {
  .page-simulations .new-table th, .page-simulations .new-table td {
    width: 33.33%;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-simulations .new-table th:nth-child(-n+3), .page-simulations .new-table td:nth-child(-n+3) {
    display: table-cell;
  }
}
@media screen and (max-width: 767px) {
  .page-simulations .new-table th:last-of-type, .page-simulations .new-table td:last-of-type {
    display: table-cell !important;
  }
}
@media screen and (min-width: 768px) {
  .page-simulations .new-table th.col-none,
  .page-simulations .new-table td.col-none {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .simulations-detail .wrapper-scroll {
    overflow: unset;
  }
}
.simulations-detail .simulation-scroll {
  margin: 71px 0 53px;
}
@media screen and (max-width: 767px) {
  .simulations-detail .simulation-scroll {
    margin-right: -20px;
  }
}
.simulations-detail .w-500 {
  font-weight: 500;
}
.simulations-detail .simulation-table .table {
  min-width: unset;
  margin-bottom: 40px;
}
.simulations-detail .new-table thead th {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .simulations-detail .new-table thead th {
    font-size: 12px;
    line-height: 17px;
    height: 35px;
    padding: 0;
    vertical-align: middle;
  }
}

.page-tasks .btn.btn-create {
  min-width: 97px;
}
@media screen and (max-width: 767px) {
  .page-tasks .btn.btn-create {
    margin-left: 4px;
  }
}
@media screen and (max-width: 767px) {
  .page-tasks .new-table td span {
    font-size: 10px;
    line-height: 15px;
  }
}
.page-tasks .new-table td .text-title {
  color: #2B240E;
}
.page-tasks .new-table td .text-date {
  color: #A7A7A7;
}
.page-tasks .new-table th {
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .page-tasks .new-table th .fz-12 {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .page-tasks .new-table th .fz-10 {
    font-size: 10px;
  }
}
.page-tasks .new-table .table {
  min-width: unset;
  margin-bottom: 0;
}
.page-tasks .group-paginate {
  margin-top: 16px;
}
.page-tasks .custom-paginate {
  margin: 0 0 40px;
}
.page-tasks .modal.fade.show {
  z-index: 9993;
}
.page-tasks .modal-content .bg-warning,
.page-tasks .modal-content .bg-danger {
  color: #fff;
  border: none;
}
@media screen and (max-width: 767px) {
  .page-tasks button.btn.btn-warning {
    min-width: 61px;
    font-size: 10px;
    line-height: 15px;
    padding: 6px 0;
    margin: 0 auto;
    border: 7px;
    height: 28px;
  }
}
.page-tasks .mb-14 {
  margin-bottom: 14px;
}

.page-refund .btn.btn-create {
  min-width: 97px;
  margin-left: 4px;
}
.page-refund .select-container {
  margin: 64px 0 30px;
}
.page-refund .select-container .group-select-page {
  padding: 0;
}
.page-refund #nextButton.btn.btn-create {
  margin-bottom: 20px;
  margin-left: 0;
}
.page-refund .check-table {
  width: 35px !important;
  min-width: 35px;
  text-align: center;
}
.page-refund .new-table thead th {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-refund .new-table th, .page-refund .new-table td {
    display: table-cell !important;
  }
}
@media screen and (max-width: 767px) {
  .page-refund .new-table th, .page-refund .new-table td {
    width: 33.33%;
    display: none;
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {
  .page-refund .new-table th:nth-child(2), .page-refund .new-table th:nth-child(3), .page-refund .new-table th:nth-child(4), .page-refund .new-table td:nth-child(2), .page-refund .new-table td:nth-child(3), .page-refund .new-table td:nth-child(4) {
    display: table-cell;
  }
}
@media screen and (max-width: 767px) {
  .page-refund .new-table th:first-of-type, .page-refund .new-table th:last-of-type, .page-refund .new-table td:first-of-type, .page-refund .new-table td:last-of-type {
    display: table-cell !important;
  }
}

.refund-detail .table-refund {
  margin-bottom: 32px;
}
.refund-detail .table-refund:first-child {
  margin-bottom: 54px;
}
.refund-detail .table-refund .table {
  min-width: unset;
}
.refund-detail .table-refund .table td {
  --bs-table-accent-bg: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .refund-detail .table-refund .table td {
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
  }
}
.refund-detail .table-refund th {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .refund-detail .table-refund th {
    font-size: 12px;
    line-height: 13px;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .notifications .dropdown-menu.dropdown--custom {
    right: calc(100% + 4px) !important;
  }
}
.notifications .dropdown-item {
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .notifications .dropdown-item {
    font-size: 12px;
    line-height: 17px;
  }
}
.notifications .modal.fade.show {
  z-index: 9993;
}
@media screen and (max-width: 767px) {
  .notifications .wrapper-scroll {
    overflow: unset;
  }
}
.notifications .search-form-right {
  width: 100%;
}
.notifications .btn-outline-secondary {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #E2E2E2;
  flex: 1;
}
.notifications .btn-outline-secondary:hover {
  background-color: #FBAF03;
  border: 1px solid #FBAF03;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .notifications .btn-outline-secondary {
    font-size: 12px;
    line-height: 17px;
    padding: 0;
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.notifications .btn-outline-secondary.active {
  border: none;
  background-color: #FBAF03;
  color: white;
}
.notifications .group-select-page {
  margin: 38px 0 14px;
}
.notifications .group-paginate {
  margin-top: 31px;
}
.notifications .group-paginate.custom--paginate {
  margin: 0 0 36px;
}
.notifications .tab-wrap {
  display: flex;
  margin-top: 62px;
}
.notifications .tab-wrap.no-wrap {
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .notifications .tab-wrap {
    margin: 62px 1px 0 1px;
  }
  .notifications .tab-wrap.show-button .btn-outline-secondary:nth-of-type(1) {
    width: 28%;
    flex: none;
  }
  .notifications .tab-wrap.show-button .btn-outline-secondary:nth-of-type(2) {
    width: 25%;
  }
  .notifications .tab-wrap.show-button .btn-outline-secondary:nth-of-type(3) {
    width: 24%;
  }
  .notifications .tab-wrap.show-button .btn-outline-secondary:nth-of-type(4) {
    width: 23%;
  }
}

.page-schedule .new-table th:first-child {
  width: 27%;
}
@media screen and (max-width: 767px) {
  .page-schedule .new-table .table {
    min-width: unset;
  }
}
.page-schedule th:first-child, .page-schedule td:first-child {
  width: 27%;
}
.page-schedule th:last-child, .page-schedule td:last-child {
  width: auto;
}

.page-summary__title {
  margin-top: 35px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-summary__title {
    font-size: 11px;
    line-height: 16px;
  }
}
.page-summary .table--custom {
  margin-top: 57px;
  max-height: unset;
}
.page-summary .table--custom .table td:last-child {
  width: 73%;
}
@media screen and (max-width: 767px) {
  .page-summary .table--custom .table td:last-child {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .page-summary .table--custom table {
    min-width: unset;
  }
}
.page-summary .table--custom th:first-child {
  width: 27%;
  font-weight: 400;
  background: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .page-summary .table--custom th:first-child {
    width: 50%;
  }
}
.page-summary .table--custom thead th:first-child {
  background: #FBAF03;
}
.page-summary .table--custom.table2--custom {
  margin: 9px 0 18px;
}
.page-summary .table--custom.table2--custom .table td {
  text-align: left;
}
.page-summary .table--custom.table2--custom .table td:last-child {
  padding-left: 10%;
}
@media screen and (max-width: 767px) {
  .page-summary .table--custom.table2--custom table {
    min-width: unset;
  }
}

.notification-alert .modal-header {
  justify-content: center;
  padding: 28px 0 16px;
  border-bottom: unset;
}
.notification-alert .modal-header .modal-title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
.notification-alert .modal-body__text {
  font-size: 14px;
  line-height: 28px;
  margin: 0;
}
.notification-alert .modal-body {
  padding-bottom: 43px;
  border-bottom: 2px solid #E4E4E4;
}
.notification-alert .modal-more {
  width: 100%;
  font-weight: 500;
  padding: 9px 0;
  border: 1px solid #E2E2E2;
  background: unset;
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  .notification-alert .modal-more {
    font-size: 12px;
    line-height: 17px;
  }
}
.notification-alert .modal-footer {
  justify-content: space-between;
}
.notification-alert .modal-footer button.btn {
  width: calc(50% - 7px);
  margin: 0;
  border: 1px solid #E2E2E2;
  min-height: 35px;
  padding: 9px;
  border-radius: unset;
}
.notification-alert .modal-footer button.btn:hover {
  opacity: 0.6;
}
.notification-alert .modal-footer button.btn.btn-secondary {
  color: #000;
  background-color: unset;
}
.notification-alert .modal-footer button.btn.btn-primary {
  background-color: #FBAF03;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .insurance-contractor .new-table {
    max-height: calc(100vh - 450px);
  }
}
@media screen and (min-width: 1200px) {
  .insurance-contractor .new-table {
    max-height: unset;
  }
}
.insurance-contractor .info-box {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .insurance-contractor .info-box {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .insurance-contractor .btn.btn-create {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .insurance-contractor .btn.btn-outline-secondary {
    height: 30px;
    line-height: unset !important;
  }
}
.insurance-contractor .search-form-right {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .insurance-contractor .search-form-right {
    width: 60%;
  }
}
@media screen and (max-width: 1000px) {
  .insurance-contractor .search-form-right {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .insurance-contractor .search-form-right .input-search {
    margin-right: 7px;
  }
}
.insurance-contractor .input-group-append.custom--search {
  margin-left: 7px !important;
}
@media screen and (max-width: 767px) {
  .insurance-contractor .input-group-append.custom--search {
    margin-left: 4px !important;
  }
}
@media screen and (max-width: 767px) {
  .insurance-contractor .btn.btn-create {
    margin-left: 4px;
  }
}
@media screen and (min-width: 768px) {
  .insurance-contractor .group-paginate--custom {
    width: unset;
    flex: 1;
    margin-top: 0;
  }
}
.insurance-contractor .mt-40 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .insurance-contractor .mt-40 {
    margin-top: 13px;
  }
}
.insurance-contractor .tab-wrap.no-wrap {
  display: flex;
}
.insurance-contractor .tab-wrap.no-wrap .btn-choose-type {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #E2E2E2;
  flex: 1;
}
.insurance-contractor .tab-wrap.no-wrap .btn-choose-type:hover {
  background-color: #FBAF03;
  border: 1px solid #FBAF03;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .insurance-contractor .tab-wrap.no-wrap .btn-choose-type {
    font-size: 12px;
    line-height: 17px;
    padding: 0;
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.insurance-contractor .tab-wrap.no-wrap .btn-choose-type.active {
  border: none;
  background-color: #FBAF03;
  color: white;
}

.text-note-create {
  color: red;
  font-size: 15px;
  margin: 10px 0 10px 0;
}

.text-note-email {
  font-size: 14px;
  color: red;
}

.mt-10-group-action {
  margin-top: 10px;
}

.new-body {
  background: #FBAF03;
  padding: 0;
  width: unset;
  height: unset;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .new-body {
    background: #fff;
  }
}
.new-body #sidebar_sp .sidebar {
  width: 100%;
  max-width: unset;
}
.new-body .content-app {
  padding-left: 20px;
  padding-right: 20px;
}
.new-body .body-frame {
  height: 100%;
  background-color: unset;
  border-radius: unset;
  padding: unset;
  overflow: hidden;
  box-shadow: unset;
  padding: 30px;
  padding-left: 19px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .new-body .body-frame {
    padding: 20px;
  }
}
.new-body .body-frame .body-frame-content {
  display: flex;
  height: 100%;
  overflow: auto;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .new-body .page-title-sp {
    padding: 0;
    margin: 20px 40px 0;
    overflow-wrap: anywhere;
  }
}
.new-body .page-title-sp__image {
  flex: none;
}
.new-body .body-wrapper {
  min-width: unset;
  width: 50%;
  margin-top: 0;
  border-radius: 40px;
  background: #fff;
  padding: 50px;
  box-shadow: rgba(0, 0, 0, 0.1607843137) 1px 0 6px;
}
@media screen and (max-width: 767px) {
  .new-body .body-wrapper {
    border-radius: 0;
    padding: 0;
    box-shadow: unset;
  }
}
.new-body .header-list-menu {
  background: #fff;
  padding: 0;
}
.new-body .header-list-menu .icon-menu {
  height: unset;
  top: 0;
  margin-left: 0;
  font-size: 20px;
}
.new-body .sidebar {
  padding: 0;
  margin-right: 31px;
  height: -moz-max-content;
  height: max-content;
  border-radius: 5px;
  max-width: 325px;
  overflow: hidden;
  width: 50%;
}
.new-body .sidebar .offcanvas {
  border-bottom-left-radius: unset;
  border-top-left-radius: unset;
  border-right: none;
  overflow: auto;
  position: relative;
  height: 100%;
  width: auto;
}
.new-body .sidebar .sidebar-header {
  margin: 15px;
}
.new-body .sidebar .logo_hoken {
  margin-right: 10px !important;
}
.new-body .sidebar .sidebar-header-icon-noti {
  width: 50px;
  height: 50px;
  margin-left: 20px;
  background: #FBAF03;
  border-radius: 11px;
  border: none;
  flex: none;
}
.new-body .wrapper-container {
  padding: 0;
  border-radius: unset;
  overflow: auto;
  box-shadow: unset;
}
@media screen and (max-width: 767px) {
  .new-body .bg-arc-sp::after {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .new-body .wrapper-breadcrumbs {
    position: relative;
    top: unset;
    left: unset;
  }
}
.new-body .page-chat {
  height: -webkit-fill-available;
}

@media screen and (max-width: 767px) {
  .layout-noti .wrapper-container {
    overflow: unset;
  }
}
@media screen and (max-width: 767px) {
  .layout-noti .body-frame .body-frame-content {
    overflow: unset;
  }
}

.new-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .new-sp {
    display: block;
  }
}

.new-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .new-pc {
    display: none;
  }
}

.page-create .body-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-create .body-flex__row {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-create .body-flex__row {
    width: calc(50% - 8px);
  }
}
.page-create .commentary-scroll {
  max-height: unset;
}
.page-create .box-content {
  margin: 20px 0;
}
.page-create .label-column {
  width: 100%;
}
.page-create .wrapper-item {
  border: unset;
}
@media screen and (max-width: 767px) {
  .page-create .button-sp {
    width: 100%;
  }
}
