@charset "utf-8";

/* --------------------------------------------------

	SiteName : 朝日エアーゾール
	FileName : style.css
	
	== URL ======================================
	https://www.as-asahi.co.jp/sp/
-------------------------------------------------- */
/* ------ Body ------ */
section#main h2 img{
	width:100%;
}
section#main .about{
	background-color:#252525;
}
section#main .about h3{
	display:inline-block;
	margin:50px 0 30px;
	width:62.8%;
}
section#main .about h3 img{
	width:100%;
}
section#main .about .cf{
	display:block;
	background-color:#3d3d3d;
	padding:30px 20px;
}
section#main .about .left{
	width:42%;
}
section#main .about .left img{
	width:100%;
}
section#main .about .right{
	width:58%;
	font-size:28px;
	text-align:left;
}
section#main .about .right .txt{
	margin-left:25px;
	color:#fff;
	line-height:1.3em;
}
section#main .about .detail{
	margin:0 20px;
	padding:30px 0 50px;
	display:block;
	text-align:center;
}
section#main .about .detail a{
	font-size:24px;
	color:#fff;
	display:inline-block;
	padding:20px 40px;
	border:1px solid #8C8A8A;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
section#main .about .detail a:before{
	font-family: FontAwesome;
	content:"\f105";
	font-size:24px;
	color:#fff;
	margin-right:10px;
}