@charset "utf-8";

/*c-nav*/
.l-content .c-nav {
  margin: 0 auto;
}
.l-content .c-nav .c-nav__item + .c-nav__item {
  padding-left: 10px;
}
.l-content .c-nav .c-nav__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 285px;
}

/*c-trouble*/
.l-content .c-trouble h2 {
  font-size: 24px;
}
.l-content .c-trouble .bg {
  width: 680px;
  background-color: #f2f2f2;
  padding: 25px 0;
}
.l-content .c-trouble .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.l-content .c-trouble .flex .txt {
  width: 337px;
  background-color: #fff;
  border: solid 1px #ccc;
  box-sizing: border-box;
  padding: 25px 0 25px 25px;
}
.l-content .c-trouble .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 102px solid transparent;
  border-left: 102px solid transparent;
  border-top: 41px solid #000;
  border-bottom: 0;
}
.l-content .c-trouble .solution p.border {
  display: inline-block;
  font-size: 24px;
  border-bottom: solid 6px #ffcc00;
}
.l-content .c-trouble .solution ul li {
  font-size: 18px;
  background-image: url("/maker/misumi/mech/product/low_reflection/img/icon_check.png");
  background-repeat:no-repeat;
  background-position:left center;
  list-style: none;
  padding-left: 42px;
}

/*c-intro*/
.l-content .c-intro h2 {
  font-size: 21px;
  border-bottom: solid 2px #ccc;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.l-content .c-intro .img {
  width: 600px;
  height: 300px;
  background-color: #ccc;
  margin: 20px auto 0;
}
.l-content .c-intro .table {
  width: 950px;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}
.l-content .c-intro .table thead {
  position: sticky;
  top: -1px;
}
.l-content .c-intro .table td span.new {
  background-color: #dd0000;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 1px 4px 0;
  text-align: center;
  margin-left: 20px;
}

/*c-lineup*/
.l-content .c-lineup h2 {
  font-size: 21px;
  border-bottom: solid 2px #ccc;
  padding-bottom: 10px;
}
.l-content .c-lineup .c-lineup__item {
  width: 930px;
  margin: 0 auto;
}
.l-content .c-lineup .h3Ttl {
  position: relative;
  border-bottom: 2px solid #ccc;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 0;
  margin: 40px 0 15px;
}
.l-content .c-lineup .h3Ttl span {
  border-left: 5px solid #000;
  display: block;
  padding: 0 0 0 10px;
  line-height: 24px;
}
.l-content .c-lineup .lead {
  margin-bottom: 15px;
}
.l-content .c-lineup .itemListBox {
  margin-bottom: 30px;
}
/* itemList */
.l-content .c-lineup .itemList {
  letter-spacing: -0.4em;
}
.l-content .c-lineup .itemList .item {
  position: relative;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  border: 1px solid #bfbfbf;
  width: 225px;
  padding: 20px 10px 15px;
  box-sizing: border-box;
}
.l-content .c-lineup .itemList .item:nth-child(1),
.l-content .c-lineup .itemList .item:nth-child(4n+1) {
  margin-left: 0;
}
.l-content .c-lineup .itemList .item:nth-child(n+5) {
  margin-top: 15px;
}
.l-content .c-lineup .itemList .item .name {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.l-content .c-lineup .itemList .item .icon {
  display: flex;
  gap: 5px;
}
.l-content .c-lineup .itemList .item .icon .low_reflection {
  width: 81px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 1px 0 0;
  text-align: center;
}
.l-content .c-lineup .itemList .item .icon .new {
  width: 52px;
  background-color: #dd0000;
  color: #fff;
  font-weight: bold;
  padding: 1px 0 0;
  text-align: center;
}
.l-content .c-lineup .itemList .item .pic {
  width: 190px;
  margin: 30px auto 20px;
}
.l-content .c-lineup .itemList .item .btn {
  margin-top: 8px;
  text-align: center;
  font-weight: bold;
}
.l-content .c-lineup .itemList .item .btn a {
  text-decoration: none;
}
.l-content .c-lineup .itemList .item .pic.box_hover img {
  cursor: pointer;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}
.l-content .c-lineup .itemList .item .btn .m-btn--conversion {
  width: 187px;
  margin: 0 auto;
}
.l-content .c-lineup .itemListBox {
  margin-bottom: 30px;
}

/*c-contact*/
.l-content .c-contact > div {
  width: 480px;
  border: solid 1px #ccc;
  padding: 15px 0;
}
.l-content .c-contact > div a {
  text-decoration: none;
}

/*m-btnList--center*/
.l-content ul.m-btnList--center li a {
  width: 365px;
}