@charset "shift_jis";

/*==============================================
 common
============================================= */
.menu {
	display:none;
}
img {
	display: block;
	width: 100%;
	height: auto;
}

#header {
	border-bottom: #ededed solid 1px;
}
#footer {
	margin-top: 1rem;
}
.copyRight {
	border-top: 1px solid #ededed;
}
.pageTop {
	width: 40px;
	height: 40px;
	right: 10px;
	background-size: 40px;
	border-radius: 50%;
}

em {
	font-style: normal;
}

.releasedate {
	font-size: 0.85rem; 
	color: #333;
	padding: 2rem 1.5em;
}


/*==============================================
 .noto
============================================= */
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: 400;
}
/* medium */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Medium.woff);
    font-weight: 500;
}
/* bold */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: 700;
}

#contents {
	font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.01em;
}


/*==============================================
 看板
============================================= */
h1 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/09_nec/sp_mainimg.jpg) no-repeat center top;
	background-size: 100%;
	font-size: 0;
	text-indent: -999em;
	margin: 0 auto;
	padding-top: 79.54%;
}
#office {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/09_nec/sp_logo_office.png) no-repeat center top;
	background-size: 100%;
	font-size: 0;
	text-indent: -999em;
	margin: 0 auto;
	padding-top: 18.18%;
}

.lead {
	font-size: 1.2rem;
	line-height: 1.8;
	margin-top: 2rem;
	padding: 0 2rem;
}
.lead em {
	font-weight: 700;
}
.lead a {
	font-weight: 700;
	color: #4469cd;
	border-bottom: 1px dotted #4469cd;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	margin-top: 2rem;
}
.topbnr a,
.innerbnr a {
	display: block;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/09_nec/sp_innerbnr.jpg) no-repeat center top;
	background-size: 100%;
	font-size: 0;
	text-indent: -999em;
	margin: 0 auto;
	padding-top: 26.43%;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph p {
	font-size: 1.3rem;
	line-height: 1.8;
	margin-top: 3rem;
}
.paragraphIn > p:first-child {
	margin-top: 1.5rem;
}
.paragraph .cap {
	font-size: 1.1em;
	line-height: 1.6;
	margin-top: 1rem !important;
}
.paragraphIn p em {
	font-weight: 700;
}

.paragraph {
	border-top: 1px solid #333;
	transition: background-color .2s, border-top-color .2s;
}
.paragraphIn {
	padding: 0 2rem;
}
.spAccordion {
	display: none;
}
#article04 {
	border-bottom: 1px solid #333;
}
#article04 .spAccordion {
	padding-bottom: 3rem;
}
.paragraph h2 {
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: bold;
	padding: 1.6rem 2rem 1.7rem 2rem;
	position: relative;
}
.paragraph h2 span {
	display: block;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.paragraph h2:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 1.8rem;
	left: 2.2rem;
	width: 8px;
	height: 8px;
	margin: auto;
	transition: transform .2s ease, opacity .2s ease;
	transform: rotate(45deg);
	vertical-align: middle;
	border-bottom: 4px solid #bbb;
	border-right: 4px solid #bbb;
}
.paragraph.active h2:after {
	top: 2.1rem;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.paragraph h2 em {
	display: block;
	font-size: 1.3rem;
	margin-bottom: .4rem;
	padding-left: 2rem;
}
.paragraph h3 {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: bold;
	margin: 3rem auto -.5rem;
}
.paragraph h2 br,
.paragraph h3 br {
	display: none;
}


/*==============================================
 画像
============================================= */
.imgBox {
	margin: 3.5rem auto 3rem;
}
.imgBox a {
	display: block;
}
.imgBox a + a {
	margin-top: 1rem;
}
.imgBox strong {
	display: block;
	border-left: .6rem solid #1881fe;
	font-size: 1.6rem;
	margin-bottom: .8rem;
	padding: .2rem 0 0 .5rem;
}

/*==============================================
 製品紹介
============================================= */
.productBox {
	background: #f3f3f3;
	padding: 1rem 2rem 4rem;
}
.productBox a img {
	width: 100%;
	margin: 2rem auto 0;
}
.productBox .prd dt {
	font-size: 2.6rem;
	font-weight: 700;
	color: #001e6f;
	line-height: 1.3;
	text-align: center;
	margin-top: -3rem;
}
.productBox .prd dt small {
	display: block;
	font-size: 1.4rem;
	color: #333;
}
.productBox .prd dd {
	background: #001e6f;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	margin: 1rem auto 0;
	padding: 1.3rem 1.7rem 1.4rem 1.3rem;
	position: relative;
}
.productBox .prd dd:after {
	content: "▼";
	display: inline-block;
	font-size: .7rem;
	transform: rotate(-90deg);
	position: absolute;
	top: 50%;
	margin: -.35rem 0 0 1.5rem;
}

.productBox table {
	width: 140vw;
	table-layout: fixed;
	background: #fff;
	margin: 3rem auto 0;
}
.productBox table br {
	display: none;
}
.productBox table th {
	background: #e8e8e8;
	border: 1px solid #aaa;
	vertical-align: middle;
	box-sizing: border-box
}
.productBox table tr th:first-child {
	width: 16%;
	border-right: 0;
	padding: 1em .8rem;
}
.productBox table th.model {
	background: #fff;
	border-left: 0;
	text-align: center;
	vertical-align: bottom;
	padding: 1.5rem 1.2rem;
}
.productBox table th.model dt {
	font-size: 2rem;
	font-weight: 700;
	color: #001e6f;
	padding-bottom: 20px;
	position: relative;
}
.productBox table th.model dt small {
	display: block;
	width: 6rem;
	background: #e8e8e8;
	font-size: .9rem;
	font-weight: 400;
	color: #333;
	line-height: 1;
	margin: 0 auto .5rem;
}
.productBox table th.model dt:after {
	content: "";
	width: 34px;
	height: 12px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/09_nec/icon_colors.gif) no-repeat center 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -17px;
}
.productBox table th.model dd {
	display:block;
	height: 3rem;
	background: #001e6f;
	font-size: .9rem;
	color: #fff;
	text-align: center;
	line-height: 2.9rem;
	margin: .8rem auto 0;
	position: relative;
}
.productBox table th.model dd:after {
	content: "▼";
	display: inline-block;
	font-size: .6rem;
	transform: rotate(-90deg);
	position: absolute;
	top: 0;
	margin-left: .5rem;
}
.productBox table td {
	border: 1px solid #aaa;
	text-align: center;
	vertical-align: middle;
	padding: .8em .8em .9em;
}
.productBox table th + td {
	border-left: 0;
}


/*==============================================
 キャンペーン
============================================= */
#campaign {
  font-family: 'Yu Gothic UI', 'Segoe UI', SegoeUI, 'Meiryo UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #505050;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
#campaign a {
  color: #0078d4;
  transition: opacity 0.2s;
  text-decoration: underline;
}
#campaign a:hover {
  opacity: 0.8;
}
#campaign img {
  height: auto;
  max-width: 100%;
}
#campaign br.pc {
  display: none;
}

#campaign .section {
  font-size: 16px;
  padding: 15px 0;
  position: relative;
}
#campaign .section_title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px;
  margin: 0 0 30px;
  color: #fff;
  background: #505050;
}
#campaign .hero {
  width: 100vw;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: -20px;
  margin-bottom: 15px;
}
#campaign .copy .title {
  font-size: 18px;
  line-height: 1.8;
  color: #0078d4;
  text-align: center;
  font-weight: bold;
}
#campaign .tabs {
  display: flex;
  margin: 0 0 30px;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#campaign .tabs > .tab_btn {
  background: #e5e5e5;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 20px 10px;
  width: calc(50% - 5px);
  color: #505050;
  box-sizing: border-box;
  flex: none;
  text-decoration: none;
}
#campaign .tabs > .tab_btn:hover,
#campaign .tabs > .tab_btn.active {
  background: #0078d4;
  color: #fff;
  cursor: pointer;
}
#campaign .tabs > .tab_btn:hover {
  opacity: .8;
}
#campaign .tab_contents {
  margin: 0 0 30px;
}
#campaign .tab_content {
  display: none;
}
#campaign .tab_content.active {
  display: block;
}
#campaign .feature_content {
  overflow: hidden;
}
#campaign .feature_content .title {
  width: auto;
  color: #0078d4;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 20px;
}
#campaign .feature_content .img {
  width: auto;
  margin: 0 0 20px;
}
#campaign .feature_content .desc {
  width: auto;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#campaign .feature_content .desc .sh {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 5px;
}

#campaign .feature_content .desc .txt {
  font-size: 15px;
}








/*----- .scroll -----*/
.scroll {
	overflow: auto;
	padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}



