@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@400;600&display=swap");

.show {
  display: block !important;
}

html,
body {
  color: #333;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #DEF7F3;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #E0E0E0;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder {
  color: #EDEDED;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
textarea::placeholder {
  color: #EDEDED;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  background-color: #d5ecff;
  outline: none;
}

a {
  transition: 0.5s;
}
a:link, a:visited {
  color: #3B6FBD;
}
a:hover {
  text-decoration: none;
  color: #009D85;
}
a:active {
  color: #439CE8;
}
a::before {
  transition: 0.5s;
}

h1 {
  font-family: "M PLUS 1", sans-serif;
  color: #009D85;
  font-size: 25px;
  line-height: 25px;
}
h1::before {
  content: "";
  display: inline-block;
  background-image: url(../img/img__logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 29px;
  margin-right: 5px;
  vertical-align: -4px;
}

h2 {
  font-family: "M PLUS 1", sans-serif;
  color: #333;
  font-size: 20px;
  margin-right: 20px;
}

.wrapper__tbl {
  overflow-y: auto;
  padding-right: 8px;
}
.wrapper__tbl_usb_request {
  height: calc(100vh - 370px);
}
.wrapper__tbl_usb_result {
  height: calc(100vh - 325px);
}
.wrapper__tbl_user {
  height: calc(100vh - 340px);
}
.wrapper__tbl_controldate {
  height: calc(100vh - 325px);
}
.wrapper__tbl::-webkit-scrollbar {
  width: 8px;
}
.wrapper__tbl::-webkit-scrollbar-track {
  background: #fff;
}
.wrapper__tbl::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
.wrapper__tbl::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.tbl__base {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl__base th {
  background-color: #EDEDED;
  border: 1px solid #E0E0E0;
  border-bottom: 2px solid #E0E0E0;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 600;
  color: #333;
  text-align: center;
  padding: 8px 10px;
  position: sticky;
  top: 0;
  z-index: 1;
  background: none;
  border-top: none;
  border-bottom: none;
}
.tbl__base th:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  background: #EDEDED;
  z-index: -1;
}
.tbl__base td {
  padding: 8px 10px;
  background-color: #fff;
  border: 1px solid #E0E0E0;
}
.tbl__base tr:nth-child(odd) td {
  background-color: #FAFAFA;
}
.tbl__base tr:last-child th,
.tbl__base tr:last-child td {
  overflow: hidden;
}

.tbl__base2 th {
  width: 100px;
  vertical-align: middle;
  padding: 8px 10px;
}
.tbl__base2 td {
  padding: 8px 10px;
}

.btn__box {
  display: flex;
  justify-content: center;
  margin: 20px;
}
.btn__save {
  width: 100%;
  background-color: #0066B6;
  color: #fff;
  border-radius: 5px;
  line-height: 35px;
  font-size: 14px;
  display: block;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: 0.5s;
  width: 120px;
  margin-right: 20px;
}
.btn__save:hover {
  opacity: 0.7;
}
.btn__search, .btn__edit, .btn__new {
  width: 100%;
  background-color: #0066B6;
  color: #fff;
  border-radius: 5px;
  line-height: 35px;
  font-size: 14px;
  display: block;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: 0.5s;
  width: 120px;
}
.btn__search:hover, .btn__edit:hover, .btn__new:hover {
  opacity: 0.7;
}
.btn__back {
  width: 100%;
  background-color: #BFBFBF;
  color: #fff;
  border-radius: 5px;
  line-height: 35px;
  font-size: 14px;
  display: block;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: 0.5s;
  width: 120px;
}
.btn__back:hover {
  opacity: 0.7;
}
.btn__logout {
  width: 100%;
  background-color: #B5EAE1;
  color: #fff;
  border-radius: 5px;
  line-height: 35px;
  font-size: 14px;
  display: block;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: 0.5s;
  color: #333;
  width: 110px;
}
.btn__logout:hover {
  opacity: 0.7;
}
.btn__logout::before {
  display: inline-block;
  content: "";
  background: url(../img/img__icon_logout.svg) no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
  margin-right: 3px;
  vertical-align: -2px;
}

.label__check {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  transition: 0.5s;
}
.label__check:hover {
  opacity: 0.7;
}
.label__check::before, .label__check::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.label__check::before {
  background-color: #fff;
  border: 1px solid #EDEDED;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 0;
}
.label__check::after {
  background-color: #0066B6;
  border-radius: 50%;
  opacity: 0;
  width: 14px;
  height: 14px;
  left: 3px;
  transition: 0.5s;
}

input[type=radio]:checked + .label__check::after {
  opacity: 1;
}

.visually_hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.select__label {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.select__label::after {
  position: absolute;
  right: 15px;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  content: "";
  pointer-events: none;
}
.select__label select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 180px;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  color: #333;
  font-size: 1em;
  cursor: pointer;
}
.select__label select:focus {
  background-color: #d5ecff;
  outline: none;
}

.checkbox-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 2em;
  border: none;
}

.checkbox-1 label {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  position: relative;
  cursor: pointer;
}

.checkbox-1 label::before,
.checkbox-1 label:has(:checked)::after {
  content: "";
}

.checkbox-1 label::before {
  width: 17px;
  height: 17px;
  border-radius: 3px;
  background-color: #E0E0E0;
}

.checkbox-1 label:has(:checked)::before {
  background-color: #0066B6;
}

.checkbox-1 label:has(:checked)::after {
  position: absolute;
  top: 7px;
  left: 6px;
  transform: rotate(45deg);
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

.checkbox-1 input {
  display: none;
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
.header {
  font-family: "M PLUS 1", sans-serif;
  width: 100%;
  position: relative;
}
.header__top {
  text-align: center;
  margin: 0 auto;
  padding: 40px;
  width: 500px;
}
.header__sub h1 {
  font-size: 22px;
  display: flex;
  align-items: center;
}
.header__sub h1::before {
  width: 36px;
  height: 36px;
  background-size: contain;
  background-position: 50% 50%;
  display: block;
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
.footer {
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 5px;
}
.footer .copyright {
  font-size: 10px;
}
.footer__sub {
  padding-left: 250px;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
html {
  height: 100%;
}

.allcontainer__top {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.allcontainer__top_box {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 40px 20px;
  box-shadow: 0px 1px 5px 0px rgba(188, 188, 188, 0.35);
}
.allcontainer__sub {
  min-height: 100%;
  background-color: #fff;
  min-height: 100%;
  display: grid;
  grid-template-columns: 250px calc(100% - 250px);
  grid-template-rows: 100% 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.allcontainer__sub .header__sub {
  grid-area: 1/1/3/2;
  height: 100vh;
  min-height: 100%;
  box-shadow: 2px 0px 5px 0px rgba(188, 188, 188, 0.35);
  padding: 30px;
}
.allcontainer__sub .container__sub {
  grid-area: 1/2/2/3;
  background-color: #DEF7F3;
}
.allcontainer__sub .footer__sub {
  grid-area: 2/2/3/3;
}

.container__top {
  width: 100%;
}
.container__sub {
  padding: 40px;
}

.inner__header_title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid #B5EAE1;
  padding-bottom: 5px;
}
.inner__header_title h2 span {
  font-size: 13px;
  color: #0066B6;
  vertical-align: 2px;
}
.inner__header_title h2 span::before {
  display: inline-block;
  content: "-";
  margin: 0 5px 0 8px;
}
.inner__header_title ul {
  display: flex;
  font-family: "M PLUS 1", sans-serif;
}
.inner__header_title ul li:first-child {
  margin-right: 20px;
  line-height: 35px;
}
.inner__header_title ul li:first-child::before {
  display: inline-block;
  content: "";
  background: url(../img/img__icon_account.svg) no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
  margin-right: 3px;
  vertical-align: -2px;
}
.inner__header_content {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 40px;
}

.inner__content_user {
  margin: 0 auto;
}
.inner__content_controldate {
  margin: 0 auto;
}

/*----------------------------------------------------
	Login page
----------------------------------------------------*/
.login__box {
  margin: 0 auto;
  padding: 30px 0;
  width: 350px;
}
.login__box form ul li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.login__box form ul li .login__form_t {
  width: 80px;
  font-weight: 600;
}
.login__form_email {
  width: calc(100% - 80px);
}
.login__form_pass {
  width: calc(100% - 80px);
}
.login__form_btn {
  width: 100%;
  background-color: #0066B6;
  color: #fff;
  border-radius: 5px;
  line-height: 35px;
  font-size: 14px;
  display: block;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: 0.5s;
  margin-bottom: 40px;
  width: 150px;
  margin: 50px auto 0;
}
.login__form_btn:hover {
  opacity: 0.7;
}
.login__reset {
  text-align: center;
  margin-bottom: 30px;
}
.login__reset a {
  text-decoration: underline;
}

.reset__txt {
  text-align: center;
  margin: 20px 0;
}
.reset__back {
  justify-content: center;
  margin: 40px 0;
}

/*----------------------------------------------------
	Sub page
----------------------------------------------------*/
.header__box .menu__main > li {
  margin-top: 40px;
}
.header__box .menu__main_t {
  color: #0066B6;
  font-weight: 600;
  font-size: 15px;
}
.header__box .menu__main a,
.header__box .menu__main span {
  font-size: 20px;
  display: block;
  padding: 5px 5px 5px 20px;
  color: #333;
  font-weight: 400;
}
.header__box .menu__main a::before,
.header__box .menu__main span::before {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background-size: contain;
  margin-right: 3px;
}
.header__box .menu__main a:hover {
  background-color: #EDEDED;
  border-radius: 5px;
}
.header__box .menu__main span {
  background-color: #EDEDED;
  border-radius: 5px;
}
.header__box .btn__top_usb::before {
  background: url(../img/img__icon_data.svg) no-repeat;
  margin-bottom: -4px;
}
.header__box .btn__top_hec3::before {
  background: url(../img/img__icon_data.svg) no-repeat;
  margin-bottom: -4px;
}
.header__box .btn__top_user::before {
  background: url(../img/img__icon_user.svg) no-repeat;
  margin-bottom: -4px;
}
.header__box .btn__top_date::before {
  background: url(../img/img__icon_date.svg) no-repeat;
  margin-bottom: -4px;
}

.content__box_user {
  max-width: 900px;
  margin: 0 auto;
}
.content__box_controldate {
  max-width: 900px;
  margin: 0 auto;
}

/*----------------------------------------------------
	usb-list page
----------------------------------------------------*/
.search__form_list {
  display: flex;
}
.search__form_list li {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.search__form_list li:last-child {
  margin-right: 0;
}
.search__form_list2 {
  margin-top: 15px;
  justify-content: space-between;
}
.search__form_item_t {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 600;
  margin-right: 8px;
}
.search__form_item_t_set {
  width: 65px;
}
.search__form_date {
  width: 150px;
}
.search__form_date input {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #E0E0E0;
}
.search__form_date input::-moz-placeholder {
  color: #EDEDED;
}
.search__form_date input::placeholder {
  color: #EDEDED;
}
.search__form_date input:focus {
  background-color: #d5ecff;
  outline: none;
}
.search__form_date_end {
  width: 180px;
  display: flex;
  align-items: center;
}
.search__form_date_end::before {
  display: inline-block;
  content: "〜";
  margin: 0 10px;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 600;
}

.inner__content_result {
  margin: 0 0 10px 0;
  text-align: right;
}
.inner__content_result span {
  font-weight: 600;
  display: inline-block;
  margin: 0 10px;
}
.inner__content_user {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  width: 400px;
}
.inner__content_user .btn__box {
  margin: 40px auto;
}

.box__btn_new {
  text-align: center;
}
.box__btn_new .btn__new {
  margin: 0 auto;
}

.tbl__base_usb td {
  vertical-align: middle;
}
.tbl__base_usb td:nth-child(4) {
  text-align: center;
}
.tbl__base_usb td:nth-child(5) {
  text-align: right;
}
.tbl__base_user td {
  width: 25%;
  vertical-align: middle;
}
.tbl__base_user td:last-child {
  text-align: center;
}
.tbl__base_user td:last-child button {
  margin: 0 auto;
}
.tbl__base_controldate td {
  width: 25%;
  vertical-align: middle;
}

.tbl__base2_userinfo td {
  display: flex;
  align-items: center;
}
.tbl__base2_userinfo td input {
  width: 180px;
}
.tbl__base2_userinfo td .hissu,
.tbl__base2_userinfo td .hissu_no {
  width: 50px;
  color: red;
}

/*----------------------------------------------------
	Flash Message
----------------------------------------------------*/
.flash {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.flash-success {
  position: fixed;
  top: 5%;
  width: 80%;
  opacity:80%;
  color: #fff;
  background-color: green;
  border-color: #c7eed8;
  transform: translateY(-50%);
  text-align: center;
  z-index: 99;
}
.flash-error {
  position: fixed;
  top: 5%;
  width: 80%;
  opacity:80%;
  background: red;
  color: #fff;
  font-size: 1rem;
  transform: translateY(-50%);
  text-align: center;
  z-index: 99;
}