@charset "utf-8";

/* --------------------------------------------------

	SiteName : 朝日エアーゾール
	FileName : style.css
	
	== URL ======================================
	https://www.as-asahi.co.jp/sp/
-------------------------------------------------- */
/* ------ Body ------ */
section#company h2 img{
	width:100%;
}
section#company .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 40px;
}
section h3:before{
	font-family: FontAwesome;
	color:#d3edfb;
	content: "\f0da";
	margin-right:10px;
}
section table,
section tbody,
section tr{
	display:block;
}
section table th{
	display:block;
	font-size:28px;
	color:#fff;
	background-color:#b1b1b1;
	padding:25px 20px;
	line-height:1.4em;
	text-align:left;
}
section table td{
	display:block;
	color:#595757;
	font-size:28px;
	padding:25px 20px;
	line-height:1.4em;
	text-align:left;
}
.map{
	margin-bottom:40px;
}
.map .container{
	position:relative;
}
.map .container .notouch{
	position:absolute;
	height:100%;
	width:100%;
	z-index:9999;
}
.map .btn{
	text-align:center;
	margin-top:20px;
}
.map .btn span{
	text-align:center;
	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;
}
.map .btn span:before{
	color: #ffffff;
	content: "\f0da";
	font-family: FontAwesome;
	font-size: 27px;
	margin-right: 10px;
	vertical-align: top;
}