@charset "shift_jis";
/*==============================================
common
============================================= */
html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 1000px;
}
#header {
    border-bottom: #ededed solid 1px;
}
.headerIn, .footerIn {
    width: 1000px;
    margin: 0 auto;
}
.copyRight {
    margin-top: 10px;
    border-top: 1px solid #ededed;
}
#footer {
    padding-top: 10px;
    background-color: #fff;
}
.copyRightIn {
    width: 1000px;
}
#mainContents {
    background-color: #fff;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #222;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
.pageTop {
    border-radius: 50%;
}
sup {
    vertical-align: top;
    position: relative;
    top: .2em;
    font-size: 50%;
}
#mainContents .note {
    margin-top: 20px;
    font-size: 10px;
}
#mainContents .note {
    
}
.sp {
    display: none !important;
}
em {
    font-weight: 700;
    font-style: normal;
    background: linear-gradient(transparent 70%, #f3e9cb 70%);
}
/*==============================================
 .noto
============================================= */
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: normal;
}
/* 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;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_lenovo/h1_bg.webp) no-repeat center top;
}
.mainTitle {
    position: relative;
    width: 1000px;
    height: 500px;
    margin: 0 auto;
}
.mainTitle h1 {
    display: block;
    position: absolute;
    top: 71px;
    left: 0;
    width: 450px;
    height: 316px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_lenovo/h1.webp) no-repeat center center;
    background-size: 100%;
    font-size: 0;
}
.mainTitle .img {
    position: absolute;
    top: 60px;
    right: 0;
    font-size: 0;
}
/*---- .lead ----*/
.lead {
    margin: 70px auto;
    width: 830px;
    line-height: 2.0;
    font-size: 16px;
}
.lead + .lead {
    margin-top: 40px;
}
/*==============================================
 .bnr
============================================= */
.bnr {
    margin-top: 100px;
    padding: 40px 0 50px;
    width: 100%;
    background-color: #f4f4f4;
}
.mainTitleWrap .bnr {
    margin-top: 0;
}
.bnr .name {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.bnr ul {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 30px auto 0;
}
.bnr ul li {
    width: 320px;
}
.bnr ul li a {
    display: block;
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 5px 10px 0px #e6e4e9;
    box-sizing: border-box;
    text-align: center;
    transition: box-shadow .2s;
}
.bnr ul li a:hover {
    box-shadow: 0px 0px 0px 0px #e6e4e9;
}
.bnr ul li h4 {
    width: auto;
    margin-top: 15px;
    line-height: 1.6;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}
.bnr ul li h4 span {
    display: block;
    font-size: 17px;
    font-weight: 700;
}
/* .btn */
.btn {
    position: relative;
    line-height: 40px;
    margin-top: 15px;
    border-radius: 20px;
    background-color: #363d86;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    transition: opacity .2s;
}
/*.btn.blue {
    background-color: #363d86;
}
.btn.red {
    background-color: #a73da7;
}*/
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    width: 5px;
    height: 5px;
    margin: auto 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
a:hover .btn {
    opacity: .8;
}
/*==============================================
 .lnav
============================================= */
.lnavWrap {
    background-color: #25212e;
}
.lnav {
	display: flex;
	align-items: center;
    width: 1000px;
    margin: 0 auto;
    padding: 60px 85px;
    box-sizing: border-box;
}
.lnav .contents {
	position: relative;
	width: 150px;
	margin-right: 20px;
	padding-left: 27px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
	box-sizing: border-box;
}
.lnav .contents::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 0;
	width: 13px;
	height: 8px;
	margin: auto 0;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_lenovo/contents.svg) no-repeat center top;
}
.lnav ul li + li {
    margin-top: 12px;
}
.lnav ul li a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 15px;
    transition: .2s;
}
.lnav ul li a:hover {
    color: #9097db;
}
.lnav ul li a span {
    display: inline-block;
    width: 130px;
    line-height: 24px;
    margin-right: 15px;
    background-color: #fff;
    border-radius: 12px;
    text-align: center;
    color: #222;
    font-size: 12px;
    transition: .2s;
}
.lnav ul li a:hover span {
    background-color: #363d86;
    color: #fff;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding-top: 100px;
}
.paragraphIn {
    width: 830px;
    margin: 0 auto;
}
.spAccordion {
}
.paragraph h2 {
    position: relative;
    width: 830px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}
.paragraph h2 .sub {
    display: inline-block;
    position: relative;
    width: 150px;
    line-height: 36px;
    margin: 0 auto;
    background-color: #25212e;
    border-radius: 18px;
    font-weight: bold;
    color: #fff;
    font-size: 15px;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.6;
    margin-top: 15px;
    font-size: 36px;
    font-weight: bold;
}
.paragraph .paragraphIn > h3 {
    position: relative;
    line-height: 1.6;
    margin-top: 80px;
    padding-left: 1.2em;
    font-size: 20px;
    font-weight: 700;
}
.paragraph .paragraphIn > h3::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #363d86;
    border-radius: 3px;
}
.paragraph h4 {
    width: 660px;
    margin: 80px auto 0;
    text-align: left;
    font-size: 18px;
    font-weight: 700; 
}
.paragraph p {
    line-height: 2.0;
    margin-top: 80px;
    text-align: left;
    font-size: 16px;
}
.paragraph p:first-child {
    margin-top: 60px;
}
.paragraph p + p {
    margin-top: 40px;
}
.paragraph h3 + p {
    margin-top: 40px;
}
.paragraph h4 + p,
.paragraph h4 + .imgBox {
    margin-top: 30px;
}
/*==============================================
 .kuchikomiBox
============================================= */
.kuchikomiBox {
    width: 660px;
    margin: 40px auto 0;
}
.kuchikomi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    border-radius: 15px;
    background-color: #f4f4f4;
}
.kuchikomi + .kuchikomi {
    margin-top: 20px;
}
.kuchikomi .face {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 30px; 
}
.kuchikomi .face img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}
.kuchikomi p {
    width: 495px;
    margin: 0;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
    margin: 80px auto 0;
}
.imgBox h4 {
    margin: 0 0 30px;
}
.imgBox div {
    width: 405px;
}
.imgBox div + div {
    margin-top: 20px;
}
.imgBox a {
    cursor: zoom-in;
}
.imgBox img,
.imgBox video {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.imgBox .cap {
    line-height: 2.0;
    width: 235px;
    margin: 0;
    font-size: 13px;
}
.imgBox .cap .raw {
    display: block;
    margin-top: 10px;
    font-weight: 500;
}
.imgBox .cap .raw a {
    cursor: pointer;
}
/* .one */
.imgBox .one {
    width: 660px;
    text-align: center;
}
.imgBox .one.vertical {
    width: 100%;
    height: 660px;
    text-align: center;
}
.imgBox .one.vertical img {
    width: auto;
    height: 100%;
}
.imgBox .one a {
}
.imgBox .one + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
.imgBox .one video {
    width: 660px;
    outline: none;
}
/* .two */
.imgBox .two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
}
.imgBox .two a,
.imgBox .two div {
    width: 320px;
    margin-top: 0;
}
.imgBox .two + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
.imgBox .two video {
    width: 320px;
    outline: none;
}
.imgBox .two .capt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.imgBox .two .capt a {
    width: 150px;
}
/*==============================================
 .data
============================================= */
.dataWrap {
    width: 660px;
    margin: 0 auto;
}
.data {
    margin-top: 30px;
}
.data th,
.data td {
    position: relative;
    padding: 15px;
    border: 1px solid #cccccc;
    font-size: 13px;
    box-sizing: border-box;
}
.data thead td {
    padding: 20px 15px;
    color: #fff;
    font-weight: 700;
}
.data th {
    width: 150px;
    background-color: #f4f4f4;
    font-weight: 700;
}
.data td {
    background-color: #fff;
    text-align: center;
}
.data td.blue {
    background-color: #363d86;
}
.data td.red {
    background-color: #363d86;
    /*background-color: #a73da7;*/
}
.data td.gray {
    background-color: #666;
}
.data td .img {
    width: 70%;
    height: auto;
    margin: 0 auto;
}
.data td .img img {
    width: 100%;
    height: auto;
}
.data th.none {
    border: none;
    background-color: transparent;
}
/* ol */
.data ol {
    padding-left: 2em;
}
.data ol li {
    line-height: 1.6;
    text-align: left;
}
.data ol li {
    list-style: disc;
}
/*==============================================
.productBox
============================================= */
.productBox {
    margin-top: 100px;
    padding: 100px 0;
    background-color: #25212e;
}
.productBoxIn {
    width: 1000px;
    margin: 0 auto;
}
.productBox h2 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
/* .data */
.productBox .data {
    margin-top: 40px;
    border-radius: 15px;
    overflow: hidden;
}
.productBox .data td {
    width: 28.5%;
}
.productBox .data .img {
    padding-top: 20px;
}
.productBox .data h3 {
    line-height: 1.5;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: 1000px;
    margin: 20px auto 40px;
    color: #fff;
    text-align: right;
}
.questionnaire {
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
}
.questionnaireInner {
    width: 830px;
}