@charset "utf-8";

/* --------------------------------------------------

	SiteName : 朝日エアーゾール
	FileName : style.css

	== URL ======================================
	https://www.as-asahi.co.jp/
-------------------------------------------------- */
/* ------ Header ------ */
header div.title{
	display: inline-block;
	height: 255px;
	overflow: hidden;
	position: absolute;
	width: 100%;
}
header h1{
	position:absolute;
	left:50%;
	top:0;
	width:100%;
	margin-left:-160px;
	background:transparent url("../img/privacy_bg.jpg") no-repeat scroll center center;
	background-size:cover;
}
header h1 .ttl{
	position:relative;
	display: inline-block;
}
header h1 .ttl img{
	margin:116px auto 67px 53px;
}
#header .header{
	margin-top:50px;
}

/* ------ Sidebar ------ */
#sidebar .sidebar #addr{
	margin-left:-30px;
}

/* ------ Contents ------ */
article{
	display: inline-block;
	margin: 0 auto;
	max-width: 1000px;
	min-width: 1000px;
	padding: 0;
	width: 100%;
	text-align:right;
}
section:last-child{
	margin-bottom:80px;
}
section .container{
	max-width:660px;
	min-width: 660px;
	text-align:left;
}

section#privacy h2{
	font-size:22px;
	color:#595757;
	border-bottom:4px solid #595757;
	height:65px;
	line-height:65px;
	
}
section#privacy h2:before{
	font-family: FontAwesome;
	color:#d3edfb;
	content: "\f0da";
	margin-right:10px;
}
section#privacy ul{
	margin:5px 0 40px;
	width:100%;
	display:inline-block;
}
section#privacy ul li{
	font-size:14px;
	color:#595757;
	line-height:24px;
	list-style: outside none decimal;
	margin-left: 1.5em;
}
section#privacy ul li h3{
	font-size:16px;
	color:#595757;
	line-height:1.6em;
	margin: 20px 0 0 -1em;
	padding-bottom:14px;
	border-bottom:1px solid #c1c1c1;
	text-indent: 1.2em;
}
section#privacy ul li .txt{
	margin-top:14px;
	margin-left: 0.2em;
}
section#privacy ul li p{
	margin-top:1em;
}
