@charset "shift_jis";

/*==============================================
 common
============================================= */
.menu {
	display:none;
}
img {
	display: block;
	width: 100%;
}

#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;
}


/*==============================================
 看板
============================================= */
h1 {
	padding-top: 94.44%;
	margin: 0 auto;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/02_ideapad/sp_mainimg.jpg) no-repeat center top;
	background-size: 100%;
	text-indent: -999em;
	font-size: 0;
}

.lead p {
	font-size: 1.2rem;
	line-height: 1.8;
	margin-top: 1.5rem;
	padding: 0 1.5rem;
}
.lead a {
	color: #1780fe;
	text-decoration: underline;
}
.lead p.note {
	font-size: .9rem;
	margin-top: 1rem;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	padding: 1.5rem;
}
.topbnr a {
	display: block;
	background: #ef4188;
	box-sizing: border-box;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	padding: .7rem 1.5rem .9rem;
	position: relative;
}
.topbnr a em {
	display: block;
	font-size: 5vw;
	font-weight:bold;
}
.topbnr a:after {
	content: "▼";
	display: inline-block;
	font-size: .9rem;
	margin-top: -.7rem;
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: rotate(-90deg);
}

.innerbnr a {
	display: block;
	width: 100%;
	height: 0;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/02_ideapad/sp_innerbnr14.jpg) no-repeat center top;
	background-size: 100%;
	text-indent: -999em;
	font-size: 0;
	padding-top: 27.95%;
}
.innerbnr a img {
	display: none;
}
#article04 .innerbnr a {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/23/02_ideapad/sp_innerbnr156.jpg);
}


/*==============================================
 コンテンツ
============================================= */
.paragraph p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 2.5rem;
}
.paragraphIn > p:first-child {
	margin-top: 1rem;
}
.paragraph .cap {
	font-size: 1.1em;
	line-height: 1.6;
	margin-top: 1rem !important;
}
.paragraphIn p em {
	background: linear-gradient(transparent 60%, #c9e2ff 40%);
	font-weight: bold;
}

.paragraph {
	background: #f0f0f0;
	border-top: 1px solid #ccc;
	transition: background-color .2s, border-top-color .2s;
}
#article05 {
	border-bottom: 1px solid #ccc;
}
.spAccordion {
	display: none;
	padding: 0 1.2rem 2rem;
}
.paragraph h2 {
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	padding: 1.7rem 1.5rem 1.4rem 2.3rem;
	position: relative;
}
.paragraph h2 span {
	display: block;
	padding-left: 26px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.paragraph h2:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 20px;
	width: 8px;
	height: 8px;
	margin: auto;
	transition: transform .2s ease, opacity .2s ease;
	transform: rotate(45deg);
	vertical-align: middle;
	border-bottom: 4px solid #ccc;
	border-right: 4px solid #ccc;
}
.paragraph.active h2:after {
	top: 3px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.paragraph h2 em {
	display: block;
	font-size: 1.3rem;
	color: #1881fe;
	margin-bottom: .5rem;
}
.paragraph h3 {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: bold;
	margin: 3rem auto 0;
}
.paragraph h2 br,
.paragraph h3 br {
	display: none;
}


/*==============================================
 画像
============================================= */
.imgBox {
	margin: 2.5rem auto;
}
.imgBox a {
	display: block;
}
.imgBox a + a {
	margin-top: 1rem;
}
.imgBox strong {
	display: block;
	border-left: .6rem solid #1881fe;
	font-size: 1.4rem;
	margin-bottom: .8rem;
	padding: .2rem 0 0 .5rem;
}
.imgBox a.w80 img {
	display: block;
	width: 80%;
	margin: auto;
}



/*==============================================
 製品紹介
============================================= */
.productBox {
	background: #fff;
	padding: 2rem 1.5rem 1rem;
}
.productBox .forSP {
	font-size: 1.5rem;
	font-weight: bold;
	color: #666;
	text-align: center;
	margin-bottom: 1rem;
}
.productBox .spec {
	border: 2px solid #ddd;
}
.productBox table {
	table-layout: fixed;
	background: #fff;
}
.productBox th {
	width: 16%;
	background: #ddd;
	border-bottom: 2px solid #fff;
	font-size: .8rem;
	box-sizing: border-box;
}
.productBox tr:nth-of-type(1) th:nth-of-type(n+2) {
	width: 42%;
	background: #fff;
	border-bottom: 2px solid #ddd;
	text-align: center;
	vertical-align: top;
	padding: 1.2rem .8rem 1rem;
	box-sizing: border-box;
}
.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: 50px;
	height: 50px;
	background: rgba(24,129,254,.7);
	border-radius: 50px;
	font-size: 8px;
	color: #fff;
	line-height: 52px;
	text-align: center;
	position: absolute;
	top: .6rem;
	left: -.5rem;
}
.productBox a img {
	width: 90%;
	margin: .5rem auto 0;
}
.productBox th {
	background: #ddd;
	padding: .8rem .5rem;
}
.productBox td {
	text-align: center;
	border-bottom: 2px solid #ddd;
	padding: .8rem .5rem;
	box-sizing: border-box;
}
.productBox td br {
	display: none;
}
.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: 1.1rem;
	color: #1881fe;
}
.productBox a dt {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.3;
	margin-top: .5rem;
}
.productBox a dd {
	background: #ef4188;
	font-size: .85rem;
	color: #fff;
	line-height: 1.3;
	text-align: left;
	margin: .5rem auto 0;
	padding: .5rem .8rem .4rem;
}
.productBox a dd:after {
	content: "▼";
	display: inline-block;
	font-size: .5rem;
	vertical-align: .1rem;
	transform: rotate(-90deg);
	margin: 0 0 0 .3rem;
}




/*----- .scroll -----*/
.scroll {
	overflow: auto;
	padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}



