@charset "UTF-8";

/* 木部塗装 ************************************/

#table_wood02 td + td{
	width: 43%;
}

.label_woodpaint_type{
	width: 274px;
	height: auto;
}
.icn_woodpaint_type{
	width: 80px;
	height: auto;
}

/* 塗料について ************************************/

@media print, screen and (min-width: 768px) { /****** tablet以上 ******/

	#img_process01 img{
		max-width: 350px;
		height: auto;
	}

	#paint03 .shimashima > li > .link_bnr{
		max-width: 500px;
		height: auto;
	}
	#paint03 .shimashima > li > .link_bnr a:link{
		text-decoration: none;
	}

	#paint03 .shimashima > li > .box_related_articles{
		clear: both;
	}

}

/* 自然塗料 ************************************/

.naturalpaint_listitem{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.naturalpaint_listitem_ph{
	box-sizing: content-box;
	padding: 10px;
	width: 67px;
	margin-right: 1.5em;
	background-color: #fff;
	border: solid 1px #ddd;
}
@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/
	.naturalpaint_listitem_ph{
		padding: 4px;
		width: 50px;
		margin-right: 1em;
	}
}

/* 木部あく洗い ************************************/

.box_img_beforeafter{
	position: relative;
}
.label_img_beforeafter{
	position: absolute;
	top: 0;
	left: 0;
}
.label_img_beforeafter .label_m{
	padding: 0.4em 1.2em 0.3em;
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	border-bottom-right-radius: 0.7em;
	border-right: solid 3px #fff;
	border-bottom: solid 3px #fff;
}
@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/
	.label_img_beforeafter .label_m{
		font-size: 1.4rem;
	}
}


/* ドライウォール ************************************/

.drywall_list_header{
	box-sizing: content-box;
	width: 324px;
	padding: 0 1.5em 1.5em;
}

.drywall_listitem_cnt{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.drywall_listitem_ill{
	width: 172px;
	margin-right: 20px;
}
.drywall_listitem_text{
	width: caic(100% - 193px);
}
.c6 .drywall_listitem_text h6,
.c6 .drywall_listitem_text h3{
	padding-left: 0;
}
.c6 .drywall_listitem_text h6::before,
.c6 .drywall_listitem_text h3::before{
	display: none;
}

.drywall_listitem .box_img_row{
	margin-top: 1em;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/
	.drywall_list_header{
		width: 300px;
		padding: 0 1em 1.5em;
	}
	.drywall_listitem_ill{
		width: 100px;
		margin-right: 10px;
	}
	.drywall_listitem_text{
		width: caic(100% - 111px);
	}

}

/* インテリアペイント ************************************/

@media screen and (min-width: 1024px) { /******** PC以上 ********/

	.interiorpaint_color_list{
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
		border-top: none;
	}
	.interiorpaint_color_list li{
		width: 48%;
	}

}

.c6 .interiorpaint_color_list h6,
.c6 .interiorpaint_color_list h3{
	padding-left: 0;
	padding-bottom: 0.5em;
	font-size: 1.6rem;
}
.c6 .interiorpaint_color_list h6::before,
.c6 .interiorpaint_color_list h3::before{
	display: none;
}
.interiorpaint_color_list li p{
	font-size: 1.4rem;
	line-height: 1.6;
}

@media print, screen and (max-width: 1023px) { /******** tablet以下 ********/ 

	.interiorpaint_color_list li img{
		width: 160px;
	}
	.c6 .interiorpaint_color_list h6,
	.c6 .interiorpaint_color_list h3{
		font-size: 1.4rem;
	}
	.interiorpaint_color_list li p{
		padding-left: 160px;
		font-size: 1.2rem;
	}

	.fig_colorplan{
		float: none;
	}

}
