@charset "utf-8";


/* clearfix
=========================================*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}

/* strong
=========================================*/
strong {
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

/* hover、半透明
=========================================*/
a.trans img,  a.dog img {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
a.trans:hover img,  a.dog:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
@media only screen and (max-width: 736px) {
	a.trans:hover img,  a.dog:hover img {
		filter: alpha(opacity=100);
		-moz-opacity:1.0;
		opacity:1.0;
	}
}


/* font
=========================================*/
body {
	font-size:80%;
	line-height: 1.5;
	font-family: "HondaGlobalFontJP-Regular", sans-serif;
}
div#contents {
	width:100% !important;
	line-height: 1.3;
}
a img {
	vertical-align: bottom;
}


/* PCで表示する項目
=========================================*/
.spshow {
	display: none;
}
img {
	max-width: 100%;
	max-width: 99%\9;
}
.pcmb10 {
	margin-bottom: 10px;
}

/* コンテンツ */
#careContents .l-container {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 30px;
}
.gototop {
	text-align: right;
	margin-top: 5px;
}

.notAccessCaution {
	width: 800px;
	margin: 30px auto;
	background: #f00;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-family: "HondaGlobalFontJP-Regular", sans-serif;
}

.productCompany {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
	flex-wrap: wrap;
}

.productCompany div {
	width: 470px;
	border: 1px solid #000;
	padding: 15px;
	font-size: 11px;
	margin-bottom: 30px;
}

.productCompany div a {
	text-decoration: underline !important;
}

.productCompany div p{
	line-height: 1.5;
	font-family: "HondaGlobalFontJP-Light", sans-serif;
}

.productCompany div p strong{
	font-family: "HondaGlobalFontJP-Regular", sans-serif;
}

.indent1em {
	padding-left: 1em;
	text-indent: -1em;
}

.indent9em {
	padding-left: 9em;
	text-indent: -9em;
}

.indent5em {
	padding-left: 5em;
	text-indent: -5em;
}


/* SPで表示する項目
=========================================*/
@media only screen and (max-width: 736px) {
	.pcshow { display: none;}
	.spshow { display: block;}
	img { max-width: 100%;}
	body { position: relative;}
	.pcmb10 {margin-bottom: 0;}
	/* Hondaフッター非表示
	=========================================*/
}

@media only screen and (max-width: 736px) {
	.smpmb10p {
		margin-bottom: 10%;
	}
	
	/*item_nav.cssの内容を上書き*/
	#access_header {
		display: none;
	}

	/* ACCESS SPヘッダー */
	#careContents .l-container {
		width: 100%;
		padding-top: 0;
		padding-bottom: 10px;
		margin: 0;
	}
	
	.notAccessCaution {
		width: 86.5714%;
		margin: 6% auto;
		font-size: 3.2vw;
		padding: 10px 0;
	}
	
	.productCompany {
		flex-direction: column;
		margin-bottom: 30px;
	}

	.productCompany div {
		width: 100%;
		margin-bottom: 15px;
	}
}




/*下層ページ*/
h3.midashi {
  width: 980px;
  margin: 0 auto;
	font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  background-color: #464646;
  margin-bottom: 30px;
  padding: 17px;
  box-sizing: border-box; 
}

h3.midashi span {
    font-size: 16px;
}

.twoColumnWrapper {
	display: flex;
	justify-content: space-between;
}

.twoColumnWrapper .main {
	width: 550px;
}

.twoColumnWrapper .photo {
	width: 400px;
}

.twoColumnWrapper .photo img {
	width: 100%;
	border: 1px solid #cdcdcd;
}

table.priceTable {
	box-sizing: border-box;
}

table.priceTable tr.sum {
	border-top: 1px solid #000;
}

table.priceTable tr.sum td {
	padding-top: 10px;
}

table.priceTable td {
	vertical-align: middle;
}

table.priceTable td:nth-child(2) {
	text-align: right;
}

p.price {
	font-size: 32px;
}

p.price span{
	font-size: 14px;
}

p.price span.kaku{
	font-size: 22px;
}

p.viewerLink a {
    display: block;
    width: 250px;
    border: 1px solid #787878;
    padding: 1em 0 0.8em;
    text-align: center;
		font-family: "HondaGlobalFontJP-Bold", sans-serif;
    color: #787878;
    background: url(../img/arrowyoko2.png) right 8px center no-repeat;
}

p.viewerLinkPDF a {
	width: 390px;
    color: #fff;
    transition: all .3s;
    background: url(../img/arrowyoko.png) #c00 right 15px center no-repeat;
    border: 1px solid #c00;
}

p.viewerLink a:hover {
    opacity: 0.7;
}

p.viewerLinkPDF a:hover {
    background: url(../img/arrowyoko2.png) #fff right 15px center no-repeat;
    border: 1px solid #787878;
    color: #000;
    opacity: 1;
}

ul.twoBtnWrap {
	display: flex;
	justify-content: space-between;
	width: 520px;
}

hr.shikiri {
	border:0;
	height: 1px;
	border-bottom: 1px solid #ccc;
}

.tx12 { font-size: 1.2rem; }
.tx20 { font-size: 2rem; }

@media screen and (max-width: 736px) {
	div.innner {
		width: 95.5%;
		margin: 0 auto;
	}
	
	p.viewerLinkPDF{
		width: 86.5714%;
		margin-left: auto;
		margin-right: auto;
	}
	
	h3.midashi {
      font-size: 18px;
      line-height: 1.2;
      width: 100%;
      margin-bottom: 10%;
      padding: 4.6875%;
	}
	
	h3.midashi span{
      font-size: 14px;
	}
	
	.twoColumnWrapper {
		flex-direction: column-reverse;
		justify-content: flex-start;
	}
	
	.twoColumnWrapper .main {
		width: 100%;
	}
	
	.twoColumnWrapper .photo {
		width: 100%;
		margin-bottom: 8%;
	}
	
	p.price {
		font-size: 16px;
		font-family: "HondaGlobalFontJP-Bold", sans-serif;
	}
	
	p.price span{
		font-size: 11px;
		font-weight: normal;
	}
	
	p.price span.kaku{
		font-size: 11px;
		font-weight: normal;
	}
	
	table.priceTable td{
		padding-bottom: 10px;
	}
	
	table.priceTable td p.price span{
		display: block;
		white-space: nowrap;
	}
	
	ul.twoBtnWrap {
		flex-direction: column;
		width: 100%;
	}
	
	ul.twoBtnWrap li:nth-child(1) {
		margin-bottom: 15px;
	}
	
	p.viewerLink a {
    	width: 100%;
	}
}



/*202112add*/

/* 5カラム消臭力、ブラング フレグランスオイル*/
.flex5column,
.flex3column{
	display: flex;
	justify-content: space-between;
}

.flex-start {
	justify-content: flex-start !important;
}

.flex5column li {
	width: 20%;
}

.flex5column li img,
.flex3column li img{
	width: 100%;
}


.flex5column li p.viewerLink a,
.flex3column li p.viewerLink a{
    width: 86%;
	margin: 0 auto;
}

/* 3カラム ブラング エアミニスティック*/
.flex3column li {
	width: 33.333333%;
}

@media screen and (max-width: 736px) {
	.flex5column,
	.flex3column{
		display: block;
	}
	
	.flex5column li,
	.flex3column li{
		width: 100%;
		text-align: center;
		margin-bottom: 16%;
	}
	
	.flex5column li img,
	.flex3column li img{
		width: 80%;
	}
	
	.flex5column li p.viewerLink a,
	.flex3column li p.viewerLink a{
		width: 100%;
	}
}