table.products1 {
  border-collapse: collapse;
}

table.products1 th, table.products1 td {
  vertical-align: top;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: solid 1px #ccc;
}

table.products1 th {
  min-width: 300px;
}

table.products1 td {
  padding-left: 20px;
}

ul.release2 {
  margin-bottom: 20px;
}

ul.release2 li {
  line-height: 3;
  border-bottom: dotted 1px #ccc;
}

ul.release2 li .date {
  color: #000;
  font-weight: bold;
  margin-right: 2em;
}

.c-column {
  border: dotted 1px #ccc;
  padding: 1em;
}

.c-column p {
  margin-bottom: 0;
  font-size: 0.9em;
}

.c-column3 {
  display: flex;
}

.c-column3 > div {
  width: calc( 33% - 10px);
  margin: 10px;
}

@media screen and (max-width: 768px) {
  .c-column3 {
    flex-direction: column;
  }
  .c-column3 > div {
    width: 100%;
    margin: 0 0 10px;
  }
}

.p-products-column img {
  margin-bottom: 10px;
}

.p-products-column p {
  font-size: 0.84rem;
  font-weight: bold;
  color: #803f00;
}

.pr {
  margin: 10px 0;
}

.pr p {
  color: #fff;
  background: #00aae8;
  margin-bottom: 10px;
  vertical-align: middle;
  padding: 5px;
}

.pr strong {
  font-weight: bold;
  font-size: 1.5em;
  vertical-align: middle;
}

.pr .pr-img {
  display: flex;
}

.pr .pr-img li {
  width: 180px;
  height: 180px;
  border: solid 1px #fff;
  overflow: hidden;
  position: relative;
}

.pr .pr-img li img {
  position: absolute;
  width: 360px;
  top: 50%;
  left: 50%;
  max-width: initial;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .pr .pr-img {
    flex-wrap: wrap;
  }
  .pr .pr-img li {
    width: calc( 33% - 2px);
  }
}

@media screen and (max-width: 480px) {
  .pr .pr-img {
    flex-wrap: wrap;
  }
  .pr .pr-img li {
    width: calc( 50% - 2px);
  }
}

.merit {
  display: flex;
  margin-bottom: 30px;
}

.merit h5 {
  font-weight: bold;
  border-left-style: solid;
  border-left-width: 3px;
  padding-left: 5px;
  margin-bottom: 10px;
}

.merit > div {
  width: calc( 50% - 10px);
}

.merit > div p {
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 1px;
  position: relative;
  padding: 15px 0 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.merit > div p:after {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  z-index: 2;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 0   solid transparent;
  border-top: 10px solid #e0e0e0;
  overflow: hidden;
}

.merit > div p:before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 0    solid transparent;
  border-top: 12px solid #fff;
  overflow: hidden;
}

.merit > div p:last-child:before,
.merit > div p:last-child:after {
  display: none;
}

.merit > div p.h2 {
  min-height: 79px;
}

.merit > div p.h4 {
  min-height: 159px;
}

.merit > div p.h5 {
  min-height: 199px;
}

.merit .merit1 {
  margin-right: 40px;
}

.merit .merit1 h5 {
  border-color: #888;
}

.merit .merit1 p {
  background: #e0e0e0;
}

.merit .merit2 h5 {
  border-color: #00aae8;
}

.merit .merit2 p {
  background: #b3e6f8;
  color: #005574;
}

.merit .merit2 p:after {
  border-top-color: #b3e6f8;
}

.merit .merit3 h5 {
  border-color: #fde42f;
}

.merit .merit3 p {
  background: #feec6d;
  color: #7f7218;
}

.merit .merit3 p:after {
  border-top-color: #feec6d;
}

@media screen and (max-width: 768px) {
  .merit > div {
    width: calc( 50% - 2px);
    font-size: 0.75em;
  }
  .merit .merit1 {
    margin-right: 8px;
  }
}

.cost.cost1 {
  color: #ff7e00;
  background: #fff2e6;
}

.cost .cost-body {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin: 0;
  transform: skew(0deg, -5deg);
}

.cost .cost-body strong {
  font-size: 2em;
}

.cost .cost-caption {
  text-align: center;
  font-size: 0.9em;
}

table.fee {
  width: 100%;
  border-collapse: collapse;
}

table.fee th, table.fee td {
  padding: 4px 8px;
  text-align: center;
  vertical-align: middle;
}

table.fee th span, table.fee td span {
  display: block;
  font-size: 0.9em;
}

table.fee.fee1 td, table.fee.fee1 th {
  border: solid 1px #80d5f4;
}

table.fee.fee1 th {
  background: #b3e6f8;
  color: #005574;
}

table.fee.fee2 td, table.fee.fee2 th {
  border: solid 1px #b1a021;
}

table.fee.fee2 th {
  background: #fde42f;
  color: black;
}

@media screen and (max-width: 768px) {
  table.products1 th, table.products1 td {
    display: block;
  }
  table.products1 th {
    border-bottom: none;
  }
}
