@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");

/*!
checker-plate
--------------------------------------*/
.first{
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.first img{
  max-width: 300px;
}

.number_title{
  background: #F0F8FA;
  padding: 15px;
  display: flex;
  gap: 20px;
  align-items: center;
  font-weight: bold;
  margin-bottom: 35px;
}
.number_title small{
  font-size: 14px;
}
.number_title strong{
  color: #CE2E2E;
}
.number_title span{
  margin-right: 10px;
}
.number_title .num{
  width: 50px;
  height: 50px;
  background: #00569B;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
}


.wrap-main.-checker-plate > .title {
  background-image: url(/product/zexeed/images/back_feature-title.jpg);
}

.wrap-main.-checker-plate .testing-container {
  padding: 70px 0 0;
  margin-bottom: -10px;
  line-height: 1.5;
}
.wrap-main.-checker-plate .testing-container:first-of-type {
  margin-top: -20px;
}
.wrap-main.-checker-plate .testing-container:last-child {
  margin-bottom: 60px;
}
@media screen and (min-width: 897px) {
  .number_title small{
    font-size: 12px;
  }
  .wrap-main.-checker-plate .testing-container {
    padding: 80px 0 20px;
    margin-bottom: 0;
  }
  .wrap-main.-checker-plate .testing-container:first-of-type {
    margin-top: 20px;
  }
  .wrap-main.-checker-plate .testing-container:last-child {
    margin-bottom: 100px;
  }
}
.default-heading-h3 {
  color: #04355E;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1.5em;
  text-indent: -1em;
  padding-left: 1em;
	line-height: 1.5em;
    padding-top: 40px;
}

@media screen and (max-width: 896px) {
  .number_title{
    gap: 10px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .number_title .num{
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .default-heading-h3 {
    font-size: 17px;
  }
}
/*-----------------common-------------------*/
h4,
h5{
  font-weight: bold;
}
h4{
  text-align: center;
  color: #fff;
  background: #00569b;
  margin-bottom: 10px;
  padding: 5px 0;
}
img{
  width: 100%;
  height: auto;
}
/*text-align*/
.right{ text-align: right;}

/*font-size*/
.f12{ font-size: 12px;}

/*flexBox*/
.flexBox{  display: flex;}
.gap20{ gap: 20px;}
.jsb{  justify-content: space-between;}
.ac{  align-items: center;}
.wrap{  flex-wrap: wrap;}

/*width*/
.w70p{  width: 68%;}
.w60p{  width: 58%;}
.w55p{  width: 53%;}
.w50p{  width: 48%;}
.w45p{  width: 43%;}
.w40p{  width: 38%;}
.w30p{  width: 28%;}

/*margin*/
.mT50{  margin-top: 50px;}
.mT30{  margin-top: 30px;}
.mT20{  margin-top: 20px;}
.mT10{  margin-top: 10px;}

/*table*/
.table table{
  width: 100%;
}
.table table tr th,
.table table tr td{
  padding: 0.2em;
  text-align: center;
  border: #827d7b solid 1px;
  font-size: 14px;
  line-height: 1.8;
  vertical-align: middle;
}
.table table thead tr th{ 
  background: #EEEDED;
}
.table table thead tr:first-child th:first-child {
    height: 75px;
}
.table table tbody tr th{ 
  background: #D3DEF1;
  min-height: 40px;
}
.table table tr td{

}

/*list*/
.list{
  list-style: decimal;
  padding-left: 1.5em;
  line-height: 1.5;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
.list li{
  width: 48%;
}
.list li:not(:first-child){
  margin-top: 10px;
}
.list li span{
  color: #CE2E2E;
  font-weight: bold;
}


@media screen and (max-width: 896px) {
/*flexBox*/
  .flexBox{  flex-flow: column; gap: 20px;}
  .flexBox .w70p,
  .flexBox .w60p,
  .flexBox .w55p,
  .flexBox .w50p,
  .flexBox .w45p,
  .flexBox .w40p,
  .flexBox .w30p{
    width: 100%;
  }

/*list*/

.list li{
  width: 100%;
}
}
