@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/about_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 .container{
	max-width:660px;
	min-width: 660px;
	text-align:center;
	color:#595757;
	font-size:14px;
}
section{
	margin-bottom:40px;
}
section:last-child{
	margin-bottom:80px;
}
section h2{
	font-size:22px;
	color:#595757;
	border-bottom:4px solid #595757;
	height:65px;
	line-height:65px;
	text-align:left;
}
section .txt{
	line-height:24px;
	margin:25px 0;
	text-align:left;
}
section h2:before{
	font-family: FontAwesome;
	color:#d3edfb;
	content: "\f0da";
	margin-right:10px;
}
section#structure img{
	margin-top:51px;
}
section#business .txt{
	font-size:21px;
	line-height:150%;
	margin-bottom:35px;
}
section#business .cf{
	vertical-align: top;
	width:100%;
	position: relative;
}
section#business .left{
	float:none;
	position: absolute;
	z-index:-1;
	font-size:22px;
	text-align:left;
}
section#business .left h3{
	background-color:#95cb55;
	color:#fff;
	padding: 11px 31px;
	display:inline-block;
}
section#business .left ul{
	border-top:1px solid #95cb55;
	padding-left:23px;
	width:350px;
}
section#business .left li:first-child{
	margin-top:30px;
}
section#business .left li{
	clear: left;
	display: inline-block;
	float: left;
	margin-top: 15px;
	position: relative;
	text-align: left;
}
section#business .left li:before{
	content:"\25CF";
	color:#95cb55;
	line-height:22px;
	margin-right:9px;
}
section#business .left li:after{
	border-bottom: 1px dashed #95cb55;
	content: "";
	display: block;
	left: 100%;
	margin-left: 20px;
	margin-top: -11px;
	position: absolute;
	width: 220px;
}
section#business .right{
	float:none;
	text-align:right;
	margin-right:40px;
}

section#flow ul{
	vertical-align: top;
	width:100%;
	margin-top:7px;
}
section#flow ul li{
	float: left;
	margin-top:23px;
	margin-right: 40px;
	position: relative;
}
section#flow ul li:nth-child(4n){
	margin-right:0;
}
section#flow ul li:nth-child(4n):after{
	display:none;
}
section#flow ul li:after{
	bottom: 59px;
	color: #d3edfb;
	content:"\f101";
	font-family: FontAwesome;
	font-size: 34px;
	position: absolute;
	text-align: center;
	vertical-align: bottom;
	width: 40px;
}
section#flow .btn{
	margin-top:105px;
	text-align:center;
}
section#flow .btn a{
	display:inline-block;
	font-size:16px;
	background-color:#20b7bf;
	color:#ffffff;
	height:50px;
	line-height:50px;
	padding:0 35px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	margin:0 auto;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
section#flow .btn a:hover{
	opacity:0.7;
}
section#flow .btn a:before{
	color: #ffffff;
	content: "\f0da";
	font-family: FontAwesome;
	font-size: 16px;
	line-height: 47px;
	margin-right: 10px;
	vertical-align: top;
}
section#flow .txt{
	margin-bottom:0;
	text-align:right;
	font-size:22px;
}
