@charset "utf-8";
/* CSS Document */
@media screen and (max-width:440px) { 
  .block-goods-comment1 .contents {
    width: 100%;
  }
  .block-goods-comment1 .contents .pc {
    display: none;
  }
  .block-goods-comment1 .contents img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
  }
  .block-goods-comment1 .contents p {
    font-size: 14px;
    line-height: 1.6;
  }
  .block-goods-comment1 .contents .intro h4 {
    text-align: center;
    margin-bottom: 10px;
  }
  .block-goods-comment1 .contents .intro .title p {
    font-size: 20px;
    line-height: 1.1;
    padding: 5px 0;
  }
  .block-goods-comment1 .contents .intro .spec {
    margin-top: 10px;
    justify-content: center;
  }
  .block-goods-comment1 .contents .intro .spec li {
    margin: 0 3px 6px 3px;
    width: 22%
  }
  .block-goods-comment1 .contents .intro .about {
    margin: 20px 0;
    padding: 15px 15px 40px 15px;
    position: relative;
  }
  .block-goods-comment1 .contents .intro .about .title {
    margin-bottom: 5px;
  }
  .block-goods-comment1 .contents .intro .about .img {
    bottom: 5px;
    position: absolute;
    right: 10px;
    width: 30%;
  }
  .block-goods-comment1 .contents .intro .compare {
  }
  .block-goods-comment1 .contents .intro .compare li {
    margin: 0;
    text-align: center;
  }
  .block-goods-comment1 .contents .intro .compare li:nth-of-type(2) {
    margin-top: 0;
  }
  .block-goods-comment1 .contents .intro .compare li:nth-of-type(2) img {
    width: 30%;
  }
  .block-goods-comment1 .contents .reason {
    margin-top: 20px;
  }
  .block-goods-comment1 .contents .reason > p.title {
    background-color: #FFD25C;
    border: solid 1px #EB7019;
    margin-bottom: 15px;
    height: 2.5em;
    position: relative;
  }
  .block-goods-comment1 .contents .reason > p.title img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 95%;
  }
  .block-goods-comment1 .contents .reason .summary {
    background-position: left top;
    background-size: 100px;
    padding: 20px 0 0 0;
  }
  .block-goods-comment1 .contents .reason .summary.summary01 {
    padding: 20px 0 0 0;
  }
  .block-goods-comment1 .contents .reason .summary .text {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 7px;
    padding: 0 10px;
    text-align: left;
  }
  .block-goods-comment1 .contents .reason > .box {
    /*
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    */
    margin-top: 20px;
    padding: 20px;
  }
  .block-goods-comment1 .contents .reason .summary + .box {
    margin-top: 20px;
  }
  .block-goods-comment1 .contents .reason > .box > div {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .block-goods-comment1 .contents .reason > .box > div.w-100 {
    display: grid;
    gap: 7px 2%;
    grid-template-areas:
      "title title"
      "text img";
    grid-template-columns: 70% 1fr;
    grid-template-rows: min-content 1fr;
  }
  .block-goods-comment1 .contents .reason > .box > div.w-50 {
    border-bottom: solid 1px var(--contents-black);
    display: grid;
    gap: 7px;
    grid-template-areas:
      "title"
      "text";
    grid-template-columns: 100%;
    grid-template-rows: min-content 1fr;
  }
  .block-goods-comment1 .contents .reason > .box > .ssd {
    grid-template-rows: min-content 1fr auto !important;
    grid-template-areas:
      "title img"
      "text img"
      "list list" !important;
  }
  .block-goods-comment1 .contents .reason > .box > div:first-of-type {
    margin-top: 0;
  }
  .block-goods-comment1 .contents .reason > .box > div .title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0;
  }
  .block-goods-comment1 .contents .reason > .box > div .img {
    text-align: center;
  }
  .block-goods-comment1 .contents .purpose {
    margin-top: 10px;
  }
  .block-goods-comment1 .contents .purpose + .purpose img {
    width: 30%;
  }
  .block-goods-comment1 .contents .reason > .box > .ssd ul {
    display: flex;
    flex-wrap: wrap;
    grid-area: list;
    justify-content: space-between;
    width: 100%;
  }
  .block-goods-comment1 .contents .reason > .box > .ssd li {
    width: 48%;
  }
  .block-goods-comment1 .contents .reason .box > .wps {
    grid-template-rows: min-content 1fr auto auto !important;
    grid-template-areas:
      "title title"
      "text img"
      "feature feature"
      "detail detail" !important;
  }
  .block-goods-comment1 .contents .reason .box > .mso {
    grid-template-areas:
      "title img"
      "text text"
      "feature feature" !important;
    grid-template-rows: min-content 1fr auto !important;
  }
  .block-goods-comment1 .contents .reason .box > .mso .feature img:last-of-type {
    margin-top: 10px;
  }
  .block-goods-comment1 .contents .reason .box > .fuderaku {
    grid-template-rows: min-content 1fr auto !important;
    grid-template-areas:
      "title title"
      "text img"
      "detail detail" !important;
  }
  .block-goods-comment1 .contents .reason .box > .support {
    grid-template-rows: min-content 1fr auto !important;
    grid-template-areas:
      "title title"
      "text img"
      "feature feature" !important;
  }
  .block-goods-comment1 .contents .reason > .box .detail {
    grid-area: detail;
    margin-top: 5px;
    padding: 20px;
  }
  .block-goods-comment1 .contents .reason > .box .wps .detail {
  }
  .block-goods-comment1 .contents .reason > .box .wps .detail > div {
    margin-bottom: 15px;
  }
  .block-goods-comment1 .contents .reason > .box .wps .detail > div:last-of-type {
    margin-bottom: 0;
  }
  .block-goods-comment1 .contents .reason > .box .wps .detail .img {
    margin-bottom: 5px;
    text-align: left;
  }
  .block-goods-comment1 .contents .reason > .box .wps .detail .img img {
    height: 3em;
    width: auto;
  }
  .block-goods-comment1 .contents .reason > .box .fuderaku .detail > div {
    display: grid;
    gap: 10px;
    grid-template-columns: 100%;
    grid-template-rows: min-content 1fr auto;
    grid-template-areas:
      "title"
      "text"
      "img";
  }
  .block-goods-comment1 .contents .reason > .box .fuderaku .detail > div:first-of-type {
    margin-bottom: 20px;
  }
  .block-goods-comment1 .contents .reason > .box .fuderaku .detail .title {
    font-size: 18px;
  }
  .block-goods-comment1 .contents .reason > .box > .quality {
    grid-template-columns: 100% !important;
    grid-template-rows: min-content 1fr auto !important;
    grid-template-areas:
      "title"
      "text"
      "img" !important;
  }
  .block-goods-comment1 .contents .reason > .box > .mar {
    grid-template-columns: 100% !important;
    grid-template-rows: min-content 1fr auto !important;
    grid-template-areas:
      "title"
      "text"
      "img" !important;
  }
  .block-goods-comment1 .contents .reason > .box > .mar .img {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .block-goods-comment1 .contents .reason > .box > .mar .img img {
    height: auto;
    width: 49%;
  }
  .block-goods-comment1 .contents #compare {
    margin: 40px 0;
  }
  .block-goods-comment1 .contents #compare .title {
    padding: 5px 0;
  }
  .block-goods-comment1 .contents #compare .title img {
    width: 80%;
  }
  .block-goods-comment1 .contents #compare table {
    margin-top: 15px;
    width: 800px;
  }
  .block-goods-comment1 .contents #compare table th {
    font-size: 14px;
  }
  .block-goods-comment1 .contents #compare table td {
    font-size: 14px;
    padding: 10px 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: 20px;
  }
  .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: 18px;
  }
  .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;
  }
}