@charset "utf-8";

/*------------------------------------------
共通
general-desk
------------------------------------------*/
:root{
  --gap-s: clamp(10px, 0.398rem + 1.14vw, 20px);
  --gap-m: clamp(20px, 0.795rem + 2.27vw, 40px);
  --gap-l: clamp(50px, 1.989rem + 5.68vw, 100px);
} 
.general-desk .contents-section{
  position:relative;
  width:100%;
  padding:var(--gap-m) 0;
  text-align:center;
}
.general-desk .contents-section.bkg-dark{
  background:#484848;
  color:#fff;
}
.general-desk .contents-section.bkg-mid-gray{
  background:#999;
  color:#fff;
}
.general-desk .contents-section.bkg-gray{
  background:#f6f6f6;
}
.general-desk .contents-section.bkg-mid-gray .c-button--primary-white,
.general-desk .contents-section.bkg-dark .c-button--primary-white{
  color:#484848;
}
.general-desk .contents-section-inner{
  position:relative;
  width:calc(100% - 30px);
  max-width:1140px;
  margin:auto;
  text-align:left;
}
.general-desk .ttl-h2{
  font-weight:700;
  font-size:clamp(18px, 0.898rem + 1.14vw, 28px);
  line-height: 1.2;
  margin-bottom:var(--gap-s);
}
.general-desk .ttl-h3{
  font-weight:700;
  font-size:clamp(16px, 0.864rem + 0.68vw, 22px);
  line-height: 1.2;
  margin-bottom:var(--gap-s);
}
.general-desk .ttl-h4{
  font-weight:600;
  line-height: 1.2;
}
.general-desk strong{
  font-weight:700;
}
.general-desk p{
  font-size:clamp(12px, 0.659rem + 0.45vw, 16px);
  line-height: 1.6;
}
.general-desk .lead-txt{
  font-size:clamp(14px, 0.784rem + 0.45vw, 18px);
}
.general-desk .ttl-h2 + .lead-txt{
  margin-top:calc((var(--gap-s) / 2) * -1);
}
.general-desk img{
  width:100%;
  margin:auto;
  object-fit: contain;
}
.general-desk .c-button{
  width:100%;
}

/*------------------------------------------
キービジュアル
kv
------------------------------------------*/
.general-desk .kv{
  width:100%;
  padding:20px 0;
  background: #fff url(../images/bg-kv.webp) no-repeat top center / cover;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.general-desk .kv-wrap{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.general-desk .kv-txt{
  width:100%;
  display:flex;
  flex-direction: column;
  gap:10px;
}
.general-desk .kv-logo{
  width: 20%;
  max-width: 200px;
}
.general-desk h1{
  font-weight:900;
  font-size:clamp(24px, 0.955rem + 2.73vw, 48px);
}
.general-desk .kv-txt{
  font-weight:500;
  font-size:font-size:clamp(14px, 0.784rem + 0.45vw, 18px);
}

@media screen and (max-width: 767px) {
  .general-desk .kv{
    padding:20px 0;
    background: #fff url(../images/bg-kv-sp.webp) no-repeat top center / cover;
  }
  .general-desk .kv-wrap{
    flex-direction: column;
  }
  .general-desk .kv-txt{
    width:100%;
  }
}

/*------------------------------------------
Pickupキーワード
contents-pickup-keyword
------------------------------------------*/
.contents-pickup-keyword {
  padding: 15px 0;
}
.pickup-keyword {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  padding-left: 200px;
  position: relative;
  gap: 1rem;
  font-size: 14px;
}
.pickup-keyword::before {
  margin: 0;
  padding: 1rem 2rem 1rem 1rem;
  content: "Pickupキーワード";
  background: #00a2e6;
  display: block;
  color: #fff;
  clip-path: polygon(calc(100% - 1rem) 0, 100% 50%, calc(100% - 1rem) 100%, 0 100%, 0 0);
  position: absolute;
  top: 0;
  left: 0;
  font-size:clamp(14px, 0.83rem + 0.23vw, 16px);
}
.pickup-keyword a {
  white-space:nowrap;
}

@media screen and (max-width: 767px) {
  .contents-pickup-keyword {
    padding: 30px 0;
  }
  .pickup-keyword {
    padding: 0;
  }
  .pickup-keyword::before {
    padding: .5rem;
    position: relative;
    width: 100%;
  }
}

/*------------------------------------------
ケースから選ぶ
contents-select-case
------------------------------------------*/
.select-case-upper{
  display:flex;
  gap:var(--gap-s);
}
.select-case-middle{
  margin-top:var(--gap-s);
  display:flex;
  gap:var(--gap-s);
}
.select-case-lower{
  margin-top:var(--gap-s);
  display:flex;
  gap:var(--gap-s);
}
.select-case-upper li,
.select-case-middle li,
.select-case-lower li{
  flex:1;
}
.select-case .select-case-inner{
  position:relative;
  display:flex;
  width:100%;
  height:100%;
  align-items: center;
}
.select-case .select-ttl{
  font-weight:700;
  font-size:clamp(16px, 0.818rem + 0.91vw, 24px);
  line-height:1.2;
}
.select-case .select-txt{
  font-size:clamp(12px, 0.659rem + 0.45vw, 16px);
}
.select-case-lower strong{
  color:#af0c91;
}
.general-desk .select-case .c-button{
  border:none;
  border-radius:8px;
  padding:10px 40px 10px 10px;
  height:100%;
}

/*上段*/
.select-case-upper .select-case-inner .select-img{
  width:40%;
}
.select-case-upper .select-case-inner .select-txt-block{
  width:60%;
}

/*中段*/
.select-case-middle .select-case-inner .select-img{
  width:20%;
}
.select-case-middle .select-case-inner .select-txt-block{
  width:calc(80% - 10px);
  display:flex;
  gap:10px;
  align-items: center;
}
.select-case-middle .c-button--primary-blue {
  background-color:#2699dc;
}

/*下段*/
.select-case-lower .select-case-inner .select-img{
  width:15%;
  width: 150px;
}
.select-case-lower .select-case-inner .select-ttl{
  font-size:clamp(18px, 0.943rem + 0.91vw, 26px);
  letter-spacing:0.1em;
}
.general-desk .select-case.select-case-lower .c-button{
  padding:10px 40px;
}
.select-case-lower .select-case-inner .select-txt-block{
  width:75%;
  display:flex;
  flex-direction: column;
  gap:5px;
}
.select-case-lower .select-case-inner .select-txt{
  font-size:clamp(12px, 0.614rem + 0.68vw, 18px);
  line-height:1.2;
  font-weight:600;
}
.select-case-lower .select-case-inner .select-catch{
  font-size:clamp(16px, 0.773rem + 1.14vw, 26px);
  line-height:1.2;
  font-weight:700;
}


@media screen and (max-width: 767px) {
  /*上段*/
  .select-case-upper{
    flex-direction: column;
  }
  .select-case-upper .select-case-inner .select-img{
    width:30%;
  }
  .select-case-upper .select-case-inner .select-txt-block{
    width:70%;
  }
  /*中段*/
  .select-case-middle .select-case-inner{
    flex-direction: column;
    gap: 0;
  }
  .general-desk .select-case.select-case-middle .c-button{
    padding:10px;
  }
  .general-desk .select-case.select-case-middle .c-button::after{
    right:10px;
  }
  .select-case-middle .select-case-inner .select-img{
    width:50%;
  }
  .select-case-middle .select-case-inner .select-txt-block{
    width:100%;
    flex-direction:column;
    gap: 0;
    text-align:center;
  }
  .select-case.select-case-middle .select-ttl{
    font-size:14px;
  }
  /*下段*/
  .general-desk .select-case.select-case-lower .c-button {
    padding: 10px;
  }
  .select-case-lower .select-case-inner .select-txt-block{
    width:60%;
  }
  .select-case-lower .select-case-inner .select-img{
    width:40%;
    padding-right:10%;
  }
}

/*--バナー--*/
.banner-wrapper{
  margin-top:var(--gap-s);
  width:100%;
}
.banner-wrapper a:hover{
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}

/*------------------------------------------
スペックから選ぶ
contents-select-spec
------------------------------------------*/

.select-spec-upper{
  display:grid;
  grid-template-columns: repeat(2,1fr);
  gap:var(--gap-s);
}

.select-spec-upper .c-button--primary-white {
  color: #484848;
  border-radius:8px;
  border-color: #484848;
  font-weight:600;
  font-size: clamp(14px, 0.739rem + 0.68vw, 20px);
}

.select-spec-upper .c-button--primary-white::before {
  background-color: #eee;
  opacity: 1;
}

.select-spec-upper .c-button--primary-white::after {
  border-color: #a3a3a3;
}

.select-spec-upper details {
  position: relative;
}

.select-spec-upper details summary::-webkit-details-marker {
  display: none;
}

.select-spec-upper details summary.c-button--primary-white {
  cursor: pointer;
  gap: 0.5em;
}

.select-spec-upper details summary.c-button--primary-white::after {
  transform: rotate(45deg);
  transition: 0.3s all;
}
.select-spec-upper details ul {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 2;
  width: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
  opacity: 0;
  border-radius: 10px;
  overflow: hidden;
}

.select-spec-upper details[open] ul {
  opacity: 1;
}

.select-spec-upper details[open] summary.c-button--primary-white {
  background: #ececec;
}

.select-spec-upper details[open] summary.c-button--primary-white::after {
  transform: rotate(-135deg);
}

.select-spec-upper details[open] ul li .c-button--primary-white {
  border: none;
  border-radius: 0;
  justify-content: flex-start;
  padding-left: 1em;
  font-weight:500;
}

.select-spec-upper details[open] ul li:nth-child(even) .c-button--primary-white {
  background: #f6f6f6;
}

@media screen and (max-width:767px) {
  .select-spec-upper .c-button--primary-white {
    padding: 11px;
    border-color: #ececec;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    line-height: 1;
    align-items: center;
    gap: 2px;
    white-space: nowrap;
    border-radius: 5px;
    height: 40px;
  }
  
  .select-spec-upper details[open] ul li .c-button--primary-white {
    height: 45px;
  }
  .select-spec-upper .c-button--primary-white::after {
    display: none;
  }

  .select-spec-upper .c-button--primary-white-spec {
    padding: 6px 11px;
    align-items: center;
  }

  .select-spec-upper details{
    height: 100%;
  }
  
  .select-spec-upper details ul {
    top: 40px;
  }

  .select-spec-upper details summary.c-button--primary-white {
    flex-direction: column;
    text-align: center;
    height: 40px;
  }
  .select-spec-upper details summary.c-button--primary-white .u-pc-hide{
    display: flex;
    flex-direction: column;
    gap: 0.5em;
  }
  
  .select-spec-upper details summary.c-button--primary-white::after {
    display: block;
    right: 8px;
  }

  .select-spec-upper details summary.c-button--primary-white strong {
    font-size: 16px;
  }

  .select-spec-upper details[open] ul li .c-button--primary-white {
    font-size: 14px;
  }

  .select-spec-upper details[open] ul li .c-button--primary-white::after {
    display: block;
    right: 15px;
  }
}

/*絞り込み検索*/
.select-spec-lower{
  margin-top:var(--gap-s);
}
.select-spec-lower details {
  width:100%;
}
.select-spec-lower details summary::-webkit-details-marker {
  display: none;
}
.select-spec-lower details summary::-webkit-details-marker {
  display: none;
}
.select-spec-lower details summary.c-button {
  position:relative;
  cursor: pointer;
  gap: 0.5em;
  border-radius:8px;
  font-weight:600;
  font-size: clamp(14px, 0.739rem + 0.68vw, 20px);
  z-index:+1;
}
.select-spec-lower details summary.c-button::after {
  transform: rotate(45deg);
  transition: 0.3s all;
}
.select-spec-lower details summary + div {
  position:relative;
  /* padding:var(--gap-m); */
  background:#fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color:#484848;
  margin-top:-8px;
  padding-top:8px;
}
@media screen and (max-width: 767px) {
  .select-spec-lower details summary.c-button {
    height:40px;
  }
}
/*------------------------------------------
ランキング
contents-ranking
------------------------------------------*/
.ranking-block{
  padding:var(--gap-m) 0;
}
.ranking-block .ttl-h3 strong{
  position:relative;
  padding:0 1em;
  margin-right:1em;
}
.ranking-block .ttl-h3 strong::before{
  position:absolute;
  content:'';
  top:0;
  left:0;
  width:2px;
  height:100%;
  background:#484848;
  transform: rotate(-10deg);
}
.ranking-block .ttl-h3 strong::after{
  position:absolute;
  content:'';
  top:0;
  right:0;
  width:2px;
  height:100%;
  background:#484848;
  transform: rotate(10deg);
}

/*ランキングブロック*/
.ranking-wrapper{
  width:100%;
}
.ranking-wrapper .ranking-list{
  width:100%;
  display:flex;
  gap:20px;
}
.ranking-wrapper .ranking-list > li{
  position:relative;
  flex: 1;
}
.ranking-wrapper .ranking-list li > a{
  position:relative;
}
.ranking-wrapper .ranking-card{
  position:relative;
  padding: 1rem;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  gap:10px;
  border:1px solid #ccc;
  background:#fff;
  width:100%;
}
.ranking-wrapper .ranking-card .card-top,
.ranking-wrapper .ranking-card .card-top-btm,
.ranking-wrapper .ranking-card .card-bottom{
  display:flex;
  flex-direction: column;
  gap:10px;
}
.ranking-wrapper .ranking-model-images{
  position:relative;
  width:100%;
}
.ranking-wrapper .ranking-model-images .ranking-model-img{
  position:relative;
  width:60%;
  margin:auto;
}
.ranking-wrapper .ranking-model-images .ranking-model-img-left{
  position:relative;
  width:60%;
  top:0;
  left:10%;
  z-index:2;
}
.ranking-wrapper .ranking-model-images .ranking-model-img-right{
  position:absolute;
  width:60%;
  top:0;
  right:0;
  z-index:1;
}
.ranking-wrapper .ranking-model-copy{
  font-size: 14px;
}
.ranking-wrapper .ranking-model-name{
  font-size: 18px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 700;
  line-height:1.2;
}
.ranking-wrapper .ranking-model-spec {
  font-size: 12px;
}
.ranking-wrapper .ranking-model-spec tr:nth-child(even) th,
.ranking-wrapper .ranking-model-spec tr:nth-child(even) td {
  background: #eee;
}
.ranking-wrapper .ranking-model-spec th,
.ranking-wrapper .ranking-model-spec td {
  padding: 0.25em 0.4em;
}
.ranking-wrapper .ranking-model-spec th {
  text-align: right;
  white-space: nowrap;
}
.ranking-wrapper .ranking-model-price{
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  margin-top: auto;
  font-size: 24px;
  font-weight: 700;
}
.ranking-wrapper .ranking-model-price .yen {
  font-size: 16px;
}

.ranking-wrapper .c-button--secondaryB-black{
  background:#000;
}

@media screen and (max-width:767px) {
  .ranking-wrapper{
    width:100%;
    padding-bottom:5px;
    overflow-x: auto;
  }
  .ranking-wrapper .ranking-list{
    width:fit-content;
    gap:10px;
  }
  .ranking-wrapper .ranking-list > li{
    width:275px;
  }
}

/*ランク*/
.ranking-list > li::before {
  position: absolute;
  display: block;
  --f: 0.5em;
  --r: 0.5em;
  border-inline: 0.5em solid #0000;
  padding: 0.2em 0.5em calc(var(--r) + 0.2em);
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - 0.5em) 100%, 50% calc(100% - var(--r)), 0.5em 100%, 0 100%);
  background: #2699dc padding-box;
  left: 0;
  top: -0.2em;
  font-size: 24px;
  color: #fff;
  z-index:+1;
}
.ranking-list > li:nth-child(1)::before {
  content: "1";
  background: #e2cc3a padding-box;
}
.ranking-list > li:nth-child(2)::before {
  content: "2";
  background: #bababa padding-box;
}
.ranking-list > li:nth-child(3)::before {
  content: "3";
  background: #e2a15c padding-box;
}
.ranking-list > li:nth-child(4)::before {
  content: "4";
  background: #aecbdf padding-box;
}

/*------------------------------------------
シリーズ
contents-series
------------------------------------------*/
.series-block{
  padding-top:var(--gap-s) ;
}
.series-block + .series-block{
  padding-top:var(--gap-m) ;
}

.series-list{
  width:100%;
  font-size:clamp(12px, 0.659rem + 0.45vw, 16px);
  color:#484848;
}
.series-list th{
  width:10%;
  padding:10px;
  background:#f6f6f6;
  border:1px solid #484848;
  font-weight:700;
  font-size:clamp(10px, 0.534rem + 0.45vw, 14px);
  text-align:center;
  vertical-align: middle;
}
.series-list td{
  width:22.5%;
  padding:10px;
  background:#fff;
  border:1px solid #484848;
  text-align:center;
  vertical-align: middle;
  font-size:clamp(12px, 0.659rem + 0.45vw, 16px);
}
.series-list thead td{
  font-size:clamp(14px, 0.784rem + 0.45vw, 18px);
  font-weight:700;
  color:#fff;
}
.series-list thead td.ttl-mini{
  background:#000;
}
.series-list thead td.ttl-slim{
  background:#333;
}
.series-list thead td.ttl-middle{
  background:#333;
}
.series-list .series-img-box{
  width:100%;
  height:100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap:5px;
}
.series-list .series-ttl{
  font-size:clamp(14px, 0.784rem + 0.45vw, 18px);
  font-weight:700;
  color:#666;
  margin-bottom:5px;
}
.series-list .series-feature{
  font-size:clamp(12px, 0.568rem + 0.91vw, 20px);
}
.series-list .series-img{
  width:40%;
  margin:auto;
}
.series-list .cpu-intel{
  color:#0070c0;
  font-weight:700;
}
.series-list .cpu-amd{
  color:#c00000;
  font-weight:700;
}
.series-list .c-button--secondaryB-black {
  width:100%;
}
.series-block .note-txt{
  width:100%;
  text-align:right;
  padding-top:5px;
}

@media screen and (max-width:767px) {
  .series-wrapper{
    width:100%;
    padding-bottom:5px;
    overflow-x: auto;
  }
  .series-list{
    width:auto;
  }
  .series-list th{
    width:100px;
    padding:5px;
    left: 0;
    position: sticky;
    z-index: 2;
  }
  .series-list td{
    width: 180px;
    padding:5px;
  }
  .series-list .series-img{
    width:70%;
  }
  .series-block .c-button::after{
    right:5px;
  }
}

/*------------------------------------------
THIRDWAVE（サードウェーブ）デスクトップPCの特長
contents-feature
------------------------------------------*/
.feature-list{
  width:100%;
  display:grid;
  grid-template-columns: repeat(2,1fr);
  gap:var(--gap-m);
  margin-top:var(--gap-m);
}

.feature-list li{
  display:flex;
  flex-direction: column;
  justify-content: space-between;
}

.feature-list .feature-ttl{
  font-size:clamp(18px, 0.989rem + 0.68vw, 24px);
  font-weight:700;
  margin-bottom:10px;
}
.feature-list .feature-txt{
  font-size:clamp(12px, 0.659rem + 0.45vw, 16px);
  line-height:1.6;
  margin-bottom:10px;
}
.feature-list .feature-img{
  width:100%;
  overflow: hidden;
  border-radius: 5px;
}

@media screen and (max-width:767px) {
  .feature-list{
    grid-template-columns: repeat(1,1fr);
  }
}


/*------------------------------------------
THIRDWAVEデスクトップPCの選び方/おすすめ
contents-howto-recommend
------------------------------------------*/
.howto-recommend-wrap{
  width:100%;
}
.howto-recommend-wrap .title-img{
 width:100%;
 background: #fff url(../images/bg-kv.webp) no-repeat top center / cover;
 padding:var(--gap-m);
 border: 1px solid #a3a3a3;
}

.howto-recommend-wrap details{
  width:100%;
  border:1px solid #484848;
}
.howto-recommend-wrap details summary{
  position: relative;
  background:#484848;
  color:#fff;
  font-weight:700;
  font-size:clamp(16px, 0.818rem + 0.91vw, 24px);
  padding:10px;
}
.howto-recommend-wrap details summary::after{
  position: absolute;
  top: calc(50% - 4px);
  right: 25px;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #fff;
  content: '';
  transform: rotate(45deg);
}
.howto-recommend-wrap details summary:hover{
  cursor: pointer;
  opacity: 0.7;
}
.howto-recommend-wrap details[open] summary::after {
    transform: rotate(-135deg);
    transition: 0.3s all;
}
.howto-recommend-wrap details[open] summaryy::-webkit-details-marker {
  display: none;
}

.howto-recommend-wrap details .contents-article {
  position: relative;
  padding:var(--gap-m);
  width: 100%;
  transition: all 0.3s;
  opacity: 0;
  overflow: hidden;
  background:#fff;
  font-size:clamp(10px, 0.534rem + 0.45vw, 14px);
}
.howto-recommend-wrap details[open] .contents-article{
  opacity: 1;
}

.howto-recommend-wrap .article-block{
  margin-top:var(--gap-m);
}
.howto-recommend-wrap .rec-h2-ttl{
  font-weight:700;
  font-size:clamp(18px, 0.989rem + 0.68vw, 24px);
}
.howto-recommend-wrap .rec-h3-ttl{
  padding-bottom:5px;
  margin-bottom:10px;
  border-bottom:1px solid #484848;
  font-size:clamp(18px, 0.989rem + 0.68vw, 24px);
  font-weight:700;
}
.howto-recommend-wrap .box-article{
  margin-top:var(--gap-s);
}
.howto-recommend-wrap .box-article.with-image{
  display:flex;
  gap: var(--gap-m);
}

.howto-recommend-wrap .box-article.with-image .article-txt{
  width:calc(90% - var(--gap-m));
}
.howto-recommend-wrap .box-article.with-image .article-img{
  width:10%;
  margin:auto;
}

.howto-recommend-wrap .rec-h4-ttl{
  margin-bottom:5px;
  font-size:clamp(16px, 0.955rem + 0.23vw, 18px);
  font-weight:600;
}
.howto-recommend-wrap .rec-h4-ttl::before{
  content:'■';
  padding-right:0.5em;
  font-size:0.8em;
}
.general-desk .howto-recommend-wrap p{
  font-size:clamp(12px, 0.705rem + 0.23vw, 14px);
}
@media screen and (max-width: 767px) {
  .howto-recommend-wrap .title-img{
    padding:var(--gap-s);
  }
  .howto-recommend-wrap details summary{
    justify-content: flex-start;
  }
  .howto-recommend-wrap details summary::after {
    right:10px;
  }
  .howto-recommend-wrap .box-article.with-image{
    flex-direction: column;
  }
  .howto-recommend-wrap .box-article.with-image .article-txt{
    width:100%;
  }
  .howto-recommend-wrap .box-article.with-image .article-img{
    width:50%;
  }
}

/*------------------------------------------
よくある質問
contents-qa
------------------------------------------*/
.faq-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.faq-list .faq-list-item {
  width: calc((100% - 20px) / 2);
  height: 100%;
  border: 1px solid #ececec;
  box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, .1);
  transition: transform .2s;
  position: relative;
  background: #fff;
}

.faq-list .faq-list-item details summary {
  cursor: pointer;
  font-size: clamp(14px, 0.784rem + 0.45vw, 18px);
}

.faq-list .faq-list-item details {
  padding: 20px 15px;
  line-height: 1.5;
  font-size: 16px;
}

.faq-list .faq-list-item-body {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .faq-list {
    width: 100%;
    margin: 0 auto;
  }

  .faq-list .faq-list-item {
    width: 100%;
  }

  .faq-list .faq-list-item details {
    padding: 20px 15px;
    line-height: 1.5;
    font-size: 14px;
  }
}

/*------------------------------------------
スタッフレビュー
contents-staff-review
------------------------------------------*/

#staff-review-content .c-headline__h2{
  display:none !important;
}
#staff-review-content > p{
  width:100% !important;
  max-width:1140px !important;
  margin:auto;
  text-align:left !important;
}

/*------------------------------------------
カテゴリ別に探してみる
contents-select-category
------------------------------------------*/
.category-link{
  width:100%;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:10px 30px;
}

.category-link .c-button--primary-white{
  width:100%;
}

@media screen and (max-width:767px){
  .category-link{
    grid-template-columns: repeat(1, 1fr);
    gap:10px;
  }
}

/*------------------------------------------
ドスパラのサービス
contents-service
------------------------------------------*/
.contents-service-card {
  margin-top:var(--gap-s);
  border: solid 1px #ececec;
  background: #e2f5fb;
  box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, .1);
  transition: transform .2s;
  position: relative;
}
.contents-service-card a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  align-items: flex-end;
}
.contents-service-card .contents-service-cont {
  width: 70%;
  padding:var(--gap-m);
}
.contents-service-card .contents-service-img {
  width: 30%;
  padding-top: 10px;
  padding-right: 5%;
}
.contents-service-card a:hover .contents-service-img{
  transform: scale(1.5);
}
.contents-service-card .contents-service-txt {
  margin-top:var(--gap-s);
  background:#fff;
  padding:10px 20px;
  display:flex;
  justify-content: space-between;
  gap:20px;
}

.contents-service-card .contents-service-txt p{
  flex:1;
  font-size:clamp(12px, 0.568rem + 0.91vw,20px);
  font-weight:700;
}
.contents-service-card .contents-service-txt p span{
  color:#004da1;
}
@media screen and (max-width:767px){
  .contents-service-card a {
    flex-direction: column;
  }
  .contents-service-card .contents-service-cont {
    width: 100%;
  }
  .contents-service-card .contents-service-img {
    width:40%;
    margin:auto;
  }
  .contents-service-card .contents-service-txt {
    padding:10px;
    gap:10px;
  }
  .contents-service-card .contents-service-txt p{
    flex:auto;
  }
}

/*------------------------------------------
開催中のキャンペーン
general-desk-banner-campaign
------------------------------------------*/
.general-desk__insize-slide{
  width: 100%;
  max-width: 1140px;
  box-sizing: border-box;
  position: relative;
  margin:auto;
}
.general-desk__insize-slide-hider{
  overflow: hidden;
}
.general-desk__insize-slide img{
  max-width: 100%;
}
.general-desk__insize-slide .swiper-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}
.general-desk__insize-slide-button{
  position: absolute;
  top: 50%;
  width: 50px;
  height: 80px;
  translate: 0 -50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.general-desk__insize-slide-button::after{
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-top: 3px solid #484848;
  border-left: 3px solid #484848;
}
.general-desk__insize-slide-button--prev{  
  left: -80px;
  z-index: 1;
}
.general-desk__insize-slide-button--next{
  right: -80px;
  z-index: 1;
}
.general-desk__insize-slide-button--prev::after{
  rotate: -45deg;
}
.general-desk__insize-slide-button--next::after{
  rotate: 135deg;
}
.general-desk__insize-slide-button.swiper-button-disabled{
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.general-desk__insize-slide-dot {
  margin-top: 15px;
  display: flex;
  gap: 6px;
}
.general-desk__insize-slide-dot .swiper-pagination-bullet {
  border-radius: unset;
  width: 100%;
  height: 4px;
  background: #000;
  flex: auto;
}
.general-desk__insize-slide-dot .swiper-pagination-bullet-active {
  background: #00a2e6;
}
@media screen and (max-width:1440px){
  .general-desk__insize-slide{
    padding: 0 50px;
  }
  .general-desk__insize-slide-button--prev{  
    left: 0px;
  }
  .general-desk__insize-slide-button--next{
    right: 0px;
  }
}
@media screen and (max-width:767px){
  .general-desk__insize-slide{
    padding: 0;
  }
  .general-desk__insize-slide-button--prev{  
    display: none;
  }
  .general-desk__insize-slide-button--next{
    display: none;
  }
}
@media screen and (max-width:428px){
  /*スライド機能をオフにして単純にスクロールさせるためのcss ブレイクポイントの数値はjsと連動させること*/
  .general-desk__insize-slide-hider{
    overflow-x: auto;
    padding-bottom: 20px;
  }
  .general-desk__insize-slide .swiper-container .swiper-wrapper{
    gap: 3vw;
  }
  .general-desk__insize-slide .swiper-container .swiper-wrapper .swiper-slide {
    width: 40vw;
  }
  .general-desk__insize-slide-hider::-webkit-scrollbar{
    background: rgba(0, 0, 0, .2);
    width: 2px;
    height: 2px;
  }
  .general-desk__insize-slide-hider::-webkit-scrollbar-thumb {
    background-color: #00a2e6;
  }
}

/*背景色が濃い時の矢印*/
.bkg-dark .general-desk__insize-slide-button::after,
.bkg-dark .general-desk__insize-slide-button::after{
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}