/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

@font-face {
	font-family: "Noto Sans CJK JP"; 
	src: url("../fonts/NotoSansCJKjp-Regular.otf") format("opentype"); 
}

.menu .app-brand.demo {
  height: 64px;
  background-color: #888;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  /* letter-spacing: -0.5px; */
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.w20 {
  width: 20% !important;
}

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

.header_title {
  font-size: 20px;
  font-weight: bold;
}

.menu-close {
  width: 100%;
  background-color: #181818;
  padding: 20px 0;
  color: #fff;
  text-align: center;    
  cursor: pointer;
}

.menu-close-my {
  background-color: #454b60;
}

.menu-close span {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  margin-right: 5px;
}

.menu-close .mshow {
  position: relative;
}
.menu-close .mshow::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  margin-top: -0.28em;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-top: 0;
  border-right: 0;
  transform: rotate(45deg);
  border-color: #d4d4d4;
}

.menu-close .mhide {
  position: relative;
}
.menu-close .mhide::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  margin-top: -0.28em;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  border-color: #d4d4d4;
}

.layout-menu.active {
  width: 64px;
}

.layout-menu.active .app-brand-link {
  display: none;
}
.layout-menu.active .menu-item .menu-link div {
  /* display: none; */
}

.mshow {
  display: block
}
.mhide {
  display: none
}
.layout-menu.active .mshow {
  display: none
}
.layout-menu.active .mhide {
  display: block
}

.btn_login_icon {
  position: relative;
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.btn_login_icon img {
  margin-left: 10px;
  width: 13px;
}

.frm_pt {
  width: 360px;
  margin: 0 auto;
}

.menu_list {
  max-width: 700px;
  width: 100%;
  margin: 100px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
}
.menu_list li {
  width: 45%;
  margin-bottom: 30px;
  background-color: #fff;
  /* box-shadow: 3px 3px 0 0 rgb(205,205,205); */
}

.menu_list li a {
  display: block;
  padding: 30px 10px 10px 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #181818;
}
.menu_list li img {
  width: 50%;
  margin-bottom: 10px;
}

.btn_link {
  border: none;
  background: none;
  padding: 5px 10px;
}
.btn_back_link {
  border-bottom: 1px solid #181818;
  padding: 2px 0px;
  color: #181818;
  display: table;
  width: auto;
  margin: 10px auto 100px auto;
  border-radius: 0;
  font-size: 14px;
}
.btn_out_link {
  border-bottom: 1px solid #181818;
  padding: 2px 0px;
  color: #181818;
  display: table;
  width: auto;
  margin: 10px 0 30px auto;
  border-radius: 0;
  font-size: 13px;
}

.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}

.box-shadow {
  /* box-shadow: 5px 5px 0 0 #cdcdcd; */
}

.title-flex {
  display: flex;
  align-items: center;
}
.title-flex img {
  width: 22px;
  margin-right: 10px;
}


.dlg-btn-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

.tab-navi {
  border-bottom: 1px solid #e3e3e3;
}
.tab-navi a {
  padding: 15px 40px 10px 40px;
  margin-right: 20px;
  color: #aaaaaa
}

.tab-navi a.active {
  border-bottom: 3px solid #2b3a7b;
  color: #181818
}

.display-none {
  display: none;
}

.input-group-file {
  display: flex;
  justify-content: space-between;
}
.input-group-file img {
  width: 21px;
}

.input-group-file span {
  overflow: hidden;
  white-space: nowrap;
  width: calc(100% - 30px);
}



.drop-zone {
  width: 100%;
  height: auto;
  min-height: 200px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  color: #acacac;
  border: 1px solid #d9dee3;
  border-radius: 10px;
}

.drop-zone--over {
  border: 1px solid #808080;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  position: relative;    
  display: flex;
  flex-wrap: wrap;
}
.drop-zone__thumb img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  margin: 5px 10px;
}

.drop-zone__btn {
  padding: 5px 15px;
  color: #181818;
  margin: 10px auto;
  display: table;
  border: 1px solid #181818;
}


.app-brand-img {
  margin: 0 0 15px 0;
}
.app-brand-img img {
  width: 60%;
}
.app-brand-subtext {
  position: relative;
  margin-bottom: 50px;
}
.app-brand-subtext span {
    font-family: "Noto Sans CJK JP";
    font-size: 12px;
    font-weight: bold;
    color: #e10000;
    line-height: 1;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.flex-half {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.bk_mlogin {
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bk_mlogin .bk_img {
  width: auto;
  height: 100vh;
  object-fit: cover;
  opacity: 0.3;
}
.bk_mlogin .logo {
  position: absolute;
  width: 220px;
  height: 100px;
}


.bk-white {
  background-color: #fff;
}

.color-black {
  color: #181818;
}
.color-white {
  color: #fff;
}

.fs-14 {
  font-size: 12px;
  font-weight: normal;
}

table .thead-my {
  border: 1px solid #343950;
}
.table:not(.table-dark) .thead-my th {
  background-color: #343950;
}

img.form-check-input {
  border: none;
  width: auto;
  height: auto;
  margin-top: 1px;
  margin-right: 10px;
}

.dlg_subtile {
  color: #181818;
  margin: 20px auto 10px auto;
  width: 90%;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.sp_menu {
  display: none;;
}

.pc_tbl {
  display: table-cell;;
}

.err-msg {
  color: #f00;
  margin-bottom: 5px;
}

.close {
  border: none;
  border-radius: 50%;
  background-color: #979595;
  color: #fff;
}

@media (max-width: 1100px) {
  .bk_mlogin {
    display: none;
  }
  .frm_pt {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .tab-navi a {
    padding: 15px 10px 10px 10px;
  }

  .pc_tbl {
    display: none;
  }
  .navbar-nav-right {
    display: none !important;
  }
  .navbar-nav-left {
    padding: 0 !important;
  }
  .sp_menu {
    display: block;
  }
  .menu_list {
    max-width: auto;
    width: 100%;
    margin: 100px auto;
    justify-content: center;
    padding: 0;
  }
  .menu_list li {
    margin: 2.5%;
  }
  .bx-sm {
    font-size: 2rem !important;
    color: #181818;
  }

  .layout-menu {
    width: 100%;
    top: 60px !important;
    display:none;
    transform: translate3d(0, 0, 0);
  }
  .layout-menu.active {
    width: 100%;
  }
  .menu-vertical .menu-inner {
    width: 100%;
    padding: 20px;
  }
  .menu-vertical .menu-inner > .menu-item {
    width: 100%;
    border-bottom: 1px solid #fff;
  }

  .menu-inner {
    height: auto;
  }
  .menu-close {
    display: none;
  }

  .btn-sp-logout {
    color: #181818;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 3px 3px 0px 0 rgb(192 192 192);
    display: table;
    margin: 10px auto;
    min-width: auto;
    width: 80%;
  }
  .menu_list li a {
    font-size: 18px;
  }


}

@media (max-width: 500px) {
  .w100 {
    width: 100%;
  }
}


.form-image {
  width: 100%;
}
.form-image img {
  width: 100%;
}

.back_user {
  margin-left: 30px;
  color: #000;
}
.back_user:hover {
  opacity: 0.7;
}

.btn-blue {
  color: #fff;
  background-color: #4e9cf6;
  border-color: #4e9cf6;
  display: inline-block;
  align-items: center;
  width: auto;
  padding: 3px 12px;
  font-size: 16px;
  position: relative;
  border-radius: 5px !important;
  margin: 0 0 0 10px;
}