.spec-table{
  box-sizing: border-box;
  width: 100%;
  table-layout: fixed;
  border: 2px solid #000;
  border-collapse: collapse;
  word-break: break-word;
}
.spec-table th{
  padding: 5px;
  border: 1px solid #000;
  border-right: 2px solid #000;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  background-color: #ebebeb;
}
.spec-table td{
  padding: 5px;
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
}
.spec-table td:nth-of-type(1){
  border-left: 2px solid #000;
}
.spec-table td img{
  max-width: 245px;
  width: 100%;
  padding: 10px 0;
}

/* spec-table1 */
.spec-table.spec-table1 th{
  width: 20%;
}
.spec-table.spec-table1 td{
  width: 40%;
}
.spec-table.spec-table1 td div{
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

/* spec-table2 */
.spec-table.spec-table2 th{
  width: 20%;
}
.spec-table.spec-table2 td{
  width: auto;
}
.spec-table.spec-table2 img{
  max-width: 100%;
  max-height: 130px;
  width: auto;
  height: 100%;
}

/* product_point_wrap */
.product_point_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
  padding: 15px;
  border-radius: 15px;
  background-color: #f7f7f7;
}
.product_point_left{
  width: 65%;
}
.product_point_title{
  font-size: 16px;
  font-weight: bold;
}
.product_point_title h3{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 15px;
}
.product_point_title h3 span{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #001d47;
  font-size: 26px;
  font-weight: bold;
  text-align: left;
}
.product_point_title h3 .product_point_title1{
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 10px 0 0;
  border-radius: 100px;
  color: #fff;
  font-size: 28px;
  line-height: 100%;
  background-color: #001d47;
}
.product_point_txt{
  font-size: 16px;
  text-align: left;
  line-height: 160%;
}
.product_point_txt span{
  font-size: 14px;
}
.product_point_img img{
  width: 170px;
}

/* product_point_wrap2 */
.product_point_wrap2{
  margin: 30px 0;
}
.product_point_wrap2 h3{
  margin: 4px 0 0 0;
  padding: 0 0 0 4px;
  border-left: 4px solid #cc0000;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  text-align: left;
}
.product_point_wrap2 p{
  font-size: 16px;
}
.product_point_wrap2 p span{
  font-size: 14px;
}

/* .item_set .item_photo .catalog */
.item_set .item_photo .catalog a{
  display: block;
  float: none;
  width: 180px;
  margin: 10px auto 10px;
}

.fx-row{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fx-col-45-m{
  flex-basis: 45%;
}
.btn1, .btn_blue{
  width: 100%;
}
.ok, .ok h2{
  color: rgb(0, 110, 255);
}
.ng, .ng h2{
  color: rgb(255, 0, 0);
}
@media screen and (max-width: 767px) {
  .product_point_left{
    width: 100%;
  }
  .product_point_img img{
    width: 100%;
    text-align: center;
    display: block;
  }
  .fx-col-100-xs{
    flex-basis: 100%;
    margin: 15px 0;
  }
}








































