@charset "utf-8";

/*-------------------------
ページトップ
-------------------------*/
  #pagetop {
    opacity: 1;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: opacity .5s;
    z-index: 2;
  }

  #pagetop a {
    background-color: rgba(51, 51, 51, 0.8);
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 1.5em;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
  }

  @media screen and (max-width: 767px) {
    #pagetop {
      bottom: 10px;
      right: 10px;
    }
  }   

.p-gamepc-compact__index {
  padding: 44px 20px 38px 54px;
  border: 1px solid #000;
  border-radius: 8px;
  width: 100%;
}

/*-------------------------*/
.cts-article-author-logo-container img {
  width: 100%;
}

.p-gamepc-compact__index__inner {
  display: flex;
  align-items: center;
  gap: 54px;
}

.p-gamepc-compact__index__title {
  max-width: 131px;
}

.p-gamepc-compact__index__title img {
  width: 100%;
  height: auto;
}

.p-gamepc-compact__index__table a {
  display: block;
  width: fit-content;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  color: #000;
  padding: 0.1em 0.5em 0.1em 1.6em;
  text-indent: -1.1em;
}

.p-gamepc-compact__index__table li:not(:first-child) {
  margin-top: 6px;
}

.p-gamepc-compact__index__table a:hover {
  background: #004da1;
  color: #fff;
}

@media screen and (max-width: 979px) {
  .p-gamepc-compact__index {
    padding: 44px 10px;
  }

  .p-gamepc-compact__index__inner {
    flex-direction: column;
    gap: 15px;
  }

  .p-gamepc-compact__index__table li:not(:first-child) {
    margin-top: 11px;
  }

  .p-gamepc-compact__index__table a {
    font-size: 16px;
  }
}

.p-gamepc-compact__h2,
.p-gaming-pc-sub__reccomend__title .p-gamepc-compact__h2 {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 6px;
  font-weight: bold;
  font-size: min(3.8vw, 28px);
  color: #484848;
  margin-bottom: 1.5em;
  line-height: 1.3;
  text-align: left;
  letter-spacing: 0.025em;
  font-style: normal;
}

.p-gamepc-compact__h2__num {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #004da1;
  color: #fff;
  line-height: 1;
  font-size: 25px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {

  .p-gamepc-compact__h2,
  .p-gaming-pc-sub__reccomend__title .p-gamepc-compact__h2 {
    font-size: 20px;
    gap: 4px;
  }

  .p-gamepc-compact__h2__num {
    font-size: 18px;
    width: 32px;
    height: 32px;
  }
}






























.p-gamepc-compact__products .p-products-all-item {
  outline: none;
  margin: 2rem 0;
  padding: 0;
}

.p-gamepc-compact__products .u-pc-width {
  display: contents;
}

.p-gamepc-compact__products .p-products-all-item__results {
  max-width: 100%;
}

.p-gamepc-compact__products .productMoreGrid {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 50px;
  margin: 0 auto;
  width: fit-content;
}

.p-gamepc-compact__products .productMoreGrid .p-products-all-item__item {
  max-width: 300px;
  flex: 0 0 auto;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-gamepc-compact__products .p-products-all-item-product {
    display: contents;
  }
}

.p-gamepc-compact__products .p-products-all-item-product__image {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 250/230;
}

.p-gamepc-compact__products .p-products-all-item-product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-gamepc-compact__products .p-products-all-item-product__name .c-flex {
  justify-content: space-between;
}

.p-gamepc-compact__products .p-products-all-item-product__name__text {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.p-gamepc-compact__products .p-products-all-item-product__number {
  font-size: 22px;
}

.p-gamepc-compact__products .p-products-all-item-product__spec {
  margin-bottom: 15px;
}

.p-gamepc-compact__products .p-products-all-item-product__spec__item {
  min-width: 9em;
  padding: 4px 0;
  margin-right: 10px;
}

.p-gamepc-compact__products .p-products-all-item-product__spec__item::after {
  display: none;
}

.p-gamepc-compact__products .p-products-all-item-product__spec__text {
  padding: 4px 0;
  font-size: 12px;
}

.p-gamepc-compact__products .p-products-all-item-product>.p-products-all-item-product__buttons {
  margin-top: auto;
  flex-direction: column;
}

.p-gamepc-compact__products .p-products-all-item-product>.p-products-all-item-product__buttons .p-products-all-item-product__link--detail,
.p-gamepc-compact__products .p-products-all-item-product>.p-products-all-item-product__buttons .p-products-all-item-product__link--cart {
  flex: 1 1 auto;
  width: 100%;
  margin: 0 auto;
}

.p-gamepc-compact__products .p-products-all-item-product>.p-products-all-item-product__buttons .p-products-all-item-product__link--cart {
  margin-top: 15px;
}

.p-gamepc-compact__products .productMoreGrid .p-products-all-item__item:nth-child(n+5),
.p-gamepc-compact__products .productMoreButton {
  display: none;
}

.p-gamepc-compact__products__footer {
  text-align: right;
}

@media screen and (max-width: 1299px) {
  .p-gamepc-compact__products .productMoreGrid {
    grid-template-columns: repeat(2, auto);
  }
}



@media screen and (max-width: 979px) {
  .p-gamepc-compact__products .productMoreGrid {
    grid-template-columns: auto;
    gap: 0;
  }

  .p-gamepc-compact__products .productMoreGrid .p-products-all-item__item {
    padding: 1rem;
    border: none;
  }

  .p-gamepc-compact__products .p-products-all-item__item+.p-products-all-item__item {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #a3a3a3;
  }

  .p-gamepc-compact__products .p-products-all-item-product__name__text {
    font-size: 14px;
  }

  .p-gamepc-compact__products__footer {
    margin-top: 14px;
  }

  .p-gamepc-compact__products__footer .c-link {
    font-size: 14px;
  }
}

/*----------------------------------------
260520
追加
-----------------------------------------*/
.contents-center-flex {
  display: flex;
  justify-content: center;
}

  /* ボタンの調整 */
  .content-section .u-pc-width .btn-wrapper.content-index {
    margin: 0 0 1rem;
  }
  .content-index > .c-button--primary-white::after {
    transform: translateY(-25%) rotate(45deg);
  }
  .snsButtonElement ul {
    list-style: none;
    display: flex;
    gap: 0.5rem;
    align-items: end !important;
    flex-wrap: wrap;
  }

  .p-gamepc-compact__index {
    margin-bottom: 40px;
  }
  .list-style-num {
    list-style: decimal;
    padding-left: 1em;
  }
  .list-style-disc {
    list-style: disc;
    padding-left: 1em;
  }
  .tablecaption {
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 1em 0 0;
  }

  .content-section .u-pc-width .main-h3 {
    margin-top: 3rem;
  }
  .memo-block {
    display: block;
    margin: 1em 0 0;
    padding: .5em 1em;
    width:fit-content;
  }
  .bg-color-gray {
    background: #f6f6f6;
    border: 1px solid #ccc;
  }
  .fit-block {
    width:fit-content;
  }
  .inquery {
    width: 85%;
    padding: 1rem 0;
    height:stretch;
    margin: 0 0 1rem 0 !important;
  }
  .inquery-ttl {
    font-size: 1.25rem;
    font-weight: bold;
  }
  .inquery-tel {
    font-size: 2rem;
    font-weight: bold;
  }
  .content-section .u-pc-width .flex-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    /* justify-content: center; */
    gap: 2rem;
    margin: 2rem 0;
    width: 100%;
    align-items: stretch;
  }
  .content-section {
    padding: 2rem 0;
    margin: 0;
  }

  .kv-section {
    padding: 0 0 1rem;
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  }
  .kv-section .h1-wrapper {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
  }
  .kv-section h1 {
    display: block;
    text-align: center;
    font-size: clamp(1.125rem, 0.716rem + 2.05vw, 2.25rem);
    background: #000;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    padding: 1rem 0;
    width: 100%;
  }
  .kv-section h1 span {
    color: #ff3;
  }
  .kv-section .u-pc-width,
  .content-section .u-pc-width {
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
    line-height: 1.8;
  }

  .content-section .u-pc-width .lead-title {
    font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
    font-weight: bold;
    border-bottom: 2px solid #004da1;
    padding-bottom: 0.4rem;
    margin-bottom: 1.375rem;
    line-height: 1.5;
    text-align: left;
  }

  .content-section .u-pc-width .main-h3 {
    font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
    font-weight: bold;
    border-bottom: 2px solid #004da1;
    padding-bottom: 0.4rem;
    margin-bottom: 1.375rem;
    line-height: 1.5;
  }

  .content-section .u-pc-width p+.main-h3,
  .content-section .u-pc-width div.btn-wrapper+.main-h3,
  .content-section .u-pc-width div.content-column+h3 {
    margin-top: 3rem;
  }

  .content-section .u-pc-width .main-h4+div.btn-wrapper {
    margin-top: 1rem;
  }

  .content-section .u-pc-width .main-h3 span {
    color: #004da1;
    padding-right: 1rem;
  }

  .content-section .u-pc-width .main-h4 {
    font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
    font-weight: bold;
    color: #004da1;
  }

  .content-section .u-pc-width .content-column {
    border-radius: 8px;
    margin: 2rem 0;
    padding: 1rem;
  }

  .content-section .u-pc-width .list-column {
    background: #f6f6f6;
    border: 1px solid #ccc;
  }

  #content-index .u-pc-width ul {
    margin: 0;
    padding: 0;
    list-style-position: outside;
    padding-left: 1.5rem;
    line-height: 1.8;
    font-weight: bold;
  }

  .content-section .u-pc-width ul,
  .content-section .u-pc-width ol {
    margin: 0;
    padding: 0;
    list-style-position: outside;
    padding-left: 1.5rem;
    line-height: 1.8;
  }

  #content-06.content-section .u-pc-width ul {
    font-weight: normal;
    padding-left: 0;
  }

  .content-section .u-pc-width .btn-wrapper {
    margin: 2rem 0 1rem;
    display: flex;
    justify-content: center;
  }

  .content-section .u-pc-width .btn-wrapper .c-button--primary-white,
  .content-section .u-pc-width .btn-wrapper .c-button--primary-blue {
    width: 60%;
  }

  .content-section .u-pc-width .btn-wrapper .grid-container {
    width: 100%;
  }

  .content-section .u-pc-width .btn-wrapper .grid-container .c-button--primary-white,
  .content-section .u-pc-width .btn-wrapper .grid-container .c-button--primary-blue {
    width: 100%;
  }


  .content-section .u-pc-width .spec-table {
    width: 50%;
    margin: 0 auto;
  }

  .content-section .u-pc-width .spec-table th,
  .content-section .u-pc-width .spec-table td {
    vertical-align: middle;
    border: 1px solid #ccc;
    padding: .2rem .8rem;
    height: 4rem;
  }

  .content-section .u-pc-width .spec-table th {
    background: #004da1;
    color: #fff;
  }

  .content-section .u-pc-width .spec-table-title {
    text-align: center;
    font-weight: bold;
    margin-top: .8rem;
  }




  @media screen and (max-width: 767px) {

    .kv-section .u-pc-width,
    #content-index .u-pc-width,
    .content-section .u-pc-width {
      width: 94vw;
      margin: 0 auto;
    }

    .kv-section h1 {
      font-weight: bold;
      line-height: 1.4;
    }

    .content-section .u-pc-width p+.main-h3,
    .content-section .u-pc-width div.btn-wrapper+.main-h3,
    .content-section .u-pc-width div.content-column+.main-h3 {
      margin-top: 2rem;
    }

    .content-section .u-pc-width h4+div.btn-wrapper {
      margin-top: 1rem;
    }

    .content-section .u-pc-width .content-column {
      margin: 1rem 0;
    }

    .content-section .u-pc-width .btn-wrapper {
      margin: 1rem 0 0;
    }

    .p-gamepc-compact__products .p-products-all-item__item+.p-products-all-item__item {
      border: none;
      padding: 1rem;
    }

    .content-section .u-pc-width .btn-wrapper .c-button--primary-white,
    .content-section .u-pc-width .btn-wrapper .c-button--primary-blue {
      width: 100%;
      text-align: center;
      line-height: 1.2;
    }

    .content-section .u-pc-.width .btn-wrapper .grid-container .c-button--primary-white,
    .content-section .u-pc-width .btn-wrapper .grid-container .c-button--primary-blue {
      width: 100%;
      margin-bottom: .5rem;
    }

    .content-section .u-pc-width .spec-table {
      width: 100%;
    }

    .content-section .u-pc-width .main-h3 span {
      display: block;
    }

    .content-section .u-pc-width ul,
    .content-section .u-pc-width ol {
      padding-left: 1rem;
    }
    
    #content-06.content-section .u-pc-width ul {
      padding-left: 0;
    }

    .content-section .u-pc-width .flex-wrapper .content-column .content-column ul,
    .content-section .u-pc-width .flex-wrapper .content-column .content-column ol,
    #content-index .u-pc-width ul {
      padding-left: 0;
    }

    .snsButtonElement {
      padding: 0 1rem;
    }
  }
  .p-gaming-pc__campaign {
    width: 92vw;
    max-width: 1140px;
    margin: 0 auto;
    padding: 2rem 0;
  }
  .content-section .u-pc-width .flex-wrapper .flex-item-03-text {
    width: calc((100% - 2rem) * .75);
  }

  .content-section .u-pc-width .flex-wrapper .flex-item-03-img {
    width: calc((100% - 2rem) * .25);
    text-align: center;
  }

  .content-section .u-pc-width .flex-wrapper .flex-item-03-img .img-wrapper {
    margin: 0;
    padding: 0;
  }

  .content-section .u-pc-width .flex-wrapper .c-button--primary-white {
    width: 100%;
  }
  .content-section .u-pc-width .flex-wrapper .flex-item-01 img,
  .content-section .u-pc-width .flex-wrapper .flex-item-02 img {
    width: 100%;
  }
  .content-section .u-pc-width .flex-wrapper .content-column {
    margin: 0;
  }
  .content-section .u-pc-width .content-column .flex-wrapper-inner {
    margin: 0;
  }

  .flex-wrapper-inner .img-wrapper {
    margin: 0;
  }

  @media screen and (max-width: 767px) {
    .content-section .u-pc-width .flex-wrapper {
      flex-direction: column;
      gap: 1rem;
    }

    .content-section .u-pc-width .flex-wrapper .flex-item-01,
    .content-section .u-pc-width .flex-wrapper .flex-item-02,
    .content-section .u-pc-width .flex-wrapper .flex-item-03,
    .content-section .u-pc-width .flex-wrapper .flex-item-03-img,
    .content-section .u-pc-width .flex-wrapper .flex-item-03-text {
      width: 100%;
    }

    .content-section .u-pc-width .flex-wrapper-inner .flex-item-03-img img {
      width: 50%;
      margin: 0 auto;
    }

  }

  .bg-color-blue {
    background: #f2f8ff;
  }

  .bg-color-white {
    background: #fff;
  }

  .content-section .u-pc-width .img-wrapper {
    width: 100%;
    margin: 2rem 0;
    display: flex;
    justify-content: center;
  }
  #content-06.content-section .u-pc-width .img-wrapper {
    width: 100%;
    margin: 1rem 0 1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  #content-06.content-section .u-pc-width .btn-wrapper .c-button--primary-blue {
    width: 100%;
  }

  .content-section .u-pc-width .img-wrapper img {
    width: 80%;
  }

  .content-section .u-pc-width .img-wrapper img.sub-title {
    width: 60%;
  }

  .content-section .u-pc-width .img-wrapper img.bnr-link {
    width: 320px;
  }

  .content-section .u-pc-width .img-wrapper a.bnr-link {
    transition: opacity 0.3s ease-out;
  }

  .content-section .u-pc-width .img-wrapper a.bnr-link:hover {
    opacity: .7;
  }

  @media screen and (max-width: 767px) {
    .content-section .u-pc-width .img-wrapper img.sub-title {
      width: 100%;
    }

  }

  .flex-wrapper-adjustment {
    justify-content: flex-start;
    margin-bottom: 32px;
  }
</style>

<style>
  .content-section .u-pc-width .inc-tips-slider-section ul,
  .content-section .u-pc-width .inc-tips-slider-section ol {
    padding-left: 0;
  }
  .content-section .u-pc-width ul .copybutton-box {
    line-height: 1;
  }
  /* 260422 */
  .content-section .intro-box {
    margin: 1em 0;
  }
  .content-section .intro-box .intro-title {
    font-weight: 700;
  }
  .content-section .intro-box ul {
    list-style-type: disc;
    font-weight: normal;
  }

  .content-section .content-point {
    background: #e5f6fc;
    border: 1px solid #7fa6d0;
    border-radius: 8px;
    margin: 2em 0;
    padding: 1em;
  }
  .content-section .content-point .content-point-title {
    font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
    font-weight: bold;
    border-bottom: 2px solid #004da1;
    padding-bottom: 0.4rem;
    margin-bottom: 1.375rem;
    line-height: 1.5;
  }
  .content-section .content-point ol {
    list-style-type: decimal;
    font-weight: normal;
  }

  .content-section .u-pc-width .flex-wrapper .flex-item-01 {
    width: calc((100% - 2rem) / 2);
  }
  @media screen and (max-width:767px) {
    .content-section .u-pc-width .flex-wrapper .flex-item-01 {
      width: 100%;
    }
  }

  /* 00 */
  .content-section .u-pc-width ul.list-style-select-block {
    display:flex;
    align-items: center;
    gap: 1em;
    padding: 0;
  }
  .list-style-select-block li {
    flex: 1 1 calc((100% - 3em) / 4);
  }
  .list-style-select-block li .c-button--primary-white {
    width: 100%;
    height: auto;
    line-height: 1.4;
    padding: 1em 1em 2em;
    text-align: center;
  }
  .list-style-select-block li .c-button--primary-white::after {
    position: absolute;
    top: auto;
    right: auto;
    left: calc(50% - 4px);
    bottom: 10px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  @media screen and (max-width:767px) {
    .content-section .u-pc-width .list-select {
      padding: 0;
    }
    .content-section .u-pc-width ul.list-style-select-block {
      flex-wrap: wrap;
    }
    .list-style-select-block li {
      flex: 1 1 calc((100% - 1em) / 2);
    }
    .list-style-select-block li .c-button--primary-white {
      padding: 1em 0 2em;
    }
  }

  /* 01 */
  .content-section .table-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .content-section .table-wrapper table {
    width: 100%;
    background: #fff;
  }
  .content-section .table-wrapper table tr {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .content-section .table-wrapper table tr th,
  .content-section .table-wrapper table tr td {
    padding: 5px 15px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    line-height: 1.4;
    vertical-align: middle;
  }
  .content-section .table-wrapper table tbody th {
    white-space: nowrap;
    background: #f3f3f3;
    text-align: center;
  }
  .content-section .table-wrapper table tbody td {
    text-align: left;
  }
  .content-section .table-wrapper .caution {
    margin-top: 1em;
    line-height: 1.2;
  }
  .content-section .table-wrapper .c-button--primary-white {
    width: 100%;
  }

  @media screen and (max-width: 767px) {
    .content-section .table-wrapper {
      overflow-x: auto;
    }
    #content-01 table {
      width: 800px;
    }
    .content-section table tr th,
    .content-section table tr td {
      padding: 5px;
      font-size: 14px;
    }
  }

  /* 02 */
  #content-02 table tr th,
  #content-02 table tr td {
    width: 50%;
  }
  #content-02 table tbody td ul {
    list-style-type: disc;
    font-weight: normal;
  }
  #content-02 .content-select {
    background: #e5f6fc;
    border: 1px solid #7fa6d0;
  }
  

  @media screen and (max-width: 767px) {
    #content-02 table {
      width: 620px;
    }
  }

  /* 03 */
  #content-03 .list-style-check {
    padding-left: 0 !important;
    font-weight: normal;
  }
  #content-03 .list-style-check li {
    position: relative;
    padding-left: 1.5em;
  }
  #content-03 .list-style-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #004da1;
  font-weight: bold;
  }

  /* 04 */
  #content-04 table tbody td.title-bold {
    font-weight: 700;
    width: 15%;
  }
  #content-04 table tbody td.spec {
    white-space: nowrap;
  }
  #content-04 table tbody td ul {
    list-style-type: disc;
    font-weight: normal;
  }

  @media screen and (max-width: 767px) {
    #content-04 table {
      width: 800px;
    }
  }
  
  /* 05 */
  #content-05 table tbody td.spec {
    white-space: nowrap;
  }
  #content-05 table tbody td ul {
    list-style-type: disc;
    font-weight: normal;
  }
  .caution-txt{
    margin-top: 1em;
    font-size: 80%;
  }

  @media screen and (max-width: 1000px) {
    .content-section .table-wrapper {
      overflow-x: auto;
    }
  }
  @media screen and (max-width: 767px) {
    #content-05 table {
      width: 1000px;
    }
  }
  
  /* beginner-set */
  .beginner-set-accessory {
    margin: 20px 0 30px;
  }
  .beginner-set-wrap{
    width:100%;
    margin: 2em auto;
  }
  .beginner-set-outer{
    display:flex;
    gap:20px;
    width:100%;
  }
  .beginner-set{
    /* width:calc((100% - 40px) / 3); */
    width:100%;
    background:#fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.2);
    padding:20px;
    display:flex;
    flex-direction: column;
    justify-content: start;
    align-items: stretch;
    gap:20px;
  }
  .beginner-set > * {
    flex-basis: 100%;
  }
  .p-gamingpc-for-beginner__title {
    font-size: 36px;
  }
  .beginner-set-top {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    gap:10px;
  }
  .beginner-set-top > * {
    display:flex;
    flex-direction: column;
    justify-content: center;
  }
  .beginner-set-btm .c-button--primary-blue {
    margin: auto;
    width: calc(100% - 50px);
    max-width: 800px;
  }
  .beginner-set-price strong {
    color: #e43344;
  }
  .beginner-set-price strong::after {
    content:'円';
    font-size: .5em;
  }
  .ml-5 {
    margin-left: -.5em;
  }

  @media screen and (max-width: 767px) {
    .beginner-set-wrap{
      width:100%;
      padding-bottom:5px;
    }
    .beginner-set-outer{
    }
    .beginner-set{
      flex-direction: column;
    }
    .beginner-set > * {
      flex-basis: 100%;
    }
    .p-gamingpc-for-beginner__title {
      font-size: 22px;
    }
    .beginner-set-top {
      flex-direction: column;
    }
    .beginner-set-btm .c-button--primary-blue {
      width: 100%;
    }
  }

  .beginner-set-btm,
  .beginner-set-price-box{
    display:flex;
    flex-direction: column;
    gap:10px;
  }
  .beginner-set-img{
    margin:auto;
    flex-basis:50%;
  }
  .beginner-set-img img{
    width:100%;
  }
  .beginner-set-name{
    font-weight:700;
    font-size:clamp(12px, 0.659rem + 0.45vw, 16px);
    line-height:1.2;
    padding-bottom:1em;
  }
  .beginner-set-spec {
    width: 100%;
  }
  .beginner-set-spec th,
  .beginner-set-spec td{
    padding:5px;
    text-align:left;
    border-bottom:1px dotted #ccc;
  }
  .beginner-set-spec{
    border-top:1px dotted #ccc;
  }
  .beginner-set-spec th{
    font-size:clamp(10px, 0.58rem + 0.23vw, 12px);
    white-space: nowrap;
  }
  .beginner-set-spec td{
    font-size:clamp(10px, 0.534rem + 0.45vw, 14px);
  }
  .level_benchmark {
    white-space: nowrap;
  }
  .score_and_levels .icon_info::before {
    width: 0.5em;
  }
  .beginner-set .c-button{
    width:100%;
  }
  .beginner-set .c-button:hover{
    cursor: pointer;
  }

  .beginner-set-point {
    padding: 1em;
    background: linear-gradient(45deg, #00a2e6, #F07DFF);
    position: relative;
    border-radius: 10px;
    color: #fff;
    font-size:clamp(12px, 0.659rem + 0.45vw, 16px);
    line-height:1.4;
  }
  .beginner-set-point dt{
    position: relative;
    font-size:clamp(10px, 0.534rem + 0.45vw, 14px);
    width: fit-content;
    margin: 0 auto 10px auto;
    padding: 0 10px;
    line-height:1;
  }
  .beginner-set-point dt::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #fff;
    transform: rotate(-20deg);
  }
  .beginner-set-point dt::after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #fff;
    transform: rotate(20deg);
  }
  .beginner-set-price-box{
    padding:20px;
    background: #e5f6fc;
    border-radius: 10px;
    text-align: center;
  }
  .beginner-set-price{
    font-size:clamp(16px, 0.955rem + 0.23vw, 18px);
    font-weight:500;
  }
  .beginner-set-price strong{
    font-size:1.4em;
    padding-left:0.2em;
    padding-right:0.2em;
    font-weight:800;
  }
  .beginner-set-price small{
    font-size:clamp(12px, 0.705rem + 0.23vw, 14px);
  }
  .beginner-set-smbc,
  .beginner-set-shipment{
    font-size:clamp(10px, 0.58rem + 0.23vw, 12px);
    line-height:1.6;
  }
  .beginner-set-smbc{
    margin-left:-0.5em;
  }
  .beginner-set-smbc img,
  .beginner-set-shipment img{
    vertical-align: middle;
  }
  .p-gamingpc-for-beginner__icon {
    max-height: 1em;
  }
  .c-link--blue02 {
    color: #004da1;
    text-decoration: underline;
    transition: all .2s;
  }

  /* 07 */
  #content-07 .list-style-disc {
    font-weight: normal;
  }

  /* FAQ */
  .p-top-faq__list {
    font-weight: normal;
    interpolate-size: allow-keywords;
    display: flex;
    flex-wrap: wrap;
  }

  .p-top-faq__list-item {
    width: calc(100% - 20px);
    height: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
  }

  .p-top-faq__list .p-top-faq__list-item:first-of-type {
    border-top: 1px solid #f1f1f1;
    ;
  }

  .p-top-faq__list-item details summary {
    cursor: pointer;
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
    list-style: none;
    position: relative;
    display: block;
    align-items: center;
    padding-left: 8px;
  }

  .p-top-faq__list-item details summary::after {
    position: absolute;
    top: calc((100% - 16px) / 2);
    right: 25px;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    content: "";
    border-right: 2px solid rgb(72, 72, 72);
    border-bottom: 2px solid rgb(72, 72, 72);
    border-color: rgb(72, 72, 72);
    transition: transform 0.4s;
  }

  .p-top-faq__list-item details[open] summary::after {
    transform: rotate(-135deg);
  }

  .p-top-faq__list-item details summary::-webkit-details-marker {
    display: none;
  }

  .p-top-faq__list-item details summary span {
    font-weight: bold;
    font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
    line-height: 1;
    color: #004da1;
    padding-right: 10px;
    position: relative;
    top: 0px;
  }

  .p-top-faq__list-item details {
    &::details-content {
      transition: height 0.4s, opacity 0.4s, content-visibility 0.4s allow-discrete;
      height: 0;
      opacity: 0;
      overflow: hidden;
    }

    &[open]::details-content {
      opacity: 1;
      height: auto;
    }
  }

  .p-top-faq__list-item-body {
    margin-top: 20px;
    line-height: 1.8;
  }

  .p-top-faq__list-item-body div {
    margin: 0;
    /* background: #e5f6fc; */
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    font-size: 14px;
  }

  .p-top-faq__list-item-body .qanda-link {
    color: #00a2e6;
    text-decoration: underline;
  }

  .p-top-faq__list-item-body .qanda-link:hover {
    color: #80d1f3;
  }


  @media screen and (max-width: 767px) {
    .p-top-faq__list {
      width: 100%;
      margin: 0 auto;
      padding: 0;
    }

    .p-top-faq__list-item {
      width: 100%;
      font-size: 14px;
      padding: 20px 0px;
    }

    .p-top-faq__list-item details summary {
      font-size: 14px;
      padding-right: 30px;
      grid-template-columns: 36px 1fr;
      text-indent: -40px;
      padding: 0 40px 0;
    }

    details summary span {
      font-size: 24px;
    }

    .p-top-faq__list-item details summary::after {
      right: 10px;
      width: 8px;
      height: 8px;
    }

    .search-result-top-footer-wrapper {
      padding: 20px 0px;
    }

    .p-top-faq__list-item details summary {
      font-size: 14px;
      text-indent: -27px;
      padding: 0 25px 0 30px;
    }

    .p-top-faq__list-item details summary span {
      font-weight: bold;
      font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
      line-height: 1;
      color: #004da1;
      padding-right: 5px;
      position: relative;
      top: 0px;
    }

  }

  /* banner */
  .tips-banner-list{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-bottom:30px;
    padding-left: 0 !important;
  }
  .tips-banner-list img{
    width:100%;
    object-fit: contain;
  }
  .tips-banner-list .banner-title {
    font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
    font-weight: normal;
    line-height: 1.3;
    margin: 10px 0;
  }
  .tips-banner-list li a{
    cursor: pointer;
  }    
  .tips-banner-list li:hover{
    transform: translateY(-2px);
  }
  @media screen and (max-width: 767px) {
    .tips-banner-list{
      grid-template-columns:repeat(1,1fr);
      gap:10px;
      margin-bottom:10px;
    }
  }

/*-------------------------------
追加改修
--------------------------------*/
.lead-txt{
  font-size:clamp(16px, 0.818rem + 0.91vw, 24px);
  font-weight:700;
}
/*------------
目次
--------------*/
summary {
  display: block;
  list-style: none;
}
summary:hover{
  cursor: pointer;
}
summary::-webkit-details-marker {
  display:none;
}


  .p-gamepc-compact__index {
      padding: 20px 10px;
  }
  .p-gamepc-compact__index__inner {
      flex-direction: column;
      gap: 0;
  }
  .p-gamepc-compact__index__title {
    position:relative;
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right:40px;
  }
  .p-gamepc-compact__index__title::after{
    position:absolute;
    content:'';
    right:20px;
    top:calc((100% - 17.3px) / 2);
    width: 20px;
    height: 17.3px;
    background:#222;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    transition: 0.3s all;
  }
  details[open] .p-gamepc-compact__index__title.p-gamepc-compact__index__title::after{
    transform: rotate(180deg);
  }
  .p-gamepc-compact__index__title img{
    max-width: 160px;
  }
  .p-gamepc-compact__index__table{
    margin-top:20px;
  }

/*------------
パーツ比較図
--------------*/
.parts-comparison{
  background:#f6f6f6;
  border-radius: 10px;
  width:100%;
  padding:20px 10px 10px 10px;
  margin:clamp(20px, 0.795rem + 2.27vw, 40px) 0;
}
.parts-comparison h3{
  font-size:clamp(16px, 0.818rem + 0.91vw, 24px);
  text-align:center;
  font-weight:700;
  line-height:1.2;
  margin-bottom:10px;
}

.parts-comparison-wrap{
  display:flex;
  gap:10px;
}
.parts-comparison-wrap > div{
  flex:1;
}
.parts-comparison-wrap > div img{
  width:100%;
  object-fit: contain;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .parts-comparison-wrap{
    flex-direction: column;
    gap:10px;
  }
}
/*------------
PC比較図
--------------*/
.pc-comparison{
  background:#00A2E6;
  border-radius: 10px;
  width:100%;
  padding:20px 10px 10px 10px;
  margin:clamp(20px, 0.795rem + 2.27vw, 40px) 0;
}
.pc-comparison h4{
  font-size:clamp(16px, 0.818rem + 0.91vw, 24px);
  text-align:center;
  font-weight:700;
  line-height:1.2;
  margin-bottom:10px;
  color:#fff;
}
.pc-comparison .comparison-ttl{
  font-size:clamp(14px, 0.648rem + 1.14vw, 24px);
  font-weight:700;
  color:#004da1;
  letter-spacing:-0.05em;
}
.pc-comparison ul{
  text-align:left;
  width:fit-content;
  margin:auto !important;
}
.pc-comparison ul li{
  line-height:1.2;
  margin-top:5px;
}
.pc-comparison-wrap{
  display:flex;
  gap:10px;
}
.pc-comparison-wrap > div{
  flex:1;
  background:#fff;
  border-radius: 5px;
  padding:20px;
  text-align:center;
}
.pc-comparison-wrap > div img{
  margin:0 auto 10px auto;
  width:50%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .pc-comparison-wrap > div img{
    width:70%;
  }
  .pc-comparison-wrap > div{
    padding:10px;
  }
}

/*------------
セクション内
sec-sub-block
--------------*/
.sec-sub-block + .sec-sub-block{
  margin-top:clamp(40px, 1.591rem + 4.55vw, 80px);
}

.content-section .u-pc-width .sec-sub-block ul{
  margin:20px 0;
}

.img-block{
  width:60%;
  margin:clamp(20px, 0.795rem + 2.27vw, 40px) auto 0;
}

@media screen and (max-width: 767px) {
  .img-block{
    width:100%;
  }
}


/*-----------------------------------------------
周辺機器
------------------------------------------------*/

.device-list-wrap {
  margin-top: 20px;
  width: 100%;
}

.device-list {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-left:0 !important;
}

.device-list img{
  width:100%;
}

.device-list li {
  position: relative;
  width: calc((100% - (10px*4)) / 5);
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #eaeaea;
}

.device-list .device-ttl {
  margin-bottom: 10px;
  text-align: center;
}

.device-list .device-ttl a {
  font-weight: 700;
  color: #001e60;
}

.device-list .device-ttl a:hover {
  opacity: 0.8;
}

.device-list .device-card {
  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.device-name {
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: clamp(14px, 0.83rem + 0.23vw, 16px);
}

.device-image {
  width: 80%;
  margin: auto;
}

.device-stkname {
  display: inline;
  width: fit-content;
  line-height: 1;
  padding: 0.4em 1em 0.25em 1em;
  border-radius: 2em;
  color: #e43344;
  border: 1px solid #e43344;
  font-size: clamp(12px, 0.705rem + 0.23vw, 14px);
}

.device-price {
  font-weight: 700;
  font-size: clamp(12px, 0.705rem + 0.23vw, 14px);
  letter-spacing: 0.1em;
}

.device-price .main_price {
  font-size: clamp(18px, 1.057rem + 0.34vw, 21px);
}

.device-block .c-button {
  width: 100%;
  border-radius: 3em;
  height: 40px;
}

.device-block .c-button::after {
  right: 16px;
}

.device-list .device-copy {
  font-size: 14px;
  text-align: center;
  min-height: 40px;
}

@media screen and (max-width: 767px) {
  .device-list-wrap {
    padding-bottom: 5px;
    overflow-x: auto;
  }

  .device-list {
    justify-content: flex-start;
  }

  .device-list li {
    width: 210px;
    padding: 10px;
  }

  .device-block .c-button {
    font-size: 12px;
  }

  .device-list .device-card {
    width: 190px;
  }
}

/*-----------------------------------------------
購入前ボタン
------------------------------------------------*/
.before-buy-list{
  display:flex;
  gap:20px;
}
.before-buy-list li{
  flex:1;
}
.before-buy-list li img{
  width:100%;
  border:1px solid #004da1;
}

.before-buy-list li a:hover{
  cursor: pointer;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .before-buy-list{
    gap:10px;
  }
}
