@charset "utf-8";
/* CSS Document */


/*==============================
flowWrap
==============================*/
#privacyWrap{
  padding: 0 20px 200px;  
}

#privacyWrap > p,
.privacyList01,
.privacyList02{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

#privacyWrap > p{
  margin-bottom: 100px;
}

.privacyList01{
  margin-bottom: 40px;
}

.privacyList01 > li{
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.privacyList01 > li > h5{
  font-size: 30px;
  line-height: 45px;
  color: #4DC1E9;
  margin-right: 30px;
}

.privacyList01 > li > p{
  padding-top: 15px;
}

.privacyList01 > li:last-of-type{
  margin-bottom: 0;
}

.privacyList02 > li{
  margin-bottom: 20px;
}

.privacyList02 > li > h5{
  margin-bottom: 20px;
}

.privacyList02 > li > h5 > span{
  font-size: 30px;
  font-weight: bold;
  margin-right: 30px;
  
}

.privacyList02 > li > p{
  padding-left: 45px;
}

.privacyList02 > li:last-of-type{
  margin-bottom: 0;
}

@media screen and (max-width: 1000px){
  #privacyWrap{
    padding: 0 20px 100px;  
  }

  #privacyWrap > p,
  .privacyList01,
  .privacyList02{
    max-width: 600px;
  }

  #privacyWrap > p{
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 600px){

  #privacyWrap > p,
  .privacyList01,
  .privacyList02{
    max-width: 400px;
  }
}











