@charset "UTF-8";



/* --------------------------------
 * about (info.html)プライバリーポリシー
 * -------------------------------- */

.info{
	margin: 0 10% 0;
}

#about{
	width: 100%;
	padding: 100px 15% ;
	background: #fff;
	color: #000;
	
}

.info-text{
	font-size: 1.3rem;
	text-align: left;
	line-height: 3rem;
}

.info-text dt{
	margin-top: 30px;
}



/* --------------------------------
 * メディアクエリー
 * -------------------------------- */
@media screen and (max-width: 768px) {
	
	/* --------------------------------
 * header_sub
 * -------------------------------- */


/*メディアクエリーのケツ*/	
}


	