@charset "utf-8";
/* -------------------------------
common
------------------------------- */
.l-content img {
  vertical-align: bottom;
}
.l-content .section {
  margin-bottom: 50px;
}


/* ------------------------------------------------------
contents
------------------------------------------------------ */
/* mainVisual */
.l-content .mainVisual {
  width: 950px;
  height: 200px;
  margin-bottom: 30px;
  background: url(/maker/osg/fs/products/screw_gauge/img/main_20220220.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


/* m-btnList */
.l-content .m-btnList--center .m-btn--down {
  width: 182px;
}

/* h2Ttl */
.l-content .h2Ttl {
  display: table;
  box-sizing: border-box;
  width: 100%;
  margin: 40px 0 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #00559d;
  text-indent: 0;
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  color: #00559d;
  position: relative;
}
.l-content .h2Ttl:before {
  display: table-cell;
  content: "";
  width: 13px;
  margin-left: -18px;
  border-left: 7px solid #0169c6;
}
.l-content .h2Ttl span {
  line-height: 0;
  font-size: 28px;
  color: #333;
}
.l-content .h2Ttl span.red {
  color: #d00;
}
.l-content .h2Ttl span.title {
  line-height: 1.4;
  font-size: 20px;
  color: #00559d;
}
.l-content .h2Ttl .icon_titlenew {
  font-size: 12px;
  color: #fff;
  background: #d00;
  padding: 12px 6px;
  position: absolute;
  top: 2px;
  left: 24px;
  display: inline-block;
}



/* aboutBox */
.l-content .aboutBox {
  border: 10px solid #d6e6f4;
  margin-bottom: 20px;
}
.l-content .aboutBox dt {
  background: #d6e6f4;
  padding: 2px 5px 12px;
  font-weight: bold;
  text-align: left;
  font-size: 15px;
}
.l-content .aboutBox dd {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 25px 20px;
}
.l-content .aboutBox dd .txt {
  display: table-cell;
  vertical-align: top;
}
.l-content .aboutBox dd .pic {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}


/* tableBox */
.l-content .tableBox .m-table th{
  background: #f7f7f7;
  color: #333;
  padding: 5px 0;
}
.l-content .tableBox .m-table td{
  text-align: left;
  padding: 10px 5px;
}
.l-content .tableBox .m-table td a{
  font-weight: bold;
  text-decoration: none;
}
.l-content .tableBox .m-table .tategaki {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.l-content .tableBox .m-table .txt02{
text-align: center;
}
.l-content .tableBox .m-table .txt05{
text-align: center;
}
.l-content .tableBox .m-table .txt06{
text-align: center;
}
.l-content .tableBox .m-table .txt08{
  padding: 10px;
}