@charset "utf-8";
/* CSS Document */

.sec01 .text01 {
  margin-bottom: 50px;
}
.sec01 .c_table02 {
  width: 92%;
  margin: 0 auto;
}
.sec01 .c_table02 thead th {
  padding: 20px 10px;
  font-weight: bold;
}
.sec01 .c_table02 tbody th {
  padding: 15px 10px;
  width: 18%;
}
.sec01 .c_table02 tbody td {
  padding: 15px 10px;
}
.sec01 .c_table02 tbody td.numerical {
  font-size: 18px;
  font-weight: bold;
}
.sec01 .text02 {
  width: 92%;
  margin: 0 auto 50px;
  text-align: right;
  font-size: 12px;
}
.sec01 dl {
  width: 92%;
  margin: 0 auto;
}
.sec01 dl dt {
  border-bottom: 1px solid #537d9b;
  padding: 0 25px 10px;
}
.sec01 dl dd {
  padding: 20px 25px 0;
  line-height: 2.25;
}

.sec02 .text01 {
  margin-bottom: 50px;
}
.sec02 .img01 {
  text-align: center;
  margin-bottom: 60px;
}
.sec02 .text02 {
  width: 92%;
  margin: 0 auto;
  text-align: right;
  font-size: 12px;
}

.sec03 .text01 {
  margin-bottom: 50px;
}
.sec03 .img01 {
  text-align: center;
  margin-bottom: 60px;
}
.sec03 .text02 {
  width: 92%;
  margin: 0 auto;
  text-align: right;
  font-size: 12px;
}


@media only screen and (max-width: 767px) {
  .sec01 .text01 {
    margin-bottom: 30px;
  }
  .sec01 .c_table01 {
    width: 94%;
    margin-bottom: 5px;
  }
  .sec01 .c_table01 tbody th {
    font-weight: bold;
  }
  .sec01 .c_table02 tbody td {
    padding: 15px 10px;
  }
  .sec01 .c_table01 tbody td:last-child {
    text-align: right;
  }
  .sec01 .c_table01 tbody td.center {
    text-align: center!important;
  }
.sec01 .c_table01 tbody td.numerical {
  font-size: 14px;
  font-weight: bold;
}
  .sec01 .text02 {
    width: 94%;
    margin: 0 auto 30px;
    text-align: right;
    font-size: 10px;
    line-height: 1.4;
  }
  .sec01 dl {
    width: 94%;
    margin: 0 auto;
  }
  .sec01 dl dt {
    border-bottom: 1px solid #537d9b;
    padding: 0 0 10px;
  }
  .sec01 dl dd {
    padding: 15px 0 0;
    line-height: 2;
  }

  .sec02 .text01 {
    margin-bottom: 30px;
  }
  .sec02 .img01 {
    text-align: center;
    margin-bottom: 30px;
  }
  .sec02 .img01 img {
    width: 100%;
  }
  .sec02 .text02 {
    width: 94%;
    margin: 0 auto;
    font-size: 10px;
  }

  .sec03 .text01 {
    margin-bottom: 30px;
  }
  .sec03 .img01 {
    text-align: center;
    margin-bottom: 30px;
  }
  .sec03 .img01 img {
    width: 100%;
  }
  .sec03 .text02 {
    width: 94%;
    margin: 0 auto;
    font-size: 10px;
  }
}