* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: sans-serif;
}

body {
  background-color: rgb(3, 58, 80);
}

.head {
  width: 100vw;
  height: 80px;
  background-color: black;
  z-index: 1;
  position: fixed;
  top: 0;
}

.nav {
  width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navegation {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

.navegation a {
  /* width: 160px; */
  visibility: visible;
}

/* .navegation img {
  display: none;
  justify-content: space-around;
  position: absolute;
  width: 100px;
  padding-left: 60px;
  align-items: center;
  top: 500px;
  opacity: 0.5;
} */

ul {
  justify-content: space-between;
  display: flex;
  gap: 1rem;
}

ul li a:hover {
  color: rgb(35, 131, 159);
}

ul li a {
  display: inline-flex;
  /* width: 200px; */
  height: 80px;
  text-decoration: none;
  /* list-style-type: none; */
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-size: 22px;
  line-height: 80px;
  font-weight: bold;
}

.logo img{
  display: inline-flex;
  width: 40px;
}

.homebutton {
  position: relative;
  /* margin: 10px 10px; */
  height: 40px;
  width: 140px;
  border-radius: 20px;
  background-image: linear-gradient(180deg, rgb(19, 19, 19), #000);
  /* -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px); */
}

.step4 {
  width: 36px;
  height: 36px;
  margin-top: 3px;
  transform: rotate(-22.5deg) skewX(45deg) scaleY(cos(45deg));
  border: 4px solid #fff;
  border-bottom: 0px;
  border-left: 0px;
  margin-left: 50px;
  position: relative;
}

.element1 {
  position: absolute;
  width: 45px;
  height: 22px;
  transform: rotate(45deg); 
  border-right: 3px solid #fff;
  border-bottom: 6px solid #fff;
  border-left: 3px solid #fff;
  margin-top: 10px;
  margin-left: -11px;
}

.toggle-button {
  display: none;
}

.toggle-button .bar {
  height: 3px;
  width: 100%;
  background-color: #fff;
}

#main-body {
  margin-top: 80px;
  width: 100%;
  background-color: rgb(3, 58, 80); 
  height: calc( 100vh - 80px );
}

.bound-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  width: 1600px;
  height: 100%;
  padding-top: 40px;
  padding-left: 0;
  margin: 0 auto;
  padding-bottom: 40px;
}

.header-system {
  width: 350px;
  margin: 0;
}

.header-system button {
  width: 160px;
  height: 32px;
  background-color: rgb(35, 131, 159);
  border-radius: 18px;
  color: #fff;
  font-size: 14px;
  border: 0.3rem;
}

.back-to-project  {
  margin-left: 20px;
}

.container-system {
  margin-top: 40px;
  width: 100%;
  color: #fff;
}

.item-list {
  color: #fff;
  width: 340px;
  border-collapse: separate;
}

.item-name {
  font-size: 14px;
  width: 80%;
  left: 0px;
  height: 2.2rem;
  background-color:rgb(5, 35, 60);
}

.items {
  font-size: 14px;
  background-color: rgb(35, 131, 159);
  text-align: center;
}

#item-list button {
  border-radius: 0px;
  width: 100%;
  padding: 0 10px;
  background-color:rgb(5, 35, 60);
}

.body-system {
  width: 1210px;
  height: 50%;
}

.body-system .four-section {
  width: 80%;
  height: 100%;
  display: inline;
  justify-content: flex-start;
  height: 30px;
}

.four-section button {
  margin: 0;
  width: 200px;
  height: 32px;
  font-size: 14px;
  padding: 6px 0px;
  border: none;
}

.four-section .grey-btn a,
.four-section .lightblue-btn a,
.four-section .darkblue-btn a {
  background-color: transparent;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
}

.white-btn {
  background-color: white;
  color: rgb(128, 128, 128);
}

.grey-btn {
  background-color: grey;
  color: #fff;
}

.lightblue-btn {
  background-color: rgb(35, 131, 159);
  color: #fff;
}

.darkblue-btn {
  background-color: rgb(5, 35, 60);
  color: #fff;
}

#measurementtable {
  width: 1210px;
  height: 90%;
  display: table;
  border-collapse: collapse;
  /* color: rgb(128, 128, 128);  */
}

.measurement-row {
  width: 1210px;
  height: 24px;
  background-color: #fff;
  line-height: 24px;
  font-size: 14px; 
}

.measurement-row {
  color: rgb(128, 128, 128);
}

/* .measurementrow span {
  background-color: transparent;
  font-size: 14px;
} */

.measurementrow {
  display: table-row;
  line-height: 24px;
}

.measurementrow:nth-child(2):hover {
  background-color: rgb(205,205, 205);
}

.measurementrow:nth-child(3):hover {
  background-color: rgb(205,205, 205);
}

.measurementrow:nth-child(4):hover {
  background-color: rgb(205,205, 205);
}

.measurementrow:nth-child(5):hover {
  background-color: rgb(205,205, 205);
}

.measurementrow:nth-child(6):hover {
  background-color: rgb(205,205, 205);
}

.measurementrow:nth-child(7):hover {
  background-color: rgb(205,205, 205);
}

.measurementrow:nth-child(8):hover {
  background-color: rgb(205,205, 205);
}

.measurementrow:nth-child(9):hover {
  background-color: rgb(205,205, 205);
}

.measurementrow:nth-child(10):hover {
  background-color: rgb(205,205, 205);
}

.measurementrow:nth-child(11):hover {
  background-color: rgb(205,205, 205);
}

.measurementrow:nth-child(12):hover {
  background-color: rgb(205,205, 205);
}

.measurementrow:nth-child(13):hover {
  background-color: rgb(205,205, 205);
}

.measurementrow:nth-child(14):hover {
  background-color: rgb(205,205, 205);
}

/* .cell {
  display: table-cell;
  padding: 8px;
  text-align: left;
  color: rgb(3, 58, 80);
  color: #fff;
} */

.measurementrow .cell {
  display: table-cell;
  padding: 5px 25px;
  text-align: left;
  color: rgb(128, 128, 128);
  border: 0.3rem solid #fff;
}

.measurement-input[type='radio'],
.measurement-input[type="checkbox"] {
  display: none;
}

#newexperimenttable {
  width: 1210px;
  height: 90%;
  display: table;
  border-collapse: collapse;
}

.experiment-row {
  width: 1210px;
  height: 24px;
  background-color: rgb(128, 128 ,128);
  line-height: 24px;
  font-size: 14px;
  color: rgb(128, 128, 128);  
}

.experimentrow span {
  background-color: transparent;
  font-size: 14px;
}

.experimentrow {
  display: table-row;
  line-height: 24px;
}

.experimentrow:nth-child(2):hover {
  background-color: rgb(205,205, 205);
}

.experimentrow:nth-child(3):hover {
  background-color: rgb(205,205, 205);
}

.experimentrow:nth-child(4):hover {
  background-color: rgb(205,205, 205);
}

.experimentrow:nth-child(5):hover {
  background-color: rgb(205,205, 205);
}

.experimentrow:nth-child(6):hover {
  background-color: rgb(205,205, 205);
}

.experimentrow:nth-child(7):hover {
  background-color: rgb(205,205, 205);
}

.experimentrow:nth-child(8):hover {
  background-color: rgb(205,205, 205);
}

.experimentrow:nth-child(9):hover {
  background-color: rgb(205,205, 205);
}

.experimentrow:nth-child(10):hover {
  background-color: rgb(205,205, 205);
}

.experimentrow:nth-child(11):hover {
  background-color: rgb(205,205, 205);
}

.experimentrow .cell {
  display: table-cell;
  padding: 6px 22px;
  text-align: left;
  color: rgb(3, 58, 80);
  color: #fff;
  border: 0.3rem solid rgb(128, 128, 128);
}

.newexperiment-input[type='radio'],
.newexperiment-input[type="checkbox"] {
  display: none;
}

#id04 {
  position: fixed;
  width: 100vw;
  height: calc( 100vw - 80px );
  background-color: rgba(0, 0, 0, 0.6); 
  z-index: 3;
  top: 80px;
  left: 0;
  display: none;
} 

.close-id04 {
  float: right;
  color: #fff;
  padding: 10px 20px;
  font-size: 30px;
  background-color: rgb(220, 100, 100);
  cursor: pointer;
}

.container01 {
  width: 1600px;
  height: 80vh;
  margin: 40px auto;
  background-color: rgb(35, 131, 159);
}

.container01 h2 {
  color: #fff;
  line-height: 100px;
  text-align: center;
  font-size: 36px;
}

.content01 {
  width: 96%;
  margin: 10px auto;
}

#choose-item {
  display: block;
  width:25%;
  height: 40px;
  outline: none;
  padding-left: 20px;
}

.content01 label {
  display: block;
  margin-top: 20px;
  margin-left: 4px;
}

.content01 .type-name {
  display: block;
  width: 25%;
  height: 40px;
  outline: none;
  padding-left: 10px;
}

.detail-list {
  width: 96%;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
}

.detail-list label {
  margin-left: 4px;
  width: 40%;
}

.detail-list input {
  height: 40px;
  width: 40%;
  margin-bottom: 20px;
  outline: none;
  padding-left: 10px;
}

.final-box {
  width: 96%;
  margin: 0 auto;
}

.final-box .close-container {
  width: 200px;
  height: 40px;
  background-color: rgb(3, 58, 80);
  cursor: pointer;
}

.final-box {
  width: 96%;
  height: 60px;
}

.box01 {
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
}

.box01 a {
  border: 1px solid red;
  display: inline-block;
  width: 240px;
  height: 32px;
  background-color: rgb(220, 100, 100);
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.box01 span {
  margin-left: 40px;
  color: #fff;
  width: 200px;
  height: 40px;
  text-decoration: underline;
  cursor: pointer;
}

#id05 {
  position: fixed;
  width: 100vw;
  height: calc( 100vw - 80px );
  background-color: rgba(0, 0, 0, 0.75); 
  z-index: 3;
  top: 80px;
  left: 0;
  display: none;
}

.close-id05 {
  float: right;
  color: #fff;
  padding: 10px 20px;
  font-size: 30px;
  background-color: rgb(220, 100, 100);
  cursor: pointer;
}

.sure-box05 {
  width: 50%;
  height: 30%;
  margin: 100px auto;
}

.box05 {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
}

.box05 a {
  width: 60%;
  height: 50px;
  margin: 100px auto;
  background-color: rgb(220, 100, 100);
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
}

.box05 span {
  width: 120px;
  margin: 0 auto;
  color:#fff;
  margin-top: 20px;
  cursor: pointer;
  text-decoration: underline;
}

.close-box05 {
  width: 300px;
  border: 1px solid red;
  cursor: pointer;
}

#id06 {
  position: fixed;
  width: 100vw;
  height: calc( 100vw - 80px );
  background-color: rgba(0, 0, 0, 0.75); 
  z-index: 3;
  top: 80px;
  left: 0;
  display: none;
}

.close-id06 {
  float: right;
  color: #fff;
  padding: 10px 20px;
  font-size: 30px;
  background-color: rgb(220, 100, 100);
  cursor: pointer;
}

.sure-box06 {
  width: 100%;
  height: 30%;
  margin: 100px auto;
}

.box06 {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
}

.box06 a {
  width: 60%;
  height: 50px;
  margin: 100px auto;
  background-color: rgb(220, 100, 100);
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
}

.box06 span {
  width: 120px;
  margin: 20px auto;
  color:#fff;
  margin-top: 20px;
  cursor: pointer;
  text-decoration: underline;
}

.close-box06 {
  width: 300px;
  cursor: pointer;
}

#observeobjecttable {
  width: 1204px;
  height: 90%;
  display: table;
  border-collapse: collapse;
}

.object-row {
  width: 100;
  height: 24px;   
  line-height: 24px;
  font-size: 14px;
  color: rgb(128, 128, 128);  
  background-color: rgb(205, 205, 205);
}

.object-row span {
  background-color: transparent;
  font-size: 14px;
}

.observerow {
  display: table-row;
  line-height: 30px;
}

.observerow .cell {
  display: table-cell;
  padding: 4px 22px;
  text-align: left;
  /* color: rgb(3, 58, 80); */
  color: #fff;
  border: 0.3rem solid rgb(35, 131, 159);
}

.observe-input[type='radio'],
.observe-input[type="checkbox"] {
  display: none;
}

.observerow01:nth-child(2):hover {
  background-color: rgb(205,205, 205);
}
.observerow:nth-child(3):hover {
  background-color: rgb(205,205, 205);
}
.observerow:nth-child(4):hover {
  background-color: rgb(205,205, 205);
}
.observerow:nth-child(5):hover {
  background-color: rgb(205,205, 205);
}
.observerow:nth-child(6):hover {
  background-color: rgb(205,205, 205);
}
.observerow:nth-child(7):hover {
  background-color: rgb(205,205, 205);
}
.observerow:nth-child(8):hover {
  background-color: rgb(205,205, 205);
}

.additional button {
  width: 162px;
  height: 32px;
  border: 0.3rem;
  color: #fff;
  margin-top: 20px;
  margin-right: 10px;
  background-color: rgb(128, 128, 128);
  font-size: 14px;
  /* border-radius: 16px; */
} 


.observe-border {
  width: calc( 100% - 0px );
  height: 40px;
  background-color: rgb(35, 131, 159);
  padding: 6px 20px;
}

.observe-obj {
  display: inline-block;
  background-color: rgb(35, 131, 159);
  width: 300px;
  margin: 6px 14px;;
  height: 20px;
  color: #FFF;
}

.observe-obj strong {
  background-color: transparent;
  font-size: 14px;
}

.observe-border button {
  font-size: 14px;
  display: inline-block;
  width: 120px;
  height: 28px;
  color: #fff;
  background-color: rgb(5, 58, 80);
  border: none;
  margin-left: -80px;
} 

.observerow input {
  width: 120px;
  height: 32px;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
  background-color: transparent;
}

.observerow input::placeholder {
  color: #fff;
  opacity: 0.3;
}

.no-outline:focus {
  outline: none;
}

#checktable {
  display: table;
  width: 1208px;
  background-color: rgb(5, 35, 60);
  border-collapse: collapse;
  height: 60%;
}

.check-border {
  width: 1208px;
  height: 70px;
  background-color: rgb(5, 35, 60);
}

.check-border button {
  height: 36px;
  margin: 18px 40px;
  padding: 6px 20px;
  color: #fff;
  background-color: rgb(35, 131, 159);
  border: none;
}

.header-row {
  /* width: 1208px; */
  height: 24px;
  background-color: rgb(205, 205, 205);
  line-height: 24px;
  font-size: 14px;
  color: rgb(128, 128, 128); 
}

.header-row span {
  background-color: transparent;
  color: rgb(128, 128, 128);
}

.row {
  line-height: 24px;
  display: table-row;
  /* background-color: #fff; */
}

.cell {
  display: table-cell;
  border: 2px solid rgb(5, 35, 60);
  padding: 8px 28px;
  text-align: left;
  color: #fff;
  font-size: 14px;
  background-color: transparent;  
} 

input[type='radio'],
input[type="checkbox"] {
  display: none;
}

.row:nth-child(2):hover {
  background-color: rgb(205,205, 205);
}

.row:nth-child(3):hover {
  background-color: rgb(205,205, 205);
}

.row:nth-child(4):hover {
  background-color: rgb(205,205, 205);
}

.row:nth-child(5):hover {
  background-color: rgb(205,205, 205);
}

.row:nth-child(6):hover {
  background-color: rgb(205,205, 205);
}

.row:nth-child(7):hover {
  background-color: rgb(205,205, 205);
}

.row:nth-child(8):hover {
  background-color: rgb(205,205, 205);
}

.row:nth-child(9):hover {
  background-color: rgb(205,205, 205);
}

.buttonlist {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}

.buttonlist button {
  background-color: rgb(35, 131, 159);
  width: 160px;
  height: 36px;
  color: #fff;
  border: none;
  margin: 0 2px;
}

@media screen and (max-width: 580px) {

.head {
  width: 100%;
  height: 80px;
  background-color: #000;  
  z-index: 4;
  position: fixed;
}

.nav {
  height: 80px;
  width: 98%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navegation {
  position: absolute;
  top: 80px;  
  width: 100%;
  height: calc( 100vh - 80px );
  flex-direction: column;
  list-style: none;
  justify-content: center;
  display: none;
  background-color: rgb(3, 58, 80, .9);
}

.navegation a {
  display: block;
  visibility: visible;  
}

.navegation li a {
  width: 100%;  
  text-align: center;
  font-size: 14px;
}

.navegation img {
  visibility: hidden;
}

.homebutton {
  display: none;
}

.logo img {
  position: absolute;
  top: 1.25rem;
}

.toggle-button {  
  position: absolute;
  top: 1.75rem;
  right: 0.75rem;
  display: block;
  width: 36px;
  height: 21px;
}

.toggle-button .bar {
  flex-direction: column;
  justify-content: space-between;
  height: 3px;
  width: 100%;
  margin-bottom: 6px;
  background-color: #fff;
  display: block;
}

.navegation.active {
  display: flex;
}

#main-body {
  margin: 80px auto;
  width: 98%;
  height: 100%;
}

#main-body .bound-header {
  width: 100%;
display: block;
}  

.bound-header .header-system {
height:100%;
width: 100%;
margin: 0 auto;
}

.bound-header .body-system {
position: relative;
height: 100%;
width: 100%;
margin: 40px auto;
display: block;
}

.four-section {
width: 100%;
height: 100%;  
display: flex;
box-sizing: border-box;
}

.four-section .white-btn,
.four-section .grey-btn,
.four-section .lightblue-btn,
.four-section .darkblue-btn {
position: relative;
width: 100%;
height: 40px;
}

#measurementtable {
font-size: 12px;
width: 100%;
margin: 0 auto;
}

.measurementrow {
position: relative;
display: block;
background-color: transparent;
}

.measurement-row {
display: none;
}

#measurementtable .cell {
display: block;
position: relative;
height: 40px;
line-height: 40px;
text-align: left;
padding-left: 10px;
padding-top: 0px;
border: none;
background-color: transparent;
}

#measurementtable .primary:after {
content: "";
display: block;
position: absolute;
right: 10px;
top: 10px;
z-index: 2;
width: 0px;
height: 0px;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent; 
border-right: 12px solid #ccc;
}

#measurementtable .cell:nth-of-type(n+2) {
display: none;
}

#measurementtable input[type="radio"],
#measurementtable input[type="checkbox"] {
display: block;
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
opacity: 0;
}

#measurementtable input[type="radio"]:checked ~.cell,
#measurementtable input[type="checkbox"]:checked ~.cell {
background-color: #fff;
display: block;
font-size: 12px;
color: rgb(128, 128, 128);
}

#measurementtable input[type="radio"]:checked ~ .cell:nth-of-type(n+2),
#measurementtable input[type="checkbox"]:checked ~ .cell:nth-of-type(n+2) {
/* background-color: rgb(35,131,159); */
}
/* 
input[type="radio"]:checked ~ .primary,
input[type="checkbox"]:checked ~ .primary  {
display: block;
} */

#measurementtable input[type="radio"]:checked ~ .cell:nth-of-type(n+2):before,
#measurementtable input[type="checkbox"]:checked ~ .cell:nth-of-type(n+2):before {
content: attr(data-label);
display: inline-block;
width: 140px;
height: 30px;
background-color: transparent;
margin-right: 100px;
font-size: 12px;
line-height: 24px;
text-align: left;
color: rgb(128, 128, 128);
}

#measurementtable input[type="radio"]:checked ~ .primary:after,
#measurementtable input[type="checkbox"]:checked ~ .primary:after {
position: absolute;
right:8px;
top:12px;
border-right: 10px solid transparent;
border-left: 10px solid transparent; 
border-top:10px solid rgb(205, 205, 205);
z-index: 2;
}
/* measurementtable */

/* newexperimenttable */
#newexperimenttable {
font-size: 12px;
width: 100%;
margin: 0 auto;
}

.experimentrow {
position: relative;
display: block;
/* background-color: rgb(3, 58, 80); */
/* background-color: transparent; */
}

.experiment-row {
display: none;
}

.experimentrow .cell {
display: block;
position: relative;
height: 40px;
line-height: 40px;
text-align: left;
padding-left: 10px;
border: none;
background-color: transparent;
}

.experimentrow:first-child {
display: none;
}

.experimentrow .primary:after {
content: "";
display: block;
position: absolute;
right: 10px;
top: 10px;
z-index: 2;
width: 0px;
height: 0px;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent; 
border-right: 12px solid #ccc;
}

.cell:nth-of-type(n+2) {
display: none;
}

.newexperiment-input[type="radio"],
.newexperiment-input[type="checkbox"] {
display: block;
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
opacity: 0;
}

.newexperiment-input[type="radio"]:checked ~ .cell,
.newexperiment-input[type="checkbox"]:checked ~ .cell {
background-color: rgb(128, 128, 128);
display: block;
font-size: 12px;
}

/* #newexperimenttable .row:last-child {
display: block;
} */

.newexperiment-input[type="radio"]:checked ~ .cell:nth-of-type(n+2),
.newexperiment-input[type="checkbox"]:checked ~ .cell:nth-of-type(n+2) {
/* background-color: rgb(35,131,159); */
background-color: rgb(128, 128, 128);
display: block;
}

.newexperiment-input[type="radio"]:checked ~ .cell:nth-of-type(n+2):before,
.newexperiment-input[type="checkbox"]:checked ~ .cell:nth-of-type(n+2):before {
content: attr(data-label);
display: inline-block;
width: 140px;
height: 24px;
background-color: rgb(128, 128, 128);
margin-right: 100px;
font-size: 12px;
line-height: 30px;
text-align: left;
color: #fff;
}

.newexperiment-input[type="radio"]:checked ~ .primary,
.newexperiment-input[type="checkbox"]:checked ~ .primary  {
display: block;
}

.newexperiment-input[type="radio"]:checked ~ .primary:after,
.newexperiment-input[type="checkbox"]:checked ~ .primary:after {
position: absolute;
right: 8px;
top: 12px;
border-right: 10px solid transparent;
border-left: 10px solid transparent; 
border-top:10px solid #fff;
z-index: 2;
}
/* newexperimenttable */

/* observeobjecttable */
#observeobjecttable {
font-size: 12px;
width: 100%;
margin: 0 auto;
}

.observerow {
position: relative;
display: block;
background-color: rgb(3, 58, 80);
/* background-color: transparent;sss */
}

.object-row {
display: none;
}

.observerow .cell {
display: block;
position: relative;
height: 40px;
line-height: 20px;
text-align: left;
padding-left: 10px;
border: none;
}

.observerow .row:first-child {
display: none;
}

.observerow .primary:after {
content: "";
display: block;
position: absolute;
right: 10px;
top: 10px;
z-index: 2;
width: 0px;
height: 0px;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent; 
border-right: 12px solid #ccc;
}

.observerow .cell:nth-of-type(n+2) {
display: none;
}
.observerow input[type="radio"],
.observerow input[type="checkbox"] {
display: block;
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
opacity: 0;
}

.observerow input[type="radio"]:checked ~.cell,
.observerow input[type="checkbox"]:checked ~.cell {
background-color: rgb(35,131,159);
display: block;
font-size: 12px;
}

.observerow input[type="radio"]:checked ~ .cell:nth-of-type(n+2),
.observerow input[type="checkbox"]:checked ~ .cell:nth-of-type(n+2) {
background-color: rgb(35,131,159);
} 

.observerow input[type="radio"]:checked ~ .cell:nth-of-type(n+2):before,
.observerow input[type="checkbox"]:checked ~ .cell:nth-of-type(n+2):before {
content: attr(data-label);
display: inline-block;
width: 140px;
height: 30px;
background-color: rgb(35, 131, 159);
margin-right: 100px;
font-size: 12px;
line-height: 30px;
text-align: left;
color: #fff;
} 

.observerow input[type="radio"]:checked ~ .primary:after,
.observerow input[type="checkbox"]:checked ~ .primary:after {
position: absolute;
right:8px;
top:12px;
border-right: 10px solid transparent;
border-left: 10px solid transparent; 
border-top:10px solid #fff;
z-index: 2;
} 

/* observeobjecttable */

/* checktable */
.check-border {
width: 100%;
}

.check-border {
font-size: 12px;  
margin: 0px auto;
padding: 4px 8px;
align-items: center;
}

.check-border > button {
background-color: rgb(5, 58, 80);
}

#checktable {
font-size: 12px;
width: 100%;
margin: 0 auto;
}

#checktable .row {
position: relative;
display: block;
/* background-color: rgb(3, 58, 80); */
background-color: transparent;
}

#checktable .header-row {
display: none;
}

/* 
.header-row {
display: none;
} */

.cell {
display: block;
position: relative;
height: 40px;
line-height: 20px;
text-align: left;
padding-left: 10px;
border: none;
}

.row:first-child {
display: none;
}

.primary:after {
content: "";
display: block;
position: absolute;
right: 10px;
top: 10px;
z-index: 2;
width: 0px;
height: 0px;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent; 
border-right: 12px solid #ccc;
}

.cell:nth-of-type(n+2) {
display: none;
}

input[type="radio"],
input[type="checkbox"] {
display: block;
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
opacity: 0;
}

input[type="radio"]:checked ~.cell,
input[type="checkbox"]:checked ~.cell {
/* background-color: rgb(3, 58, 80); */
display: block;
font-size: 12px;
}

.row:last-child {
}

input[type="radio"]:checked ~ .cell:nth-of-type(n+2),
input[type="checkbox"]:checked ~ .cell:nth-of-type(n+2) {
background-color: rgb(3, 58, 80);
} 

input[type="radio"]:checked ~ .cell:nth-of-type(n+2):before,
input[type="checkbox"]:checked ~ .cell:nth-of-type(n+2):before {
content: attr(data-label);
display: inline-block;
width: 140px;
height: 30px;
background-color: rgb(3, 58, 80);
margin-right: 100px;
font-size: 12px;
line-height: 20px;
text-align: left;
color: #fff;
} 

input[type="radio"]:checked ~ .primary,
input[type="checkbox"]:checked ~ .primary  {
}

input[type="radio"]:checked ~ .primary:after,
input[type="checkbox"]:checked ~ .primary:after {
position: absolute;
right:8px;
top:12px;
border-right: 10px solid transparent;
border-left: 10px solid transparent; 
border-top:10px solid #fff;
z-index: 2;
} 

.buttonlist {
padding-top: 30px
}

.row:nth-child(2):hover{
background-color: #fff;
}
.row:nth-child(3):hover{
background-color: #fff;
}
.row:nth-child(4):hover{
background-color: #fff;
}
.row:nth-child(5):hover{
background-color: #fff;
}
.row:nth-child(6):hover{
background-color: #fff;
}
.row:nth-child(7):hover{
background-color: #fff;
}

.container01 {
  width: 98%;
  margin: 0 auto;
}

.content01 #choose-item {
  width: 70%;
}

.content01 .type-name {
  width: 70%;
}

.detail-list input {
  width: 70%;
}

#id04 {
  width: 100%;
}

#id05 {
  width: 100%;
  height: calc( 100% - 80px );
}
    
.sure-box05 {
  width: 90%;
}

.box05 {
  display: flex;
  flex-direction: column;
}

.box05 a {
  display: block;
  width: 100%;
}

.box05 span {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center; 
}

.box05 button {
  display: block;
  margin: 20px auto;
}

#id06 {width: 100%;
  height: calc( 100% - 80px );
}
    
.sure-box06 {
  width: 90%;
}

.box06 {
  display: flex;
  flex-direction: column;
}

.box06 a {
  display: block;
  width: 100%;
}

.box06 span {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center; 
}

.box06 button {
  display: block;
  margin: 20px auto;
}
}

