@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn,
.copyRightIn {
	width: 980px;
	margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

em {
	font-style: normal;
}
img {
	image-rendering: -webkit-optimize-contrast;
}

.releasedate {
	width: 980px; 
	font-size: 11px; 
	color: #333;
	text-align: right;
	margin: 50px auto 100px; 
}


/*==============================================
 .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;
}


/*==============================================
 看板
============================================= */
.mainTitle {
	width: 100%;
	height: 590px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/09_nec/mainimg.jpg) no-repeat center top;
	padding: 50px 0 0 15px;
	box-sizing: border-box;
}
h1 {
	width: 574px;
	height: 205px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/09_nec/maintitle.png) no-repeat 0 0;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: 0 auto;
}
.lead {
	width: 870px;
	font-size: 17px;
	line-height: 2;
	margin: 50px auto 0;
}
.lead em {
	font-weight: 700;
}
.lead a {
	font-weight: 700;
	color: #4469cd;
	border-bottom: 1px dotted #4469cd;
	transition: all ease .3s;
}
.lead a:hover {
	color: #e4ca6b;
	border-color: #e4ca6b;
}

#office {
	width: 980px;
	height: 30px;
	font-size: 14px;
	color: #999;
	margin: 0 auto;
	padding: 30px 0;
}
#office span {
	display: inline-block;
	width: 214px;
	height: 30px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/09_nec/logo_office.png) no-repeat 0 -2px;
	text-indent: -999em;
	font-size: 0;
	vertical-align: middle;
	z-index: 1;
	margin-right: 40px;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	width: 870px;
	margin: 50px auto 0;
}
.innerbnr {
	width: 870px;
	margin: 100px auto 110px;
}

.topbnr a,
.innerbnr a {
	display:block;
	width: 870px;
	height: 124px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/09_nec/innerbnr.jpg) no-repeat 0 0;
	position: relative;
}
.topbnr a span:first-child,
.innerbnr a span:first-child {
	display:block;
	font-size: 0;
	text-indent: -9999em;
}
.topbnr a span + span,
.innerbnr a span + span {
	display:block;
	width: 240px;
	height: 46px;
	background: #001e6f;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 46px;
	position: absolute;
	top: 46px;
	right: 0;
	transition: all ease .3s;
}
.topbnr a span + span:after,
.innerbnr a span + span:after {
	content: "";
	display: block;
	width: 6px;
	height: 9px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/09_nec/icon_arrow.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 1.5em;
	margin-top: -4px;
}
.topbnr a:hover span + span,
.innerbnr a:hover span + span {
	background: #fabe00;
}


/*==============================================
 目次
============================================= */
.menu {
	width: 870px;
	margin: 80px auto 0;
}
.menu ul {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/09_nec/icon_index.png) no-repeat 0 0;
	margin: auto;
	padding: 0 0 0 125px;
}
.menu li {
	font-size: 14px;
	line-height: 1.1;
	margin-bottom: 1.3em;
}
.menu li a {
	transition: all ease .3s;
}
.menu li a em {
	display: inline-block;
	font-weight: 700;
}
.menu li a em:after {
	content: "▼";
	font-size: 9px;
	vertical-align: 2px;
	margin: 0 1.8em 0 2em;
}
.menu li a:hover {
	opacity: .6;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	border-top: 1px solid #333;
	margin: 100px auto 0;
	padding-top: 85px;
}
.paragraph h2 {
	width: 870px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: .05em;
	margin: 0 auto 60px;
}
.paragraph h2 em {
	display: block;
	font-size: 26px;
	margin-bottom: 20px;
}
.paragraph h3 {
	font-size: 30px;
	font-weight: 700;
	margin: 85px auto 60px;
}
.paragraphIn {
	width: 870px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 17px;
	line-height: 2;
	margin: 0 0 30px;
}
.paragraphIn p em {
	font-weight: 700;
}

#article04 {
	background: #f3f3f3;
	border: 0;
	padding-bottom: 1px;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 870px;
	margin: 80px auto;
	overflow: hidden;
}
.imgBox div {
	overflow: hidden;
}
.imgBox a {
	display: block;
	width: 420px;
	float: left;
}
.imgBox a:nth-of-type(2) {
	float: right;
}
.imgBox img {
	display: block;
	width: 100%;
}
.imgBox a img {
	transition: all ease .3s;
}
.imgBox a:hover img {
	opacity: .8;
}
.imgBox .cap {
	font-size: 14px;
	line-height: 1.8;
	margin: 25px 0 0;
}
.imgBox .cap.right {
	width: 420px;
	margin-top: -2px;
	float: right;
}

.w600,
.w600 a {
	width: 600px;
	float: none;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	background: #f3f3f3;
	margin: 0 auto;
	padding: 40px 0 100px;
}
.productBox .prd {
	width: 940px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding-left: 35px;
	box-sizing: border-box;
}
.productBox .prd img {
	width: 499px;
	float: right;
}
.productBox .prd dl {
	float: left;
	margin-top: 65px;
}
.productBox .prd dt {
	font-size: 38px;
	font-weight: 700;
	color: #001e6f;
}
.productBox .prd dt small {
	display: block;
	font-size: 17px;
	color: #333;
	margin-bottom: 1em;
}
.productBox .prd dd {
	display:block;
	width: 380px;
	height: 50px;
	background: #001e6f;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	margin-top: 25px;
	position: relative;
	transition: all ease .3s;
}
.productBox .prd dd:after {
	content: "";
	display: block;
	width: 6px;
	height: 9px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/09_nec/icon_arrow.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 4em;
	margin-top: -4px;
}
.productBox .prd dd:hover {
	background: #fabe00;
}

.productBox table {
	width: 870px;
	table-layout: fixed;
	background: #fff;
	margin: -30px auto 0;
	z-index: 1;
	position: relative;
}
.productBox table th {
	background: #e8e8e8;
	border: 1px solid #aaa;
	vertical-align: middle;
	box-sizing: border-box
}
.productBox table tr th:first-child {
	width: 160px;
	border-right: 0;
	padding: 1em;
}
.productBox table th.model {
	background: #fff;
	border-left: 0;
	text-align: center;
	vertical-align: bottom;
	padding: 25px 0;
}
.productBox table th.model dt {
	font-size: 30px;
	font-weight: 700;
	color: #001e6f;
	padding-bottom: 20px;
	position: relative;
}
.productBox table th.model dt small {
	display: block;
	width: 120px;
	height: 16px;
	background: #e8e8e8;
	font-size: 12px;
	font-weight: 400;
	color: #333;
	line-height: 15px;
	margin: 0 auto 10px;
}
.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;
	width: 280px;
	height: 40px;
	background: #001e6f;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 39px;
	margin: 15px auto 0;
	position: relative;
	transition: all ease .3s;
}
.productBox table th.model dd:after {
	content: "";
	display: block;
	width: 6px;
	height: 9px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/09_nec/icon_arrow.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 2.5em;
	margin-top: -4px;
}
.productBox table th.model dd:hover {
	background: #fabe00;
}
.productBox table td {
	border: 1px solid #aaa;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	padding: .8em .5em .9em;
}
.productBox table th + td {
	border-left: 0;
}


/*==============================================
 キャンペーン
============================================= */
#campaign {
  width: 980px;
  font-family: 'Yu Gothic UI', 'Segoe UI', SegoeUI, 'Meiryo UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #505050;
  font-size: 16px;
  line-height: 1.6;
  margin: 100px auto 0;
}
#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.sp {
  display: none;
}

#campaign .section {
  font-size: 16px;
  padding: 30px 0;
  position: relative;
}
#campaign .section_title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin: 0 0 30px;
  color: #fff;
  background: #505050;
}
#campaign .hero {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}
#campaign .copy .title {
  font-size: 28px;
  line-height: 1.7;
  color: #0078d4;
  text-align: center;
  font-weight: bold;
}
#campaign .tabs {
  display: flex;
  border-bottom: 4px solid #0078d4;
  margin: 0 0 60px;
}
#campaign .tabs > .tab_btn {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  color: #505050;
  flex: 1;
  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 {
  float: left;
  width: calc(100% - 464px);
  color: #0078d4;
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 50px;
}
#campaign .feature_content .img {
  float: right;
  width: 464px;
  margin: 60px 0 0;
}
#campaign .feature_content .desc {
  float: left;
  width: calc(100% - 464px);
  padding: 0 30px 0 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#campaign .feature_content .desc .sh {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 5px;
}


