@charset "utf-8";
/* CSS Document */

.sec01 .text_imgBox {
  width: 92%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}
.sec01 .text_imgBox .text01 {
  width: 67.3%;
}
.sec01 .text_imgBox .img01 {
  width: 25.9%;
  text-align: center;
}
.sec01 .text_imgBox .img01 img {
  width: 100%;
  margin-bottom: 10px;
}


.sec02 .text_imgBox {
  display: flex;
  justify-content: space-between;
}
.sec02 .text_imgBox .text02 {
  width: 53.2%;
}
.sec02 .text_imgBox .img01 {
  width: 38%;
}
.sec02 .text_imgBox .img01 img {
  width: 100%;
}
.sec03 .c_table01 {
  padding-top: 10px;
  width: 92%;
}
.sec03 .c_table01 thead th,
.sec03 .c_table01 thead td {
  text-align: center;
  font-weight: bold;
  width: 25%;
  padding: 40px 10px;
}
.sec03 .c_table01 tbody th {
  text-align: center;
  vertical-align: middle;
}
.sec03 .c_table01 .sp-only {
  display: none;
}
  .sec03 .c_table01 .pc-only {
    display: block;
  }

@media only screen and (max-width: 767px) {
  .sec01 .text_imgBox {
    width: 94%;
    display: block;
  }
  .sec01 .text_imgBox .text01 {
    width: 100%;
  }
  .sec01 .text_imgBox .img01 {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec01 .text_imgBox .img01 img {
    display: block;
    width: 60%;
    margin: 0 auto 10px;
  }
  .sec02 .text_imgBox {
    display: block;
  }
  .sec02 .text_imgBox .text02 {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec02 .text_imgBox .img01 {
    width: 100%;
  }
  .sec03 .c_table01 thead th,
  .sec03 .c_table01 thead td {
    width: auto;
    padding: 5px;
  }
  .sec03 .c_table01 thead td {
    width: 26%;
    vertical-align: middle;
  }
  .sec03 .c_table01 tbody th {
    width: 20%;
  }
  .sec03 .c_table01 .sp-only {
    display: block;
  }
  .sec03 .c_table01 .pc-only {
    display: none;
  }
}