@charset "utf-8";
/* アシストン北野2021/03追加css */
table, th, td {
  width: auto !important;
  height: auto !important;
  padding: 0;
  margin: 0;	
}

.table2 {
  width: auto;
  height:auto;
  padding: 0em;
  margin-bottom: 0rem;
  margin-top: 0;
  background-color: transparent;
  font-size: 100%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.table2 th,td {
  width: auto;
  height: auto;
  padding-top: 0px;
  padding-bottom:0;
  margin: 0;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
}
.table2 thead th {
  vertical-align: bottom;
  border-bottom: 0px solid #dee2e6;
  padding:0; 
}
.table2 tbody + tbody {
  border-top: 1px solid #dee2e6;
}
.table2 .table {
  background-color: #fff;
}
.table2-sm th, .table2-sm td {
  padding: 0em;
}
.table2-bordered {
  border: 1px solid #dee2e6;
}
.table2-bordered th, .table2-bordered td {
  border: 1px solid #dee2e6;
}
.table2-bordered thead th, .table2-bordered thead td {
  border-bottom-width: 1px;
}
.table2-borderless th, .table2-borderless td, .table2-borderless thead th, .table2-borderless tbody + tbody {
  border: 0;
}
.table2-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table2-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table2-primary, .table2-primary > th, .table2-primary > td {
  background-color: #b8daff;
}
.table2-primary th, .table2-primary td, .table2-primary thead th, .table2-primary tbody + tbody {
  border-color: #7abaff;
}
.table2-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table2-hover .table-primary:hover > td, .table2-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table2-secondary, .table2-secondary > th, .table2-secondary > td {
  background-color: #d6d8db;
}
.table2-secondary th, .table2-secondary td, .table2-secondary thead th, .table2-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.table2-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table2-hover .table-secondary:hover > td, .table2-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table2-success, .table2-success > th, .table2-success > td {
  background-color: #c3e6cb;
}
.table2-success th, .table2-success td, .table2-success thead th, .table2-success tbody + tbody {
  border-color: #8fd19e;
}
.table2-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table2-hover .table-success:hover > td, .table2-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table2-info, .table2-info > th, .table2-info > td {
  background-color: #bee5eb;
}
.table2-info th, .table2-info td, .table2-info thead th, .table2-info tbody + tbody {
  border-color: #86cfda;
}
.table2-hover .table-info:hover {
  background-color: #abdde5;
}
.table2-hover .table-info:hover > td, .table2-hover .table-info:hover th {
  background-color: #abdde5;
}
.p1 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  list-style: none;
  font-size: 1.1vw;
}
.p2 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  list-style: none;
  margin-left: 1vw;
  margin-bottom: 0;
  margin-top: 0.5vw;
  font-size: 1vw; 
}

.text1 {
  white-space: nowrap;
  font-size: 1vw;
  text-align: left;
  padding-left: 0.3vw;
  padding-top: 0.3vw;
  padding-bottom: 0.1vw;
}
.text2 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 1.1vw;
  margin-top: 1vw;
}