@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn,
.copyRightIn {
	width: 1000px;
	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;
}


/*==============================================
 .noto
============================================= */
/* light */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Light.woff);
    font-weight: 300;
}
/* 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;
}


#mainContents {
	background: #fff;
	font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
	letter-spacing: 0.06em;
	font-feature-settings: "palt"1;
	color: #333;
}

.releasedate {
	width: 830px; 
	font-size: 11px; 
	text-align: right;
	margin: 90px auto 0; 
}

/*==============================================
 看板
============================================= */
.mainTitle {
	width: 100%;
	height: 460px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_ideapad/maintitle.webp) no-repeat center 0;
	margin: 0 auto;
}
h1 {
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}
.lead {
	width: 830px;
	margin: 50px auto 0;
}
.lead p {
	font-size: 16px;
	line-height: 2;
}
.lead p a {
	font-weight: 700;
	color: #4b68a1;
	border-bottom: 1px dotted #4b68a1;
}
.lead p a:hover {
	border-bottom: 1px dotted #fff;
}


/*==============================================
 バナー
============================================= */
a.topbnr {
	display:block;
	width: 520px;
	height: 56px;
	background: linear-gradient(90deg, #3b527e 0%, #8a98be 50%, #c5b3d0 80%);
	background-size: 200% 100%;
	border-radius: calc(1px/0);
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 56px;
	position: relative;
	transition: all ease .3s;
	margin: 50px auto 0;
}
a.topbnr:after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	transform: rotate(-45deg);
	margin: auto;
}
a.topbnr:hover {
	background-position: 50% 0;
}
.innerbnr {
	margin: 90px auto 0;
}
.innerbnr a {
	display: block;
	width: 838px;
	height: 168px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_ideapad/innerbnr.webp) no-repeat 0 0;
	margin: auto;
	position: relative;
}
.innerbnr a dt {
	text-indent: -999em;
	font-size: 0;
}
.innerbnr a dd {
	width: 500px;
	height: 40px;
	background: linear-gradient(90deg, #3b527e 0%, #8a98be 50%, #c5b3d0 80%);
	background-size: 200% 100%;
	border-radius: calc(1px/0);
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	position: absolute;
	left: 56px;
	bottom: 26px;
	transition: all ease .3s;
}
.innerbnr a dd:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	transform: rotate(-45deg);
	margin: auto;
}
.innerbnr a dd:hover {
	background-position: 50% 0;
}


/*==============================================
 目次
============================================= */
.menu {
	width: 830px;
	border-top: 3px solid #d7d7d7;
	border-bottom: 3px solid #d7d7d7;
	margin: 60px auto 70px;
	padding: 22px 0;
}
.menu dl {
	display: table;
	width: 830px;
	margin: auto;
}
.menu dt {
	display: table-cell;
	width: 175px;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
}
.menu dd {
	display: table-cell;
	vertical-align: middle;
}
.menu dd a {
	display: block;
	font-size: 14px;
	color: #333;
	margin: 1.3em auto;
	transition: all ease .3s;
}
.menu dd a em {
	display: inline-block;
	width: 150px;
	font-weight: 500;
	color: #4b68a1;
	position: relative;
}
.menu dd a em:before {
	content: "▼";
	display: inline-block;
	font-size: 9px;
	color: #4b68a1;
	vertical-align: 2px;
	margin-right: 1em;
}
.menu dd a em:after {
	content: "・・・";
	display: inline-block;
	font-size: 14px;
	color: #b0b0b0;
	right: 1.4em;
	position: absolute;
}
.menu dd a:hover {
	opacity: .6;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	margin: auto;
	padding: 90px 0;
}
.paragraph h2 {
	font-size: 33px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 70px;
}
.paragraph h2 em {
	display: block;
	font-size: 20px;
	color: #4b68a1;
	margin-bottom: 14px;
}
.paragraphIn {
	width: 830px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 16px;
	line-height: 2;
	margin: 0 0 30px;
}
.paragraphIn p em {
	font-weight: 700;
}

#article01,
#article03 {
	background: #f2f2f2;
}
#article04 {
	width: 100%;
	background: #f2f2f2;
	position: relative;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#article04:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_ideapad/matome_bg.webp) no-repeat 0 0;
	background-size: 100%;
	filter: blur(5px);
	position: absolute;
	top: -3px;
	bottom: -3px;
	z-index: 1;
}
#article04 .wrap {
	width: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_ideapad/matome_bg.webp) no-repeat center 0;
	z-index: 1;
	margin: auto;
	position: relative;
	padding: 100px 0;
}
#article04:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent 80%, #f2f2f2 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
#article04 h2 {
	font-size: 34px;
	color: #4b68a1;
	margin-bottom: 60px;
	position: relative;
	z-index: 2;
}
#article04 h2 em {
	display: none;
}
#article04 p {
	text-shadow: 0 0 10px #fff, -3px 0 5px #fff, 0 -3px 5px #fff, 3px 0 5px #fff, 0 3px 5px #fff;
	position: relative;
	z-index: 2;
}


/*==============================================
 囲み
============================================= */
.column {
	background: #fff;
	border: 6px solid #c7c7c7;
	margin: 90px auto;
	padding: 70px 80px;
}
.column h3 {
	font-size: 26px;
	font-weight: 700;
	color: #d9bc32;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 50px;
}
.column h3 span {
	display: block;
}
.column a {
	display: block;
	height: 98px;
	background: #42438e;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 98px;
	position: relative;
	transition: all ease .3s;
}
.column a:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 8px;
	left: 0;
}
.column a:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 8px;
	left: 0;
}
.column a span:after {
	content: "";
	display: inline-block;
	width: 17px;
	height: 19px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_ideapad/arrow.svg) no-repeat 0 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 34px;
	margin: auto;
}
.column a:hover {
	background: #705b9b;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 830px;
	margin: 80px auto;
	overflow: hidden;
}
.imgBox div {
	overflow: hidden;
}
.imgBox a {
	display: block;
	width: 400px;
	float: left;
}
.imgBox a:nth-of-type(2) {
	float: right;
}
.imgBox img {
	display: block;
	max-width: 100%;
	margin: auto;
}
.imgBox a img {
	transition: all ease .3s;
}
.imgBox a:hover img {
	opacity: .8;
}
.imgBox .cap {
	font-size: 13px;
	line-height: 1.8;
	margin: 20px 0 0;
}
.imgBox strong {
	display: block;
	font-size: 18px;
	margin-bottom: 20px;
}

.w600,
.w600 a {
	width: 600px;
	float: none;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 100%;
	background: #f2f2f2;
	margin: auto;
	padding: 30px 0 80px;
}
.productBox h2 {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.productBox table {
	width: 830px;
	margin: 30px auto 0;
}
.productBox table {
	background: #fff;
	border: 1px solid #acacac;
}
.productBox thead th {
	border-right: 1px solid #acacac;
	text-align: center;
	padding: 1.3em 0 1.8em;
}
.productBox thead th:first-child {
	background: #e9ebee;
	border: 0;
}
.productBox thead th img {
	width: 190px;
}
.productBox thead th dt {
	font-size: 25px;
	font-weight: 700;
	margin-top: .3em;
}
.productBox thead th dt small {
	display: inline-block;
	background: #dbdfe5;
	font-size: 12px;
	font-weight: 500;
	vertical-align: .4em;
	padding: .3em .4em .4em;
	margin-right: .5em;
}
.productBox thead th dd {
	width: 260px;
	height: 35px;
	background: linear-gradient(90deg, #3b527e 0%, #8a98be 50%, #c5b3d0 80%);
	background-size: 200% 100%;
	border-radius: calc(1px/0);
	font-size: 12px;
	color: #fff;
	line-height: 34px;
	position: relative;
	transition: all ease .3s;
	margin: 1em auto 0;
}
.productBox thead th dd:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 14px;
	transform: rotate(-45deg);
	margin: auto;
}
.productBox thead th dd:hover {
	background-position: 50% 0;
}

.productBox tbody th {
	width: 160px;
	background: #e9ebee;
	border-top: 1px solid #acacac;
	font-weight: 500;
	padding: .8em 1em;
	box-sizing: border-box;
}
.productBox tbody td {
	border-top: 1px solid #acacac;
	font-weight: 300;
	line-height: 1.5;
	text-align: center;
	padding: .8em 1em;
}
.productBox tbody td + td {
	border-left: 1px solid #acacac;
}



.questionnaire {
	padding-top: 20px;
}
