@charset "utf-8";



/* compare */

  #compare .table_wrap {
    margin-top: 90px;
  }
  #compare table, #compare td, #compare th {
    font-size: 1rem;
  }

  /*
  #compare table th {
    font-size: 1rem;
  }
  */

  #compare table th.vertical {
    width: 2em;
    padding: 0;
  }
  #compare table th.vertical span {
    writing-mode: vertical-rl;
    white-space: pre;
    display:inline-block;
  }
  #compare td, #compare th {
    padding: 3% 1%;
  }
  /*
  #compare table td span.main {
    font-size: 1.2rem;
  }
  */
  #compare table td span.central {
    font-size: 1rem;
  }
  #compare table td span.sub {
    font-size: 0.9rem;
  }
  #compare table td span.mark {
    font-size: 1.4rem;
  }
  #compare table td span.small {
    font-size: 1rem;
  }
  #compare table td ul li {
    font-size: 0.9rem;
  }
  #compare table td ul.list_s {
    width: 10em;
  }
  .material-symbols-outlined {
    font-size: 1rem;
  }
  #compare table th.abitus:before {
    top: -40px;
    left: 0;
    width: 100%;
    height: 40px;
  }
  #compare table th.abitus img {
    position: relative;
    width: 60%;
    margin: -20px auto 20px;
    z-index: 1;
  }

  /*
  #compare .notice {
    margin: 10px 0 0;
    font-size: 1.1rem;
  }
  */
  #compare .arrow {
    width: 50px;
    height: 50px;
  }
  #compare .arrow::before {
    width: 30px;
    height: 30px;
    left: 11px;
  }
  #compare .pass figure,
  #compare .pass dl {
    display: block;
  }
  #compare .pass figure {
    width: 50%;
    margin: 0 auto;
  }
  #compare .pass dl {
    margin-top: 10px;
    margin-left: 0;
  }
  #compare .pass dl dt {
    padding: 10px 0;
    font-size: 4vw;
  }
  #compare .pass dl dd {
    padding-top: 20px;
    font-size: 5vw;
    text-align: center;
    line-height: 1.3em;
  }
  #compare .pass dl dd span {
    font-size: 8vw;
  }

  
@media only screen and (max-width: 768px) {
  #compare table {
    width: 100%;
  }
  #compare table td .rw2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
  }
  #compare table td .rw2 .main {
    display: inline-block;
    text-align: left;
    width: 100%;
  }
  #compare table td .rw2 .main small {
    font-size: 10px;
  }
  #compare table td .rw2 .main .i-tx {
    text-align: left;
  }
  #compare table td .rw2 .main small {
    font-size: 10px;
  }
  #compare table td .rw2 .ico_m {
    width: 100%;
    font-size: 20px;
  }
}











