@charset "UTF-8";

/* CSS Document */

/*====================================

    page_ttl

====================================*/ 

#page_ttl {
    background: url(../images/ttl_sub.jpg) center;
    background-size: cover;
}
#page_ttl .ttl {
	font-family: 'Rubik', sans-serif;
	font-size: 190%;
	text-align: center;
}
#page_ttl .ttl span {
	font-size: 50%;
}

/*====================================

    wp_privacystatement

====================================*/ 

.wp_privacystatement {
	padding: 0 20px;
}
.wp_privacystatement h2 {
	width: 100%;
	text-align: center;
	font-size: 160%;
	margin-bottom: 30px;
	line-height: 1.6em;
}
.wp_privacystatement .cell {
	margin-bottom: 40px;
}
.wp_privacystatement .cell h3 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}
.wp_privacystatement .cell p {
}
.wp_privacystatement .cell p strong {
	font-weight: bold;
}
.wp_privacystatement .cell p a {
	text-decoration: underline;
	color: #666;
}

