@charset "UTF-8";
#container {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}

#wrap-container {
  width: 100%;
  margin: 10px auto 0px auto;
  padding: 0;
}

.nextgiga-wrapper {
  width: 980px;
  margin: 0 auto;
}

.nextgiga-sp {
  display: none;
}

/* タイトル */
.title-banner {
  width: 100%;
  background-color: #F9F8E6;
}

.title-banner .title-banner-inner {
  width: 100%;
  overflow: hidden;
}

.title-banner .title-banner-inner img {
  width: 100%;
  min-width: 980px;
  max-width: 1690px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.lead-text {
  background-color: #F9F8E6;
  text-align: center;
  font-size: 1.22em;
  line-height: 1.76;
  font-weight: bold;
  padding: 24px 0 0;
}

/*　目次　*/
.pickup-area {
  background-color: #F9F8E6;
  width: 100%;
  padding: 110px 0 45px;
}

.pickup-area .pickup-area-ttl {
  font-size: 1.9em;
  color: #59BA53;
  font-weight: bold;
  text-align: center;
}

.pickup-area .pickup-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 47px auto 0;
}

.pickup-area .pickup-icon a {
  display: block;
  width: 224px;
  margin: 0 1% 2.5%;
}

.pickup-area .pickup-icon a img {
  width: 100%;
}

/* 共通スタイル */
.nextgiga-section {
  background-color: #F4FFED;
  padding: 90px 0 65px;
}

.nextgiga-section:nth-of-type(even) {
  background-color: #F8F5E6;
}

.nextgiga-section h3 {
  text-align: center;
  color: #59BA53;
  font-size: 1.5em;
}

.nextgiga-section h3 span {
  display: block;
  background-color: #59BA53;
  font-size: 1.4em;
  color: #fff;
  width: fit-content;
  margin: 0.7% auto 0;
  border-radius: 100px;
  padding: 0.4% 3.8% 0.2% 0.4%;
}

.nextgiga-section h3 span img {
  width: 70px;
  vertical-align: middle;
  padding: 0 10px 0 0;
}

.nextgiga-section .cate-link-btn {
  border: 2px solid #59BA53;
  background: #fff;
  border-radius: 100px;
  color: #59BA53;
  position: relative;
  display: block;
  width: 235px;
  margin: 16px 10px 0 auto;
  padding: 1.1% 2% 0.9% 2%;
  box-sizing: border-box;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.nextgiga-section .cate-link-btn::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 2px #59BA53;
  border-right: solid 2px #59BA53;
  position: absolute;
  top: 0;
  margin: auto 3%;
  bottom: 0;
  transform: rotate(45deg);
}

/* 製品情報 */
.product-box {
  margin: 5.7% auto 0;
  width: 98%;
}

.product-box .product-item {
  display: flex;
  margin: 0 auto 50px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
}

.product-box .product-item:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}

.product-box .product-item .main-image {
  display: block;
  width: 360px;
  height: 360px;
}

.product-box .product-item .main-image img {
  width: 100%;
}

.product-box .product-item .main-image video {
  width: 100%;
}

.product-box .product-item .detail-block {
  width: 62%;
  padding: 3px 0 0 37px;
  box-sizing: border-box;
}

.product-box .product-item .detail-block .head {
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

.product-box .product-item .detail-block .hinban {
  font-size: 1.0333em;
  margin: 2.7% 0 0;
}

.product-box .product-item .detail-block .hinban a {
  background: url(/static/images/seihin_joho/online-visitation/yaji_maru_bl.png) no-repeat 0 36%;
  color: #1C64B3;
  font-weight: bold;
  background-size: 12px;
  padding: 0 0 0 3.2%;
}

.product-box .product-item .detail-block .price {
  margin-left: 1em;
}

.product-box .product-item .detail-block .cap {
  line-height: 1.5;
  margin: 3% 0 0;
  font-size: 1.033333em;
  letter-spacing: 0.03em;
}

.product-box .product-item .detail-block .sub-image {
  margin: 3% 0 0;
}

.product-box .product-item .detail-block .sub-image img {
  width: 160px;
  margin-right: 14px;
}

.product-box .product-item .detail-block .sub-image .movie-block {
  position: relative;
  display: inline-block;
  margin-right: 14px;
}

.product-box .product-item .detail-block .sub-image .movie-block::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: url(/static/images/product/syohin_photo/thum_movie_auto.png) no-repeat;
  width: 60%;
  height: 60%;
  background-size: contain;
}

.product-box .product-item .detail-block .sub-image .movie-block video {
  width: 160px;
}

.product-sub-box {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 50px 0 50px 0;
  width: 98%;
  margin: 0 auto;
}

.product-sub-box .product-item {
  display: flex;
  width: 48%;
  margin: 0 4% 5% 0;
}

.product-sub-box .product-item:nth-of-type(even) {
  margin-right: 0;
}

.product-sub-box .product-item:nth-of-type(n+2) {
  margin-bottom: 0;
}

.product-sub-box .product-item.until-two {
  margin-bottom: 0;
}

.product-sub-box .product-item .main-image {
  width: 47.5%;
  margin: 0;
}

.product-sub-box .product-item .main-image img {
  width: 100%;
}

.product-sub-box .product-item .detail-block {
  width: 49%;
  padding: 0 0 0 4%;
  box-sizing: border-box;
}

.product-sub-box .product-item .detail-block .cap {
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.06em;
  font-size: 0.95em;
}

.product-sub-box .product-item .detail-block .hinban a {
  display: inline-block;
  background: url(/static/images/seihin_joho/online-visitation/yaji_maru_bl.png) no-repeat 0 36%;
  color: #1C64B3;
  font-weight: bold;
  background-size: 12px;
  padding: 0 0 0 1em;
  margin: 5% 0 0;
}

.product-sub-box .product-item .detail-block .hinban span {
  display: block;
  margin: 3% 0 0;
  font-size: 0.9666em;
}

.product-sub-box .product-item .detail-block .hinban span.zeinuki {
  display: inline-block;
}

/* ケース付きキーボード */
#nextgiga-keyboard {
  padding-bottom: 0;
}

/* 液晶保護フィルム */
#nextgiga-film .atn {
  text-align: right;
  font-size: 0.96em;
  margin: 21px 15px 0 0;
  letter-spacing: 0.04em;
}

.nextgiga-film-table {
  margin: 49px 0 0;
}

.nextgiga-film-table h4 {
  font-size: 1.3em;
  padding: 0 0 0 1.6%;
}

.nextgiga-film-table h4 img {
  width: 65px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.nextgiga-film-table table {
  border: 1px solid;
  border-collapse: collapse;
  width: 97%;
  margin: 0 auto;
}

.nextgiga-film-table table th {
  background-color: #f7f7f7;
  width: 28.5%;
  text-align: left;
  padding: 0 0 0 0.4%;
  font-size: 1.0333em;
}

.nextgiga-film-table table td {
  width: 71.5%;
  padding: 0.95% 1.9%;
  border: 1px solid;
  line-height: 1.6;
  background-color: #fff;
}

.nextgiga-film-table table td .hinban {
  background: url(/static/images/seihin_joho/online-visitation/yaji_maru_bl.png) no-repeat 0 36%;
  color: #1C64B3;
  font-weight: bold;
  background-size: 12px;
  padding: 0 0 0 1em;
  margin: 4% 0 0;
}

.nextgiga-film-table table td .price {
  font-size: 0.9em;
}

#Chromebook-film-table {
  border-bottom: 1px solid #ccc;
  padding: 0 0 41px;
}

#Chromebook-film-table .scroll {
  display: flex;
}

#Chromebook-film-table .scroll table {
  width: 48%;
}

#Chromebook-film-table .scroll table th {
  width: 57%;
  border: 1px solid;
  padding: 0 0 0 2%;
}

#Chromebook-film-table .scroll table td {
  width: 43%;
  padding: 1.3% 1.9%;
}

#Chromebook-film-table .scroll table td .price {
  display: block;
}

/* オーディオ変換アダプタ */
#nextgiga-adapter {
  padding-bottom: 15px;
}

#nextgiga-adapter .product-sub-box {
  border: 0;
  padding: 50px 0 0;
}

/* モバイルバッテリー */
#nextgiga-battery .product-item:last-of-type {
  border-bottom: 1px solid #ccc;
}

/* カタログ */
div#catalog-pc {
  border: 0.3em solid #9FBFE6;
  border-radius: 0.7em;
  background-color: #DBE7F5;
  padding: 30px 50px;
  margin: 0 auto 33px;
  width: 880px;
}

div#catalog-pc div.cata_left {
  float: left;
  width: 73%;
  padding-top: 2%;
}

div#catalog-pc div.cata_left p {
  font-weight: bold;
  font-size: 1.65em;
  margin-bottom: 3%;
}

div#catalog-pc div.cata_left span {
  display: block;
  font-size: 1.05em;
  line-height: 1.8;
}

div#catalog-pc div.cata_left ul {
  margin-top: 6%;
}

div#catalog-pc div.cata_right {
  float: right;
  width: 20%;
  text-align: center;
}

div#catalog-pc div.cata_right img {
  width: 100%;
}

div#catalog-pc div.cata_left ul li {
  float: left;
  width: 45%;
  padding-right: 2%;
}

div#catalog-pc div.cata_left ul li a {
  display: block;
  text-align: center;
  padding: 5%;
  background-color: #125EAA;
  color: #FFFFFF;
  font-size: 0.95em;
}

div#catalog-pc div.cata_left ul li a img {
  width: 3.8%;
  vertical-align: middle;
  margin: 0 0 0 12px;
}

/* 関連ページ */
.kanren {
  width: 980px;
  margin: 0 auto;
}

.kanren h4 {
  background-color: #205ab1;
  font-size: 1.65em;
  text-align: center;
  margin: 70px 0 0;
  padding: 20px 0;
  color: #ffffff;
}

.kanren ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 12px 0 0;
}

.kanren ul li {
  width: 230px;
  margin-bottom: 1.5%;
}

.kanren ul li a {
  display: block;
  width: 100%;
}

.kanren ul li a img {
  width: 100%;
}
