@charset "utf-8";
/* CSS Document */
:root {
  --contents-blue: #0059AD;
  --contents-red: #C30000;
  --contents-black: #171722;
}
.block-goods-comment1 .contents {
  position: relative;
}
.block-goods-comment1 .contents p {
  color: var(--contents-black);
}
.block-goods-comment1 .contents .note {
  font-size: 0.8em;
}
.block-goods-comment1 .contents .title {
  grid-area: title;
}
.block-goods-comment1 .contents .text {
  grid-area: text;
}
.block-goods-comment1 .contents .img {
  grid-area: img;
}
.block-goods-comment1 .contents .feature {
  grid-area: feature;
}
.block-goods-comment1 .contents .intro .title p {
  background-color: var(--contents-red);
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
.block-goods-comment1 .contents .intro .spec {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-goods-comment1 .contents .intro .about {
  background-color: #FFF;
  border: solid 1px var(--contents-black);
}
.block-goods-comment1 .contents .reason > p.title {
  text-align: center;
}
.block-goods-comment1 .contents .reason .summary {
  background-image: url("/parts/items/taikoban/images/summary_bg.png");
  background-repeat: no-repeat;
  text-align: center;
}
.block-goods-comment1 .contents .reason .summary .text {
  font-weight: bold;
}
.block-goods-comment1 .contents .reason > .box {
  background-color: #FFF;
  border: solid 1px var(--contents-black);
}
.block-goods-comment1 .contents .reason > .box > div.w-100 {
  border-bottom: solid 1px var(--contents-black);
}
.block-goods-comment1 .contents .reason > .box > div:last-of-type {
  border-bottom: none !important;
  padding-bottom: 0;
}
.block-goods-comment1 .contents .reason > .box > div .title {
  font-weight: bold;
}
.block-goods-comment1 .contents .img.purpose {
  line-height: 1.2;
  text-align: center;
}
.block-goods-comment1 .contents .reason > .box .detail {
  background-color: #F7F7F7;
  border: solid 1px var(--contents-black);
}
.block-goods-comment1 .contents .reason > .box > .quality {
  border-bottom: solid 1px var(--contents-black);
}
.block-goods-comment1 .contents #compare .title {
  background-color: var(--contents-black);
  text-align: center;
}
.block-goods-comment1 .contents #compare table {
  background-color: #FFF;
  border: solid 2px var(--contents-black);
}
.block-goods-comment1 .contents #compare table strong {
  color: var(--contents-red);
  font-weight: bold;
}
.block-goods-comment1 .contents #compare table th {
  border-bottom: solid 1px var(--contents-black);
  border-right: solid 1px var(--contents-black);
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.block-goods-comment1 .contents #compare table td {
  border-bottom: solid 1px var(--contents-black);
  border-right: solid 1px var(--contents-black);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}
.block-goods-comment1 .contents #compare table tr:first-of-type th:last-of-type,
.block-goods-comment1 .contents #compare table td:last-of-type {
  border-right: none;
}
.block-goods-comment1 .contents #compare table tr:last-of-type th,
.block-goods-comment1 .contents #compare table tr:last-of-type td {
  border-bottom: none;
}
.block-goods-comment1 .contents #compare table tr:last-of-type td {
  font-weight: normal;
}
.block-goods-comment1 .contents #compare table tr:nth-of-type(1) th {
  background-color: #E2ECFF;
  color: var(--contents-blue);
}
.block-goods-comment1 .contents #compare table tr:nth-of-type(1) th:nth-of-type(1) {
  background-color: #FFF;
}
.block-goods-comment1 .contents #compare table th:nth-of-type(1) {
  background-color: #E1E1E2;
  line-height: 1.5;
}
.block-goods-comment1 .contents #compare table .price td p:first-of-type {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1;
  color: var(--contents-red);
}
.block-goods-comment1 .contents #compare table .price::after {
  content: "";
}
.block-goods-comment1 .contents #compare table .price td p:first-of-type::after {
  color: var(--contents-black);
  content: "（税込）";
}
.block-goods-comment1 .contents #compare table .btn {
  background-color: var(--contents-red);
  border-bottom: solid 3px #8F0000;
  border-radius: 5px;
}
.block-goods-comment1 .contents #compare table .btn a {
  color: #FFF;
  display: block;
  font-weight: normal;
  width: 100%;
}