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

.comparison_table {
  width: 100%;
}
.comparison_table img {
  vertical-align:middle;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th, td {
  vertical-align: middle;
  padding: 0.75em ;
  border: none; /* すべての境界線を削除 */
  border-bottom: 1px solid #26201D; /* 下に横線を追加 */
  /*border: 1px solid #26201D;
  color: #26201D;*/
  font-size: 1.6vh;
  text-align: center;
  /*white-space: nowrap;*/
}
th {
  background: #26201D;
  color: #26201D;
}
td {
  background: #fff;
}
.sentence{
  text-align: justify;
  vertical-align: top;
  /*white-space: normal;*/
}

.series_link {
  text-decoration: underline;
}

.series_bt {
background-color: #84ADC3;
padding: 5px 5px;
text-align: center;
margin:0 auto;
width:60%;
border-radius: 50px;
}