.result_title {
  width: 100%;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .result_title {
    max-width: 230px;
  }
}

.container-table {
  margin-top: 45px;
}

@media screen and (min-width: 768px) {
  .container-table {
    margin-top: 35px;
  }
}

.container-table table tr {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.container-table table td {
  border-radius: 10px;
}

.container-table .ranking-icon td {
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
}

.container-table .ranking-icon td::before {
  content: '';
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 75px;
  background-image: url('../common/img/icon_ranking_1.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.container-table .ranking-icon td.table3__order_1::before {
  background-image: url('../common/img/icon_ranking_1.png');
}

.container-table .ranking-icon td.table3__order_2::before {
  background-image: url('../common/img/icon_ranking_2.png');
}

.container-table .ranking-icon td.table3__order_3::before {
  background-image: url('../common/img/icon_ranking_3.png');
}

.container-table .ranking-icon td.table3__order_4::before {
  background-image: url('../common/img/icon_ranking_4.png');
}

.container-table .ranking-icon td.table3__order_5::before {
  background-image: url('../common/img/icon_ranking_5.png');
}

.container-table table .d-none {
  display: none;
}

.container-table table tr td {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: right;
  text-align: center;
  background-color: #ffffff;
  padding: 10px;
}

@media screen and (max-width: 699px) {
  .container-table table tr td {
    padding: 10px 8px;
  }
}

.container-table table tr td.table_action {
  padding-bottom: 14px;
}

.container-table table tr td ul {
  width: 100%;
}

.container-table table tr td h3 {
  font-size: 16px;
  font-weight: bold;
  color: #505050;
  text-align: center;
}

.container-table .table_img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.container-table .table_img a {
  display: block;
  width: 100%;
  height: 100%;
}

.container-table .table_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container-table .table_name {
  flex: 1;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #505050;
  text-align: center;
}

.container-table .table_action {
  width: 100%;
}

.container-table .ranking-icon .table_action {
  margin-top: 16px;
}

.container-table .table_action a.btn {
  display: block;
  width: 100%;
  border-radius: 18px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  padding: 10px 5px;
  transition: ease 0.4s;
}

@media screen and (max-width: 699px) {
  .container-table .table_action a.btn {
    font-size: 11px;
  }
}

.container-table .table_action a.btn-detail {
  background: #929fa7;
  box-shadow: 0 4px 0px rgba(146, 159, 167, 1);
}

.container-table .table_action a.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 0px rgba(146, 159, 167, 1);
  opacity: 1;
}

.container-table .table_action a.btn:active {
  transform: translateY(4px);
  box-shadow: 0 0px 0px rgba(146, 159, 167, 1);
  transition: ease 0.1s;
}

.container-table .table_action a.btn-official {
  background: #ff7a73;
  box-shadow: 0 4px 0px rgba(229, 110, 103, 1);
}

.container-table .table_action a.btn-official:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 0px rgba(229, 110, 103, 1);
  opacity: 1;
}

.container-table .table_action a.btn-official:active {
  transform: translateY(4px);
  box-shadow: 0 0px 0px rgba(229, 110, 103, 1);
  transition: ease 0.1s;
}

.compare_star {
  padding-top: 12px;
  padding-bottom: 12px;
  /* width: 60px;
    height: 80px; */
}

.container-table .table_hyoka_icon {
  width: 60px;
  padding-top: 12px;
  padding-left: 2%;
  padding-right: 2%;
  /* padding-bottom: 12px; */
}

.container-table .table_hyoka_star {
  width: 80px;
  padding-top: 8px;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 8px;
}



.container-table .style_2maru {
  background: #fdf8e9 !important;
}

.container-table .table5__whole {
  width: 600px !important;
}

.container-table .table5__rank_1 {
  width: 20%;
}

.container-table .table5__rank_2 {
  width: 20%;
}

.container-table .table5__rank_3 {
  width: 20%;
}

.container-table .table5__rank_4 {
  width: 20%;
}

.container-table .table5__rank_5 {
  width: 20%;
}

@media screen and (min-width: 576px) {
  .container-table .table5__whole {
    width: 100% !important;
  }

  .container-table .table5__rank_1 {
    width: 20%;
  }

  .container-table .table5__rank_2 {
    width: 20%;
  }

  .container-table .table5__rank_3 {
    width: 20%;
  }

  .container-table .table5__rank_4 {
    width: 20%;
  }

  .container-table .table5__rank_5 {
    width: 20%;
  }
}

.container-table .table3__whole {
  width: 99.9% !important;
}

.container-table .table3__rank_1 {
  width: 33.3% !important;
}

.container-table .table3__rank_2 {
  width: 33.3% !important;
}

.container-table .table3__rank_3 {
  width: 33.3% !important;
}

.container-table .table3__rank_4 {
  width: 33.3% !important;
  display: none !important;
}

.container-table .table3__rank_5 {
  width: 33.3% !important;
  display: none !important;
}

@media screen and (min-width: 576px) {
  .container-table .table3__whole {
    width: 100% !important;
  }

  .container-table .table3__rank_1 {
    width: 20% !important;
  }

  .container-table .table3__rank_2 {
    width: 20% !important;
  }

  .container-table .table3__rank_3 {
    width: 20% !important;
  }

  .container-table .table3__rank_4 {
    width: 20% !important;
    display: flex !important;
  }

  .container-table .table3__rank_5 {
    width: 20% !important;
    display: flex !important;
  }
}

.container-table .table5__order_1 {
  width: 20% !important;
  order: 1;
}

.container-table .table5__order_2 {
  width: 20% !important;
  order: 2;
}

.container-table .table5__order_3 {
  width: 20% !important;
  order: 3;
}

.container-table .table5__order_4 {
  width: 20% !important;
  order: 4;
}

.container-table .table5__order_5 {
  width: 20% !important;
  order: 5;
}

.container-table .table5__order_0 {
  display: none !important;
}

@media screen and (min-width: 576px) {
  .container-table .table5__order_1 {
    width: 20% !important;
    order: 1;
  }

  .container-table .table5__order_2 {
    width: 20% !important;
    order: 2;
  }

  .container-table .table5__order_3 {
    width: 20% !important;
    order: 3;
  }

  .container-table .table5__order_4 {
    width: 20% !important;
    order: 4;
  }

  .container-table .table5__order_5 {
    width: 20% !important;
    order: 5;
  }

  .container-table .table5__order_0 {
    display: none !important;
  }
}

.container-table .table3__order_1 {
  width: 33.3% !important;
  order: 1;
}

.container-table .table3__order_2 {
  position: relative;
  width: 33.3% !important;
  order: 2;
}

.container-table .table3__order_3 {
  position: relative;
  width: 33.3% !important;
  order: 3;
}

.container-table .table3__order_4 {
  position: relative;
  width: 33.3% !important;
  display: none !important;
  order: 4;
}

.container-table .table3__order_5 {
  position: relative;
  width: 33.3% !important;
  display: none !important;
  order: 5;
}

.container-table .table3__order_0 {
  display: none !important;
}

@media screen and (min-width: 576px) {
  .container-table .table3__order_1 {
    width: 20% !important;
    order: 1;
  }

  .container-table .table3__order_2 {
    width: 20% !important;
    order: 2;
  }

  .container-table .table3__order_3 {
    width: 20% !important;
    order: 3;
  }

  .container-table .table3__order_4 {
    width: 20% !important;
    display: flex !important;
    order: 4;
  }

  .container-table .table3__order_5 {
    width: 20% !important;
    display: flex !important;
    order: 5;
  }

  .container-table .table3__order_0 {
    display: none !important;
  }
}

/* IE対応 */
@media all and (-ms-high-contrast: none) {
  .container-table .table5__order_1 {
    width: 168px !important;
    order: 1;
  }

  .container-table .table5__order_2 {
    width: 168px !important;
    order: 2;
  }

  .container-table .table5__order_3 {
    width: 168px !important;
    order: 3;
  }

  .container-table .table5__order_4 {
    width: 168px !important;
    order: 4;
  }

  .container-table .table5__order_5 {
    width: 168px !important;
    order: 5;
  }

  .container-table .table5__order_0 {
    display: none !important;
  }

  .container-table table tr {
    max-width: 840px;
    /*  IE対応 */
  }

  .container-table table td {
    width: 168px;
    padding-left: 4%;
    /*  IE対応 */
  }
}

/* .d-none {
    display: none;
} */

/* table .style_2maru {
    background: #fdf8e9;
} */

.style_none .compare_star {
  padding: 0;
  height: 0;
}

span.bold {
  font-weight: bold;
}

span.red {
  color: red;
}

span.center {
  display: block;
  text-align: center;
}

span.inline-block {
  display: inline-block;
}

span.note {
  font-size: 12px;
}

.result-table-text {
  font-size: 12px;
  margin-top: 12px;
}

#result .section-title .title {
  text-align: left;
  color: #595959;
  margin: 0 auto;
  padding: 18px 2% 16px;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  #result .section-title .title {
    padding: 0 0 12px 0;
    font-size: 18px;
    text-align: center;
  }
}

/* 注釈用 */
.asterisk {
    font-size: 0.7em;
		vertical-align: top;
}

.cmt {
  margin: 15px 12px 0;
}

.cmt p {
  font-size: clamp(10px, 0.6em, 14px);
  margin: 0 !important;
}