@charset "utf-8";
/* CSS Document */

.sec01 .c_table02 {
  width: 92%;
  margin: 0 auto;
}
.sec01 .c_table02 thead th {
  padding: 40px 0;

}
.sec01 .c_table02 thead th:first-child {
  width: 22%;
}
.sec01 .c_table02 tbody th {
  text-align: left;
  width: 22%;
  vertical-align: top;
}
.sec01 .c_table02 tbody td.img_textBox div {
  display: flex;
  justify-content: space-between;
}
.sec01 .c_table02 tbody td.img_textBox .image01 {
  width: 30%;
  max-width: 210px;
  align-items: center;
  justify-content: center;
}
.sec01 .c_table02 tbody td.img_textBox .image01 img{
  max-width: 100%;
}
.sec01 .c_table02 tbody td.img_textBox .text01 {
  width: 70%;
  max-width: 490px;
}

.sec02 .text01 {
  margin-bottom: 40px;
}
.sec02 .c_table01 {
  width: 92%;
  margin: 0 auto;
}
.sec02 .c_table01 th,
.sec02 .c_table01 td {
  text-align: center;
  vertical-align: middle;
  padding: 40px 10px;
  width: 20%;
}
.sec02 .c_table01 td.left {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .sec01 .c_table02 table {
    font-size: 10px;
  }
  .sec01 .c_table02 thead th {
    padding: 10px 5px;
  }
  .sec01 .c_table02 tbody th {
    width: 25%;
  }
  .sec01 .c_table02 tbody th .c_list02 li {
    font-size: 10px;
  }
  .sec01 .c_table02 tbody td.img_textBox div {
    display: flex;
    justify-content: space-between;
  }
  .sec01 .c_table02 tbody td.img_textBox .image01 {
    width: 20%;
    align-items: center;
    justify-content: center;
    max-width: 15vw;
  }
  .sec01 .c_table02 tbody td.img_textBox .image01 img {
    width: 100%;
  }
  .sec01 .c_table02 tbody td.img_textBox .text01 {
    width: 78%;
    font-size: 10px;
    line-height: 1.5;
    max-width: 50vw;
  }
  
  .sec02 .c_table01 {
    width: 94%;
  }
  .sec02 .c_table01 table {
    font-size: 10px;
  }
  .sec02 .c_table01 th,
  .sec02 .c_table01 td {
    padding: 10px 0;
  }
}