@charset "utf-8";

/*---------------------------------------------------*/

.privacy{padding:170px 0 110px;}
.privacy h1{font-size:60px;color:#141414;text-align:center;font-weight:800;margin-bottom:110px;}
.privacy .txt{font-size:18px;line-height:2;color:#5A5A5A;}
.privacy .txt p strong {font-weight: 700;}
.privacy .txt h5{font-size:24px;color:#141414;font-weight:700;margin-top:30px;}
.privacy .txt h4 {font-size: 30px;color: #141414;font-weight: 700;margin-top: 35px;}
.privacy .txt h6 {color: #141414;font-weight: 700;margin-top: 15px;}
.privacy .txt p a{color:#0570c8;}
.privacy .txt p a:hover{text-decoration: underline;}
.privacy .txt ul li {font-size: 20px;color: #5A5A5A;padding-left: 15px;position: relative;}
.privacy .txt ul li::after {content: '';width: 6px;height: 6px;background: #141414;border-radius: 50%;position: absolute;left: 0;top: 18px;}



@media screen and (max-width:1680px){
.privacy h1{font-size:56px;}
}

@media screen and (max-width:1550px){
.privacy h1{font-size:52px;}
}

@media screen and (max-width:1441px) {
.privacy h1{font-size:48px;}
}

@media screen and (max-width:1367px) {
.privacy h1{font-size:44px;}
}

@media screen and (max-width:1281px){
.privacy{padding:120px 0 70px;}
.privacy h1{font-size:40px;margin-bottom:60px;}
.privacy .txt{font-size:17px;line-height:1.8;}
.privacy .txt h4 {font-size:26px;}
.privacy .txt h5{font-size:22px;}
.privacy .txt p a{color:#0570c8;}
.privacy .txt p a:hover{text-decoration: underline;}
.privacy .txt ul li {font-size:18px;}
}

@media screen and (max-width:1171px){
.privacy{padding:50px 0;}
.privacy h1{font-size:36px;margin-bottom:50px;}
}

@media screen and (max-width:992px){
.privacy{padding:40px 0;}
.privacy h1{font-size:32px;margin-bottom:40px;}
}

@media screen and (max-width:768px) {
.privacy{padding:30px 0;}
.privacy h1{font-size:28px;margin-bottom:30px;}
.privacy .txt{font-size:16px;line-height:1.5;}
.privacy .txt h4 {font-size:24px;margin-top:25px;}
.privacy .txt h5{font-size:18px;margin-top:20px;}
.privacy .txt ul li {font-size:16px;}
}

@media screen and (max-width:576px) {
.privacy h1{font-size:26px;margin-bottom:25px;}
}

@media screen and (max-width:480px) {
.privacy h1{font-size:24px;margin-bottom:20px;}
.privacy .txt h4 {font-size:20px;margin-top:20px;}
.privacy .txt h5{font-size:17px;margin-top:15px;}
}





/*------------------------------------------------------------*/