@charset "UTF-8";
#airbuster {
  font-size: 1.1em;
  margin-bottom: 5em;
}

#airbuster img {
	width: 100%;
	vertical-align: top;
}
#airbuster small {
	font-size: .8em;
}
#airbuster .large {
	font-size: 1.2em;
}
#airbuster .em {
	font-size: 1.3em;
	font-weight: bold;
}

#airbuster .mainimg {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
}
#airbuster h1 {
	font-size: 2.4em;
	color: #fff;
	position: absolute;
	top: 50%;
	right: 2%;
	transform: translateY(-50%);
	letter-spacing: 0;
}

#airbuster h3 {
    border-left: 10px solid #bc1a21;
    padding: 0.25em 0.5em;
    font-size: 140%;
    line-height: 150%;
    color: #333;
    margin: 0 0 1.5em 0;
    font-family: "Open Sans";
    margin-bottom: 15px;
}
#airbuster .ttl {
 		font-size: 1.4em;
    color: #304154;
    margin: 0 0 10px 0;
    line-height: 1.5;
	text-align: center;
}
#airbuster .ttl::before {
	content: "―";
	margin-right: .5em;
}
#airbuster .ttl::after {
	content: "―";
	margin-left: .5em;
}
#airbuster .subttl {
 		font-size: 1.2em;
    color: #304154;
    margin: 0 0 10px 0;
    line-height: 150%;
	border-bottom: solid 1px #333;
}

#airbuster .box-outline {
	position: relative;
	border: 1px solid #ccc;
	padding: 0 2em 0 0;
	box-sizing: border-box;
}
#airbuster .box-outline.p2em {
	padding: 2em;
}
#airbuster .rev.box-outline {
	padding: 0 0 0 2em;
}

#airbuster .boxttl {
	position: absolute;
	top: -.75em;
	left: 1em;
	display: inline-block;
	padding: 0 1em;
	background: #fff;
}

#airbuster .flex-2 {
	margin: 0 0 1em 0;
	display: flex;
	align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
#airbuster .ai-stretch {
	align-items: stretch;
}
#airbuster .flex-2.half {
	flex-wrap: wrap;
}
#airbuster .flex-2.half .img,
#airbuster .flex-2.half .txt {
	width: 48%;
}
#airbuster .flex-2 .img {
	width: 30%;
}
#airbuster .flex-2 .txt {
	width: 60%;
}
#airbuster .flex-2.rev {
    flex-direction: row-reverse;
}
#airbuster .flex-2 .or,
#airbuster .flex-2 .plus {
	font-size: xx-large;
	color: #787878;
}
#airbuster #matching .flex-2 .img {
	width: 22%;
}
#airbuster #matching .flex-2 .img img {
	width: 100%;
}
#airbuster #matching .flex-2 .img span {
    display: block;
    text-align: left;
    padding: 0 2em;
    line-height: 1.3em;
    margin: 0 auto 0;
}
#airbuster #matching .flex-2 .txt {
	width: 30%;
}
#airbuster #matching .flex-2 .txt .note {
	margin-top: 2em;
}
#airbuster #matching .flex-2 .set {
	display: flex;
    align-items: center;
	width: 47%;
}
#airbuster .flex-half {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#airbuster .flex-half > * {
	width: 49.5%;
	margin: 0 0 1em 0;
}
#airbuster .flex-half > .box-outline {
	padding: 0 1em 0 0;
}
#airbuster .rev.flex-half > .box-outline {
	padding: 0 0 0 1em;
}
#airbuster .flex-half .flex-2 {
	margin: 0;
}
#airbuster .flex-half .flex-2 .img {
	width: 42%;
}
#airbuster .flex-half .flex-2 .txt {
	width: 54%;
}
#airbuster .flex-half .flex-2 .txt p {
	margin: 0;
}

#airbuster .innerwrap {
	width: 100%;
	margin: 2em auto 0;
}
#airbuster .narrow {
	width: 90%;
	margin: 0 auto;
}

#airbuster .list li {
	margin: 0 0 .5em;
}
#airbuster .bg-gray {
	padding: 20px 30px;
	border-radius: 10px;
	background: #f1f1f1;
}
#airbuster .list {
	margin-bottom: 2em;
}

#airbuster .video-wrap {
	margin: 0 0 1em 0;
	display: flex;
	align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* 3clumn
#airbuster .video-box {
	width: 33%;
}
#airbuster .video-box iframe {
	width: 363px;
	height: 204.1875px;
}
*/
#airbuster .video-box {
	width: 49.5%;
	margin-bottom: 2em;
}
#airbuster .video-box iframe {
	width: 540px;
	height: 303.75px;
}
#airbuster .video-box span {
	display: block;
	width: 100%;
    line-height: 1.6;
}

/* ページ固有
---------------------------------*/
#airbuster #spec .img {
	width: 44%;
}
#airbuster #spec .txt {
	width: 55%;
}
#airbuster #more-spec .img {
	width: 37%;
}
#airbuster #more-spec .img p {
	margin: 15px 0;
}
#airbuster .maker .img_org {
	text-align: center;
}
#airbuster .maker .img_org img {
	width: auto;
	max-width: 100%;
}
/* ページ固有ここまで
---------------------------------*/

@media screen and (max-width: 800px){
	#airbuster .mainimg {
		margin-bottom: 30px;
	}
	#airbuster .mainimg .pic {
		height: 0;
		padding-bottom: 40%;
		position: relative;
	}
	#airbuster .mainimg img {
		position: absolute;
		top: 0;
		left: 0;
		object-fit: cover;
		object-position: 0 50%;
		height: 100%;
		width: 100%;
	}
	#airbuster h1 {
		font-size: 4vw;
	}

	#airbuster .box-outline {
		padding: 0;
	}
	#airbuster .box-outline .txt {
		padding: 0 1em;
	}
	#airbuster .box-outline .txt .subttl {
		padding: 0 0 5px;
	}
	#airbuster .rev.box-outline {
		padding: 0;
	}
	#airbuster .video-box {
		margin-bottom: 1.5em;
	}
	#airbuster .video-box .inner {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	#airbuster .video-box iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	#airbuster .video-box span {
		padding: .5em 0 0;
	}
	/* ページ固有
	---------------------------------*/
	#airbuster .flex-2.intro,
	#airbuster #spec .flex-2,
	#airbuster #more-spec .flex-2{
		display: block;
	}
	#airbuster .flex-2.intro .txt,
	#airbuster #spec .txt,
	#airbuster #more-spec .txt {
		width: 100%;
	}
	#airbuster .flex-2.intro .img {
		width: 50%;
		max-width: 200px;
		margin: 0 auto;
	}
	#airbuster #spec .img,
	#airbuster #more-spec .img {
		max-width: 400px;
		width: 100%;
		margin: 0 auto;
	}
	/* ページ固有ここまで
	---------------------------------*/

}

@media screen and (max-width:480px){
	#airbuster .flex-2 {
		flex-wrap: wrap;
	}
	#airbuster .flex-2 .img,
	#airbuster #matching .flex-2 .img {
		width: 100%;
	}
	#airbuster .flex-2 .txt,
	#airbuster #matching .flex-2 .txt {
		width: 100%;
		margin-top: 1em;
	}
	#airbuster .video-box {
		width: 100%;
	}

	#airbuster .mainimg .pic {
		height: auto;
		padding: 0;
	}
	#airbuster .mainimg img {
		position: static;
		object-fit: cover;
		object-position: 0 50%;
		height: 100%;
		width: 100%;
	}
	#airbuster .mainimg .pic {
		height: 300px;
	}
	#airbuster h1 {
		position: static;
		font-size: 1.6em;
		padding: .5em 1em 0;
		color: #000;
		transform: translateY(0);
	}
}
