/* .div-breadcrumb {
  padding-top: 1%;
  padding-bottom: 1%;
  display: flex;
  justify-content: center;
  background-color: #f3f3f3;
}

.breadcrumb {
  width: 71.52%;
  margin-left: 8.1%;
  padding-left: 0px;
  margin-bottom: 0px;
}

.breadcrumb > li > a:hover {
  color: #b71b30;
  text-decoration: none;
} */

.equipment > p {
  font-weight: bold;
  border-left: 0.4em #b71b30 solid;
  padding-left: 0.5em;
  margin-bottom: 2%;
}
.equipment > div {
  margin: 1% 0;
}
.pub > p {
  margin: 3% 0;
}
.pub > a {
  color: #fff;
  background-color: #b71b30;
  border-radius: 16px;
  padding: 0 1em;
  text-decoration: none;
}
.tab_point a,
.tab_point2 a {
  border: solid 2px #666666;
  border-radius: 1em;
  padding: 0 0.4em;
  margin: 0 1%;
  color: #666;

  text-decoration: none;
}

.tab_point .point_act,
.tab_point2 .point_act {
  border: 0;
  color: #fff;
  background: #b71b30;
  padding: 0 3%;
}
.tab_point {
  margin: 5% 0;
}
.det-title2 {
  color: #666;
  margin: 2% 0;
}
.det-content {
  color: #666;
  margin-bottom: 3%;
}
.det-tab,
.det-tab1,
.det-tab2,
.det-tab3 {
  width: 100%;
  margin: 10% 0;
}
.det-tab a,
.det-tab1 a,
.det-tab2 a,
.det-tab3 a {
  color: #666;
  border: solid 2px #666666;
  padding: 2% 4%;
  margin-right: 10%;
  text-decoration: none;
}
.det-tab a:hover,
.det-tab1 a:hover,
.det-tab2 a:hover,
.det-tab3 a:hover {
  background: #f7f7f7;
}
.det-tab img,
.det-tab1 img,
.det-tab2 img,
.det-tab3 img {
  width: 100%;
}
.det-tab .det-tab-act,
.det-tab1 .det-tab-act,
.det-tab2 .det-tab-act,
.det-tab3 .det-tab-act {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.show > p {
  font-weight: bold;
  border-left: 0.4em #b71b30 solid;
  padding-left: 0.5em;
  margin-bottom: 2%;
}
.tab_point2 {
  margin: 3% 0;
}
.show-title {
  margin-bottom: 2%;
}
.show-content {
  color: #666;
  margin-bottom: 1%;
  letter-spacing: 1px;
}
.show-contents img {
  width: 100%;
  margin: 3% 0;
}
