@charset "utf-8";
/* CSS Document */
@media screen and (min-width:441px) { 
  .block-goods-comment1 .contents {
    margin: 0 auto;
    width: 1038px;
  }
  .block-goods-comment1 .contents .sp {
    display: none;
  }
  .block-goods-comment1 .contents p {
    font-size: 16px;
  }
  .block-goods-comment1 .contents .img img:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .block-goods-comment1 .contents .intro h4 {
    text-align: center;
  }
  .block-goods-comment1 .contents .intro .title p {
    font-size: 45px;
    line-height: 1.1;
    margin-top: 10px;
    padding: 10px 0 15px 0;
  }
  .block-goods-comment1 .contents .intro .spec {
    margin-top: 40px;
  }
  .block-goods-comment1 .contents .intro .about {
    display: grid;
    gap: 10px;
    grid-template-columns: 680px 1fr;
    grid-template-rows: 1fr auto;
    grid-template-areas:
      "title img"
      "text  img";
    margin-top: 60px;
    padding: 30px;
    position: relative;
  }
  .block-goods-comment1 .contents .intro .about::after {
    background-image: url("/parts/items/taikoban/images/about_bg.png");
    background-repeat: no-repeat;
    bottom: -2px;
    content: "";
    display: block;
    height: 31px;
    position: absolute;
    right: -2px;
    width: 31px;
  }
  .block-goods-comment1 .contents .intro .about .img {
    text-align: right;
  }
  .block-goods-comment1 .contents .intro .compare {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
  }
  .block-goods-comment1 .contents .intro .compare li {
    margin: 0 5px;
  }
  .block-goods-comment1 .contents .reason {
    margin-top: 50px;
  }
  .block-goods-comment1 .contents .reason > p.title {
    background-image: url("/parts/items/taikoban/images/reason_ttl_bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
  }
  .block-goods-comment1 .contents .reason .summary {
    background-position: left 50px center;
    padding: 45px 0;
  }
  .block-goods-comment1 .contents .reason .summary.summary01 {
    padding: 30px 0;
  }
  .block-goods-comment1 .contents .reason .summary .text {
    font-size: 24px;
    margin-top: 10px;
    line-height: 1.5;
  }
  .block-goods-comment1 .contents .reason > .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    padding: 40px;
  }
  .block-goods-comment1 .contents .reason .summary + .box {
    margin-top: 20px;
  }
  .block-goods-comment1 .contents .reason > .box > div {
    display: grid;
    gap: 10px;
    margin-top: 25px;
    padding-bottom: 25px;
  }
  .block-goods-comment1 .contents .reason > .box > div.w-100 {
    grid-template-columns: 680px 1fr;
    width: 100%;
  }
  .block-goods-comment1 .contents .reason > .box > div.w-50 {
    grid-template-areas:
      "title"
      "text";
    grid-template-columns: 100%;
    grid-template-rows: min-content 1fr;
    width: 48%;
  }
  .block-goods-comment1 .contents .reason > .box > div.w-50:nth-of-type(odd) {
    border-right: solid 1px var(--contents-black);
    padding-bottom: 0;
    padding-right: 40px;
  }
  .block-goods-comment1 .contents .reason > .box > .cpu,
  .block-goods-comment1 .contents .reason > .box > .memory,
  .block-goods-comment1 .contents .reason > .box > .display,
  .block-goods-comment1 .contents .reason > .box > .warranty,
  .block-goods-comment1 .contents .reason > .box > .return,
  .block-goods-comment1 .contents .reason > .box > .mar {
    grid-template-areas:
      "title img"
      "text img";
    grid-template-rows: min-content 1fr;
  }
  .block-goods-comment1 .contents .reason > .box > .ssd {
    grid-template-rows: min-content 1fr auto;
    grid-template-areas:
      "title img"
      "text img"
      "list list";
  }
  .block-goods-comment1 .contents .reason > .box .feature {
    margin-top: 10px;
    text-align: center;
  }
  .block-goods-comment1 .contents .reason > .box > div:first-of-type {
    margin-top: 0;
  }
  .block-goods-comment1 .contents .reason > .box > div .title {
    font-size: 33px;
    line-height: 1.2;
  }
  .block-goods-comment1 .contents .reason > .box > div .img {
    text-align: right;
  }
  .block-goods-comment1 .contents .purpose {
    margin-top: 30px;
  }
  .block-goods-comment1 .contents .reason > .box > .ssd ul {
    display: flex;
    flex-wrap: wrap;
    grid-area: list;
    justify-content: flex-start;
    width: 100%;
  }
  .block-goods-comment1 .contents .reason > .box > .ssd li:first-of-type {
    margin-right: 50px;
  }
  .block-goods-comment1 .contents .reason .box > .wps {
    grid-template-areas:
      "title img"
      "text img"
      "feature feature"
      "detail detail";
    grid-template-rows: min-content 1fr auto auto;
  }
  .block-goods-comment1 .contents .reason .box > .mso {
    grid-template-areas:
      "title img"
      "text img"
      "feature feature";
    grid-template-rows: min-content 1fr auto;
  }
  .block-goods-comment1 .contents .reason .box > .mso .feature img:last-of-type {
    margin-top: 20px;
  }
  .block-goods-comment1 .contents .reason .box > .fuderaku {
    grid-template-areas:
      "title img"
      "text img"
      "detail detail";
    grid-template-rows: min-content 1fr auto;
  }
  .block-goods-comment1 .contents .reason .box > .support {
    grid-template-areas:
      "title img"
      "text img"
      "feature feature";
    grid-template-rows: min-content 1fr auto;
  }
  .block-goods-comment1 .contents .reason > .box .detail {
    grid-area: detail;
    margin-top: 20px;
    padding: 40px;
  }
  .block-goods-comment1 .contents .reason > .box .wps .detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block-goods-comment1 .contents .reason > .box .wps .detail > div {
    width: 400px;
  }
  .block-goods-comment1 .contents .reason > .box .wps .detail > div:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .block-goods-comment1 .contents .reason > .box .wps .detail .img {
    margin-bottom: 5px;
    text-align: left;
  }
  .block-goods-comment1 .contents .reason > .box .fuderaku .detail > div {
    display: grid;
    gap: 10px;
    grid-template-areas:
      "title img"
      "text img";
    grid-template-columns: 515px 1fr;
    grid-template-rows: min-content 1fr;
  }
  .block-goods-comment1 .contents .reason > .box .fuderaku .detail > div:first-of-type {
    margin-bottom: 50px;
  }
  .block-goods-comment1 .contents .reason > .box .fuderaku .detail .title {
    font-size: 20px;
  }
  .block-goods-comment1 .contents .reason > .box > .quality {
    grid-template-areas:
      "title"
      "text"
      "img";
    grid-template-columns: 100% !important;
    grid-template-rows: min-content 1fr auto;
  }
  .block-goods-comment1 .contents #compare {
    margin: 40px 0;
  }
  .block-goods-comment1 .contents #compare .title {
    padding: 5px 0;
  }
  .block-goods-comment1 .contents #compare table {
    margin-top: 15px;
  }
  .block-goods-comment1 .contents #compare table th {
    font-size: 18px;
  }
  .block-goods-comment1 .contents #compare table td {
    font-size: 20px;
    padding: 15px 0;
    width: 22.5%;
  }
  .block-goods-comment1 .contents #compare table tr:nth-of-type(1) th {
    padding: 20px 0;
  }
  .block-goods-comment1 .contents #compare table th:nth-of-type(1) {
    width: 10%;
  }
  .block-goods-comment1 .contents #compare table .performance td {
    font-size: 28px;
  }
  .block-goods-comment1 .contents #compare table .price td {
    padding: 20px 0;
  }
  .block-goods-comment1 .contents #compare table .price td p:first-of-type {
    font-size: 25px;
  }
  .block-goods-comment1 .contents #compare table .price td p:first-of-type::after {
    font-size: 12px;
  }
  .block-goods-comment1 .contents #compare table .btn {
    margin: 10px auto 0 auto;
    width: 65%;
  }
  .block-goods-comment1 .contents #compare table .btn a {
    padding: 5px 0;
  }
}