@charset "UTF-8";

.Not-Found-404 #mainContents header h2 {
  font-size: 10.8rem;
  line-height: 1;
  color: #5D0F84;
  background: -webkit-linear-gradient(139deg, #5D0F84, #871D97);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Not-Found-404 #mainContents header h2 .block {
  font-size: 3.8rem;
  line-height: 1;
}
.Not-Found-404 #mainContents header p {
  font-size: 2rem;
  line-height: 1.6;
}
@media only screen and (max-width: 768px){
  .Not-Found-404 #mainContents header h2 {
    font-size: 25.066666666666667vmin;
  }
  .Not-Found-404 #mainContents header h2 .block {
    font-size: 8.666666666666667vmin;
  }
  .Not-Found-404 #mainContents header p {
    font-size: 4.8vmin;
    line-height: 1.583333333333333;
  }
  .Not-Found-404 #mainContents .bkclrGrayBox {
    margin-left: 0;
    margin-right: 0;
  }
}
