@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: 10px;
}
.number_title small{
  font-size: 14px;
}
.number_title strong{
  color: #00569B;
}
.number_title span{
}
.number_title .num{
  min-width: 50px;
  min-height: 50px;
  width: 50px;
  height: 50px;
  background: #00569B;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
}
.number_title .flexBox{
  gap: 10px;
}
.number_title .flexBox span:first-of-type{
  width: 10em;
}


.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) {
  .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) {
  .wrap-main > .title > .name{
    text-align: center;
  }
  .number_title{
    gap: 10px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .number_title small{
    font-size: 12px;
  }
  .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;}
.mT5{  margin-top: 5px;}

/*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 tbody tr th{ 
  background: #D3DEF1;
}
.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;
}


.TextBox{
	background: #F0F8FA;
  padding: 20px 30px;
  margin-top: 40px;
  font-weight: bold;
}
.TextBox .TextBox_title{
  font-size: 20px;
}
.TextBox .TextBox_point{
  font-size: 16px;
  color: #00569B;
  text-indent: -1em;
  padding-left: 1em;
}

.premiseBox{
  padding: 30px;
  border: solid 1px #00569B;
  display: flex;
  gap: 20px;
}
.premiseBox .premiseBox_title{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0F8FA;
  padding: 30px;
  font-weight: bold;
  min-width: 175px;
}
.premiseBox .premiseBox_img{
  max-width: 220px;
  width: 30%;
}
.premiseBox ul{
  list-style: disc;
  padding-left: 1.5em;
}
@media screen and (max-width: 896px) {
  .default-heading{
    line-height: 1.5;
  }
  .default-heading-h3{
    padding-top: 0;
  }
  h4{
    padding: 5px;
  }
  h5{
    text-indent: -1em;
    padding-left: 1em;
  }
/*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%;
  }
  .number_title .flexBox{
    flex-flow: wrap;
  }
  .number_title .flexBox span:first-of-type{
    width: auto;
  }
  .premiseBox{
    flex-flow: column;
    padding: 20px;
  }
  .premiseBox .premiseBox_title{
    padding: 20px;
  }
  .premiseBox .premiseBox_img{
    max-width: 100%;
    width: 100%;
  }
  .premiseBox_content{
    font-size: 14px;
  }
  .TextBox .TextBox_title{
    font-size: 16px;
  }
  .TextBox .TextBox_point{
    font-size: 14px;
  }
}

.precautions_list {
      margin-top: 20px;
      margin-left: 1em;
      list-style: disc;
}
.precautions_list a{
    text-decoration: underline;
}
.precautions_list a:hover{
    text-decoration: none;
}
