.compare_table {
  padding: 0 15px 10px;
}
.compare_table ul {
  display: flex;
  border-right: 1px solid #cccccc;
  text-align: center;
  margin-top: 0;
}
.compare_table ul li {
  width: 100%;
  border: 1px solid #cccccc;
  border-right: none;
  padding: 0;
}
.compare_table ul li>*:not(.compare_list),
.section .compare_list {
  display: none;
}

.compare_table ul li dl .app_info {
  display: flex;
  flex-direction: column;
  padding: 16px 12px;
}
.compare_table ul li dl .app_info a {
  display: flex;
  flex-direction: column;
  color: #456CFF;
}
.compare_table ul li dl .app_info p {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 15px;
  text-decoration: underline;
  color: #456CFF;
  font-weight: bold;
  padding-top: 16px;
}
.compare_table ul li dl .app_info picture img {
  border-radius: 22%;
}
.compare_table ul li dl {
  color: #333333;
}
.compare_table ul li dt {
  padding: 8px 10px;
  background: #456cff33;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
.compare_table ul li dd {
  font-weight: bold;
  padding: 16px 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  align-content: center;
  gap: 10px 0;
  height: auto;
}
.compare_table ul li dd:not(.redeem) {
  gap: .3em;
}
@media screen and (min-width: 375px){
  .compare_table ul li dd:not(.redeem) {
    max-height: 68px;
  }
}
.compare_table ul li dd.good {
  background-image: url(https://cdn.good-apps.jp/9ivtldbv6pufe264okndozuwa36a);
}
.compare_table ul li dd.normal {
  background-image: url(https://cdn.good-apps.jp/yq6dr3o72syuc826rbueag94sod6);
}
.compare_table ul li dd.bad {
  background-image: url(https://cdn.good-apps.jp/pro0t0es8vlvpmpk8taypcp8rscm);
}
.compare_table ul li dd span {
  font-size: 10px;
  font-weight: normal;
}
.compare_table ul li dd img {
  width: 30%;
  max-width: 30px;
  height: auto;
  object-fit: contain;
  margin: 0 4px;
}
.compare_table ul li dd a.btn {
  width: 100%;
  font-size: 12px;
  padding: 15px 24px 15px 10px;
  border-radius: 50px;
}
@media screen and (max-width: 370px){
  .compare_table ul li dd a.btn {
    font-size: 10px;
    padding: 15px 24px 15px 5px;
  }
}
.compare_table ul li dd a:before,
.compare_table ul li dd a:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.compare_table ul li dd a:before {
  width: 16px;
  aspect-ratio: 1;
  border-radius: 20px;
  background-color: #fff;
  /* top: 13px; */
}
.compare_table ul li dd a:after {
  display: block;
  border: 4px transparent solid;
  border-left: 6px solid #2BAB44;
}
.contents h2 {
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  padding: 10px;
  text-align: center;
  background: url(//storage.googleapis.com/assets-good-apps-jp/qq0w2nosmauwfjtzmhpvroxhjsamd) left top -16px no-repeat #333333;
  background-size: 116px 90px;
}