table.separate,
table.merge {
  height: 100%;
}
table.separate th,
table.merge th {
  text-align: center;
  font-weight: bold;
  height: 100%;
}
table.separate th.year,
table.merge th.year {
  white-space: nowrap;
  height: 100%;
  padding: 2px 0;
  padding: 0 15px;
  background-color: #e1f3df;
  margin: 0 0;
  text-align: center;
  vertical-align: middle;
}
table.separate th.thead,
table.merge th.thead {
  height: 50px;
  padding: 10px 10px;
}
table.separate th.thead span,
table.merge th.thead span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10em;
  padding: 8px 0;
  border: 2px solid #50C355;
}
table.separate th.thead.tadami span,
table.merge th.thead.tadami span {
  background: #50C355;
  border: 2px solid #50C355;
  color: #fff;
}
table.separate th.thead:first-child,
table.merge th.thead:first-child {
  border-left: none;
}
table.separate td,
table.merge td {
  padding: 20px 15px;
}
table.separate td strong,
table.merge td strong {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
table.separate td strong:after,
table.merge td strong:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #50C355;
  position: absolute;
  bottom: 0;
  left: 0;
}
table.separate td.tadami,
table.merge td.tadami {
  background-color: #e1f3df;
}
table.separate td .imgwrapper,
table.merge td .imgwrapper {
  margin: 20px auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
table.separate td .imgwrapper .img,
table.merge td .imgwrapper .img {
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
  max-width: calc(50% - 10px);
  margin: 0 auto;
}
table.separate td .imgwrapper .img img,
table.merge td .imgwrapper .img img {
  display: block;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
table.separate td .imgwrapper .img p,
table.merge td .imgwrapper .img p {
  text-align: center;
}
table.separate td .imgwrapper--lg,
table.merge td .imgwrapper--lg {
  max-width: 70%;
}
table.separate td .imgwrapper--lg .img,
table.merge td .imgwrapper--lg .img {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
table.separate td .imgwrapper--w80,
table.merge td .imgwrapper--w80 {
  max-width: 80%;
}
table.separate tr,
table.merge tr {
  padding: 1px;
  border-bottom: 1px solid #50C355;
}

table.separate td {
  width: 50%;
}

@media screen and (max-width: 479px) {
  table.separate,
table.merge {
    font-size: 12px;
    line-height: 1.5;
  }
  table.separate th.year span,
table.merge th.year span {
    width: 60px;
    padding: 0;
    min-height: 60px;
    font-size: 10px;
  }
  table.separate th.thead,
table.merge th.thead {
    padding: 0px 5px;
  }
  table.separate th.thead span,
table.merge th.thead span {
    padding: 5px 0;
  }
  table.separate td,
table.merge td {
    padding: 10px 10px;
  }
  table.separate td .imgwrapper,
table.merge td .imgwrapper {
    margin: 20px auto 10px;
    display: block;
  }
  table.separate td .imgwrapper .img,
table.merge td .imgwrapper .img {
    max-width: 90%;
    margin: 0 auto 10px;
  }
  table.separate td .imgwrapper .img img,
table.merge td .imgwrapper .img img {
    display: block;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  table.separate td .imgwrapper .img p,
table.merge td .imgwrapper .img p {
    text-align: center;
  }
  table.separate td .imgwrapper--lg,
table.merge td .imgwrapper--lg {
    max-width: 100%;
  }
  table.separate td .imgwrapper--lg .img,
table.merge td .imgwrapper--lg .img {
    max-width: 100%;
  }
  table.separate td .imgwrapper--w80,
table.merge td .imgwrapper--w80 {
    max-width: 80%;
  }
}