[lang='ja'] body {
  font-family: sans-serif, 游ゴシック, YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,
    Roboto;
  font-size: 14px;
  color: #333;
}

[lang='ja'] h1,
[lang='ja'] .h1 {
  font-family: 游ゴシック, YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif,
    Roboto;
  font-weight: 700;
  font-size: 24px;
  color: #666;
  margin-top: 10px;
  margin-bottom: 10px;
}

[lang='ja'] h3,
[lang='ja'] .h3 {
  font-family: sans-serif, 游ゴシック, YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,
    Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
}

a.nav-link.active {
  color: #fff !important;
}

.content-wrapper {
  background: #fafafa;
}

.content-wrapper > .content {
  padding: 0.5rem 2rem;
}

label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 400;
}

input[type='text']:focus,
textarea:focus {
  outline: 2px solid #007bff !important;
}

input[type='checkbox']:focus {
  outline: 2px solid #007bff !important;
  box-shadow: none !important;
  border: none;
}

textarea:focus {
  outline: 2px solid #007bff !important;
}

a {
  color: #0066c0;
  font-weight: 400;
}
a:hover {
  color: #ff8c00;
}

/* Loading01 */
.loading01-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(89, 87, 87, 0.5);
  z-index: 9999;
}

.loading01 {
  position: absolute;
  width: 108px;
  height: 108px;
  left: 50%;
  top: 50%;
  margin: -24px 0 0 -24px;
}

.loading01 span {
  animation-name: loading01;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  display: block;
  margin: 2px;
  width: 50px;
  height: 50px;
  float: left;
}

.loading01 span:nth-child(1) {
  animation-delay: 0s;
  background-color: #fffcdb;
}

.loading01 span:nth-child(2) {
  animation-delay: 0.25s;
  background-color: #f9c270;
}

.loading01 span:nth-child(3) {
  clear: both;
  float: right;
  animation-delay: 0.5s;
  background-color: #f5b090;
}

.loading01 span:nth-child(4) {
  animation-delay: 0.75s;
  background-color: #ded799;
}

@keyframes loading01 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.loaded01 {
  opacity: 0;
  visibility: hidden;
}

/* Search01 */
.div_searchcond01 {
  position: relative;
  width: 860px;
  column-gap: 10px;
  height: 20px;
  z-index: 100;
}

.pfbtn-reg01 a {
  background: #007bff;
  border-radius: 3px;
  position: relative;
  display: block;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.pfbtn-reg01 a:before {
  content: '\e89c';
  position: relative;
  font-family: 'Material Icons';
  font-size: 24px;
  margin-right: 8px;
  color: #fff;
  text-decoration: none;
}

.pfbtn-reg01 a:hover {
  background: #00a6ff;
  color: #fff;
}

.pfdiv-search01_1 {
  position: relative;
  margin-bottom: 0px;
}

.pftx_search01 {
  height: 50px;
  width: 300px;
  padding: 0 10px;
  left: 0;
  top: 0;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 16px;
}

.pfbtn_search01 {
  height: 50px;
  position: absolute;
  left: 255px;
  top: 0;
  background: none;
  color: #007bff;
  border: none;
  font-size: 20px;
}

.pfbtn_search01:hover {
  color: #00a6ff;
}

.pfdiv-search01_2 {
  position: relative;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
}

label.lbl_search01_lbl {
  margin-top: -13px;
  color: #888;
}

label.lbl_search01_sel {
  border: solid 1px #ccc;
  border-radius: 5px;
  margin-top: -12px;
  padding: 7px;
  background: white;
  width: 200px;
  display: inline-block;
  position: relative;
}

select.sel_search01 {
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  border-radius: 0;
  width: 200px;
  z-index: 2;
  background: transparent;
}

label.lbl_search01_sel:after {
  content: '\25bc';
  font-size: 16px;
  color: white;
  background: #ccc;
  width: 22px;
  text-align: center;
  line-height: 2.6em;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
}

.pfbtn-add01 a {
  background: #007bff;
  border-radius: 3px;
  position: relative;
  display: block;
  justify-content: center;
  align-items: center;
  margin: 0 0px;
  color: #fff;
  text-decoration: none;
  height: 40px;
  padding-left: 15px;
  padding-right: 10px;
}

.pfbtn-add01 a:before {
  content: '\e89c';
  position: relative;
  font-family: 'Material Icons';
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}

.pfbtn-add01 a:hover {
  background: #00a6ff;
  color: #fff;
}

/*  */
.pfbtn-set01 a {
  background: #007bff;
  border-radius: 3px;
  position: relative;
  display: block;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.pfbtn-set01 a:before {
  content: '\e8f1';
  position: relative;
  font-family: 'Material Icons';
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}

.pfbtn-set01 a:hover {
  background: #00a6ff;
  color: #fff;
}

/* DataTable */
.dataTables_wrapper .dataTables_length {
  float: right;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: normal;
  background-color: #f8f8f8;
}

table.dataTable thead tr {
  background-color: #fff;
}

table.dataTable tbody tr.odd {
  background-color: #fff;
}

table.dataTable tbody tr.even {
  background-color: #fff;
}

table.dataTable tbody tr:hover {
  background-color: #e7edf2;
}

.form-group {
  padding: 20px 20px 5px 20px;
  background-color: #fff;
  margin: 0;
}

h5.form-heading {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #0066c0;
  border-bottom: 1px solid #0066c0;
  padding-bottom: 2px;
  margin-bottom: 20px;
}

div.form-wrap div {
  position: relative;
}

.form_caption {
  position: absolute;
  top: 0;
  font-size: 18px;
  color: #888;
  margin: 9px 0px 0px 1px;
  padding: 0 10px 0 10px;
  background-color: #fff;
  -webkit-transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
}

.form-active {
  top: -22px;
  left: 0px;
  font-size: 14px;
  background-color: #fff;
}

input[type='text'].form_text {
  width: 100%;
  padding: 8px 8px 2px 8px;
  border: 1px solid #ccc;
  font-size: 18px;
  background-color: #fff;
  color: #333;
}

textarea.form_textarea {
  width: 100%;
  padding: 8px 8px 2px 8px;
  border: 1px solid #ccc;
  font-size: 18px;
  background-color: #fff;
  color: #333;
  line-height: 24px;
  resize: none;
}

label.lbl_sel {
  border: solid 1px #ccc;
  padding: 7px;
  background: white;
  width: 500px;
  display: inline-block;
  position: relative;
}

select.form_select {
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  border-radius: 0;
  width: 500px;
  z-index: 2;
  background: transparent;
}

label.lbl_sel:after {
  content: '\25bc';
  font-size: 16px;
  color: white;
  background: #ccc;
  width: 42px;
  text-align: center;
  line-height: 2.6em;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
}

label.lbl_sel_2 {
  border: solid 1px #ccc;
  padding: 7px;
  background: white;
  width: 400px;
  display: inline-block;
  position: relative;
}

select.form_select_2 {
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  border-radius: 0;
  width: 400px;
  z-index: 2;
  background: transparent;
}

label.lbl_sel_2:after {
  content: '\25bc';
  font-size: 16px;
  color: white;
  background: #ccc;
  width: 42px;
  text-align: center;
  line-height: 2.6em;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
}

option {
  border-bottom: 1px solid #ccc;
  border-left: 3px solid white;
  appearance: none;
}

option:hover {
  background-color: white;
  border-left: 3px solid #ccc;
}

.form_errmsg {
  font-size: 14px;
  color: #fff;
  background-color: #a00;
  padding-left: 10px;
}

.form_imgframe {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
}

img.form_image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  align-items: center;
  justify-content: center;
}

img.form_image2 {
  width: auto;
  height: auto;
  max-width: 100%;
}

.form_tblgrid {
  font-size: 14px;
  color: #333;
}

.menu_media {
  color: #ff007b !important;
}

.menu_product {
  color: #ff8400 !important;
}

.menu_ctgrymtrl {
  color: #8400ff !important;
}

body {
  height: 100vh;
  margin: 0;
  padding: 0;
}

.base-container {
  height: calc(100% - 0px);
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 15px 0px;
  overflow-y: auto;
}

.logo-container {
  font-size: 30px;
  font-weight: bold;
  color: #6d6e6f;
  text-align: center;
  padding-bottom: 20px;
}

.logo-container > span {
  color: #3098ff;
}

.base-container > div {
  min-width: 500px;
  width: 35%;
}

h1 {
  font-size: 2rem !important;
  text-align: center;
  margin-bottom: 30px !important;
  font-weight: bold !important;
}

.base-container > div > p:nth-child(2) {
  text-align: center;
  padding: 15px 0px;
}

.base-container button {
  color: #ffffff;
  background-color: #0061ff;
  box-shadow: 0px 2px 2px rgb(0 0 0 / 25%);
  padding: 20px 45px;
  border: 0px solid;
  border-radius: 5px;
  cursor: pointer;
  width: 230px;
  font-size: 15px;
  font-weight: bold;
}

form#signup_form {
  margin-top: 45px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  padding-bottom: 30px;
}

form#signup_form > p > input {
  flex-grow: 1;
  display: block;
  width: 100%;
  padding: 16px 24px;
  height: 56px;
  font-size: 14px;
  font-weight: 500;
  color: #030303;
  background-color: #ffffff;
  border: 1px solid #b8b8b8;
  border-radius: 1px;
  outline: 0;
  background-clip: padding-box;
  line-height: 1.3333333333;
  outline: none !important;
}

form#signup_form > p > input::placeholder {
  color: transparent;
}

form#signup_form > p > input:focus {
  border: 1px solid #007bff;
}

form#signup_form > p > label {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  color: #6d6e6f;
  position: absolute;
  top: -25px;
  left: 0px;
}

form#signup_form > p {
  position: relative;
  display: flex;
  gap: 15px;
  width: 100%;
  text-align: right;
}

form#signup_form > p::after {
  content: '・必要';
  color: #ff564e;
  position: absolute;
  right: 0;
  top: -25px;
}
