@charset "utf-8";
/* mainVisual */
.l-content .mainVisual {
  width: 950px;
  height: 200px;
  margin-bottom: 30px;
  background: url(/maker/misumi/mold/products/datemark_positioning/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;
}


/* ancNav */
.l-content .ancNav {
  display: flex;
  justify-content: space-between;
  width: 630px;
  margin: 0 auto 40px;
}
.l-content .ancNav > li {
  width: 300px;
  padding-bottom: 15px;
  border: 1px solid #ccc;
}
.l-content .ancNav > li .head {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #eee;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-content .ancNav > li .desc {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  padding: 0 30px;
}
.l-content .ancNav > li a.m-btn--down {
  width: 220px;
  margin: 0 auto;
}

/* m-h2 */
.l-content .m-h2 {
  padding-top: 10px;
}
.l-content .m-h2::before {
  border-left: 5px solid #b91f37;
}

/* section */
.l-content .section {
  border: 1px solid #ccc;
}
.l-content .section h3 {
  display: flex;
  background: #e6e6e6;
}
.l-content .section h3.m-h3 {
  padding: 7px 0 8px 10px !important;
}
.l-content .section h3 .label {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #b91f37;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.l-content .section h3 .main {
  height: 40px;
  padding: 8px 0 0 20px;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
}




/* positioning */
.l-content .positioning .m-h2 {
  position: relative;
}
.l-content .positioning .m-h2 span {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 9px;
  background: #e6e6e6;
  width: 300px;
  height: 24px;
  padding: 5px 0;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.l-content .positioning .section .desc {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 18px;
}
.l-content .positioning .section .content {
  padding: 20px 20px;
}
.l-content .positioning .points_procedure {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.l-content .positioning .points_procedure .points {
  width: 455px;
  border-right: 1px dashed #7d8488;
}
.l-content .positioning .points_procedure .points .head {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.l-content .positioning .points_procedure .points ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7d9dd;
  width: 360px;
  height: 45px;
  margin: 0 auto 15px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 22.5px;
}
.l-content .positioning .points_procedure .points ul > li:last-child {
  margin-bottom: 0;
}
.l-content .positioning .points_procedure .procedure {
  width: 452px;
  padding-left: 55px;
  box-sizing: border-box;
}
.l-content .positioning .points_procedure .procedure .head {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
.l-content .positioning .points_procedure .procedure ol {
  padding-left: 10px;
}
.l-content .positioning .points_procedure .procedure ol > li {
  list-style-type: decimal;
  margin-bottom: 15px;
  font-size: 14px;
}
.l-content .positioning .points_procedure .procedure .m-btn--conversion {
  width: 190px;
  margin: 0 auto;
}
.l-content .positioning .type_list {
  display: flex;
  justify-content: space-between;
}
.l-content .positioning .type_list .taper,
.l-content .positioning .type_list .straight {
  width: 450px;
}
.l-content .positioning .itemList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-content .positioning .itemList .item {
  width: 220px;
  padding: 15px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  cursor: pointer;
}
.l-content .positioning .itemList .item > p {
  margin-bottom: 5px;
}
.l-content .positioning .itemList .item .pic {
  text-align: center;
}
.l-content .positioning .itemList .item:hover .pic {
  opacity: 0.75;
}
.l-content .positioning .itemList .item .maker {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
  color: #7f7f7f;
}
.l-content .positioning .itemList .item .name {
  height: 36px;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #004bb1;
  letter-spacing: -0.3px;
}
.l-content .positioning .itemList .item .txt {
  height: 55px;
  line-height: 18px;
}
.l-content .positioning .itemList .item:hover .name {
  color: #ff730a;
}
.l-content .positioning .itemList .item .btn a {
  width: 190px;
  margin: 0 auto;
}

/* voice */
.l-content .positioning .voice .voiceList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 870px;
  margin: 0 auto;
  padding: 20px 0;
}
.l-content .positioning .voice .voiceList li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 415px;
}
.l-content .positioning .voice .voiceList li:not(:nth-last-child(-n+2)) {
  margin-bottom: 30px;
}
.l-content .positioning .voice .voiceList li .left {
  text-align: center;
}
.l-content .positioning .voice .voiceList li .right {
  position: relative;
  display: flex;
  align-items: center;
  background: #eeeeee;
  width: 350px;
  height: 90px;
  padding-left: 25px;
  font-size: 14px;
  border-radius: 10px;
  box-sizing: border-box;
}
.l-content .positioning .voice .voiceList li .right::before {
  content: ' ';
  position: absolute;
  top: 32px;
  left: -13px;
  width: 0;
  height: 0;
  border: none;
  border-right: 13px solid #eee;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}





/* datemark */
.l-content .datemark .date_heat .content {
  padding: 25px;
}
.l-content .datemark .date_heat .content .upper {
  display: flex;
  justify-content: space-between;
}

.l-content .datemark .date_heat .content .upper .feature .featureList li {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7d9dd;
  width: 180px;
  height: 45px;
  margin-bottom: 15px;
  border-radius: 22.5px;
  font-size: 14px;
  font-weight: bold;
}
.l-content .datemark .date_heat .itemList {
  display: flex;
  justify-content: space-between;
  width: 690px;
}
.l-content .datemark .date_heat .itemList .item {
  width: 220px;
  padding: 15px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  cursor: pointer;
}
.l-content .datemark .date_heat .itemList .item .name {
  height: 38px;
  font-size: 14px;
  font-weight: bold;
  color: #004bb1;
}
.l-content .datemark .date_heat .itemList .item:hover .name {
  color: #ff730a;
}
.l-content .datemark .date_heat .itemList .item .pic {
  text-align: center;
}
.l-content .datemark .date_heat .itemList .item:hover .pic {
  opacity: 0.75;
}
.l-content .datemark .date_heat .itemList .item .btn a {
  width: 190px;
  margin: 0 auto;
}
.l-content .datemark .date_heat .content .lower {
  display: flex;
  justify-content: space-between;
}
.l-content .datemark .date_heat .content .lower .video {
  width: 665px;
  text-align: center;
}
.l-content .datemark .date_heat .content .lower .remove {
  width: 220px;
}
.l-content .datemark .date_heat .content .lower .remove .itemList {
  width: 220px;
}

/* date_list */
.l-content .datemark .date_list {
  padding: 20px 40px;
}
.l-content .datemark .date_list .guideList {
  display: flex;
  margin-bottom: 15px;
}
.l-content .datemark .date_list .guideList li {
  position: relative;
  padding-left: 23px;
  font-size: 16px;
  font-weight: bold;
}
.l-content .datemark .date_list .guideList li:not(:last-child) {
  margin-right: 25px;
}
.l-content .datemark .date_list .guideList li::before {
  content: ' ';
  position: absolute;
  top: 4px;
  left: 0px;
  width: 15px;
  height: 15px;
  border-radius: 7.5px;

}
.l-content .datemark .date_list .guideList li.surface::before {
  background: #ffa200;
}
.l-content .datemark .date_list .guideList li.feature::before {
  background: #749dcf;
}

.l-content .datemark .date_list .itemList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 870px;
  margin: 0 auto;
}
.l-content .datemark .date_list .itemList > li {
  width: 280px;
}
.l-content .datemark .date_list .itemList > li:not(:nth-last-child(-n+3)) {
  margin-bottom: 20px;
}
.l-content .datemark .date_list .itemList li .labelList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.l-content .datemark .date_list .itemList li .labelList li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 35px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.l-content .datemark .date_list .itemList li .labelList li.surface {
  background: #ffa200;
}
.l-content .datemark .date_list .itemList li .labelList li.feature {
  background: #749dcf;
}
.l-content .datemark .date_list .itemList .item {
  padding: 15px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  cursor: pointer;
}
.l-content .datemark .date_list .itemList .item .name {
  height: 38px;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #004bb1;
}
.l-content .datemark .date_list .itemList .item:hover .name {
  color: #ff730a;
}
.l-content .datemark .date_list .itemList .item .pic {
  text-align: center;
}
.l-content .datemark .date_list .itemList .item:hover .pic {
  opacity: 0.75;
}
.l-content .datemark .date_list .itemList .item .btn a {
  width: 250px;
  margin: 0 auto;
}

/* voice */
.l-content .datemark .voice .voiceList {
  width: 860px;
  margin: 0 auto;
  padding: 25px 0;
}
.l-content .datemark .voice .voiceList li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.l-content .datemark .voice .voiceList li .left {
  text-align: center;
}
.l-content .datemark .voice .voiceList li .right {
  position: relative;
  display: flex;
  align-items: center;
  background: #eeeeee;
  width: 780px;
  height: 80px;
  padding-left: 25px;
  font-size: 14px;
  border-radius: 10px;
  box-sizing: border-box;
}
.l-content .datemark .voice .voiceList li .right::before {
  content: ' ';
  position: absolute;
  top: 32px;
  left: -13px;
  width: 0;
  height: 0;
  border: none;
  border-right: 13px solid #eee;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}




/* related */
.l-content .related .bnrList {
  display: flex;
  justify-content: space-between;
  width: 950px;
}

/* contact */
.l-content .contact {
  width: 834px;
  margin: 0 auto;
}
.l-content .contact .m-cols__1of3.col_01 {
  width: 35%;
}
.l-content .contact .m-cols__1of3.col_02 {
  width: 30%;
}
.l-content .contact .m-cols__1of3.col_03 {
  width: 25%;
}
.l-content .contact .contact-mail {
  font-size: 10px;
  font-weight: normal;
}

.l-content .contact .m-btnSize--m {
  width: 200px !important;
}
