@charset "UTF-8";

.imgCenter.img-size {
  text-align: center;
  width: 100%;
  margin: 0 auto 25px;
  backface-visibility: hidden;
}

.txt, th, td {
  font-size: 16px;
}

.txt {
  margin-bottom: 1.8em;
}

table {
  margin-bottom: 10px;
}

table {
  border: solid 1px #000;
  border-spacing: 0;
  margin-bottom: 2%;
  width: 100%;
}

table th {
  word-break: break-all;
  word-wrap: break-word;
  border: solid 1px #000;
  background: #d6efff;
  padding: 1% 2%;
}

table td {
  border: solid 1px #000;
  padding: 1% 2%;
}

.table_left {
  width: 27%;
}

.table_right {
  width: 73%;
}

@media only screen and (max-width:767px) {
  table {
    margin-bottom: 5%;
  }

  .txt, th, td {
    font-size: 14px;
  }

  .table_left {
    width: 34%;
  }

  .table_right {
    width: 66%;
  }
}