
{* //////////////////////////////////////////////// *}
.kinou_button {

  color: #090909;
  padding: 0.0em 0.0em;
  font-size: 20px;
  font-weight: 950;

  width: 100px;
  height: 40px;

  border-radius: 5px;
  background: #ffffff;
  cursor: pointer;

  border: 1px solid #ffffff;
  transition: all 0.3s;
  box-shadow:  4px 4px 0px #d9d9d9,
              -4px -4px 0px #ffffff;
}

.kinou_button:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}

.chk_button{
  width: 180px;
  height: 60px;
  justify-content: center;
  align-items: center;
  text-align:center;
  color: #090909;
  padding: 0.7em 1.7em;
  font-size: 20px;
  font-weight: 950;
  border-radius: 10px;
  background: #fafafa;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  transition: all 0.3s;
  box-shadow:  5px 5px 10px #666666,
             -5px -5px 10px #ffffff;
}
.chk_button:active{
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}
.chk_button:hover{
//    filter:brightness(1.2);
}
.chk_button:disabled{
    filter:brightness(0.8);
    cursor:not-allowed;
    transform:translate(-3px, -3px);
    box-shadow:3px 3px 3px #aaa;
}


.system_title {
  width: 1110px;
  height: 10px;
  display: inline-block; 
  vertical-align: middle;
  display: table-cell;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 950;
  border-radius: 30px;
  background: #ffffff;
  box-shadow:  27px 27px 54px #646262,
              -27px -27px 54px #ffffff;
}
.left_menu {
  width: 280px;
  height: 550px;
  display: table-cell;
  vertical-align: top;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 950;
  border-radius: 30px;
  background: #ffffff;
  box-shadow:  27px 27px 54px #646262,
              -27px -27px 54px #ffffff;
}

.left_menu_button {
  width: 280px;
  height: 55px;
  justify-content: center;
  align-items: center;
  text-align:center;
  color: #090909;
  padding: 0.7em 1.7em;
  font-size: 20px;
  font-weight: 950;
  border-radius: 30px;
  background: #fafafa;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  transition: all 0.3s;
  box-shadow:  27px 27px 54px #646262,
              -27px -27px 54px #ffffff;
}
.left_menu_button:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}
.left_menu_button_on {
  width: 280px;
  height: 55px;
  justify-content: center;
  align-items: center;
  text-align:center;
  color: #090909;
  padding: 0.7em 1.7em;
  font-size: 20px;
  font-weight: 950;
  border-radius: 30px;
  background: #ffd6fa;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  transition: all 0.3s;
  box-shadow:  12px 12px 29px #665664,
               -12px -12px 29px #ffffff;
}
.left_menu_button_on:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}
.sub_title_ue_yohaku {
  padding: 0.1em 0.0em;
  border: 0px solid #ff0000;
}
.sub_title {
  width: 820px;
  height: 550px;
  display: inline-block; 
  vertical-align: top;
  display: table-cell;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 950;
  border-radius: 30px;
  background: #ffffff;
  box-shadow:  27px 27px 54px #646262,
              -27px -27px 54px #ffffff;
}
.kinou_waku {
  width: 820px;
  font-size:10px;
  font-weight: 300;

  padding: 0.1em 0.0em;
  display: inline-block; 
  border-radius: 10px;
  border: 0px solid #ff0000;
}
.kinou_waku_uti {
  width: 800px;
  font-size:20px;
  font-weight: 850;

  padding: 0.1em 0.0em;
  display: inline-block; 
  border-radius: 10px;
  border: 0px solid #ff0000;
}
.kinou_scroll_lists {
  height: 445px;
  overflow: scroll;

  text-align: left;
  border: 0px solid #ff0000;
}
.kinou_message {
  width: 750px;
  font-size:23px;
  font-weight: 850;

  text-align: left;
  padding: 0.1em 0.0em;
  display: inline-block; 
  border-radius: 10px;
  border: 0px solid #ff0000;
}
.policy{
    margin: 20px auto;
  text-align:center;
}
.sub_menu_button {
  width: 700px;
  height: 180px;
  justify-content: center;
  align-items: center;
  text-align:center;
  color: #090909;
  padding: 0.7em 1.7em;
  font-size: 53px;
  font-weight: 950;
  border-radius: 30px;
  background: #fafafa;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  transition: all 0.3s;
  box-shadow:  27px 27px 54px #646262,
              -27px -27px 54px #ffffff;
}
.sub_menu_button:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}
dixv {
  padding: 10px;
  border: 5px solid #000;
}
table th
{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    background-color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e2e2e2;

box-shadow:  5px 5px 10px #666666,
             -5px -5px 10px #ffffff;
}
