@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Dongle:wght@300;400;700&display=swap');

*{margin:0px; padding:0px;}
ol,ul, li{list-style:none;}
a{text-decoration:none; color:#333;}
body{
  font-size:14px;
  font-family: 'Dongle',arial, sans-serif;
  color:#333;
}

.point{
  color:#FF8B00;
  font-weight:bold;
}

.modal{
  background-color: rgba(0,0,0,.7);
  width:100%; height:100%;
  position:fixed; top:0px; left:0px;
  text-align:center;
  z-index: 100000000;
}

.modal img{padding-top:10%;}
.modal p {
  width:450px; margin:0px auto;
  line-height: 50px;
  background-color:rgb(219, 140, 255);
  font-size:15px;
  text-align: left;
  padding-left:10px;
  box-sizing: border-box;
}

#ch{
  transform:translateY(5px);
}

#c_btn{
  border:none;
  background-color:rgb(219, 140, 255);
  transform:translateX(300px);
  font-size: 16px;
  cursor:pointer;
  font-weight: bold;
  color:#fff;
}