@charset "utf-8";
/* -------------------------------
common
------------------------------- */
.l-content em{
  color: #fe0000;
}

.l-content .m-dataList > dt {
    margin: 18px 0 3px;
}

.l-content .m-cols__wrap {
    margin-left: -20px;
}
.l-content .m-cols__1of2 {
    padding-left: 20px;
}

.l-content .m-listTable{
  margin-top: 5px;
}
.l-content .m-listTable th,
.l-content .m-listTable td{
  text-align: center;
  font-weight: bold;
}


/* -------------------------------
common parts
------------------------------- */
/* section */
.l-content .section {
  margin-bottom: 70px;
}
.l-content .sectionInner {
  margin-bottom: 50px;
}
.l-content .h3Inner {
  margin-bottom: 50px;
}


/* ------------------------------------------------------
contents
------------------------------------------------------ */
/* mainVisual */
.l-content .mainVisual {
  width: 950px;
  height: 210px;
 background: url(/maker/thk/mech/pr/actuator/ksf_cksf/img/main_ksf.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


/*leadTxt{ */
.l-content .leadTxt{
  width: 627px;
  height: 181px;
  background: url(/maker/thk/mech/pr/actuator/ksf_cksf/img/lead.png) no-repeat;
  margin: 0 auto 50px;
}
.l-content .leadTxt dt,
.l-content .leadTxt dd{
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


/* ------------------------------------------------------
商品一覧
------------------------------------------------------ */
/*recoBox*/
.l-content .recoBox{
  width: 308px;
  background: #f5f5f5;
  padding: 15px 0 10px;
  text-align: center;
}
.l-content .recoBox .ttl{
  color: #202d48;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.l-content .recoBox .list{
  display: inline-block;
  text-align: left;
}
.l-content .recoBox .list li{
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
  padding-left: 22px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAATElEQVQokZXLyw0AEBQEwKUSDehDA5z03wYhIf7ezn2UsS6BEL2DZkMMRGqhEKUxiNIavukUnukWrukVjukXtiQJU5KGnphQExsAIAPrDhoLnT7y5wAAAABJRU5ErkJggg==") no-repeat 0 2px;
}
.l-content .recoBox .list li em{
  color: #c50101;
}
.l-content .recoBox .list li sup{
  font-size: 10px;
}
.l-content .recoBox .pic{
  width: 288px;
  margin: 10px auto 0;
}


/* ------------------------------------------------------
業界別　採用事例
------------------------------------------------------ */
/*effectBox*/
.l-content .effectBox{
  letter-spacing: -0.4em;
  margin: 0 -20px 60px 0;
}
.l-content .effectBox .inner{
  display: inline-block;
   letter-spacing: normal;
  vertical-align:top;
  width: 465px;
  margin: 0 20px 0 0;
  box-sizing: border-box;
}
.l-content .effectBox dl{
  border-width: 2px ;
  border-style: solid;
  padding: 10px 20px 15px;
}
.l-content .effectBox dl.kadai{
  border-color: #979797;
}
.l-content .effectBox dl.effect{
  border-color: #cd4526;
}
.l-content .effectBox .ttl{
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin-bottom: 15px;
}
.l-content .effectBox dl.kadai .ttl{ 
  color: #595959;
}
.l-content .effectBox dl.effect .ttl{ 
  color: #cd4526;
}
.l-content .effectBox .caption{
  font-weight: bold;
  margin-bottom: 20px;
}
.l-content .effectBox .list{
  margin-bottom: 2px;
  text-indent: -1em;
  margin-left: 1em;
}


