@charset "utf-8";
/* CSS Document */
.sec01 .text01 {
  width: 92%;
  margin: 0 auto 70px;
}
.sec01 .c_table01 {
  width: 92%;
  margin: 0 auto;
}
.sec01 .c_table01 thead td {
  padding: 25px 10px;
}
.sec01 .c_table01 th {
  width: 40%;
  text-align: left;
}
.sec01 .c_table01 td {
  width: 15%;
  vertical-align: middle;
  text-align: center;
}
.sec01 .c_table01 th span {
  border-bottom: 2px solid #e60012;
}
.sec01 .c_table01 table {
  margin-bottom: 20px;
}
.sec02 .text01 {
  margin-bottom: 40px;
}
.sec02 .c_list03 {
  width: 88%;
  padding: 20px 30px 15px;
  border: 2px solid #78a7bb;
  background-color: #f3fcf9;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec01 .text01 {
    width: 94%;
    margin: 0 auto 40px;
  }
  .sec01 .c_table01 {
    width: 94%;
    margin: 0 auto;
  }
  .sec01 .c_table01 table {
    font-size: 10px;
  }
  .sec01 .c_table01 thead td {
    padding: 5px 0;
  }
  .sec01 .c_table01 th span {
    border-bottom: 1px solid #e60012;
  }

  .sec02 .text01 {
    margin-bottom: 20px;
  }
  .sec02 .c_list03 {
    width: 88%;
    padding: 10px 10px 5px;
    border: 2px solid #78a7bb;
    background-color: #f3fcf9;
    margin: 0 auto;
  }
  .sec02 .c_list03 li {
    font-size: 12px;
}
}