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

main{
	padding-top: 180px;
}
h1{
	text-align: center;
	font-size: 32px;
	color: #18A4E6;
	padding-bottom: 60px;
}
h2{
	text-align: center;
	font-size: 20px;
	color: #18A4E6;
	padding-bottom: 20px;
}
.privacy_wrapper{
	width: 82%;
	max-width: 850px;
	margin:  0 auto;
	margin-bottom: 100px;
}
.privacy_wrapper>p{
	padding-bottom: 30px;
}
.privacy_wrapper table{
	line-height: 1.8em;
}
.privacy_wrapper table tr th{
	padding-bottom: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: #18A4E6;
}
.privacy_wrapper table tr td{
	padding-bottom: 25px;
}
.privacy_wrapper table tr td ul{
    margin-left: 15px;
}
.privacy_wrapper table tr td ul li{
    font-size: 14px;
    padding-left: 14px;
    position: relative;
}
.privacy_wrapper table tr td ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background-color: #18A4E6;
    border-radius: 50%;
}
.privacy_wrapper table tr td ul li ul{
    margin-left: 10px;
}
.privacy_wrapper table tr td ul li ul li::before{
    background-color: #fff;
    border: solid 1px #18A4E6;
    box-sizing: border-box;
}
.space_bottom{
    padding-bottom: 10px;
}

.pale{
	font-size: 14px;
	padding-top: 15px;
	color: #666;
}


@media print, screen and (max-width: 970px) {

main{
	padding-top: 120px;
}
h1{
	font-size: 22px;
	padding-bottom: 40px;
}
h2{
	font-size: 16px;
	padding-bottom: 15px;
}
.privacy_wrapper{
	width: 100%;
	max-width: 550px;
	margin-bottom: 40px;
	padding: 0 20px 0 20px;
	box-sizing: border-box;
}
.privacy_wrapper>p {
    padding-bottom: 25px;
}
.privacy_wrapper table tr td {
    padding-bottom: 15px;
}
.privacy_wrapper table tr td ul {
    margin-left: 10px;
}    
    

}



@media print, screen and (max-width: 374px){
h1 {
    font-size: 20px;
}
.pankuzu {
    font-size: 12px;
}














}

