@charset 'UTF-8';
/*===========================================
style.css
===========================================*/
/* 文字非表示 */
.clearText {
  overflow: hidden;
  line-height: 0px;
  text-indent: 100%;
  white-space: nowrap;
}
a.newWindow:after {
  padding-left: 5px !important;
}

/*--------------------------------------------------
index
--------------------------------------------------*/
@media screen and (min-width:768px) {
#keyvisual_product {
  width: 1280px;
  margin: 0 0 50px -100px;
}
#keyvisual_product h1 {
  padding-top: 20px;
	position: relative;
/*   background: url(../images/main.png) no-repeat;
  background-size: 100%;
  width: 1282px;
  height: 402px;
  margin: 0 auto;*/
}

	#keyvisual_product h1 span {
		position: absolute;
		display: block;
		left: 0;
		top:0;
		box-sizing: border-box;
	}
	
	#keyvisual_product h1 span a {
		color: #fff;
		font-size: 12px;
		display:block;
		line-height: 1.5;
	}
	
	#keyvisual_product h1 span a:hover {
		opacity: 0.8;
		text-decoration: none;
	}
	
	#keyvisual_product h1 span.area01 {
		left: 137px;
		top: 163px;
		width: 220px;
		height: 59px;
		padding-top: 10px;
	}
	
	#keyvisual_product h1 span.area01 a,
	#keyvisual_product h1 span.area03 a{
		padding-left: 30px;
	}
	
	#keyvisual_product h1 span.area02 a{
		padding-left: 18px;
	}
	
	#keyvisual_product h1 span.area02 {
		left: 175px;
		top: 326px;
		width: 164px;
		height: 58px;
		padding-top: 10px;
	}

	
	#keyvisual_product h1 span.area03 {
		left: 376px;
		top: 110px;
		width: 288px;
		height: 58px;
		padding-top: 10px;
	}
	
	#keyvisual_product h1 span.area04 {
		left: 545px;
		top: 251px;
		width: 120px;
		height: 32px;
	}
	
	#keyvisual_product h1 span.area04 a,
	#keyvisual_product h1 span.area05 a,
	#keyvisual_product h1 span.area06 a{
		padding-top: 6px;
	}
	
	#keyvisual_product h1 span.area04 a{
		padding-left: 28px;
	}
	
	#keyvisual_product h1 span.area05 {
		left: 823px;
		top: 123px;
		width: 192px;
		height: 32px;
	}
	
	#keyvisual_product h1 span.area05 a{
		padding-left: 34px;
	}
	
	#keyvisual_product h1 span.area06 {
		left: 948px;
		top: 292px;
		width: 132px;
		height: 32px;
	}
	
	#keyvisual_product h1 span.area06 a{
		padding-left: 12px;
	}
	
	
  #keyvisual_product .main_menu {
    position: relative;
  }
  #keyvisual_product .main_menu a {
    display: inline-block;
  }
  #keyvisual_product .main_menu a span{
    display: inline-block;
    position: absolute;
    text-indent: -9999px;
    line-height: 0;
  }
  #keyvisual_product .main_menu .clk01 a {
    position: absolute;
    top: -310px;
    left: 197px;
    width: 435px;
    height: 125px;
  }
  #keyvisual_product .main_menu .clk02 a {
    position: absolute;
    top: -184px;
    left: 197px;
    width: 254px;
    height: 66px;
  }
  #keyvisual_product .main_menu .clk03 a {
    position: absolute;
    top: -117px;
    left: 197px;
    width: 254px;
    height: 79px;
  }
  #keyvisual_product .main_menu .clk04 a {
    position: absolute;
    top: -184px;
    left: 452px;
    width: 181px;
    height: 145px;
  }
  #keyvisual_product .main_menu .clk05 a {
    position: absolute;
    top: -310px;
    left: 634px;
    width: 250px;
    height: 135px;
  }
  #keyvisual_product .main_menu .clk06 a {
    position: absolute;
    top: -174px;
    left: 634px;
    width: 250px;
    height: 135px;
  }

  #keyvisual_product .main_menu_01 {
    position: relative;
  }
  /* baloon */
  .tooltip {
    position: relative;
  }
  .tooltip::before,
  .tooltip::after {
    position: absolute;
  /*  transition: all 0.3s ease 0s; */
    opacity: 0;
  }
  .tooltip::before {
    content: "";
    border: 10px solid transparent;
    border-bottom-color: #000;
    top: 10px;
    left: 10px;
  }
  .tooltip::after {
    content: attr(data-tooltip);
    display: block;
    padding: 5px 10px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    top: 30px;
    left: 0;
  }
  .tooltip:hover::before{
    top: 16px;
    opacity: 1;
  }
  .tooltip:hover::after{
    top: 36px;
    opacity: 1;
  }
  .tooltip_bottom {
    position: relative;
  }
  .tooltip_bottom::before,
  .tooltip_bottom::after {
    position: absolute;
  /*  transition: all 0.3s ease 0s; */
    opacity: 0;
  }
  .tooltip_bottom::before {
    content: "";
    border: 7px solid transparent;
    border-top-color: #000;
    top: 0px;
    left: 125px;
  }
  .tooltip_bottom::after {
    content: attr(data-tooltip);
    display: block;
    padding: 5px 10px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    top: -38px;
    left: 115px;
    text-align: center;
  }
  .tooltip_bottom:hover::before{
    top: 58px;
    opacity: 1;
  }
  .tooltip_bottom:hover::after{
    top: 20px;
    opacity: 1;
  }
  #keyvisual_product p {
    width: 1080px;
    margin: 0 auto;
  }
}
@media screen and (max-width:767px) {
	#keyvisual_product h1 span {
		display: none;
	}

}

#product_use h2 {
  padding: 43px 0 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
#product_use h3 a {
  color: #014099;
}
#product_use h3 a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#product_use .col2_bkColor {
  background-color: #e3ebf3;
}
@media screen and (max-width:767px) {
  #product_use h2 {
    padding: 25px 0;
    font-size: 2rem;
    margin: 0;
    text-align: left;
  }
}

#product_banner a {
  display: block;
}
#product_banner a:hover {
  opacity: 0.8;
}
@media screen and (max-width:767px) {
  #product_banner a:hover {
    opacity: 1;
  }
}
/*--------------------------------------------------
product_common
--------------------------------------------------*/
.color09 {
  color: #000000 !important;
}
#sidebar .sidebarTtl {
  padding: 7px 20px;
  line-height: 1.4;
  font-weight: bold;
  display: block;
}
#keyvisual_productItem h1 {
  padding: 50px 0 30px;
  display: inline-block;
}
#keyvisual_productItem h1 span {
	font-size: 2.2rem;
}
#keyvisual_productItem h2 {
  font-size: 112.5%;
}
#outlineProduct h2, .outlineConstruction h2 {
  font-size: 112.5%;
  text-align: center;
  font-weight: bold;
}
.outlineConstruction h3 {
  color: #338adf;
  font-weight: bold;
}
.outlineConstruction dt {
  color: #338adf;
}
.accWrap .accordion-open {
  background-color: #338adf;
}
.accWrap .accordion-close span::before {
  border-color: #338adf;
}
#flow {
  counter-reset: number 0;
}
#flow .bPattern02 {
  margin-bottom: 0;
}
#flow .bPattern02 span {
  border: solid 1px #338adf;
  padding: 0 5px;
  background-color: #fff;
  vertical-align: middle;
  margin-left: 5px;
  color: #338adf;
  font-weight: normal;
}
#flow .bPattern02 .inner {
  background-color: #fff;
  border: solid 1px #b3b4b5;
  padding: 10px;
  width: 90%;
  margin: 0 auto;
}
#flow .bPattern02 .inner .inner_ttl {
  color: #338adf;
  font-weight: bold;
}
#flow .flow_ttl {
  color: #338adf;
  display: inline-block;
  font-weight: bold;
}
#flow .bPattern02 .flow_ttl p {
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
}
#flow .flow_ttl::before {
  counter-increment: number 1;
  content: counter(number);
  padding: 0 5px;
  background-color: #5D9ACD;
  color: #fff;
  margin-right: 5px;
  border-right: 1px solid #447fb1;
  border-bottom: 1px solid #447fb1;
  font-size: 14px;
}
#flow .flow_ttl img {
  vertical-align: middle;
  padding-right: 5px;
  margin-top: -2px;
}
@media screen and (max-width:767px) {
  #keyvisual_productItem {
    padding: 0 1rem;
  }
  #keyvisual_productItem h1 {
    padding-bottom: 15px;
  }
	#keyvisual_productItem h1 span {
	font-size: 1.4rem;
}
  #keyvisual_productItem span[class*="mgnL_"] {
    margin: 0 auto 0.5rem;
  }
}
/*--------------------------------------------------
colum
--------------------------------------------------*/
.outlineConstruction .imgColumn2List {
  overflow:hidden;
  margin:30px 0 0 -32px;
}
.outlineConstruction .imgColumn2List li{
  width:340px;
  margin-right:5px;
}
#outlineProduct .imgColumn2List {
  overflow:hidden;
  margin:30px 0 0 -32px;
}
#outlineProduct .imgColumn2List li{
  width:340px;
  margin-right:5px;
}
#outlineProduct .imgColumn4List {
  margin-left: -10px;
}
#outlineProduct .imgColumn4List li {
  margin-left: 17px;
}
@media screen and (max-width:767px) {
  .outlineConstruction .imgColumn2List li img{
    max-width: 90%!important;
    margin-right: -7%!important;
  }
  .outlineConstruction .imgColumn2List li span{
    width: 90%!important;
    margin-left: 7%!important;
  }
  #outlineProduct .imgColumn2List li img{
    max-width: 90%!important;
    margin-right: -7%!important;
  }
  #outlineProduct .imgColumn2List li span{
    width: 90%!important;
    margin-left: 7%!important;
  }
}
/*--------------------------------------------------
carpet.html
--------------------------------------------------*/
#item_conts h2 {
  font-size: 112.5%;
  color: #338adf;
  font-weight: bold;
}
#item_conts h3 {
  font-weight: bold;
}
/*--------------------------------------------------
process.html
--------------------------------------------------*/
#machine h2 {
  font-size: 112.5%;
  color: #338adf;
  font-weight: bold;
}
#machine .imgColumn3List {
  margin-top: 10px;
}
@media screen and (max-width:767px) {
  #flow .h3Type01 {
    margin-bottom: 0;
  }
}
/*--------------------------------------------------
tough.html
--------------------------------------------------*/
.table_pd th, .table_pd td {
  padding: 5px;
}



/*201903add*/
.indent1em {
	padding-left: 1em;
	text-indent: -1em;
}

ul.indent1em li {
	padding-left: 1em;
	text-indent: -1em;
}

.exclamation {
	padding-left: 26px;
	background: url("../images/icon_attention.gif") left 6px no-repeat;
}

.typewaku span {
	display: inline-block;
	border: 1px solid #000;
	padding: 0.1em 0.6em;
	font-size: 12px;
}

.bulletborderleft {
	border-left: 4px solid #338adf;
	padding-left: 6px;
}


.color105 {
	color: #338adf;
}

ul.shibaPhoto2Column,
ul.artiPhoto2Column{
	display: flex;
	justify-content: space-between;
}

ul.shibaPhoto2Column li {
	width: 365px;
}

ul.artiPhoto2Column li {
	width: 390px;
}

ul.shibaPhoto2Column li img {
	width: 365px;
}

ul.artiPhoto2Column li img {
	width: 390px;
}

ul.shibaPhoto3Column {
	display: flex;
	justify-content: space-between;
}

ul.shibaPhoto3Column li {
	width: 226px;
}

ul.shibaPhoto3Column li img {
	max-width: 100%;
}

div.jointSetsumeiColumn {
	display: flex;
	justify-content: space-between;
}

div.jointSetsumeiColumn dl {
	width: 359px;
	display: flex;
}

div.jointSetsumeiColumn dl dt {
	width: 199px;
	padding-right: 10px;
	box-sizing: border-box;
}

div.jointSetsumeiColumn dl dd {
	width: 160px;
}


@media screen and (max-width:767px) {
	ul.shibaPhoto2Column,
	ul.artiPhoto2Column{
		display: flex;
		justify-content: space-between;
	}

	ul.shibaPhoto2Column li,
	ul.artiPhoto2Column li{
		width: 49%;
	}
	
	ul.shibaPhoto2Column li img,
	ul.artiPhoto2Column li img{
		width: 100%;
	}
	
	ul.shibaPhoto3Column {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	ul.shibaPhoto3Column::after {
		content:"";
		display: block;
		width: 49%;
	}

	ul.shibaPhoto3Column li {
		width: 49%;
		margin-bottom: 10px;
	}
	
	ul.shibaPhoto3Column li img {
		width: 100%;
	}
	
	div.jointSetsumeiColumn {
		display: block;
	}
	
	div.jointSetsumeiColumn dl {
		width: 100%;
		display: flex;
		margin-bottom: 20px;
	}
	
	div.jointSetsumeiColumn dl dt {
		width: calc(100% - 160px);
		padding-right: 10px;
		box-sizing: border-box;
	}
	
	div.jointSetsumeiColumn dl dd {
		width: 160px;
	}
	
	div.jointSetsumeiColumn dl dd img {
		width: 159px;
	}
}
