@charset "shift_jis";
/*==============================================
common
============================================= */
.bnr .item,
.forSp {
display:none;
}
#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%; }

/*==============================================
看板
============================================= */
#mainContents {
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
	overflow: hidden;
}

/*==============================================
 .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: #eeeeff url(https://img1.kakaku.k-img.com/images/article/tieup/24/12_dell/bg_title.webp) center top no-repeat;
width: 100%;
padding-top: 28px;
}
.mainTitle {
margin: 0 auto;
}

/*---- .title ----*/
h1 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/12_dell/title.webp) right top no-repeat;
box-sizing: border-box;
margin: 0 auto;
text-indent: -999em;
font-size: 0;
width: 1048px;
height: 587px;
z-index: 1;
}
.lead {
font-size: 16px;
line-height: 30px;
width: 930px;
margin: 30px auto 0;
	letter-spacing: 0.09em;
    font-feature-settings: "palt" 1;
}
.cap a,
.lead a {
transition: .1s;
font-weight: bold;
}
.lead a:link,
.lead a:visited {
color: #1d68e7;
text-decoration: underline;
}


.contentsNavi {
background: #eeeeff;
width:100%;
margin: 20px auto 0;
padding: 35px 0 65px;
}
.contentsNavi ul {
border-left: #b7c6da solid 1px;
box-sizing: border-box;
width: 930px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.contentsNavi li a {
width: 192px;
height: 170px;
display: block;
box-sizing: border-box;
transition: 0.3s;
word-break: break-all;
color: #333;
font-size: 12px;
line-height: 1.6;
position: relative;
font-weight: normal;
padding-top: 95px;
}
.menu01 a { background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/12_dell/menu01.webp) top no-repeat; }
.menu02 a { background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/12_dell/menu02.webp) top no-repeat; }
.menu03 a { background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/12_dell/menu03.webp) top no-repeat; }
.menu04 a { background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/12_dell/menu04.webp) top no-repeat; }
.contentsNavi li {
border-right: #b7c6da solid 1px;
box-sizing: border-box;
padding-left: 20px;
width: 232px;
}
.contentsNavi li a:hover {
opacity: 0.6;
}
.contentsNavi li a img{
margin-bottom: 13px;
}
.contentsNavi li a b {
color: #0071d0;
font-size: 18px;
line-height: 1.2;
display:block;
text-align: center;
padding-bottom:9px;
}

.contentsNavi li a:hover,
.cap a:hover,
.lead a:hover {
opacity: 0.6;
}

.sTxt {
display: block;
font-size: 12px;
line-height: 1.6;
margin-top: 15px;
}
.sTxt li {
margin-bottom: 10px;
}

/*==============================================
bnr
============================================= */
.topbnr {
width: 726px;
margin: 50px auto 0;
}
.topbnr .bnr {
overflow: hidden;
}

.topbnr .bnr a {
display: block;
width: 726px;
height: 63px;
text-indent: -9999px;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/12_dell/top_bnr.png) no-repeat;
overflow: hidden;
-webkit-transition: .1s ease-in-out;
-moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
transition: .1s ease-in-out;
}
.topbnr .bnr {
width: 726px;
height: 63px;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/12_dell/top_bnr_over.png) no-repeat;
margin: 0 auto;
}

.innerbnr {
background: #eeeeff;
width: 100%;
margin: 100px auto 0;
padding: 50px 0 30px;
}
.innerbnr .bnr a {
display: block;
width: 930px;
height: 195px;
text-indent: -9999px;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/12_dell/inn_bnr.webp) left top no-repeat;
overflow: hidden;
-webkit-transition: .1s ease-in-out;
-moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
transition: .1s ease-in-out;
}
.innerbnr .bnr {
width: 930px;
height: 195px;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/12_dell/inn_bnr_over.webp) left top no-repeat;
margin: 0 auto;
}

.bnr a:hover {
opacity: 0;
}
/*==============================================
#mainContents
============================================= */
.paragraph h2 {
box-sizing: border-box;
font-size: 35px;
line-height: 1.4;
letter-spacing: 0.07em;
text-align: center;
font-weight: bold;
width: 930px;
margin: 120px auto 0;
}
.paragraph h2 b {
box-sizing: border-box;
color: #0076ce;
display: block;
font-size: 28px;
line-height: 1.4;
letter-spacing: 0.07em;
margin-bottom: 15px;
}

.paragraphIn {
width: 930px;
margin: -10px auto 0;
}
.productBoxIn p,
.paragraph p {
font-size: 17px;
line-height: 2;
margin-top: 70px;
}
.paragraph p + p {
margin-top: 25px;
}
.paragraph p b {
    background: linear-gradient(transparent 60%, #e5f1fa 40%);
    font-weight: bold;
}

.sTitle {
margin: 110px 0 0px;
text-align: center;
}
.sTitle h3 {
font-size: 28px;
font-weight: bold;
}
.sTitle + p {
margin-top: 50px;
}

/*---- .txtLink ----*/
.txtLink {
text-align: center;
margin: 60px 0 0;
padding: 0 0 20px;
}
.txtLink a {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/12_dell/txt_link.gif) left top 3px no-repeat;
background-size: 21px;
box-sizing: border-box;
font-size: 16px;
line-height: 1.6;
text-decoration: underline;
-webkit-transition: .1s ease-in-out;
-moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
transition: .1s ease-in-out;
padding: 2px 0 2px 28px;
}
.txtLink a:hover {
opacity: 0.5;
}

/*---- .imgBox ----*/
.imgBox {
width: 100%;
margin: 70px auto 0;
}
.imgBox .imagesClear a {
box-sizing: border-box;
display: block;
float: left;
width: 49%;
}
.imgBox .imagesClear a + a {
box-sizing: border-box;
display: block;
float: right;
width: 49%;
}
.imgBox .imagesClear p.cap {
box-sizing: border-box;
display: block;
float: right;
width: 48%;
margin-top: 0 !important;
}
.photoTitleS {
display: block;
font-size: 17px;
font-weight: bold;
margin-bottom: 7px;
}

/*---- .imgBox ----*/
.photoTitle02,
.imgBoxB {
width: 800px;
margin: 70px auto 0;
}

/*---- img共通　----*/
.paragraph p.cap,
.paragraph .cap {
font-size: 14px;
line-height: 1.7;
}
:is(.imgBox, .imgBoxB) :is(img) {
width: 100%;
}
.mov + p.cap,
.imgBox p.cap,
.imgBoxB p.cap,
.imgBox .imagesClear + p.cap {
margin-top: 15px !important;
}
.imagesClear {
overflow: hidden;
}

.photoTitle02 + .imgBoxB,
.photoTitle + .imgBox {
margin: 15px auto 0;
}

.photoTitle {
width: 100%;
margin: 70px auto 0;
}
.photoTitle02 strong,
.photoTitle strong {
font-size: 20px;
}

/*----　userBox　----*/
.userBox {
background: #eeeeff;
box-sizing: border-box;
margin: 90px 0 0;
padding: 50px;
}
.userTitle strong {
color: #0076ce;
display: block;
font-size: 20px;
font-weight: bold;
text-align: center;
padding: 0 0 30px;
}
:is(.icon01, .icon02, .icon03) {
box-sizing: border-box;
border-radius: 5px;
font-size: 17px;
line-height: 1.6;
margin-bottom: 25px;
padding: 25px 30px 25px 100px;
}
.icon01 {
background: #fff url(https://img1.kakaku.k-img.com/images/article/tieup/24/12_dell/icon01.gif) left 25px top 22px no-repeat;
background-size: 52px;
}
.icon02 {
background: #fff url(https://img1.kakaku.k-img.com/images/article/tieup/24/12_dell/icon02.gif) left 25px top 22px no-repeat;
background-size: 52px;
}
.icon03 {
background: #fff url(https://img1.kakaku.k-img.com/images/article/tieup/24/12_dell/icon03.gif) left 23px top 22px no-repeat;
background-size: 56px;
}


/*----　動画 ----*/
video { 
outline: none;
}
.movTit {
background: #fff url(https://img1.kakaku.k-img.com/images/article/tieup/24/12_dell/icon_mov.gif) left top 2px no-repeat;
background-size: 40px;
box-sizing: border-box;
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
padding: 0 0 0 55px;
}
.movBox {
width: 800px;
margin: 70px auto 0;
}
.movBox .mov {
width: 800px;
height: 450px;
margin-bottom:10px;
}
.movTxt {
font-size: 13px;
line-height: 1.5;
color: #666;
text-align: center;
}

/*==============================================
#matome .productBox
============================================= */
/*----　#matome ----*/
#matome h2 {
display: none;
}
#matome {
padding: 80px 0 120px;
}
#matome .paragraphIn {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/12_dell/matome.webp) right top no-repeat;
}
#matome p {
width: 530px;
}
#matome p + p {
margin-top: 20px;
}
#matome p strong {
display: block;
font-size: 28px;
line-height: 1.5;
margin-bottom: 20px;
}

/*----　.productBox ----*/
.productBox {
background: #eeeeff;
padding: 100px 0 0;
}
.productBoxIn dt {
margin-bottom: 13px;
padding: 30px 0 0;
}
.reviewItem {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/12_dell/icon_review.gif) left top 10px no-repeat;
background-size: 69px;
box-sizing: border-box;
padding: 0 0 0 78px;
}
.itemName {
text-align: center;
font-size: 25px;
}
.specTxt {
display: block;
font-size: 16px;
margin: 10px 0 15px;
}
.productBoxIn table {
border: solid #c0cad6;
border-width: 1px 0 1px 1px;
border-spacing: 0;
box-sizing: border-box;
width: 930px;
margin: 0 auto;
empty-cells: show;
line-height: 1.5;
font-size: 100%;
}
.productBoxIn th {
background: #f5f7f7;
border: solid #c0cad6;
border-width: 0 0 1px 0;
font-size: 12px;
font-weight: bold;
text-align: center;
margin: 0;
padding: 12px 5px;
width: 10%;
}
.productBoxIn td {
background: #fff;
border: solid #c0cad6;
border-width: 1px;
text-align: center;
padding: 12px 5px;
font-size: 14px;
line-height: 1.6;
}
.productBoxIn a {
display: block;
padding-bottom: 20px;
}
.productBoxIn .btn span {
display: block;
width: 318px;
height: 47px;
text-indent: -9999px;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/12_dell/product_bnr.jpg) left top no-repeat;
overflow: hidden;
-webkit-transition: .1s ease-in-out;
-moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
transition: .1s ease-in-out;
}
.productBoxIn .btn {
width: 318px;
height: 47px;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/12_dell/product_bnr_over.jpg) left top no-repeat;
margin: 0 auto;
}
.productBoxIn .btn span:hover {
opacity: 0;
}

/*==============================================
.releasedate
============================================= */
.releasedate {
width: 930px;
font-size: 11px; 
margin: 0 auto; 
text-align: right;
padding: 70px 0 120px;
}