*{
  margin: 0;
  padding: 0;

 
}


body,html {
    font-family: sans-serif;
    
  }





    

    .circletitle {
      display: flex;
      justify-content: space-around;
      align-items: center;
      width: 49%;
      margin: 20px auto;
    
  }

  .part{
width:  90px;
height: 90px;
border-radius: 50%;
box-shadow: 3px 3px 3px #367e7d47;
position: relative;
background-image: linear-gradient(to top,#367E7D,#b6e9f1);
display: flex;
justify-content: center;
align-items: center;
color: white;
border: solid  1px white;

  }


  .circletitle .part + .part::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 5px;
    background-color: #9CD5DE;
    top: 0;
    bottom: 0;
    left: -100px;
    margin: auto;
    z-index: -10;
}


.circletitle .partnone + .partnone::before {
 
  background-color: #ccc;
  
}

  .part p{
    text-align: center;
   font-size: 18px;
      margin: 0;
     

  }

  .partnone{
    background-image: linear-gradient(9deg,#999,#ccc);
    box-shadow: 3px 3px 3px #ccc;
  }


  .wordbox{
    letter-spacing: 1px;
    text-align: justify;
    border: 1px solid rgba(0, 0, 0, 0.224);
    margin: 25px 0px;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 13px;
    height: 300px;
    overflow: auto;
    

  }

  .checkmark {
    display: inline-block;
    height: 25px;
    width: 25px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    transition: .25s ease-in-out;
    margin-right: 5px;
}

.msg_box2 input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.msg_box2 input:checked~.checkmark {
  background: #377F7E;
}

.msg_box2 .checkmark:after {
  margin-top: 2px;
  margin-left: 7px;
  width: 8px;
  height: 15px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate( 
45deg);
  -ms-transform: rotate(45deg);
  transform: rotate( 
45deg);
}

.msg_box2 input:checked~.checkmark:after {
  display: block;
}

.checkmark:after {
  content: "";
  display: none;
}

.msg_box2 {

 width: 100%;
 position: relative;

  user-select: none;
  font-size: 1em;
  color: #666;
margin-top: 20px;
  
}

.msg_btn{
cursor: pointer;
position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);


 
}

.bigword{
  background-color: white;

}





.divBtn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  

}
.divBtn button{
  background-color: #377F7E;  
  border: none;
  padding: 10px ;
  font-size: 20px;
  color: white;
  border-radius: 13px;
  width: 30%;
}

.divBtn button:focus{
  outline: none;
}

.divBtn button:hover{
  background-color: #377F7Ee1;}


  .teaching p{
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    display: inline;
    text-align: center;
  }

  .teaching{
    background-color: rgb(140 124 165 / 22%);
    padding: 15px;
    border-radius: 13px;
    margin-bottom: 40px;
  }

  .teaching-img{
    width: 80%;
    margin: 50px auto;
  }

  .teaching-img img{
    width: 100%;

  }

  .teaching-word{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .teaching-word p{
  display: inline-block;
    margin-top: 50px;
    font-size: 22px;
    letter-spacing: 1px;
border-bottom:  1px solid #aaa;


  }


  
/* ===============register */

.midinput{
  position: relative;
  width: 80%;
  margin: 35px auto 0 auto; 

 
}

.midinput input{
  width: 100%;
  height: 60px;
  font-size: 25px;
  padding: 35px 10px;
 outline:  none;
 border-radius: 10px;
color: #666;
 border: 1px solid #5d5d5d!important;


}

.midinput input:focus{
border: 1px solid #5bafad!important;
box-shadow: 0 0 0 0.2rem #73c1c073;


}




.bigword-1 input::placeholder 
{   color: #999;
  font-size: 17px;
}

.bigword-1 label {
  position: absolute;
  top: -15px;
  font-size: 17px;
  white-space: nowrap;
  background: #fff;
  text-align: left;
  left: 15px;
  padding: 0 5px;
  color: rgb(93, 92, 92);
  pointer-events: none;
}





.bigword-1{
  background-color: white;
  padding-bottom: 20px;
  margin-top: 40px;

}




.midinput select{
  width: 100%;
  height: 60px;
  font-size: 25px;
  padding: 0 10px;
 outline:  none;
 border-radius: 10px;
 color: #666;
 border: 1px solid #5d5d5d!important;
 background-color: white;
 height: 72px;


}

.midinput select:focus{
border: 1px solid #5bafad!important;
box-shadow: 0 0 0 0.2rem #73c1c073;


}




.midinput select:invalid { 

  color:#999;
  font-size: 17px;
 }

 .color{
   color: #377F7E;
 }







@media screen and (max-width: 767px) {

 

.divBtn button {
 
  width: 70%;
}

.msg_btn {
  width: 100%;

  text-align: center;
  
}

.teaching p{

  display: block;
}

.teaching-img{
  width: 100%;

}

.teaching-word p {
 
  font-size: 20px;
 
}

.circletitle {
 
  width: 100%;
  margin: 0 auto;

}

.midinput{

  width: 100%;
 
}



}

@media screen and (max-width: 320px) {
.part {
  width: 85px;
  height: 85px;
}

.circletitle .part + .part::before {

  left: -94px;}
}
