@charset "UTF-8";


#person001 .article__answer::before, #person001-2 .article__answer::before {
    display: inline;
    content: "クヴァレ「";
    font-weight: 700;
}

#person001 .graph--dot--1st {
    top: 30px;
    left: 153px;
    opacity: 0;
}

#person001 .graph--dot--2nd {
    top: 133px;
    left: 152px;
    opacity: 0;
}

#person001-2 .graph--dot--3rd {
    top: 231px;
    left: 150px;
    opacity: 0;
}

#person001-2 .graph--dot--4th {
    top: 289px;
    left: 245px;
    opacity: 0;
}

#text_link{
  color: blueviolet;
  text-decoration: underline;
}

#person001 .graph--3rd-point {
        top: 450px;
    }

#person001 .graph--4th-point{
    bottom: 0;
    top: auto;
    }


#person001-2 .graph--3rd-point {
        top: 450px;
    }

#person001-2 .graph--4th-point{
    bottom: 0;
    top: auto;
    }
    
#img-margin{
  margin-bottom: 80px;
}

@media only screen and (max-width: 480px) {
  
  #person001 .graph--dot--1st {
      top: 30px;
      left: 153px;
      opacity: 0;
  }
  
  #person001 .graph--dot--2nd {
      top: 133px;
      left: 152px;
      opacity: 0;
  }
  
  #person001-2 .graph--dot--3rd {
      top: 231px;
    left: 150px;
      opacity: 0;
  }
  
  #person001-2 .graph--dot--4th {
      top: 289px;
    left: 245px;
      opacity: 0;
  }
  
  
  
  
  #person001-2 .graph--3rd-point {
    top: 50vw;
}

  #person001 .graph--3rd-point {
    top: 50vw;
}


  
#img-margin{
  margin-bottom: 80px;
}

#text_link{
  color: blueviolet;
  text-decoration: underline;
}
}