@charset "utf-8";
/* mainVisual */
.l-content .mainVisual {
  width: 950px;
  height: 200px;
  margin-bottom: 30px;
  background: url(/service/calibration/img/main_210716.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: space-between;
  margin: 0 auto 25px;
}
.l-content .ancNav > li a.m-btn--down {
  width: 182px;
  height: 53px;
  margin: 0 auto;
  box-sizing: border-box;
}
.l-content .ancNav > li a.m-btn--down.two_lines {
  padding-top: 16px;
}

/* m-h2 */
.l-content .m-h2 {
  padding-top: 10px;
}

/* table */
.l-content table {
  margin: 0;
}
.l-content table th,
.l-content table td {
  font-size: 13px;
  line-height: 17px;
}

/* feature */
.l-content .feature .featureList {
  display: flex;
  justify-content: center;
}
.l-content .feature .featureList li {
  display: flex;
  justify-content: space-between;
  width: 380px;
}
.l-content .feature .featureList li:not(:last-child) {
  margin-right: 50px;
}
.l-content .feature .featureList li .circle {
  background: #e0e2f0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50px;
}
.l-content .feature .featureList li .txt {
  margin: 0 auto 0 10px;
  padding-top: 10px;
}
.l-content .feature .featureList li .txt .head {
  width: 250px;
}
.l-content .feature .featureList li .txt .head {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
.l-content .feature .featureList li .txt .desc {
  font-size: 14px;
}
.l-content .feature .featureList li .txt .notes {
  position: relative;
  padding-left: 12px;
  font-size: 12px;
}
.l-content .feature .featureList li .txt .notes::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
  display: inline;
  font-size: inherit;
}

/* 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;
}
.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 .step01 > .main,
.l-content .howto .flow .step02 > .main
{
  display: flex;
}
.l-content .howto .flow .step01 > .main .gray {
  background: #f2f2f2;
  width: 400px;
  height: 100px;
  padding: 13px 25px;
  box-sizing: border-box;
}
.l-content .howto .flow .step01 > .main .gray .phone {
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: bold;
}
.l-content .howto .flow .step01 > .main .gray .phone span {
  font-size: 21px;
}
.l-content .howto .flow .step02 > .main .txt .notes li::before {
  display: inline;
  content: "※";
}
.l-content .howto .flow .step03 > .main .stepTable {
  width: 840px;
}
.l-content .howto .flow .step03 > .main .stepTable th {
  padding: 7px 10px;
}
.l-content .howto .flow .step03 > .main .stepTable td {
  background: #fff2cc;
  height: 45px;
}
.l-content .howto .flow .step03 > .main .stepTable .notes {
  background: none;
  border: none;
  text-align: left;
}
.l-content .howto .flow .step03 > .main .stepTable .pink {
  background: #ffccff;
}
.l-content .howto .flow .step03 > .main .stepTable .red {
  background: #f8cbad;
  padding: 7px 8px;
}
.l-content .howto .flow .step03 > .main .stepTable .red span {
  font-size: 12px;
}
.l-content .howto .flow .step03 > .main .stepTable .gray {
  background: #e6e6e6;
}

/* download */
.l-content .download .main {
  width: 910px;
  margin: 0 auto;
}
.l-content .download .main .desc {
  font-size: 14px;
  margin-bottom: 5px;
}
.l-content .download .main a {
  height: 40px;
  font-size: 14px;
}

/* price */
.l-content .price .guide {
  position: relative;
  width: 910px;
  margin: 0 auto 30px;
  padding: 50px 20px 30px;
  border: 2px solid #5f6cb3;
  box-sizing: border-box;
}
.l-content .price .guide > .head {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5f6cb3;
  width: 200px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.l-content .price .guide .mainTxt {
  font-size: 14px;
}
.l-content .price .guide .mainTxt span {
  padding-right: 4px;
  font-size: 18px;
  font-weight: bold;
}
.l-content .price .guide .desc {
  margin-bottom: 15px;
  font-size: 14px;
}
.l-content .price .guide .notes li::before {
  display: inline;
  content: "※";
}
.l-content .price .guide .guideTable {
  width: 400px;
  margin: 0 auto 20px;
}
.l-content .price .guide .guideTable th {
  background: #eeeeee;
  font-weight: normal;
}
.l-content .price .guide .example {
  width: 490px;
  margin: 0 auto;
}
.l-content .price .guide .example .txt {
  margin-bottom: 20px;
  font-size: 14px;
}
.l-content .price .priceTableList {
  width: 940px;
  margin: 0 auto;
}
.l-content .price .priceTableList > li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.l-content .price .priceTableList > li:last-child {
  margin-bottom: 0;
}
.l-content .price .priceTableList > li .left {
  width: 205px;
}
.l-content .price .priceTableList > li .left.leftFlex {
  display: flex;
  justify-content: space-between;
}
.l-content .price .priceTableList > li .left .txt .name {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: bold;
}
.l-content .price .priceTableList > li .left .txt .model {
  font-size: 14px;
}
.l-content .price .priceTableList > li .right .priceTable {
  margin-bottom: 3px;
}
.l-content .price .priceTableList > li .right .priceTable .stack {
  padding: 7px 10px;
}
.l-content .price .priceTableList > li .right .priceTable .point {
  text-align: left;
}
.l-content .price .priceTableList > li .right .notes > li::before {
  display: inline;
  content: "※";
}




/* qa */
.l-content .qa .docs_answer {
  margin-bottom: 10px;
}
.l-content .qa .docs_img {
    margin-left: 14px;
    margin-top: 15px;
}


.l-content .m-faqList > dd {
    display: flex;
    align-items: baseline;
}
.l-content .m-faqList__icn {
    font-size: 1.0625rem;
    font-weight: bold;
    flex: 0 0 30px;
}

.l-content .priceAncList{
  padding: 0 10px;
}
.l-content .priceAncList li{
  width: 300px;
  display: inline-block;
  margin-bottom: 10px;
}
.l-content .priceAncList li:not(:nth-of-type(3n)){
  margin-right: 10px;
}
.l-content .priceAncList li a{
  display: block;
}