@charset "utf-8";
/* ---login.html ---*/



body{
  color:rgb(17,24,39);
  letter-spacing: 0.1rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.5;
  font-size:14px;
}
#headerIn{
  display: flex;
  justify-content:space-between;
}

.menber_ttl{
  text-align: left;
}
a{
  text-decoration: none;
  color:rgb(17,24,39);
}

td {
  word-wrap: break-word;
}

h1{
  font-size: 14px;
  font-weight: bold;
}
.color-red{
  color:red;
  font-size:16px;
  margin-bottom: 0;
}

.btn-layout{
  width: 50%;
  display: flex;
  margin:0 auto;
  gap: 0.2rem;
  justify-content:space-around;
  padding: 0.5rem 0.4rem;
  text-align: center;
}

.btn-layout a,
.btn-layout input
{
  display: block;
  background: rgb(17,24,39);
  color:#fff;
  font-weight: bold;
  margin: 0;
  padding:1rem;
  width: 10rem;
}
.btn-layout a button,
.btn-layout button,
.table-btn{
  word-wrap:normal;
  padding:0.3rem 0.8rem;
  margin: 0 0.2rem;
  text-align: center;
}



.btn-layout input[type="submit"],
.btn-layout buttonn{
  display: block;
  background: rgb(17,24,39);
  color:#fff;
}

.btn-row{
  padding:0 1rem 0;
  margin:0;
}



.flex-container{
  display: flex;
  justify-content: space-between;
  padding:1rem 2rem;
  max-width: 1440px;
  text-align: center;
  margin:1rem auto 0;
  
}
.flex-container h1{
  width:38rem;
  background-color: rgb(17,24,39);
  color:#fff;
  line-height: 3rem;
  height: 3rem;
  margin: 1rem 0;
  text-align: center;
}
.logo{
  line-height: 5rem;
  height: 5rem;
  margin: 3rem 0;
  display: block;
  margin: 0;
  padding:0;
  max-width: 80%;
}
.login-layout{
  display: block;
  font-size:0.875rem;
  line-height: 1.25rem;
  text-align: left;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
.login-layout input[type="text"],
.login-layout input[type="email"],
.login-layout input[type="password"]{
  width: 100%;
  margin: 5px 0 0;
  /* appearance: none; */
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.flex-container form{
  width: 100%;
  margin: 0 auto;
}

.p-comment{
  padding-top:5px;
  text-align: left;
  font-size: 16px;
}
/*certificate.html*/
section{
  width: 100%;
}
#wrap{
  padding:0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
}

.container{
  width: 100%;
  margin:0;
  padding:0;
  height: 300px;
}


.main{
  flex: 1;
  overflow-y: scroll;
}

#wrap .container > h1{
  background-color:rgb(17,24,39);
  color: #fff;
  font-size:16px;
  padding:0.5rem;
  margin: 0 ;
}
.second-container nav{
  display: flex;
  justify-content: space-between;
  border-bottom:1px solid rgb(17 24 39);
  padding:0;
  margin: 0 0 1rem 0;
}
.top-navi{
  display: flex;
  align-items: center;
  margin: 0;
}
.top-navi li{
  border-left:1px solid rgb(17,24,39);
  width: 250px;
}
.top-navi li:last-child{
  border-right:1px solid rgb(17,24,39);
  width: 250px;
}

.top-navi li a {
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  margin: auto;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
}
.top-navi li a >i{
  display: inline-block;
  margin:0 0.5rem;
}
.top-navi li a > img{
  display: inline-block;
  width: auto;
  max-height: 50px;
  margin:auto;
  vertical-align:middle;
}

/*管理者モード*/
.top-container{
  display: flex;
  text-align: center;
}
.top-container li{
  color: #fff;  
  background-color:rgb(17 24 39) ;
  border-right:1px solid #fff;
  padding:0.5rem 1rem;
}
.top-container li:last-child{
  border-right:none;
  width: 8rem;
}

.top-name{
  margin: 0 0 0 1rem;
}
.second-container h2{
  text-align: center;
  width: 100%;
  font-weight: bold;
  margin: 2rem 0;
}
.second-container table{
  width: 92%;
  border:1px solid rgb(17 24 39);
  padding:0;
  margin: 0 auto 30px auto;
  border-collapse: collapse;
  overflow:auto;
}

.second-container table th,
.second-container table td{
  font-size: 16px;
  font-weight: bold;
  padding:0.5rem;
  font-size: 16px;
  font-weight: bold;
}
.second-container table td{
  border:1px solid rgb(17 24 39);
  text-align: center;  
}
.second-container table th{
  background-color:rgb(17 24 39) ;
  border-right:1px solid #fff;
  color:#fff;
  text-align: center;
}

.second-container table th:last-child{
  border:1px solid rgb(17 24 39);
}

.layout-button{
  min-width: 150px;
  padding: 0;
  margin: 0;
  display: grid;
}
.layout-button-h{
  min-width: 150px;
  padding: 0 0 3rem 0;
  margin: 0 auto;
  text-align: center;
}
.layout-button-h2{    min-width: 150px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.layout-button button,
.layout-button-h button,
.layout-button-h input[type="submit"],
.submit input[type="submit"],
.layout-button-h2 button,
.config-item .inputbutton{
  width: 8rem;
  padding:0.5rem;
  margin: 0 auto 0.5rem auto;
  background-color: rgb(17 24 39);
  color: #fff;
  text-align: center;
}
.layout-button button[type="submit"]{
  border:1px solid red;
  background-color: red;
}
.next-botton{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 0 auto 30px auto;
}
.next-botton a{
  display: block;
  background-color: rgb(17 24 39);
  color: #fff;
  width: 1rem;
  text-align: center;
  padding:0.5rem;
  text-decoration: none;
  margin: 0 10px;
}

/*view.html*/
.second-container form{
  padding:0 1rem;
}
.form-adjustment-layout{
  width: 85%;
  margin: 0 auto;
  display: flex;

}
.form-adjustment{
  padding-bottom:15px;
  padding-top:15px;
  width: 18rem;
  /* margin: 0 auto; */
}
.form-adjustment label{
  display: block;
  padding-bottom:15px;
}

.form-adjustment-input{
  margin-top:10px;
  margin-left:10px;
  padding-bottom:15px;
  display:inline-block;
  /* appearance: none; */
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

.second-container table.sokutei-table th,
.second-container table.sokutei-table td{
  border:1px solid #fff;
}
.second-container table.sokutei-table tr.sokutei-layout th {
  background-color:#ccc;
  color: #6b7280;
  border-bottom:1px solid #6b7280;
}

.second-container table.sokutei-table tr.sokutei-layout th{
  min-width: 12rem;
}
.second-container table.sokutei-table {
  width: 85%;
}
/* .second-container .sokutei-table input{
  display: inline-block;
} */
.sokutei-table tbody{
  font-size: 0.875rem;
  line-height: 1.25rem;
  border:1px solid #fff;
  width: 85%;
}
.second-container table.sokutei-table tr th {
  background-color:#fff;
}
.sokutei-table tr th{
  text-align: center;
  border-bottom:1px solid #6b7280;
  /* border-left:none;
  border-right:none; */
  color: #6b7280;
}

.sokutei-table th{
  text-align: center;
  /* border:0 solid #fff;
  color: rgb(17 24 39); */
  padding:0.64rem;
}

.sokutei-table > td{
  background:#FFF;
  color: rgb(17 24 39);
}
.sokutei-table th:first-child{
  width: 10rem;
}
.sokutei-layout > th{
  background:rgb(128,128,128);
}
.second-container table.sokutei-table tr.bordergray_b td,
.second-container table.sokutei-table tr td.bordergray_b
{
  border-bottom:1px solid #ccc;
}

/* .sokutei-table tr th,.sokutei-table tr.bordernone,
.sokutei-table tr th,.sokutei-table tr.bordernone td{
  border:1px solid #fff;
} */
.percent-style{
  display: inline-block;
  font-size: 150%; 
  margin-left: 10px;
}

/* inspection.html */
.container-navi{
  height: auto;
  min-height: 350px;
}

.second-container .table-navi{
  width: 92%;
  margin:5px auto 5px auto;
}
.second-container .table-navi th{
  padding: 0.5rem;
  width:calc(100% / 5);
  background-color: #ccc;
  border-left:1px solid #fff;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  text-align: center;
}
.second-container table.table-navi th:last-child {
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  border-right:1px solid #fff;
}
.second-container .table-navi th.active-nav{
  background-color:rgb(17 24 39);
  color: #fff;
}
.required-mark{
  background:red;
  color:white;
  border-radius:5px;
  margin-left:5px;
  margin-right:5px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:14px;
  padding-right:14px;
  width:55px;
  text-align:center;
  font-size:15px;
  font-weight: bold;
}
.any-mark{
  background:gray;
  color:white;
  border-radius:5px;
  margin-left:5px;
  margin-right:5px
  ;padding-top:5px;
  padding-bottom:5px;
  padding-left:14px;
  padding-right:14px;
  width:55px;
  text-align:center;
  font-size:15px;
}
.form-input-width{
  width:98%;
  margin-top:5px;
  margin: 5px auto 0 auto;
}
.form-mb{
  padding-bottom:15px;
  padding-top:15px;
}
.form-navi{
  width: 90%;
  margin: 0 auto;
  padding:0;
}
.form-navi input{
  display: block;
}
.form-navi select{
  width: 100%;
  padding:0.8rem;
}
.form-navi .input-inline{
  display:inline;
}

.layout-button-b button,
.layout-button-b input[type="submit"],
.layout-button-b input[type="checkbox"]{
display: inline-block;

  /* display: flex;
  justify-content: center; */
}

/*config*/
.second-container .config-table{
  width: 400px;
  border-top:1px solid rgb(17 24 39);
  border-bottom:1px solid rgb(17 24 39);
  margin: 0 auto 0 8rem;
}

.second-container .config-table tr th{
  background-color:darkgray;
  border-bottom:1px solid rgb(17 24 39);
}

.second-container table tr td.border-white{
  border-right:1px solid #fff;
}
.config-menu {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 3rem auto 0 auto;
}
.config-menu a{
  display: block;
  text-decoration: none;
  border:1px solid rgb(17 24 39);
  border-radius: 5px;
  background-color: rgb(17 24 39) ;
  color: #fff;
  width: calc(100% / 4);
  padding: 1rem 0.5rem;
  margin: 2rem;
  text-align: center;

}
.config-item{
  width: 92%;
  margin: 3rem auto;
}
.config-item form select,
.config-item select{
  padding:0.8rem;
}
.config-item select{
  margin-left: 0.5rem;
}
.second-container .config-list{
  width: 85%;
  margin: 0 auto;
}
.config-group{
  display: flex;
  width: 100%;
}

.config-group .from-group{
  margin: 0 10px;
  display: flex;
  flex-direction: column;
}
.config-input15{
  width: 15rem;
}
.config-input20{
  width: 20rem;
}
.config-input30{
  width: 30rem;
}
.config-input50{
  width: 50rem;
}
.config-input60{
  width: 60rem;
}
.config-input100{
    width: 100%;
}

.config-mb{
  margin-bottom: 1.5rem;
}
.indent-1{
  text-indent: 1rem;
}

.black-a-button{
  width: 6rem;
  display: inline-block;
  background: rgb(17,24,39);
  color:#fff;
  padding:0.5rem;
  margin: 0 auto;
  text-align: center;
}
.inline-base{
  display: inline;
}
/*config-shop_film_register.html*/
.input_tabledata_width{
  width:90%; 
  margin:5px 3px;
  display:inline-block;

}

.form-flex-layout{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.config-input50{
  width: 48%;
}

.regist-input10{
  width:10rem;
  margin: 0 auto 0 0;
}

