@charset "utf-8";

table {
  width: 100%;
}
table th {
  border: 1px solid #ccc;
  text-align: center;
  padding: 5px 0;
    background-color: #f5f5f7;
}
button.delete {
  border-radius: 50%;
  border: none;
  font-size: 1.6em;
  font-weight: bold;
  padding: 5px 12px;
}
button.delete:hover {
  background: #5ebee8;
}
button.delete:active {
  background: #35a7d8;
}
p.price02-intax {
  color: red;
  font-weight: bold;
}
p.name-link a {
  text-decoration: underline;
}

@media screen and (min-width: 981px) {
  table td {
    border: 1px solid #ccc;
    padding: 0 10px;
  }
  th.image {
    width: 240px;
  }
  th.name {
    width: 500px;
  }
  th.price {
    width: 160px;
  }
  td.image {
    padding: 10px 0;
  }
  td.price {
    font-size: 1.1em;
  }
  td.image img {
    width: 180px;
  }
  td.del, td.image, td.price, td.link {
    text-align: center;
  }
  .detail-box a.add img {
    width: 10%;
  }
  ul.tags {
    display: flex;
  }
  ul.tags li {
    padding: 2px 8px;
    border: 1px solid #ffb400;
    margin-right: 5px;
  }
  p.name-link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 980px) {
  table td {
    border: 1px solid #ccc;
    padding: 0 5px;
  }
  body #contents table td p {
    font-size: 0.85em!important;
  }
  td.image img {
    width: 80px;
  }
  th.price {
    width: 24%;
  }
  ul.tags li {
    padding: 2px 8px;
    border-left: 1px solid #ffb400;
    border-top: 1px solid #ffb400;
    border-right: 1px solid #ffb400;
    margin-right: 5px;
  }
  ul.tags li:last-child {
    border-bottom: 1px solid #ffb400;
  }
  p.name-link {
    margin-top: 20px;
  }
}


/* 20220820 */
.comparison-img-box {
    padding: 1.5em;
}
.comparison-data-box {
    padding: 1.5em;
}
.comparison-data-box-maker-name {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: -.2em;
}
.comparison-data-box-model-number {
    font-size: 1.6em;
}
.comparison-data-box-tags ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.comparison-data-box-tags li {
    font-weight: normal!important;
    font-size: 14px;
    line-height: 1;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 0 5px 7px 0;
    border-radius: 2px;
    color: #000;
    width: auto!important;
    border-radius: 3px;
}
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap-pc-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
a.btn-pc-sp {
  line-height: 1.4;
  width: 49.5%;
  padding: 1.25rem 0;
  border-radius: 100vh;
  color: #ffff;
}
a.btn-pc-sp--contact {
  color: #fff;
  background: #d20010;
}
a.btn-pc-sp--tel {
  color: #fff;
  background: #094;
}
.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}
.comparison-price-box {
    text-align: center;
}
.comparison-price-box-price {
    font-size: 2.2em;
    color: #d20010;
    white-space: nowrap;
}
.comparison-price-box-price span {
        font-size: .6em;
}
.comparison-price-box-price-tax {
    font-size: 1.2em;
}
.comparison-delete-box {
    text-align: center;
}

/* sp */
@media screen and (max-width: 560px) {
    .comparison-img-box img {
        max-width: 100%!important;
    }
    .comparison-img-box, .comparison-data-box, .comparison-price-box {
        padding: .5em;
    }
    body #contents table td p .comparison-price-box-price {
        font-size: 5em!important;
    }
    .comparison-data-box-model-number {
        line-height: 1.1em;
    }
    .comparison-data-box-tags ul {
        margin-bottom: 0!important;
    }
    .comparison-data-box-tags li {
    font-size: .8em;
    }
}
