@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn {
	width: 930px;
	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;
}

.forSP {
	display: none;
}

.releasedate {
	width: 930px; 
	font-size: 11px; 
	color: #333;
	text-align: right;
	margin: 100px auto 0; 
}

/*==============================================
 看板
============================================= */
.mainTitleWrap {
	position: relative;
}
.mainTitleWrap:before {
	content: "";
	display: block;
	width: 100%;
	height: 440px;
	background: linear-gradient(to right, #308cfe 50%, #44bfff 50%);
}
.mainTitle {
	width: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/02_ideapad/mainimg.jpg) no-repeat center top;
	margin: 0 auto;
	padding-top: 50px;
	position: absolute;
	top: 0;
}
h1 {
	width: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/02_ideapad/maintitle.png) no-repeat center top;
	height: 450px;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}
.lead {
	width: 930px;
	margin: 60px auto 0;
}
.lead p {
	font-size: 15px;
	line-height: 2;
}
.lead a {
	color: #1780fe;
}
.lead a:hover {
	color: #59c6ff;
}
.lead p.note {
	font-size: 11px;
	margin-top: 15px;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	width: 830px;
	margin: 50px auto 0;
}
.topbnr a {
	display:block;
	height: 70px;
	background: #ef4188;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 74px;
	position: relative;
	transition: all ease .3s;
}
.topbnr a em {
	display: inline-block;
	font-size: 24px;
	vertical-align: middle;
	padding: 0 8px;
}
.topbnr a:after {
	content: "▼";
	display: block;
	position: absolute;
	top: 0;
	right: 20px;
	transform: rotate(-90deg);
}
.topbnr a:hover {
	background: #dd005a;
}

.innerbnr {
	width: 930px;
	margin: 100px auto 0;
}
.innerbnr a {
	display: block;
	height: 150px;
	background: #fff;
	border: 1px solid #333;
	color: #333;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.innerbnr a:after {
	content: "";
	display: block;
	width: 400px;
	height: 148px;
	background: #ef4188;
	position: absolute;
	top: 0;
	right: -92px;
	transform: skewX(-23deg);
	transition: all ease .3s;
}
.innerbnr a:hover:after {
	background: #dd005a;
}
.innerbnr a dl {
	padding: 40px 0 0 30px;
}
.innerbnr a dd {
	font-size: 13.5px;
}
.innerbnr a dt {
	font-size: 40px;
	font-weight: bold;
	margin-top: 20px;
}
.innerbnr a dt span {
	display: inline-block;
	width: 120px;
	height: 36px;
	background: #1881fe;
	font-size: 24px;
	color: #fff;
	line-height: 38px;
	text-align: center;
	vertical-align: 7px;
	margin-right: 5px;
}
.innerbnr a div {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	position: absolute;
	top: 30px;
	right: 13px;
	z-index: 1;
}
.innerbnr a div:after {
	content: "";
	display: block;
	width: 55px;
	height: 12px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/02_ideapad/arrow.png) no-repeat 0 0;
	position: absolute;
	top: 75px;
	right: 10px;
}
.innerbnr a img {
	display: block;
	position: absolute;
	top: 20px;
	right: 122px;
	z-index: 1;
}


/*==============================================
 目次
============================================= */
.menu {
	background: #f0f0f0;
	margin: 60px auto 0;
	padding: 45px 0 43px;
}
.menu dl {
	display: table;
	width: 930px;
	margin: auto;
}
.menu dt {
	display: table-cell;
	width: 180px;
	font-size: 23px;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 5px;
}
.menu dt:before {
	content: "≡";
	font-size: 25px;
	vertical-align: middle;
	padding-right: 8px;
}
.menu dd {
	display: table-cell;
	vertical-align: middle;
}
.menu dd a {
	display: block;
	font-size: 14px;
	line-height: 2;
}
.menu dd a:before {
	content: "▼";
	font-size: 12px;
	color: #1881fe;
	vertical-align: 1px;
	margin-right: 10px;
}
.menu dd a:hover {
	opacity: .6;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	margin: 0 auto;
	padding: 60px 0 100px;
}
.paragraph h2 {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 70px;
}
.paragraph h2 em {
	display: block;
	font-size: 21px;
}
.paragraph h2 em:after {
	content: "▼";
	display: block;
	font-size: 13px;
	color: #1881fe;
	margin: 0 auto 18px;
}
.paragraphIn {
	width: 930px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 16px;
	line-height: 2.1;
	margin: 0 0 30px;
}
.paragraphIn p em {
	background: linear-gradient(transparent 60%, #c9e2ff 40%);
	font-weight: bold;
}

#article02,
#article04 {
	background: #f0f0f0;
}
#article03 {
	padding-top: 70px;
}
#article05 {
	min-height: 700px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/02_ideapad/matome_bg.jpg) no-repeat center 0;
	padding-top: 100px;
}
#article05 h2 {
	text-shadow:
		3px 3px 10px #fff,
		-3px 3px 10px #fff,
		-3px -3px 10px #fff,
		3px -3px 10px #fff;
}
#article05 p {
	text-shadow:
		2px 2px 10px #fff,
		-2px 2px 10px #fff,
		-2px -2px 10px #fff,
		2px -2px 10px #fff,
		1px 1px 15px #fff,
		-1px 1px 15px #fff,
		-1px -1px 15px #fff,
		1px -1px 15px #fff;
}
#article05 h2 em {
	display: none;
}
#article05 p em {
	background: linear-gradient(transparent 60%, #bfe67a 40%);
	text-shadow: none;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 930px;
	margin: 90px auto;
	overflow: hidden;
}
.imgBox div {
	overflow: hidden;
}
.imgBox a {
	display: block;
	width: 450px;
	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: 13px;
	line-height: 1.8;
	margin: 25px 0 0;
}
.imgBox .cap.right {
	width: 450px;
	margin-top: -2px;
	float: right;
}
.imgBox strong {
	display: block;
	border-left: 8px solid #1881fe;
	font-size: 20px;
	margin-bottom: 12px;
	padding: 3px 0 0 10px;
}

.w640,
.w640 a {
	width: 640px;
	float: none;
}
.w640 div a {
	float: left;
}
.w640 div a,
.w640 div .cap.right {
	width: 300px;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 930px;
	margin: 0 auto;
}
.productBox .spec {
	border: 2px solid #ddd;
}
.productBox table {
	width: 100%;
	table-layout: fixed;
}
.productBox th {
	background: #ddd;
	border-bottom: 2px solid #fff;
	box-sizing: border-box;
}
.productBox tr:nth-of-type(1) th:nth-of-type(n+2) {
	width: 345px;
	background: #fff;
	border-bottom: 2px solid #ddd;
	text-align: center;
	padding: 32px 0 28px;
}
.productBox tr:nth-of-type(1) th:nth-of-type(2) {
	position: relative;
}
.productBox tr:nth-of-type(1) th:nth-of-type(2):before {
	content: "レビュー機";
	display: block;
	width: 70px;
	height: 70px;
	background: rgba(24,129,254,.7);
	border-radius: 70px;
	font-size: 12px;
	color: #fff;
	line-height: 72px;
	text-align: center;
	position: absolute;
	top: 28px;
	left: 20px;
}
.productBox th {
	background: #ddd;
	padding: 12px 12px 10px 12px;
}
.productBox td {
	text-align: center;
	border-bottom: 2px solid #ddd;
	padding: 12px 12px 10px 12px;
	box-sizing: border-box;
}
.productBox tr th:nth-of-type(3),
.productBox tr td:nth-of-type(n+2) {
	border-left: 2px solid #ddd;
}
.productBox tr:last-child * {
	border: 0;
}
.productBox a {
	display: block;
	text-align: center;
	margin: auto;
}
.productBox a strong {
	display: block;
	font-size: 20px;
	color: #1881fe;
}
.productBox a dt {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin: 20px auto 0;
}
.productBox a dd {
	width: 290px;
	height: 40px;
	background: #ef4188;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 42px;
	margin: 13px auto 0;
	position: relative;
	transition: all ease .3s;
}
.productBox a dd:after {
	content: "▼";
	display: block;
	font-size: 11px;
	position: absolute;
	top: 0;
	right: 10px;
	transform: rotate(-90deg);
}
.productBox a dd:hover {
	background: #dd005a;
}


/*==============================================
 アンケート
============================================= */
.questionnaire {
	margin: 100px auto 0;
}




