@charset "UTF-8";					

main {
	width: 94%;
	max-width: 1120px;
	margin: 0 auto 80px;
}

#privacy p {
	line-height: 1.8;
	text-align: left;
}

h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 60px;
}

#privacy h3 {
    text-align: left;
    margin: 3rem auto 1rem;
    font-style: normal;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    letter-spacing: inherit;
    position: inherit;
    width: auto;
    font-size: 18px;
    line-height: 1;
}

#privacy h3:before {
    display: none;
    background: none;
}


@media screen and (min-width:320px) and ( max-width:767px) {

	#privacy h3 {
		font-size: 16px;
	}	
	
	#privacy p {
		font-size: 14px;
	}	
	
	
	
	
}

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

}
