@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.96%;
  text-align: center;
}
.sec01 .text_imgBox .img01 img {
  width: 100%;
  margin-bottom: 10px;
}


.sec02 .c_table02 th {
  font-weight: bold;
  padding: 20px 10px;
  width: 50%;
}
@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 .c_table02 th {
    font-weight: bold;
    padding: 10px 5px;
  }
}