@charset "UTF-8";


/* Policy & Terms & Company
------------------------------------------------------------*/

/* h2 */
.slide.h2Area{
	background: url(../../../uploads/policy/h2_bg.jpg) no-repeat center center;
	background-size: cover;
}
.slide#contents{
	background: #ffffff url(../../../uploads/common/contents_bg-wh.jpg) repeat center top;
}

h3{
	margin-bottom: 15px;
	margin-top: 35px;
}

#contents .centering_wide ul li{
	text-indent: -1em;
	padding-left: 1em;
	line-height: 2.0em;
	margin-bottom: 0.5em;
}


/*****************************************/
/*				 Tablet					 */
/*****************************************/

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

}

/*****************************************/
/*				 Mobile					 */
/*****************************************/

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


}


