.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: 130px;
  width: 100%;
}

/* 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%;
}

.spec-table.charge th {
  border-right: none;
  text-align: center;
}
.spec-table.charge td:nth-of-type(1) {
  border-left: 1px solid #000;
}

/* 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: #f4f4f4;
  align-items: center;
}
.product_point_left{
  width: 60%;
}
.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;
  align-items: center;
}
.product_point_title h3 span{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.product_point_title h3 span.tai_cover {
  display: block;
  width: 80%;
  position: relative;
}
.product_point_title h3 span.taisyo {
  position: absolute;
  bottom: 4px;
  left: 57%;
  display: block;
  font-size: 15px;
  background: #122e9d;
  color: #fff;
  padding: 3px 7px 1px;
}
.product_point_title h3 .product_point_title1{
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 10px 0 0;
  border-radius: 100px;
  color: #fff;
  line-height: 100%;
  background-color: #627a86;
  text-align: center;
}
.product_point_txt{
  font-size: 16px;
  text-align: left;
  line-height: 160%;
}
.product_point_txt span{
  font-size: 14px;
}
.product_point_img img{
  border-radius: 15px;
}

/* 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;
}
.support_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 15px;
}
.support{
  width: 25%;
  flex-basis:25%;
}
.support p{
  margin: 5px 0 0 ;
  font-weight: bold;
  text-align: center;
}
.support p span{
  font-size: 14px;
}

dl.explain{
  text-align: left;
}

  dl.explain dt{
    background: #ebf4f8;
    margin: 10px 0;
    padding: .3em;
    font-size: 1.1em;
    font-weight: bold;
  }
  dl.explain dd{
    margin: 0 0 20px;
  }
  dl.explain mark{
    display: inline-block;
    font-weight: bold;
    padding: 3px 6px;
    margin: 0 0 5px;
  }
  dl.explain ol{
    margin: 1px 0 15px 20px;
  }
  dl.explain ol li{
    list-style: decimal;
  }
  dl.explain li, dl.explain p{
    margin: 0 0 12px;
    font-size: 100%;
  }
  .flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .col_2 {
    width: calc( ( 100% - 5px ) / 2 );
    margin-bottom: 5px;
  }
  .col_2 .btn1 {
    width: 95%;
  }
  .product_point_wrap2 p.cyu {
    padding-left: 1rem;
    text-indent: -1rem;
    font-size: 14px;
  }
  .item_photo {
    width: 150px;
  }
  .caution {
    background: #fdf2ec;
    border: 3px solid #fc4747;
    padding: .5rem;
  }
  p.c-title {
    font-weight: bold;
  }

@media screen and ( max-width: 931px ) {
  .product_point_title h3 span.taisyo {
    font-size: 12px;
  }
}
@media screen and ( max-width: 767px ) {
  .product_point_left {
    width: 100%;
  }
    .product_point_title h3 span.tai_cover {
    width: unset;
  }
  .product_point_title h3 span.taisyo {
    bottom: -20px;
    left: 53%;
  }
  .product_point_img {
    width: 100%;
    text-align: center;
  }
  .support{
    width: 50%;
    flex-basis:50%;
  }
  .col_2 {
    width: 100%;
  } 
}
@media screen and ( max-width: 480px ) {
  .item_photo {
    width: 250px;
  }
}














































