@charset "utf-8";
/* -------------------------------
common
------------------------------- */
.l-content img {
  vertical-align: bottom;
}
.l-content .m-table img.arrow {
  padding: 0 13px;
  vertical-align: middle;
}
.l-content .notesTxt li {
  text-indent: -0.5em;
  margin-left: 0.5em;
}

/* section */
.l-content .section {
  margin-bottom: 50px;
}
.l-content .sectionInner {
  padding: 0 10px;
  margin-bottom: 50px;
}
.l-content .sectionInner.sectionHalf {
  margin: 0 -20px 0 0;
  letter-spacing: -0.4em;
}
.l-content .sectionInner.sectionHalf .sectionHalfInner {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
  width: 455px;
}
.l-content .sectionInner .h3Inner {
  padding: 0 10px;
}
.l-content .sectionInner .m-btn--conversion ,
.l-content .sectionInner .m-btn--strong{
  width: 380px;
}
.l-content .sectionInner > p > .m-btn--conversion ,
.l-content .sectionInner > p > .m-btn--strong{
  padding-top: 9px;
  padding-bottom: 9px;
}

/* ------------------------------------------------------
contents
------------------------------------------------------ */
/* mainVisual */
.l-content .mainVisual {
  width: 950px;
  height: 200px;
  margin-bottom: 30px;
  background: url(/maker/misumi/el/products/fa_harness/img/main_250707.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* lead */
.l-content .leadTxt {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

/* navigation */
.l-content .ancNav {
  margin: 0 0 30px;
}
.l-content ancNav .ancNav__item + .ancNav__item {
  padding-left: 10px;
}
.l-content .ancNav .ancNav__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 55px;
}

/* categoryTable */
.l-content .categoryTable > tbody > tr > th {
  padding: 7px 0 7px 7px;
  text-align: left;
}

/* shieldTable */
.l-content .shieldTable > tbody > tr > th {
  padding: 7px;
  text-align: left;
}


/* itemsBox */
.l-content .itemsBox .itemsTable {
  border-collapse: collapse;
  width: 930px;
  border-spacing: 0;
  margin-top: 25px;
  table-layout: fixed;
}
.l-content .itemsBox .itemsTable > thead > tr > th {
  border: 1px solid #bfbfbf;
  text-align: center;
  vertical-align: middle;
  padding: 5px 2px;
  background-color: #999;
  font-weight: bold;
  color: #FFF;
}
.l-content .itemsBox .itemsTable > tbody > tr > td {
  border: 1px solid #bfbfbf;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}

.l-content .itemsBox .itemsTable > tbody > tr > td.btmDot {
  border-bottom: 1px dotted #bfbfbf;
}
.l-content .itemsBox .itemsTable > tbody > tr > td a:link {
  text-decoration: none;
}
.l-content .itemsBox .itemsTable > tbody > tr > td.logoBox {
  text-align: left;
}
.l-content .itemsBox .itemsTable > tbody > tr > td.logoBox img {
  display: block;
}

.l-content .itemsBox .itemsTable .u-fs-L{
	line-height: 1.2;
}

/* recommendBox */
.l-content .recommendBox {
  position: relative;
  width: 930px;
  height: 546px;
  margin-top: 30px;
  background: url(/maker/misumi/el/products/fa_harness/img/bg_recommend_ver2.png) no-repeat 0 0;
}
.l-content .recommendBox .recommendList {
  position: absolute;
}
.l-content .recommendBox .recommendList.list01 {
  top: 33px;
  left: 196px;
}
.l-content .recommendBox .recommendList.list02 {
  top: 33px;
  left: 554px;
}
.l-content .recommendBox .recommendList.list03 {
  top: 203px;
  left: 196px;
}
.l-content .recommendBox .recommendList.list04 {
  top: 203px;
  left: 554px;
}
.l-content .recommendBox .recommendList.list05 {
  top: 274px;
  left: 554px;
}
.l-content .recommendBox .recommendList.list06 {
  top: 432px;
  left: 554px;
}
.l-content .recommendBox .recommendList.list07 {
  top: 482px;
  left: 554px;
}
.l-content .recommendBox .recommendList .btn a {
  width: 180px;
}
.l-content .recommendBox .recommendList.list06 .btn a,
.l-content .recommendBox .recommendList.list07 .btn a {
  width: 350px;
}
.l-content .recommendBox .recommendList .txt {
  margin-top: 4px;
}
.l-content .recommendBox .recommendList .txt .txtList {
  margin-bottom: 2px;
}


/* faqBox */
.l-content .faqBox .faqTable {
  border-top: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  border-collapse: separate;
  border-spacing: 0;
}
.l-content .faqBox .faqTable > tbody > tr > th {
  border-left: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 7px 10px;
  background-color: #e6e6e6;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}
.l-content .faqBox .faqTable > tbody > tr > td {
  border-left: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 7px 10px;
  vertical-align: top;
}
.l-content .faqBox .faqTable > tbody > tr > td.btmDot {
  border-bottom: 1px dotted #bfbfbf;
}
.l-content .faqBox .question,
.l-content .faqBox .answer {
  display: table;
}
.l-content .faqBox .question > dt,
.l-content .faqBox .answer > dt {
  display: table-cell;
  padding-right: 8px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}
.l-content .faqBox .question > dd,
.l-content .faqBox .answer > dd {
  display: table-cell;
}
.l-content .faqBox .question > dt {
  color: #0169c6;
}
.l-content .faqBox .answer > dt {
  color: #dd0000;
}
.l-content .faqBox .question > dd {
  font-weight: bold;
}
.l-content .faqBox .m-lbl--require  {
  margin-bottom: 4px;
  font-weight: normal;
}
.l-content .faqBox .imgFloat {
  float: left;
}
.l-content .faqBox .imgBox {
  margin: 5px 0;
}
.l-content .faqBox .imgBox > dt {
  margin-bottom: 5px;
}

/*--190731追加 itemList --*/
/* itemList */
.l-content .itemList {
  margin: 0 -40px 5px 0;
  letter-spacing: -0.4em;
}
.l-content .itemList .item {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0 40px 0 0;
  border: 1px solid #bfbfbf;
  width: 283px;
  padding: 15px;
  box-sizing: border-box;
}
.l-content .itemList .item .name {
  font-size: 14px;
  font-weight: bold;
  color: #004bb1;
  padding: 10px 0 0;
}
.l-content .itemList .item_disalbed .name {
  color: #333;
}
.l-content .itemList .item .pic {
  width: 150px;
  margin: 10px auto 0;
  position: relative;
}
.l-content .itemList .item .modelnumber {
  margin-top: 5px;
}
.l-content .itemList .item .modelnumber,
.l-content .itemList .item .price {
  text-align: right;
}
.l-content .itemList .item .yen {
	font-size: 18px;
}
.l-content .itemList .item .btn {
  height: 35px;
  margin-top: 10px;
}
.l-content .itemList .item.box_hover {
  cursor: pointer;
}
.l-content .itemList .item .btn .m-btn--conversion {
  width: 251px;
}
.l-content .itemList .item.box_hover .pic img, .l-content .itemList .item.box_hover .btn a {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}
.l-content .itemList .item.box_hover .name {
  color: #ff730a;
}

.l-content .itemList .item .m-lbl--tooltip {
	width: 75px;
}
.l-content .itemList .item .m-lbl{
	width: 75px;
}
.l-content .itemList .item .long_icon {
	width: 165px;
}

.l-content .itemList .item .pic .icon,
.l-content .itemListNew .item .pic .icon {
  position: absolute;
  top: -22px;
  left: -15px;
  width: 60px;
  height: 60px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.l-content .itemList .item .pic .icon_l {
  position: absolute;
  top: -25px;
  right: -40px;
  width: 90px;
  height: 90px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.l-content .itemList .item .pic .icon_l.icon_pickup_01 {
  background: url(/maker/misumi/el/products/fa_harness/img/icon_pickup_01.png) no-repeat 0 0;
}
.l-content .itemList .item .pic .icon_l.icon_pickup_02 {
  background: url(/maker/misumi/el/products/fa_harness/img/icon_pickup_02.png) no-repeat 0 0;
}
.l-content .itemList .item .pic .icon_l.icon_pickup_03 {
  background: url(/maker/misumi/el/products/fa_harness/img/icon_pickup_03.png) no-repeat 0 0;
}

/* section_new */
.l-content .section_new .cables {
  width: 930px;
  margin:  0 auto;
}
.l-content .section_new .cables .sub {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.l-content .section_new .itemListNew {
  display: flex;
  justify-content: space-between;
}
.l-content .section_new .itemListNew .item {
  padding-bottom: 15px;
  border: 1px solid #ccc;
}
.l-content .section_new .cables .itemListNew .item {
  width: 450px;
}
.l-content .section_new .others .itemListNew .item {
  width: 290px;
}
.l-content .section_new .itemListNew .item a {
  color: #333;
  text-decoration: none;
}
.l-content .section_new .itemListNew .item .name {
  display: block;
  background: #999;
  height: 35px;
  padding: 7px 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.l-content .section_new .itemListNew .item .pic {
  display: block;
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.l-content .section_new .itemListNew .item:hover .pic img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}
.l-content .section_new .itemListNew .item .pic .icon {
  position: absolute;
  top: 20px;
  left: -39px;
  width: 60px;
  height: 60px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.l-content .section_new .itemListNew .item .pic .icon.icon_new_ja {
  background: url(/maker/misumi/el/products/fa_harness/img/icon_new_20201102.png) no-repeat 0 0;
}
.l-content .section_new .itemListNew .item .sub {
  display: block;
  padding: 0 20px;
}
.l-content .section_new .cables .itemListNew .item .price {
  display: block;
  width: 200px;
  margin: 5px auto 0;
  text-align: right;
}
.l-content .section_new .others .itemListNew .item .price {
  display: block;
  margin-top: 5px;
  padding: 0 20px;
  text-align: right;
}
.l-content .section_new .itemListNew .item .price .yen {
	font-size: 18px;
}

.l-content .section_new .featureList {
  display: flex;
  justify-content: space-between;
}
.l-content .section_new .featureList02 {
  width: 605px;
  margin: 15px auto 20px;
}
.l-content .section_new .featureList li {
  width: 290px;
}
.l-content .section_new .featureList li .head {
  background: #3992ea;
  height: 35px;
  padding: 7px 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.l-content .section_new .featureList li .main {
  display: flex;
  justify-content: space-between;
  background: #e9ecef;
  height: 140px;
  padding: 15px;
  box-sizing: border-box;
}
.l-content .section_new .featureList li .main.main_small {
  height: 80px;
}
.l-content .section_new .featureList li .main .txt {
  font-size: 12px;
  line-height: 18px;
}

.l-content .section_new .voice {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.l-content .section_new .voice li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 445px;
}
.l-content .section_new .voice li .left {
  text-align: center;
}
.l-content .section_new .voice li .left .name {
  margin-bottom: 10px;
  font-size: 14px;
}
.l-content .section_new .voice li .right {
  position: relative;
  background: #eeeeee;
  width: 350px;
  height: 90px;
  padding: 15px;
  font-size: 14px;
  border-radius: 10px;
  box-sizing: border-box;
}
.l-content .section_new .voice li .right::before {
  content: ' ';
  position: absolute;
  top: 37px;
  left: -13px;
  width: 0;
  height: 0;
  border: none;
  border-right: 13px solid #eee;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* enquete */
.l-content .enquete .sectionInner .sub {
  width: 930px;
  margin: 0 auto 10px;
}
.l-content .enquete .sectionInner a {
  margin: 0 auto;
}

/* relatedLinks */

.l-content .relatedLinks .bnrBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	width: 950px;
	margin: 0 auto;
}
.l-content .relatedLinks .bnrBox li:not(:nth-last-child(-n+2)) {
	margin-bottom: 20px;
}
.l-content .couponUse {
	width: 900px;
  margin: 0 auto;
}

.l-content .couponUse .m-h3 {
	background: url(/maker/misumi/el/products/fa_harness/img/circle.png) no-repeat 10px 13px #f0f0f0;
  border:none;
  padding:11px 0 11px 40px;
  font-size: 18px;
  margin-bottom: 15px;
}
.l-content .item .m-lblList > li {
display: block;
}

/* h3Ttl */
.l-content .h3Ttl {
  position: relative;
  border-bottom: 1px solid #cccccc;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 0;
}
.l-content .h3Ttl span {
  border-left: 5px solid #3992ea;
  display: block;
  padding: 0 0 0 10px;
  line-height: 22px;
}
.l-content .txt_ex_01{
    margin-right: -10px;
}
