@charset "utf-8";

/* --------------------------------------------------

	SiteName : 朝日エアーゾール
	FileName : style.css
	
	== URL ======================================
	https://www.as-asahi.co.jp/sp/
-------------------------------------------------- */
/* ------ Body ------ */
section#about h2 img{
	width:100%;
}
section#about .container{
	display:block;
	margin:0 20px;
	width:auto;
}
section h3{
	font-size:33px;
	color:#595757;
	border-bottom:4px solid #595757;
	height:65px;
	line-height:65px;
	text-align:left;
	margin:35px auto 29px;
}
section h3:before{
	font-family: FontAwesome;
	color:#d3edfb;
	content: "\f0da";
	margin-right:10px;
}
section#about .txt{
	font-size:28px;
	line-height:1.7em;
	margin-bottom:27px;
	text-align:left;
}
section#about .about{
	text-align:center;
}
section#about .about img{
	margin-bottom:48px;
}
section#about .structure{
	text-align:center;
}
section#about .structure img{
	margin-bottom:48px;
}
section#about .business{
	text-align:center;
}
section#about .business img{
	margin-bottom:48px;
}

section#about .flow ul{
	vertical-align: top;
	width:100%;
}
section#about .flow ul li{
	float: left;
	position: relative;
	width:20.5%;
	margin-right:6%;
	margin-bottom:20px;
}
section#about .flow ul li:nth-child(4n){
	margin-right:0;
}
section#about .flow ul li:nth-child(4n):after{
	display:none;
}
section#about .flow ul li:after{
	content:"\f101";
	bottom: 0;
	color: #d3edfb;
	display: inline-block;
	font-family: FontAwesome;
	font-size: 31px;
	height: 50%;
	position: absolute;
	right: -34%;
	text-align: center;
	width: 34%;
}
section#about .flow .btn{
	padding-top:100px;
	text-align:center;
	border-top:1px solid #b5b6b6;
	margin-bottom:100px;
}
section#about .flow .btn a{
	display:inline-block;
	font-size:27px;
	background-color:#20b7bf;
	color:#ffffff;
	height:84px;
	line-height:84px;
	padding:0 64px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin:0 auto;
	letter-spacing:3px;
}
section#about .flow .btn a:before{
	color: #ffffff;
	content: "\f0da";
	font-family: FontAwesome;
	font-size: 27px;
	margin-right: 10px;
	vertical-align: top;
}
section#about .flow .txt{
	margin-bottom:0;
	text-align:right;
	font-size:27px;
	margin-bottom:100px;
}
