.wetlabwarp {
  font-family: 'Roboto', sans-serif;
  color: white;
}
.wetlabwarp iframe {
  width: 100%;
  height: 18vw;
}

/* wetlabmain */
.wetlabmain{
  margin-top: 2.5vw;
  width: 100%;
}
.wetlabwarp h2{
  margin-top: 2.5vw;
  margin-bottom: 2vw;
  display: inline-block;
  width: 58vw;
  text-align: left;
  font-size: 2.16vw;
  border-bottom: 4px solid #2BF6FF;
}
.wetlabmain p{
  margin-top: 1.5vw;
  width: 58vw;
  font-size: 1.2vw;
}

/* design */
.wetlabwarp .part{
  margin-top: 2vw;
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  width: 58vw;
  font-size: 2vw;
  background-color: #70C9DF;
  border-radius: 3vw;
}

.wetlabwarp .circle{
  width: 100%;
  aspect-ratio : 1 / 1;
  margin-top: 2vw;
}
.figure{
  display: block;
  text-align: left;
}

.figureletter{
  margin-bottom: 0.5vw;
  display: block;
  text-align: left;
  font-size: 0.86vw;
}

.figureimg{
  margin-bottom: 0.5vw;
}

.figure1-1{
  width: 70%;
}
.figure1-2{
  width: 50%;
}

.figure .desc{
  margin-top: 1vw;
  font-weight: bold;
  color: black;
  width: 58vw;
  padding: 1vw 3vw;
  font-size: 1vw;
  background-color: #CCCCCC;
  border-radius: 3vw;
}

/* build */

.build .desc{
  margin-top: 5vw;
}

.switching{
  text-align: center;
  margin-top: 2vw;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  width: 58vw;
  font-size: 1.3vw;
  background-color: #0077B6;
  border-radius: 3vw;
}

.figure4{
  margin-top: 2vw;
  width: 35%;
}

/* hr */

.wetlabwarp hr{
  margin-top: 4vw;
  width: 100%;
  border: #0077B6 solid 13px;

}

.figure5{
  margin-top: 2vw;
  width: 45%;
}


/* part2 */

.figure2-1{
  width: 65%;
}
.figure2-2{
  width: 65%;
}

.inprogress {
  font-size: 2vw;
}

/* part3 */

.figure7-2{
  width: 30%;
}
/* part4 */


.figure3-1{
  width: 50%;
}

.figure3-2{
  width: 40%;
}

.figure3-3{
  width: 50%;
}



.references{
  text-align: left;
  margin-top: 20vw;
}
.references ul{
  border-top: 3px solid #90E0EF;
  list-style: none;
}
.references ul li{
  margin-top: 0.5vw;
}
.references ul li span{
  color: #C62D21;
}