@charset "utf-8";
/* CSS Document */

/*******************
 column
********************/
.comparison-table {
  margin-bottom: 0px;
}

.comparison-table tr .t-cr{
  border: 1px solid #000;
  border-right: 1px solid #fff;
}
.comparison-table tr .t-cr2{
  border: 1px solid #000;

}
.comparison-table tr .t-cr3{
  border: 1px solid #000;
  height: 70px;
}
.comparison-table .comparison-table-name {
  /* margin-top: 1em; */
  line-height: 1.2;
}
.comparison-table .comparison-table-com{
  line-height: 1.2;
  margin-bottom: 1em;
}
.comparison-table .txt-box {
  line-height: 1.2;
  font-size: .7em;
}
.comparison-table .txt-box2 {
  font-size: .6em;
  line-height: 1.3em;
}
