@charset "utf-8";

.common-block02 .img .four-flex {display: flex; justify-content: space-between; flex-wrap: wrap;}
.common-block02 .img .four-flex li {width: 48%;}
.common-block02 .img .four-flex li:nth-child(n+3) {margin-top: 4%;}

.common-block02 table {width: 100%; margin-top: 40px;}
.common-block02 table , .common-block02 table th, .common-block02 table td {
	border: 1px solid #D9D9D9;
	border-collapse: collapse;
  line-height: 2;
}
.common-block02 table th, .common-block02 table td {
  padding: 15px;
}
.common-block02 table th {
  font-weight: normal;
  width: 20%;
	/* background: #fff; */
}
.common-block02 table td {
  font-weight: normal;
  width: 80%;
	/* background: #fff; */
}
.common-block02 table .even {
	background: #fbf8f0;
}
.common-block02 table .odd {
	background: #fefcf9;
}

/* ======================================================================================================================= */
/* for tablet */
/* ======================================================================================================================= */
@media screen and (min-width:1px) and (max-width:1099px){
}
/* ======================================================================================================================= */
/* for sp */
/* ======================================================================================================================= */
@media screen and (min-width:1px) and (max-width:622px){

  .common-block02 .img .four-flex li {width: 49%;}
  .common-block02 .img .four-flex li:nth-child(n+3) {margin-top: 2%;}

  .common-block02 .txt ul {
    flex-wrap: wrap;
  }
  .common-block02 .txt ul:nth-child(n+2) {
    margin-top: 25px;
  }
  .common-block02 .txt ul li {
    width: 100%;
  }
  .common-block02 .txt ul li:nth-child(n+2) {
    margin-top: 10px;
  }
  .common-block02 table {
    border: 1px solid #D9D9D9;
  }
  .common-block02 table th {
    border: none;
    border-bottom: 1px solid #D9D9D9;
  }
  .common-block02 table td {
    border: none;
    border-bottom: 1px solid #D9D9D9;
  }
  .common-block02 table tr:last-child td {
    border: none;
    border-bottom: none;
  }
  .common-block02 table th, .common-block02 table td {
    display: block; width: 100%;
  }

}