@charset "UTF-8";

#main .contents  p {
	margin-bottom:0.5em;
	line-height:1.8;
}
#main .contents .privacy {
	max-width:800px;
	margin:0 auto;
}
#main .contents .privacy > p:first-child {
    margin-bottom:1em;
}
.contents h3 {
	font-size:2.1rem;
	font-weight:500;
	padding:1em 0 0;
	margin-bottom:.5em;
	color:#152438;
    line-height:1.5;
    border:none;
}
#privacy .contents ul {
	padding:.5em 1em 1em;
	padding-left:1.5em;
	box-sizing:border-box;
}
#privacy .contents > ul {
	margin-bottom:.5em;
}
#privacy .contents > ul > li > ul {
}
#privacy .contents > ul > li > ul > li > ul {
}
#main .contents  li {
	list-style:decimal;
	font-size:1.8rem;
	line-height:1.8;
}

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

}

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

#main .contents  p {
	line-height:1.6;
	font-size:1.5rem;
}
.contents h3 {
	font-size:1.6rem;
}
#privacy .contents ul {
	font-size:1.5rem;
}
#main .contents  li {
	font-size:1.5rem;
	line-height:1.6;
}

}

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

}