@charset "utf-8";
/* mainVisual */
.l-content .mainVisual {
  width: 950px;
  height: 200px;
  margin-bottom: 30px;
  background: url(/service/calibration/about/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: 215px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* m-h2 */
.l-content .m-h2 {
  padding-top: 10px;
}

/* type */
.l-content .type .points .points_list {
  display: flex;
  justify-content: space-between;
  width: 920px;
  margin: 0 auto;
}
.l-content .type .points .points_list > li {
  background: #f2f2f2;
  width: 450px;
  font-size: 14px;
}
.l-content .type .points .points_list > li .head {
  display: flex;
  align-items: center;
  background: #5f6cb3;
  height: 34px;
  padding: 0 25px;
  font-weight: bold;
  color: #fff;
}
.l-content .type .points .points_list > li .inner_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 59px;
  padding: 0 25px;
}
.l-content .type .points .points_list > li .inner_list > li::before {
  content: "・";
  display: inline;
  font-size: inherit;
}