html {
  overflow: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

header {
  width: 250px;
  height: 100%;
  padding: 40px 0 30px 40px;
  left: 0;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100vh;
  box-sizing: border-box;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
/*スクロールバー非表示（Chrome・Safari）*/
header::-webkit-scrollbar{
  display:none;
}

header h1 img {
  width: 100%;
  margin-bottom: 50px;
  padding-right: 40px;
}
header .nav_menu {
  margin-bottom: 60px;
  line-height: 2rem;
}

header .nav_menu img {
  width: 20px;
  margin-right: 10px;
  display: inline;
  vertical-align: middle;
}
header li {
  font-size: 0.875rem;
  padding: 8px 0;
  position: relative;
}

header .sen {
  border-top: 1px solid #e9e9e9;
  margin: 16px 0;
}
.sideHandler {
	cursor: pointer;
	height: 20px;
	width: 20px;
	background-color: #fff;
	z-index: 300;
	position: fixed;
	top: 0;
	left: 250px;
	opacity: 0.5;
}
.sideHandler:hover {
	opacity: 1;
}
.sideHandler:after {
	content: '';
	border-bottom: 2px solid #31af7b;
    border-left: 2px solid #31af7b;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 8px;
    height: 12px;
    width: 12px;
    transform: rotate(45deg) !important;
}
.sideHandler--wide {
	left: 0px;
}
.sideHandler--wide:after {
	left: 1px;
	transform: rotate(225deg) !important;
}

.container {
  margin: 0 0 0 250px;
  width: calc(100% - 250px);
  background: #f3f3f3;
  position: absolute;
  top: 0;
  height: 100vh;
  overflow-x: auto;
}
.container--narrow {
  margin: 0;
  width: 100%;
  background: #f3f3f3;
  min-width: 100%;
  position: absolute;
  top: 0;
  height: 100vh;
}

.container-lp {
  margin-left: auto;
  margin-right: auto;
  background-image: url(/img/genesischintai_lp.png);
  width: 1280px;
  height: 800px;
}

main {
  background: #f3f3f3;
  margin-top: 80px;
  height: calc(100% - 80px);
  min-width: 800px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 50px;
}

.main--wide {
  margin-top: 40px;
  height: calc(100% - 40px);
}

.head {
  width: calc(100vw - 250px);
  min-width: 800px;
  position: absolute;
  top: 0;
  height: 80px;
  background-color:	#31af7b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.container--narrow .head {
  width: 100%;
}

.main--wide .head {
  height: 40px;
}

.head h2 {
  margin-left: 35px;
}

.head .menu {
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  font-size: 0.9rem;
}
.head .menu .dropdown img {
  width: 17px;
  margin: -3px 10px 0;
}

.head .menu li.logout {
  height: 100%;
  padding: 30px;
  background-color: #333;
  color: #fff;
  margin-left: 20px;
}

.main--wide .head .menu li.logout {
  padding: 13px 30px;
}

.head .menu li.logout img {
  width: 21px;
}

.panel_item {
  position: absolute;
  top: 80px;
  padding: 0;
  display: none;
  background-color: #fff;
  width: 168px;
}

/*.openが付与された時、表示の設定*/
.panel_item.open {
  display: block;
}

.panel_item li a {
  padding: 15px 10px;
  display: block;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #e9e9e9;
}

img {
  width: 25px;
  display: inline;
  vertical-align: middle;
  margin-right: 10px;
}

input,
select,
button {
  background-color: #f3f3f3;
  border-radius: 3px;
  width: 100%;
  height: 50px;
  padding: 10px;
}

input[type=file] {
  background-color: #f9f9f9;
  border: dashed 2px gainsboro;
  height: fit-content;
  width: 200%;
  padding: 20px 10px;
}

input[type=file]:hover {
  border-color: #b9b9b9;
}

.select {
  position: relative;
}

.select::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
}

button {
  text-align: center;
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 0;
}

button:disabled {
  opacity: 0.2;
}

button img {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: -10px;
}
button a {
  display: inline-block;
  vertical-align: middle;
}

button.btn-lp-login {
  position: absolute;
  top: 30%;
  left:21%;
  width: 250px;
  background: #31af7b;
  border-radius: 50px;
}

input[type="radio"] {
  width: 20px;
}

input[type=checkbox] {
  width:auto;
  height:auto;
}

input[type=checkbox]:disabled + label {
  opacity: 0.5;
}

/* ログイン */

.container.login {
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  text-align: center;
}

.container.login main {
  margin: 0;
  padding: 0 20px;
  height: 100%;
  width: fit-content;
  min-width: 100%;
}

.login h1 img {
  width: 400px;
  margin: 100px 0 70px;
}

.login form {
  width: 600px;
  margin: 0 auto;
}

.login form input {
  background: #fff;
  border: 2px solid #e9e9e9;
  width: 600px;
  text-align: left;
  padding: 30px;
  margin: 20px 0;
}

.login form a.forget {
  color: #31af7b;
  text-decoration: underline #31af7b;
  font-size: 0.8rem;
  text-align: right;
  display: block;
  margin-bottom: 70px;
}

.login form button {
  background: #31af7b;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  width: 500px;
  height: fit-content;
  border-radius: 50px;
  padding: 20px 10px;
  position: relative;
}
.login form button img {
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
}

a.privacy {
  color: #2d6d9d;
  text-decoration: underline #2d6d9d;
  margin-bottom: 30px;
  display: block;
}

footer {
  font-size: 0.8rem;
  text-align: center;
  margin-top: 100px;
}

section {
  padding: 30px;
  font-size: 0.8rem;
}

p.ttl {
  margin: 10px 0;
  font-weight: 400;
}

.conditions_menu {
  background-color: #fff;
  padding: 0 30px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: 750px;
}
.conditions_menu label {
  font-weight: 400;
}

.conditions_menu li {
  margin: 20px 0 0;
  line-height: 2rem;
  width: 48%;
  min-width: 140px;
}
.conditions_menu li.short {
  width: 22%;
}

.conditions_menu li.five {
  width: 18%;
}

.conditions_menu li.six {
  width: 17%;
}

.conditions_menu li.seven {
  width: 12%;
}

.conditions_header {
  background-color: white;
  font-size: 12pt;
  font-weight: bold;
  color: #8d8d8d;
  margin: 0;
  padding: 10px 10px 0 20px;
  width: 100%;
	display: flex;
	align-items: center;
}

.conditions_header:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	display: block;
	margin-left: .5em;
	background: #e9e9e9;
}

.conditions_menu li.toshort .select {
  width: 27%;
  display: inline-block;
}

.conditions_menu li.toshort select {
  width: 100%;
}

.conditions_menu #btn_search {
  margin-top: 33px;
  background-color: #2d6d9d;
}

.register {
  text-align: right;
  padding: 0 60px;
  min-width: 810px;
}

.register #btn_register {
  background-color: #31af7b;
  width: 18%;
  min-width: 140px;
}

.table_area {
  width: 100%;
  background-color: #fff;
  padding: 30px;
}

.table_area p {
    text-align: right;
}

.table-scroll {
  overflow: auto; /*スクロールさせる*/
  background-color: #fff;
  text-align: center;
  margin: 30px;
}

/* 以下、スクロールバーを追加 */

/* .table-scroll::-webkit-scrollbar{
  height: 5px;
}

.table-scroll::-webkit-scrollbar-track{
 background: #ccc;
}
.table-scroll::-webkit-scrollbar-thumb {
 background: #999;
} */

/* 以下、tableの指定 */
.table-scroll table {
  border-collapse: separate;
  border-spacing: 0;
  border-top: #e9e9e9 solid 1px;
  border-left: #e9e9e9 solid 1px;
  margin: 0 auto;
  width: 100%;
  max-height: 600px;
}
.table-scroll table th,
.table-scroll table td {
  padding: 10px 5px;
  border-right: #e9e9e9 solid 1px;
  border-bottom: #e9e9e9 solid 1px;
  text-align: center;
  vertical-align: middle;
}


.table-scroll table th {
  padding: 10px 15px;
}

.table-scroll table .fixed1,
.table-scroll table .fixed2,
.table-scroll table .fixed3,
.table-scroll table .fixed4
{
  padding: 10px 5px;
  position: sticky;
  left: 0px;
  top: 0px;
  background-color: #fff;
  border: 0px;
  border-right: #e9e9e9 solid 1px;
  border-bottom: #e9e9e9 solid 1px;
	z-index: 300;
}

.table-scroll table .fixed5
{
  padding: 10px 5px;
  position: sticky;
  left: 0px;
  top: 0px;
  background-color: #fff;
  border: 0px;
  border-right: #e9e9e9 double 5px;
  border-bottom: #e9e9e9 solid 1px;
  z-index: 300;
}

.table-scroll table .th-fixed1,
.table-scroll table .th-fixed2,
.table-scroll table .th-fixed3,
.table-scroll table .th-fixed4,
.table-scroll table .th-fixed5
{
  padding: 10px 15px;
  position: sticky;
  left: 0px;
  top: 0px;
  background-color: #fff;
  border: 0px;
  border-right: #e9e9e9 solid 1px;
  border-bottom: #e9e9e9 solid 1px;
	z-index: 300;
}

.table-scroll table .th-fixed-header1
{
  padding: 10px 15px;
  position: sticky;
  left: 0px;
  top: 0px;
  background-color: #fff;
  border: 0px;
  border-right: #e9e9e9 solid 1px;
  border-bottom: #e9e9e9 solid 1px;
  z-index: 500;
}

.table-scroll table .th-fixed-header2
{
  padding: 10px 15px;
  position: sticky;
  left: 0px;
  top: 0px;
  background-color: #fff;
  border: 0px;
  border-right: #e9e9e9 solid 1px;
  border-bottom: #e9e9e9 double 5px;
  z-index: 400;
}

.table-scroll table td button {
  margin: 2px;
  white-space: nowrap;
}
.table-scroll table td .status {
  padding: 5px 10px;
  width: 60px;
  height: fit-content;
  color: #fff;
  border-radius: 3px;
  white-space: nowrap;
}

.table-scroll table td .status0 {
  background-color: #a7a7a7;
}
.table-scroll table td .status1 {
  background-color: #2d6d9d;
}
.table-scroll table td .status2 {
  background-color: #e10028;
}
.table-scroll table td .status3 {
  background-color: #a7a7a7;
}
.table-scroll table td .status4 {
  background-color: #a7a7a7;
}
.table-scroll table td .status10 {
  background-color: #66cdaa;
  padding: 5px 15px;
}
.table-scroll table td .haishi {
  color: #e10028;
}
.table-scroll table td .tsuden {
  color: #2d6d9d;
}

.btn-success {
  color: #333;
  background: linear-gradient(#fff, #e9e9e9);
  border: 1px solid #e9e9e9;
  width: fit-content;
  height: fit-content;
  padding: 5px 10px;
}

.btn-success.nyukyo {
  padding: 0px 10px;
}

.btn-success:disabled {
  color: #fff;
  background: #e9e9e9;
  border: none;
}

label.rdo {
  margin-right: 5px;
  display: inline-flex;
  height: 50px;
  align-items: center;
}

label.rdo input[type="radio"] {
  margin-right: 3px;
}

#btn_search {
  padding: 0;
}
#btn_search img {
  margin: 0 2px 0 0;
  padding: 0;
}


#btn_search{
  padding: 0;
}
#btn_search img{
  margin: 0 2px 0 0;
  padding: 0;
}

#btn_back{
    background-color: #2d6d9d;
}
#btn_back img {
  width: 7px;
}
.btn_save {
  background-color: #31af7b;
}
.btn_save img {
  width: 16px;
}
.modal_btn_save {
  background-color: #31af7b;
  margin-top: 30px;
  width: 80px;
  height: 40px;
}
.modal_btn_save img {
  width: 16px;
}
#btn_delete {
  background-color: #333;
  color: #fff;
  margin-top: 30px;
}
#btn_delete img {
  width: 16px;
}

#btn_reload {
  background-color: #389b2d;
  color: #fff;
  margin-top: 30px;
}
#btn_reload img {
  width: 16px;
}

span.cau {
  color: #fff;
  background-color: #e10028;
  font-weight: 400;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
}


.cau p{
    font-size: 0.8rem;
    position: absolute;
    bottom: 0;
    color: #e10028;
}
.red-text{
  color: #e10028;
}

.conditions_menu li p.pul_gr {
    background-color: #e3f7dc;
    border-radius: 3px;
    width: 100%;
    height: 50px;
    appearance: auto;
    padding: 10px;
}

.pagination{
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0 auto;
  width: fit-content;
  align-items: center;
}

.pagination li {
  margin: 10px;
}
.pagination span,
.pagination a {
  display: inline-block;
  vertical-align: middle;
}
.pagination li.num {
  border-radius: 2px;
  background: #e9e9e9;
  color: #fff;
  padding: 8px 10px;
}
.pagination li.active {
  border-radius: 2px;
  border: 1px solid #31af7b;
  padding: 8px 10px;
}
.pagination li img {
  width: 7px;
}
.pagination li img.side {
  width: 11px;
}

/* モーダル */

.content {
  margin: 0 auto;
  padding: 40px;
}
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
}
.modal__bg,
.modal-no-close {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  background: #fff;
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  border-radius: 5px;
  text-align: center;
}
.modal__content h3 {
  color: #31af7b;
  text-align: center;
  font-size: 1.7rem;
  margin: 0 0 20px;
  line-height: 3rem;
}
.modal__content h4 {
  font-weight: 400;
  line-height: 1.5rem;
}
.modal__content img {
  width: 50px;
}
.modal__content p {
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
  line-height: 1.5rem;
}

a.js-modal-close {
  background-color: #2d6d9d;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  padding: 10px 20px;
  width: fit-content;
  margin: 10px auto 0;
  display: block;
}

a.js-modal-link {
  background-color: #2d6d9d;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  padding: 10px 20px;
  width: fit-content;
  margin: 10px auto 0;
  display: block;
}

a.link-text {
  background-color: transparent;
  text-decoration: underline;
  color: blue;
}

.btn_modal_regist {
  background-color: #9d2d2d;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  padding: 0 20px;
  width: fit-content;
  margin: 10px auto 0;
  display: block;
}

#btn_csv {
    background-color: #389b2d;
    font-size: 0.7rem;
    width: 18%;
    min-width: 140px;
}

.csv_up {
  display:inline-block; 
  width: 18%;
  font-size: 0.7rem;
  margin-bottom: 2px;
}

.csv_up button {
  background-color: #389b2d;
  width: 100%;
  min-width: 140px;
}

.row-active {
    background: #fff6e9;
}

/* 表示件数 */
#display-number {
  border-width: 1px;
  height: auto;
  width: auto;
  padding: 2px;
  background-color: white;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
}

.display-number {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 5px;
}

.display-number label {
  margin-right: 5px;
}

/* TOPに戻るボタン */
html{
  scroll-behavior: smooth;
}
.gotop{
  display: block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  background: #FFF;
  border: 1px solid #999;
  padding-top: 30px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 85%;
  text-decoration: none;
  color: #333;
  opacity: 0.5;
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 10000;
}
.gotop::before{
  content: "";
  display: block;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  width: 25%;
  height: 25%;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: rotate(-45deg);
}
.gotop:hover{
  opacity: 1;
}