/* privacy */
.privacy_box {
	padding-top: 10px;	
}

.privacy_column {
	margin-bottom: 20px;
}


.privacy_ttl {
	font-size: 30px;
	letter-spacing: 0.5em;
	line-height: 1.4;
	margin-bottom: 10px;
	text-align: center;
	color: #000;
	padding-top: 20px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
.privacy_ttl2 {
    font-size: 20px;
    letter-spacing: 0.5em;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #279DE9;
    text-transform: uppercase;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #279DE9;
    border-bottom-color: #279DE9;
    padding: 10px;
    background-color: #E9F5FC;
}
.privacy_ttl3 {
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 0px;
	color: #279DE9;
	font-family: 'Oswald', sans-serif;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.privacy_ttl_sub {
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #279DE9;
	
	text-align: center;	
	padding-left: 30px;	
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
}

.privacy_tx {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #000;
	
	padding: 10px;	
}

.privacy_tx2 {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #000;
	
	padding: 10px;	
}

.privacy_list {
	margin-top: 0px;
	padding-left: 30px;
}

.privacy_list li {
	list-style-type: decimal;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 10px;
}

.privacy_list2 {
	margin-top: 0px;
	padding-left: 30px;
}

.privacy_list2 li {
	list-style-type: disc;
	margin-top: 10px;
}

.privacy_list3 {
	margin-top: 0px;
	padding-left: 30px;
}

.privacy_list3 li {
	list-style-type: disc;
	margin-top: 10px;
}

/*テーブル*/
.n_table {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.n_table th {
	width: 25%;
	background-color: #F2F2F2;
}
.n_table td {
	width: 75%;
	background-color: #fff;
}
.n_table th,.n_table td {
	color: #333333;
	font-size: 100%;
	line-height: 160%;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B3A882;
	font-weight: normal;
}	



@media (max-width: 1200px) {

	
}


@media (max-width: 992px)  {
	
	
}



@media (max-width: 768px)  {
.privacy_ttl {
	font-size: 28px;
	letter-spacing: 0.1em;
	
}
}


@media (max-width: 468px) {
	


}
