@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*---------------------------------------------------

自分だけのオンリーワンパソコンをつくろう！
～はじめてのゲーミングPC編～

Copyright (c) THIRDWAVE CORP. All Rights Reserved.  
----------------------------------------------------*/

/*レスポンシブ対応は各ブロックに記載してください*/

/*-------------------------------------
　・目次
　・目次
　
　2021.04.30作成
---------------------------------------*/

/*-------------------------------------
　ページ基本設定
---------------------------------------*/
.column2R #main {
  float: none;
  width: auto;
}
#lp_page {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  margin: 0 auto 40px;
  position: relative;
  width: 970px;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 55px;
}
#pagetop a {
  color: #fff;
  background-color: #333;
  border-radius: 6px;
  display: block;
  font-size: 12px;
  line-height: 1.8;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 479px){
  #lp_page {
    font-size: 1rem;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}

/*-------------------------------------
　見出し
---------------------------------------*/
.mainCtn h2 {
  border: 10px solid #ffa500;
  font-size: 3.375rem;/*54px*/
  font-weight: 700;
  margin: 40px 0 160px;
  line-height: 1.2;
  padding: 24px 30px;
  position: relative;
}
.mainCtn h2 em {
  font-size: 1.5rem;/*24px*/
  line-height: 2;
}
.mainCtn h2 span {
  position: absolute;
  right: 20px;
  bottom: 0;
}
.mainCtn h2 span img {
  width: 240px;
}
.mainCtn h3 {
  background-color: #ffa500;
  font-size: 1.875rem;/*30px*/
  margin-bottom: 16px;
  padding: 14px 20px;
  position: relative;
}
.mainCtn h3 span {
  position: absolute;
  right: 20px;
  bottom: 0;
}
.mainCtn h3 span img {
  width: 150px;
}
.mainCtn h4 {
  border-bottom: 4px solid #ffa500;
  font-size: 1.375rem;/*22px*/
  margin-bottom: 20px;
  padding-bottom: 6px;
  padding-left: 1em;
  position: relative;
}
.mainCtn h4::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 34px;
  background-image: url("/5info/img/bto_manga/bg_h3_decoration.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  left: 0;
}
@media screen and (max-width: 479px){
  .mainCtn h2 {
    border: 6px solid #ffa500;
    font-size: 2.4rem;
    margin: 0 0 100px;
    padding: 4%;
  }
  .mainCtn h2 em {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .mainCtn h2 span {
    right: 0%;
    width: 42%;
  }
  .mainCtn h2 span img {
    width: 100%;
  }
  .mainCtn h3 {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .mainCtn h3 span {
    right: 2%;
    width: 35%;
  }
  .mainCtn h4 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

/*-------------------------------------
　コンテンツ
---------------------------------------*/
#episode1,#episode2,#episode3,#episode4,#episode5 {
  margin-bottom: 150px;
}
.mangaCtn {
  margin-bottom: 20px;
}
.feature + .feature {
  margin-top: 60px;
}

/*episode2*/
ol.number {
  counter-reset: count 0;
}
ol.number li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
}

/*episode3*/
.customizePoint {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customizePoint h5 {
  font-size: 1.375rem;/*22px*/
  margin-bottom: 10px;
  padding-left: 2em;
  position: relative;
}
.customizePoint h5.icoCpu::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("/5goods_pc/img/icon/ico_cpu.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.customizePoint h5.icoVga::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("/5goods_pc/img/icon/ico_vga.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.customizePoint h5.icoMemory::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("/5goods_pc/img/icon/ico_memory.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.customizePoint h5.icoStorage::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("/5goods_pc/img/icon/ico_ssd.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.customizePoint h5.icoPower::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("/5goods_pc/img/icon/ico_power.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.customizePoint + .customizePoint {
  margin-top: 30px;
}
.customizePoint {
  border-bottom: 1px dashed #c0c0c0;
  padding-bottom: 30px;
}
.customizePoint dt {
  width: 25%;
}
.customizePoint dd {
  width: 75%;
}

/*episode4、episode5*/
.flowImg {
  margin-top: 20px;
  text-align: center;
}
.flowImg img {
  border: 4px solid #1063a8;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 20px;
}
.flow {
  margin-bottom: 100px;
  position: relative;
}
.flow::before {
  border-color: #ffa500 transparent transparent transparent;
  border-style: solid;
  border-width: 25px 25px 0px 25px;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -63px;
  left: 50%;
  margin-left: -25px;
  height: 25px;
  width: 25px;
}

/*episode6*/
.categoryLink {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.categoryLink li {
  width: 48%;
}
.categoryLink li:nth-child(-n+2) {
  margin-bottom: 20px;
}
.categoryLink li a {
  background-color: #40c5ec;
  border: 4px solid #0080BD;
  border-radius: 30px;
  display: block;
  color: #fff;
  font-size: 1.25rem;/*20px*/
  font-weight: 600;
  letter-spacing: 1px;
  padding: 16px 40px;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}
.categoryLink li a:hover {
  background-color: #fff;
  color: #0080BD;
}
.categoryLink li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 6%;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #fff;
  transition: 0.3s;
}
.categoryLink li a:hover:before {
  border-left: 6px solid #0080BD;
}

@media screen and (max-width: 479px){
  /*episode3*/
  .customizePoint {
    display: block;
  }
  .customizePoint dt {
    text-align: center;
    width: 100%;
  }
  .customizePoint dd {
    width: 100%;
  }
  
  /*episode4、episode5*/
  .flowImg img {
    padding: 6px;
  }

  /*episode6*/
  .categoryLink {
    display: block;
  }
  .categoryLink li {
    width: 100%;
  }
  .categoryLink li:nth-child(-n+3){
    margin-bottom: 30px;
  }
  .categoryLink li a {
    font-size: 1rem;
    padding: 3% 10%;
  }
}
