@charset "utf-8";
/* mainVisual */
.l-content .mainVisual {
  width: 950px;
  height: 200px;
  margin-bottom: 30px;
  background: url(/service/calibration/products/img/main.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* lead */
.l-content .leadTxt {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

/* gnav */
.l-content .gnav {
  display: flex;
  justify-content: space-between;
  background: #5f6cb3;
  margin-bottom: 30px;
  padding: 8px;
}
.l-content .gnav > li a,
.l-content .gnav > li.on {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 306px;
  height: 95px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 18px;
  color: #333;
  text-decoration: none;
  transition: 0.2s;
}
.l-content .gnav > li.on {
  background-color: #5f6cb3;
  border: 1px solid #fff;
  color: #fff;
}
.l-content .gnav > li a:hover {
  background-color: #dfe2f0;
}
.l-content .gnav > li a::before,
.l-content .gnav > li.on::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 11px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin: auto;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
}
.l-content .gnav > li.on::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.l-content .gnav > li a .head,
.l-content .gnav > li.on .head {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

/* ancNav */
.l-content .ancNav {
  display: flex;
  justify-content: center;
  margin: 0 auto 25px;
}
.l-content .ancNav > li:not(:last-child) {
  margin-right: 20px;
}
.l-content .ancNav > li a.m-btn--down {
  width: 300px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* m-h2 */
.l-content .m-h2 {
  padding-top: 10px;
}


/* howto */
.l-content .howto .flow {
  width: 910px;
  margin: 0 auto;
}
.l-content .howto .flow .step > .head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.l-content .howto .flow .step > .head span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5f6cb3;
  width: 80px;
  height: 35px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 18px;
}
.l-content .howto .flow .step02 > .main .txt .notes > li::before {
  display: inline;
  content: "※";
}


.l-content .items .item_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 910px;
  margin: 0 auto;
}
.l-content .items .item_list::before,
.l-content .items .item_list::after {
  content: "";
  display: block;
  width: 211px;
}
.l-content .items .item_list::before {
  order: 1;
}
.l-content .items .item_list > li {
  width: 211px;
}
.l-content .items .item_list > li:not(:nth-last-of-type(-n+4)) {
  margin-bottom: 22px;
}
.l-content .items .item_list > li a {
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  text-decoration: none;
}
.l-content .items .item_list > li a .name {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}
.l-content .items .item_list > li a:hover .pic {
  opacity: 0.75;
}