@charset "utf-8";
/* -------------------------------
common
------------------------------- */
/* section */
.l-content .section {
  margin-bottom: 60px;
}
.l-content .h2Inner {
  padding: 0 15px;
  margin-bottom: 60px;
}
.l-content .h3Inner {
  padding: 0 15px;
  margin-bottom: 60px;
}
.l-content .m-h3:first-child {
  margin-top:40px;
}


/* ------------------------------------------------------
contents
------------------------------------------------------ */
/* ttl */
.l-content .mainVisual {
  width: 950px;
  height: 200px;
  background: url(/maker/omron/mech/products/proximity_sensor/img/main_190320.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


/* lead */
.l-content .leadTxt {
  width:920px;
  margin:30px auto;
  text-align: center;
  font-size:16px;
  font-weight:bold;
  line-height: 1.5;
}


/* anchorNavi */
.l-content .anchorNavi {
	margin:0 auto 55px;
}
.l-content .anchorNavi > li {
	padding-left: 17px;
}
.l-content .anchorNavi > li:first-child{
	padding-left: 0;
}
.l-content .anchorNavi > li a {
  width:225px;	
}


/* btnBox */
.l-content .btnBox {
  width:354px;
  margin:30px auto 0;
}
.l-content .btnBox span{
  display:block;
  text-align:center;
  font-weight:bold;
  font-size:14px;
  padding-bottom:15px;
}
.l-content .btnBox a{
  font-size:14px;
  padding: 11px 2px 10px;
}


/* worryBox */
.l-content .worryBox {
  width: 920px;
  height: 539px;
  background: url(/maker/omron/mech/products/proximity_sensor/img/worry_0907_250605.png) no-repeat 0 0;
}
.l-content .worryBox dl dt,
.l-content .worryBox dl dd,
.l-content .worryBox p {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


/* timeBox */
.l-content .timeBox.arrow {
  padding-bottom:58px;
  background: url(/maker/omron/mech/products/proximity_sensor/img/icon_arrow.png) no-repeat center bottom;
  margin-bottom:15px;
}
.l-content .timeBox dt {
  font-size:14px;
  font-weight:bold;
  margin-bottom:15px;
}
.l-content .timeBox dd{
  border:2px solid #c1c1c1;
  padding:15px 67px 15px 15px;
}
.l-content .timeBox dd .pic{
  float:left;
  text-align:center;
  width:550px;
}
.l-content .timeBox dd .txt{
  float:right;
  width:175px;
  padding:20px 26px;
  background:#ebf5ff;
  font-weight:bold;
}


/* itemBox */
.l-content .lineupBox{
  margin-top: 20px;
}
.l-content .lineupBox .lineupList{
  border: 1px solid #0055c4;
  background: #f2f2f2;
  padding: 25px 0;
  width: 580px;
  margin: 0 auto 10px;
}

.l-content .lineupBox .lineupList .ttl{
  text-align: center;
  margin-bottom: 17px;
}
.l-content .lineupBox .lineupList .itemBox{
  margin: 0 -10px 0 55px;
}
.l-content .lineupBox .lineupList .itemBox li{
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0 11px 0 0;
  width:190px;
  border:1px solid #c1c1c1;
  padding:20px 19px 15px;
  background: #FFF;
  min-height: 255px;
}
.l-content .lineupBox .lineupList .itemBox li a{
  text-decoration:none;
  display: block;
}
.l-content .lineupBox .lineupList .itemBox li .name{
  display:block;
  font-weight:bold;
  margin-bottom:5px;
  font-size:14px;
  padding: 0 10px;
  min-height: 65px;
}
.l-content .lineupBox .lineupList .itemBox li .pic{
  display:block;
  text-align:center;
  margin-bottom:25px;
}

.l-content .btnBox a.m-btn--conversion {
  width: 360px;
}
.l-content .lineupBox a span.m-btn--conversion {
  width: 190px;
}


