@charset "utf-8";
/*ーーーーーーー
共通
ーーーーーーーー*/
body {
  font-size: 16px;
  line-height: 1.5;
  color: #2c2c2c;
  background-color: #fdfdfd;
}

h3{
  font-size: 18px;
  margin-bottom:20px;
}
h4{
  margin-bottom:10px;
}
ul{
  list-style: none;
}
p{
  font-size: 16px;
}
button{
  display: block;
}
.container{
  padding-left: 4%;
  padding-right:4%;
  max-width:1000px;
  margin:0 auto 30px;
}
table{
  width:100%;
  border-collapse: collapse;
  border:solid 1px #d3d3d3;
  table-layout: fixed;
  margin-bottom:30px;
}
th{
  background-color: #fdfdfd;
  border:solid 1px #d3d3d3;
  color:#2c2c2c;
  font-weight: 600;
  padding:10px;
  text-align: center;
}
td{
  text-align: center;
  word-wrap: break-word;
  padding:10px;
  text-align: right;
}
.name{
  text-align: center;
}
.condition{
  text-align: center;
}
/* header,h2 */
h1{
  font-size:14px;
}
header{
  height:60px;
  padding-left: 4%;
  padding-right:4%;
  display: flex;
  justify-content:space-between;
  align-items:center;
  background: linear-gradient(30deg, #262161  0.24%,#2c4ea5 100%);
  color:#FFF;
  font-size:14px;
  position: sticky;
  top: 0;
  z-index: 1;
}
.header_flexbox{
  display: flex;
}
header h1 a{
display: block;
color:#FFF;
text-decoration: none;
}
header button{
  margin-left:15px;
  background-color: #fdfdfd;
  padding: 5px;
  border-radius: 3px;
  color:#2c2c2c;
}
header button a{
  text-decoration: none;
  color: #2c2c2c;
  font-weight: 600;
}
header button:hover{
  background-color:#DFDFE1;
}
h2{
  font-size: 20px;
  border-bottom:solid 1px #d3d3d3;
  background-color: #fdfdfd;
  box-shadow: 0px 1px 3px -2px rgba(0, 0, 0, 0.3);
  padding-top: 10px;
  padding-bottom:10px;
  text-align:center;
  margin-bottom: 30px;
  position: sticky;
  top: 60px;
  z-index: 1;
}

@media (min-width:768px) {
  header{
    height:80px;
  }
  header main{
    padding-left:15%;
    padding-right:15%;
  }
  h1{
    font-size:  18px;
  }
  h2{
    top: 80px;
  }
}
/*ーーーーーーーーーーーー
１・４・７
入力・検索フォーム共通
ーーーーーーーーーーーーー*/

form{
  margin-top: 30px;
}
label{
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.label-required{
  margin-left: 10px;
  color:#db2b2b;
}
input{
  line-height:2;
}

/* 文字入力箇所 */
input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
textarea{
  width:100%;
  padding:10px;
  border:1px solid #bebebe;
  border-radius: 5px;
  margin-bottom:30px;
}

.submit-button,.new_btn{
  width:100%;
  padding:15px;
  background-color: #262161;
  color:#fff;

  letter-spacing: .05rem;
  border-radius: 5px;
  text-align: center;
  margin-top:30px;
  margin-bottom:30px;
  box-shadow: 0px 3px 10px -2px rgba(176, 174, 248, 0.284);
}
.submit-button:hover,.new_btn:hover{
  opacity:.8;
}
.submit-button a,.new_btn a{
  text-decoration: none;
  color:#fff;
}
.form__p{
  margin-bottom: 30px;
}
.suppliers{
  margin-bottom: 50px;
}


/* メールアドレス・パスワードをお忘れの場合 */
.login-forget{
  margin-bottom:10px;
  font-size:17px;
}

/*ーーーーーーーーーーーー
４・５
検索フォーム
ーーーーーーーーーーーー*/
.search-form__container{
  margin-bottom:30px;
}
.search-form {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 3px;
}

.search-form input {
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  margin-bottom:0;
  border-radius: 5px 0 0 5px;
}

.search-form input::placeholder {
  color: #767d83;
}

.search-form button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 45px;
  border: none;
  border-radius: 0 5px 5px 0;
  background-color: #262161;
  cursor: pointer;
}
.search-form button::after {
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  content: '';
  pointer-events: none;
}
.search-form button:hover{
  opacity:.7;
}

/*ーーーーーーーーーーーー
ダッシュボード
ーーーーーーーーーーーー*/
.dashboard li{
  margin-top:30px;
  width:100%;
  padding:15px;
  border:1px solid #d3d3d3;
  border-radius: 5px;
}
.dashboard li a{
  text-decoration: none;
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.dashboard li:hover{
  background-color:#e7e7e7;
}

/*ーーーーーーーーーーーー
検索結果
ーーーーーーーーーーーー*/
.results{
  margin-bottom:20px;
  display: block;
}
/*ーーーーーーーーーーーー
５顧客別管理表
ーーーーーーーーーーーー*/
.tr-odd{
  background-color:#e7e7e7;
}
.name{
  word-wrap: break-word;
  width: 30%;
}
.condition{
  width: 25%;
}
.pagetd,.pagetr{
  width: 13%;
}
.pagetd{
  background-color:#e7e7e7;
}
.btntd,.btntr{
  width: auto;
}
/*ーーーーーーーーーーーー
６・９・１１
商品管理 表・ボタン
ーーーーーーーーーーーー*/
/*ーーー
.new_btn{
  border:solid 1px #d3d3d3;
  padding:10px 25px;
  margin-bottom:30px;
  border-radius: 5px;
  width:  100%;
  box-shadow: 0px 1px 5px -2px rgba(55, 55, 55, 0.2);
}
.new_btn a{
  text-decoration: none;
  color: #2c2c2c;
}
ーー*/
/* table */
.kanri__table td{
margin:0;
padding:0;
border-bottom: #2c2c2c;
}
.btntd{
  display: grid;
  grid-template-rows: 25%;
  grid-template-columns: 50%;
}
.btntd-item1{
  grid-row:1/2;
  grid-column: 1/3;
}
.btntd-item1,
.btntd-item4,
.btntd-item5{
padding:10px;
margin:5px;
border-radius: 5px;
background-color: #d3d3d3;
border:solid 1px #d3d3d3;
}
.btntd-item2,
.btntd-item3,
.btntd-item6,
.btntd-item7{
padding:10px;
margin:5px;
border-radius: 5px;
background-color: #fdfdfd;
border:solid 1px #d3d3d3;
}
.btntd button a{
  text-decoration: none;
  color:#2c2c2c;
}
/*ーーーーーーーーーーーー
9〜
商品名
ーーーーーーーーーーーー*/
.productsname{
inline-size: 100%;
overflow-wrap: break-word;
}
/*ーーーーーーーーーーーー
17
ラジオボタン
ーーーーーーーーーーーー*/
input[type="radio"],
input[type="checkbox"]{
  width:16px;
  height:16px;
  vertical-align:baseline;
  margin-right:5px;
  margin-bottom:15px;
}
.radio,.checkbox{
  font-weight: 400;
}