@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn,
.copyRightIn {
	width: 1030px;
	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: 1030px;
	font-size: 11px;
	color: #eee;
	text-align: right;
	margin: 80px auto;
}


#mainContents {
	background: #1e2225;
	overflow: hidden;
	position: relative;
}
#mainContents:before {
	content: "";
	display: block;
	width: 5000px;
	height: 5000px;
	background: #464e53;
	transform: rotate(54deg);
	position: absolute;
	top: -24%;
	left: -2620px;
}

/*==============================================
 看板
============================================= */
.mainTitle {
	width: 100%;
	height: 594px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/01_thinkpad/mainimg.png) no-repeat center 34px;
	position: relative;
}
.mainTitle h1,
.mainTitle p {
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}

.lead {
	width: 1030px;
	font-size: 15px;
	color: #fff;
	line-height: 2.1;
	margin: 60px auto 0;
	position: relative;
}
.lead small {
	display: block;
	font-size: 11px;
	margin-top: .2rem;
}
.lead a {
	color: #fff;
	text-decoration: underline;
}
.lead a:hover {
	text-decoration: none;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	width: 1030px;
	height: 60px;
	margin: -170px auto 120px;
	position: relative;
}
.topbnr a {
	display: block;
	width: 480px;
	height: 60px;
	background: #e2221a;
	border-radius: 60px;
	font-size: 18px;
	color: #fff;
	line-height: 62px;
	text-align: center;
	position: absolute;
	right: 5px;
	transition: all ease .3s;
}
.topbnr a:after {
	content: "▼";
	display: inline-block;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 20px;
	transform: rotate(-90deg);
}
.topbnr a:hover {
	background: #ff5722;
}

.innerbnr {
	margin: 60px auto 0;
}
.innerbnr a {
	display: block;
	width: 800px;
	height: 144px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/01_thinkpad/innerbnr_img.png) no-repeat 0 0;
	color: #fff;
	margin: auto;
}
.innerbnr a dl {
	padding: 47px 0 0 210px;
	position: relative;
}
.innerbnr a dl:after {
	content: "";
	display: block;
	width: 50px;
	height: 12px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/01_thinkpad/arrow.png) no-repeat 0 0;
	position: absolute;
	top: 48px;
	left: 718px;
}
.innerbnr a:hover dl:after {
	background-position-y: -12px;
}
.innerbnr a dt {
	font-size: 18px;
	margin-top: 1em;
}
.innerbnr a dt span {
	display: inline-block;
	width: 56px;
	height: 18px;
	background: #e2221a;
	font-size: 11px;
	line-height: 19px;
	text-align: center;
	vertical-align: 4px;
	margin: 0 8px 0 0;
}
.innerbnr a dt strong {
	font-size: 24px;
}
.innerbnr a dt br {
	display: none;
}
.innerbnr a dd {
	font-size: 15px;
}


/*==============================================
 目次
============================================= */
.menu {
	width: 930px;
	margin: 60px auto 0;
	position: relative;
}
.menu dl {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	margin: auto;
}
.menu dt {
	width: 130px;
	background: #1e2225;
	font-size: 18px;
	text-align: center;
	margin: -.5em auto 0;
}
.menu dd {
	padding: 20px 0 44px 80px;
}
.menu dd a {
	display: block;
	font-size: 14px;
	color: #fff;
	margin: 1.5em auto 0;
}
.menu dd a:hover {
	opacity: .55;
}
.menu dd a em {
	display: inline-block;
	width: 155px;
	position: relative;
}
.menu dd a em:after {
	content: "▼";
	color: #e2221a;
	position: absolute;
	right: 3em;
}



/*==============================================
 コンテンツ
============================================= */
.paragraph {
	width: 1030px;
	margin: 60px auto 0;
}
.paragraph h2 {
	background: #fff;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 0 auto;
	padding: 0 50px;
}
.paragraph h2 em {
	display: block;
	width: 180px;
	height: 40px;
	background: #e2221a;
	font-size: 18px;
	color: #fff;
	line-height: 43px;
	text-align: center;
	margin: 0 auto 60px;
}
.paragraph h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	margin: 90px auto 70px;
}
.paragraphIn {
	background: #fff;
	margin: 0 auto;
	padding: 70px 65px 80px;
}
.paragraphIn p {
	font-size: 15px;
	line-height: 2.1;
	margin: 0 0 30px;
}
.paragraphIn p em {
    background: linear-gradient(transparent 75%, #fbdedd 0%);
}


/*==============================================
 囲み
============================================= */
.column {
	background: #eee;
	margin: 0 auto;
	padding: 90px 65px 80px;
}
.column h3 {
	font-size: 30px;
	margin: 0 auto 70px;
}
.column p {
	font-size: 15px;
	line-height: 2.1;
	margin: 0 0 30px;
}
.column p a {
	color: #e2221a;
	text-decoration: underline;
}
.column p a:hover {
	text-decoration: none;
}
.column p em {
    background: linear-gradient(transparent 75%, #c0c0c0 0%);
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 900px;
	margin: 80px auto;
	overflow: hidden;
}
.imgBox div {
	overflow: hidden;
}
.imgBox a {
	display: block;
	width: 435px;
	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: 435px;
	margin-top: -2px;
	float: right;
}
.imgBox strong {
	display: block;
	border-left: 10px solid #e2221a;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 18px;
	padding: 3px 0 0 10px;
}

.w800,
.w800 a,
.w800 a:nth-of-type(2) {
	width: 800px;
	float: none;
}
.w800 a + a {
	margin-top: 30px;
}
.w800 img {
	width: auto;
	margin: auto;
}


/*==============================================
 動画
============================================= */
.movBox {
	width: 800px;
	margin: 50px auto 0;
}
.mov {
	width: 800px;
	height: 450px;
	background: #666;
	display: table;
	line-height: 0;
	position: relative;
}
.movTxt {
	display: table-cell;
	line-height: 1.3;
	color: #fff;
	vertical-align: middle;
	text-align: center;
}
.movBox .cap {
	font-size: 13px;
	line-height: 1.8;
	margin: 25px 0 0;
}
.mov:after {
	content: "";
	display: block;
	width: 76px;
	height: 76px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/01_thinkpad/mov_icon.png) no-repeat 0 0;
	position: absolute;
	top: 30px;
	left: 30px;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 1030px;
	background: #fff;
	margin: 0 auto;
	padding: 0 65px 100px;
	box-sizing: border-box;
}
.productBox .product {
	display: table;
	width: 100%;
}
.productBox .product a {
	display: table-cell;
	color: #333;
	text-align: center;
}
.productBox .product a dt {
	font-size: 30px;
	font-weight: bold;
	margin-top: 30px;
}
.productBox .product a dd {
	display: block;
	width: 380px;
	height: 60px;
	background: #e2221a;
	border-radius: 60px;
	font-size: 18px;
	color: #fff;
	line-height: 62px;
	text-align: center;
	margin: 15px auto 0;
	position: relative;
	transition: all ease .3s;
}
.productBox .product a dd:after {
	content: "▼";
	display: inline-block;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 20px;
	transform: rotate(-90deg);
}
.productBox .product a dd:hover {
	background: #ff5722;
}

.productBox .spec {
	margin: 70px auto 0;
}
.productBox .spec table {
	width: 100%;
	table-layout: fixed;
}
.productBox .spec th {
	background: #eee;
	border: 1px solid #333;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	padding: .3rem 1.2em .2rem;
}
.productBox .spec td {
	background: #fff;
	border: 1px solid #333;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	padding: .3rem 1.2em .2rem;
}
.productBox .spec tr th:first-child {
	width: 160px;
	font-weight: normal;
	text-align: left;
}



/*==============================================
アンケート
============================================= */
/*---- カラー変更 ----*/
.questionnaire {
color: #2e2e2e;
margin-top: 90px;
}
.question .select .arrow {
border-color: #2e2e2e transparent transparent transparent;
}
.questionnaireInner h2,
.btnSend a {
background-color: #0a7bc3;
}
.btnSend a:hover {
background-color: #04619d;
}
.questionnaireInner h3 .q {
color: #1b75bc;
}
.question input[type=radio]:checked ~ .radio::before {
background-color: #1b75bc;
}
.question ul li:hover .radio, .question input[type=radio]:checked ~ .radio, .question ul li:hover .check, .question input[type=checkbox]:checked ~ .check, .question input[type=checkbox]:checked ~ .check::before, .question .select select:hover, .question .select select:focus, .question textarea:hover, .question textarea:focus, .question input:hover, .question input:focus {
border-color: #1b75bc !important;
}

/*---- 文字強調 ----*/
.questionnaire .marker {
	background:linear-gradient(transparent 70%, #c2dff7 70%);}

/*---- ベースデザイン ----*/
.questionnaire {
padding: 100px 0;
background-color: #f2f2f2;
letter-spacing: 0.1em;
font-feature-settings: "palt"1;
}
.questionnaireInner {
width: 930px;
margin: 0 auto;
padding-bottom: 60px;
background-color: #fff;
border-radius: 6px;
box-sizing: border-box;
}
.questionnaireInner h2 {
padding: 30px 30px 25px;
border-radius: 6px 6px 0 0;
color: #fff;
font-size: 20px;
font-weight: bold;
}
.questionnaireInner h3 {
line-height: 1.8;
font-size: 16px;
font-weight: bold;
}
.questionnaireInner h3 .q {
margin-right: 10px;
font-size: 24px;
}
.questionnaireInner h3 .required {
margin-left: 10px;
color: #e20000;
}
.question {
padding: 40px 80px 0;
}
.question:first-child {
padding-top: 50px;
}
.question ul {
list-style: none;
margin-top: 20px;
overflow: auto;
}
.question ul li {
display: block;
position: relative;
float: left;
width: 100%;
}
.question ul li label {
display: block;
position: relative;
font-weight: 300;
font-size: 16px;
padding: 0 0 0 53px;
margin: 10px auto;
z-index: 9;
cursor: pointer;
-webkit-transition: all .2s linear;
}

/* radio */
.question ul li input[type=radio] {
position: absolute;
visibility: hidden;
}
.question ul li .radio {
display: block;
position: absolute;
border: 3px solid #cccccc;
border-radius: 100%;
height: 16px;
width: 16px;
top: 6px;
left: 20px;
z-index: 5;
transition: border .2s linear;
-webkit-transition: border .2s linear;
}
.question ul li:hover .radio {
border: 3px solid;
}
.question ul li .radio::before {
display: block;
position: absolute;
content: '';
border-radius: 100%;
height: 6px;
width: 6px;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
transition: background .2s linear;
-webkit-transition: background .2s linear;
}
.question input[type=radio]:checked ~ .radio {
border: 3px solid;
}

/* checkbox */
.question ul li input[type=checkbox] {
position: absolute;
visibility: hidden;
}
.question ul li .check {
display: block;
position: absolute;
border: 3px solid #cccccc;
border-radius: 6px;
height: 16px;
width: 16px;
top: 4px;
left: 20px;
z-index: 5;
transition: border .2s linear;
-webkit-transition: border .2s linear;
}
.question ul li:hover .check {
border: 3px solid;
}
.question ul li .check::before {
display: block;
position: absolute;
content: '';
height: 6px;
width: 3px;
top: -3px;
bottom: 0;
left: 0;
right: 1px;
margin: auto;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
transition: border .2s linear;
-webkit-transition: border .2s linear;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);

}
.question input[type=checkbox]:checked ~ .check {
border: 3px solid;
}
.question input[type=checkbox]:checked ~ .check::before {
border-bottom: 2px solid;
border-right: 2px solid;
}

/* select */
.question .select {
display: inline-block;
position: relative;
margin: 20px 0 0 20px;
}
.question .select select {
display: inline-block;
width: 100%;
cursor: pointer;
padding: 5px 35px 5px 15px;
outline: 0;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
transition: border .2s linear;
}
.question .select .arrow {
position: absolute;
top: 14px;
right: 15px;
width: 0;
height: 0;
pointer-events: none;
border-style: solid;
border-width: 8px 5px 0 5px;
}
.question .select select:hover,
.question .select select:focus {
border: 1px solid;
}

/* textarea */
.question textarea {
width: 80%;
height: 150px;
margin: 20px 0 0 20px;
padding: 6px 10px;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
outline: 0;
transition: border .2s linear;
}
.question textarea:hover,
.question textarea:focus {
border: 1px solid;
}

/* input */
.question input {
width: 80%;
margin: 20px 0 0 20px;
padding: 6px 10px;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
outline: 0;
transition: border .2s linear;
}
.question input:hover,
.question input:focus {
border: 1px solid;
}
.question ul li.text label {
display: inline-block;
}
.question ul li.text input {
width: 20%;
margin: 0 0 0 10px;
}

/* .btnSend */
.btnSend {
margin-top: 60px;
text-align: center;
}
.btnSend a {
display: inline-block;
padding: 15px 100px;
border-radius: 6px;
text-align: center;
font-size: 16px;
color: #fff;
transition: background-color .2s linear;
}

/* .thanks */
.thanks {
margin-top: 80px;
margin-bottom: 20px;
text-align: center;
font-size: 20px;
}


