@charset "UTF-8";
#mainimg {
	display: none;
}
/*============================================================= Honeywell==========================================================*/
#intro {
	background: url(../image/honeywell/bg_honeywell01_pc.png) center center no-repeat;
	background-size: cover;
	padding: 36px 15px 25px;
}
#intro .heading {
	margin-bottom: 22px;
	color: #fff;
}
/*�ǋL*/
#intro .heading p{
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-top: 30px;
}
#intro .heading h2{
    color: #999;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}
#intro .txt p{
    color: #fff;
    font-size: 14px;
}

#intro .txt {
	font-size: 1.3rem;
	letter-spacing: .025em;
	line-height: 1.54;
	margin-bottom: 20px;
	color: #fff;
	text-shadow:1px 1px 2px #000000;
}
#intro .btn {
	margin-top: 15px;
}
#intro .btn a{
	display: block;
	height: 40px;
	padding: 9px 0;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	background: #c91c1d;
}
#about {
	background: #fff;
}
#about .about {
	padding: 36px 15px;
}
#about .about .body {
	background: #fff;
}
#about .about .body .logo {
	width: 36%;
	margin: 0 auto 15px;
}
#about .about .body .txt {
	font-size: 1.3rem;
	letter-spacing: .025em;
	line-height: 1.54;
	margin-bottom: 20px;
}
#intro .video,
#about .about .video{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 64.29%;
}
#intro video,
#about .about .video iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#about .btn {
	margin-top: 15px;
}
#about .btn a{
	display: block;
	height: 40px;
	padding: 9px 0;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	background: #c91c1d;
}
.detail{
	padding: 36px 15px;
}
.detail:nth-of-type(even){
	background: #f7f7f7;
}
.detail .pic{
	margin-bottom: 20px;
}
.detail .tit{
	margin-bottom: 15px;
	/*font-family: "Roboto";*/
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	width: 100% !important;
}
.detail .txt{
	font-size: 1.3rem;
	letter-spacing: .025em;
	line-height: 1.54;
	width: 100% !important;
}
@media screen and (min-width: 600px) {
	#breadcrumb {
		margin: 0 auto 20px;
	}
	#breadcrumb a,
	#breadcrumb span,
	#breadcrumb li:before {
		color: #808080;
	}
	#intro {
		background: url(../image/honeywell/bg_honeywell01_pc.png) center center no-repeat;
		background-size: cover;
		padding: 16px 0 82px;
	}
	#intro .heading {
		margin-bottom: 44px;
	}
	#intro .txt {
		font-size: 1.4rem;
		line-height: 1.86;
		margin: 0 auto;
		margin-bottom: 35px;
		text-align: center;
		width: 1180px;
	}
	#intro .btn {
		width: 450px;
		margin: auto;
		margin-top: 50px;
	}
	#intro .btn a{
		height: 60px;
		padding: 15px 0;
		border-radius: 30px;
		font-size: 20px;
		transition: opacity .2s linear;
	}
	#intro .btn a:hover{
		opacity: .8;
	}
	#about {
		padding: 80px 0;
	}
	#about .about {
		margin: 0 auto;
		padding: 0;
		position: relative;
		width: 1180px;
	}
	#about .about .pic {
		width: 600px;
	}
	#about .about .body {
		padding-bottom: 50px;
	}
	#about .about .body .logo {
		width: auto;
		margin: 0 0 30px;
	}
	#about .about .body .txt {
		font-size: 1.4rem;
		line-height: 1.86;
		margin-bottom: 50px;
	}
	#intro .video,
	#about .about .body .video {
		text-align: center;
		width: 700px;
		height: 450px;
		margin: auto;
		padding-top: 0;
	}
	#about .btn {
		width: 450px;
		margin: auto;
		margin-top: 50px;
	}
	#about .btn a{
		height: 60px;
		padding: 15px 0;
		border-radius: 30px;
		font-size: 1.6rem;
		transition: opacity .2s linear;
	}
	#about .btn a:hover{
		opacity: .8;
	}
	.detail{
		padding: 80px 0;
	}
	.detailIn{
		width: 1180px;
		margin: auto;
	}
	.detail .pic{
		float: right;
	}
	.detail .tit{
		/*font-size: 3rem;*/
	}
	.detail .txt{
		font-size: 1.4rem;
		line-height: 1.86;
	}
	.detail .tit,
	.detail .txt{
		width: 560px !important;
		float: left;
	}
	.detail:nth-of-type(odd) .pic{
		float: left;
	}
}
