@charset "UTF-8";

table{
  border-spacing: 5px;
  width: 1000px !important;
  max-width: 100%;
  table-layout: fixed;
  margin: auto;
}

table th,table td{
  white-space: normal;
  text-align: center;
  padding: 10px 2px;
  border-color: #fff;
  font-weight: 600;
}

table th{
  background-color: #f6f7fb;
  color: #3e3e3e;
  font-weight: bold;
}

table td{
  background-color: #fff;
}
.blue_tx{
    background-color: #e8f9e9;
}
.br-sp {
    display: none;
}
@media screen and (max-width:480px) {table th,table td{
  padding: 5px 3px;
}
.br-sp {
        display: block;
}
}
.linecolor{
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: #a6a6a6;
}
.backcolor{
  padding: 1rem 3rem;
  color: #fff;
  font-weight: 700;
  border-radius: 100vh;
  background-color: #ff9304;
  width: 60%;
  margin: auto;
}