@charset "utf-8";
/* -------------------------------
TOP
------------------------------- */

/* ttl */
.l-content .mainVisual {
  width: 950px;
  height: 200px;
  margin-bottom: 30px;
  padding: 0;
  border: none;
  background: url(/maker/misumi/mech_material/pr/new_search/img/main.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* contents */
.l-content .section {
  padding: 0;
  margin-bottom: 70px;
  clear: both;
}
.l-content .sectionInner {
  padding: 0;
  margin-bottom: 50px;
}
.l-content .leadTxt {
  width: 950px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}

/* pointArea */
.l-content .pointArea {
  width: 950px;
  height: 124px;
  background: url(/maker/misumi/mech_material/pr/new_search/img/pic_point.png) no-repeat 0 0;
}
.l-content .pointArea .pointBox {
  float: left;
  width: 310px;
  height: 124px;
  margin-right: 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.l-content .pointArea .pointBox:first-child {
  margin-right: 0;
}

/* stepArea */
.l-content .stepArea .detailImg {
  float: left;
  width: 520px;
}
.l-content .stepArea .txtArea {
  float: right;
  width: 416px;
}
.l-content .stepArea .txtArea .stepBox .stepTtl {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.l-content .stepArea .txtArea .stepBox .stepTtl .step1, .l-content .stepArea .txtArea .stepBox .stepTtl .step2, .l-content .stepArea .txtArea .stepBox .stepTtl .step3 {
  float: left;
  width: 49px;
  height: 17px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 5px;
  margin-right: 10px;
}
.l-content .stepArea .txtArea .stepBox .stepTtl .step1 {
  background: url(/maker/misumi/mech_material/pr/new_search/img/ttl_step1.png) no-repeat 0 5px;
}
.l-content .stepArea .txtArea .stepBox .stepTtl .step2 {
  background: url(/maker/misumi/mech_material/pr/new_search/img/ttl_step2.png) no-repeat 0 5px;
}
.l-content .stepArea .txtArea .stepBox .stepTtl .step3 {
  background: url(/maker/misumi/mech_material/pr/new_search/img/ttl_step3.png) no-repeat 0 5px;
}
.l-content .stepArea .txtArea .stepBox .stepTxt {
  margin-bottom: 10px;
}
.l-content .stepArea .txtArea .stepBox .stepArrow {
  padding-left: 54px;
  margin-bottom: 25px;
}
.l-content .stepArea .txtArea .stepBox .stepArrow.arrowM {
  height: 173px;
  background: url(/maker/misumi/mech_material/pr/new_search/img/pic_arrow_m.png) no-repeat 10px bottom;
}
.l-content .stepArea .txtArea .stepBox .stepArrow.arrowL {
  height: 243px;
  background: url(/maker/misumi/mech_material/pr/new_search/img/pic_arrow_l.png) no-repeat 10px bottom;
}

/* categoryList */
.l-content .categoryBox .categoryList {
  width: 125px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  float: left;
  margin: 0 0 10px 10px;
}
.l-content .categoryBox .categoryList a {
  text-decoration: none;
  display: block;
  padding: 10px;
  width: 105px;
}
.l-content .categoryBox .categoryList .name {
  font-size: 12px;
  padding-left: 8px;
  position: relative;
  display: block;
}
.l-content .categoryBox .categoryList .name:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 4px;
  height: 7px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHAQMAAAAVq36TAAAABlBMVEW/v78AS7E2lsyyAAAAAXRSTlMAQObYZgAAABJJREFUGBljbmBmAEMJZgPmBAAIngE+HFgy7QAAAABJRU5ErkJggg==") 0 0 no-repeat;
}

/* switchingArea */
.l-content .switchingTxt {
  float: right;
  width: 415px;
}
.l-content .switchingImg {
  float: left;
  width: 519px;
}