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

 .privacy_ttl {
    background-color: #fff100;
	padding: 20px 0;
	color: #00a0e9;
	margin: 28px 0;
}

 .privacy_ttl h2 {
    text-align: center;
    width: 430px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    font-weight: 800;
	border-right: 0;
	width: 960px; 
}

.text p {
	color: #fff;
	font-size: 16px;
	line-height: 1.4em;
}

.text h3 {
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #ffd800;
}

.text ul li {
	line-height: 1.4em;
	font-size: 16px;
}

@media screen and (max-width: 1280px) {
	
	.privacy_ttl h2 {
		width: 100%;
		margin-right: 0;
		font-size: 2.5em;
		line-height: 1.2em;
		text-align: center;
		display: block;
		border: 0;
		padding-bottom: 10px;
	}	
	
}