@charset "shift_jis";
/*==============================================
 common
============================================= */
html {
    font-size: calc(100vw / 32);
    -webkit-text-size-adjust: 100%;
}
#header {
    border-bottom: #ededed solid 1px;
}
#footer {
    padding-top: 20px;
    background-color: #fff;
}
.breadCrumb {
    margin: 0 15px;
}
.copyRight {
    border-top: 1px solid #ededed;
}
.pageTop {
    width: 40px;
    height: 40px;
    right: 10px;
    background-size: 40px;
    border-radius: 50%;
}
#mainContents {
    background-color: #e9eaec;
    font-family: "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Arial", sans-serif;
    color: #000;
	letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
#mainContents p a {
    border-bottom: 1px solid rgba(59,190,238,1);
    color: #3bbeee;
    font-weight: bold;
}
#mainContents p strong {
    background-color: #c9e0e9;
}

.pc {
    display: none;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
}
.mainTitle {
}
.mainTitle h1 {
    padding-top: 100%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/10_dell/h1_sp.jpg) no-repeat center top;
    background-size: 100%;
    font-size: 0;
}
.mainTitle .img,
.mainTitle .amd {
    display: none;
}
.lead {
    line-height: 2.0;
    margin: 0 2rem;
    font-size: 1.2rem;
    font-weight: 500;
}
.lead .note {
    display: block;
    margin-top: .5rem;
    font-size: 1.0rem;
}
/*==============================================
 .bnr
============================================= */
.bnr {
    margin: 3rem 0 0;
    border-top: 1px solid #ddd;
}
.bnr a {
    display: block;
    position: relative;
    width: 100%;
    height: 12.8rem;
    background: #fff url(https://img1.kakaku.k-img.com/images/article/tieup/23/10_dell/bnr_sp.jpg) no-repeat center top;
    background-size: cover;
    box-sizing: border-box;
    font-size: 0;
}
.paragraph .bnr {
    margin: 0 -2rem;
}
.btn {
    margin-top: 1rem;
}
.btn a {
    display: block;
    position: relative;
    width: 90%;
    height: 2.6rem;
    line-height: 2.6rem;
    margin: 0 auto;
    border-radius: 1.3rem;
    background: rgb(49,121,214);
    background: linear-gradient(90deg, rgba(49,121,214,1) 0%, rgba(59,190,238,1) 100%);
    text-align: center;
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    box-sizing: border-box;
    transition: .2s ease;
}
.btn a:hover {
    opacity: .8;
}
.btn a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 13px;
    height: 13px;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/10_dell/arrow.svg) no-repeat center center;
    transition: .2s ease;
}
.btn a:hover::before {
    right: 5px;
}
/*==============================================
 .lnav
============================================= */
.lnav {
    display: none;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    border-top: 1px solid #ddd;
    background-color: #fff;
    transition: .2s;
}
.paragraph#article01 {
    margin-top: 0;
}
.paragraph#matome {
    border-bottom: 1px solid #ddd;
}
.paragraph#matome .spAccordion {
    padding-bottom: 3rem;
}
.spAccordion {
    display: none;
    padding: 0 2rem;
}
.paragraphIn {
    padding-bottom: 3rem;
}
.paragraph p, .paragraph h2 {
    line-height: 2.0;
    letter-spacing: 0.07em;
    font-feature-settings: "palt"1;
}
.paragraph h2 {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 2rem 2rem 2rem 2.5rem;
}
.paragraph h2 > span {
    display: block;
    padding-left: 2.5rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.paragraph h2 .sub {
    display: inline-block;
    position: relative;
    line-height: 1;
    padding: .4rem 1rem;
    font-size: 1.1rem;
    background: #222;
    color: #fff;
    font-weight: bold;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.5;
    margin-top: .5rem;
    font-size: 1.6rem;
    font-weight: bold;
}
.paragraph h2::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem;
    width: 1.8rem;
    height: 1.8rem;
    margin: auto 0;
    border-radius: 50%;
    background: rgb(49,121,214);
    background: linear-gradient(90deg, rgba(49,121,214,1) 0%, rgba(59,190,238,1) 100%);
}
.paragraph h2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem;
    width: 1.8rem;
    height: 1.8rem;
    margin: auto 0;
    border-radius: 50%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/10_dell/arrow_bottom.svg) no-repeat 0 0;
    background-size: 100%;
    transform: rotate(0deg);
    transition: .2s;
}
.paragraph.active h2::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.paragraph h3 {
    display: inline-block;
    position: relative;
    line-height: 1.5;
    margin-top: 4rem;
    padding-left: 3rem;
    font-size: 1.5rem;
    font-weight: bold;
}
.paragraph h3::before {
    content: "";
    display: block;
    position: absolute;
    top: .9rem;
    left: 0;
    width: 2rem;
    height: .3rem;
    background: rgb(49,121,214);
    background: linear-gradient(90deg, rgba(49,121,214,1) 0%, rgba(59,190,238,1) 100%);
}
.paragraph h4 {
    margin-top: 2rem;
    margin-bottom: .5rem;
    line-height: 1.6;
    font-size: 1.2rem;
    font-weight: bold;
}
.paragraph p {
    margin-top: 3rem;
    font-size: 1.2rem;
    font-weight: 500;
}
.paragraphIn > p:first-child {
    margin-top: 0;
}
.paragraph p + p {
    margin-top: 1.5rem;
}
.paragraph h3 + p {
    margin-top: 1.0rem;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    margin-top: 3rem;
}
h3 + .imgBox {
    margin-top: 1.5rem;
}
h4 + .imgBox {
    margin-top: 0;
}
.imgBox h4 {
    margin-top: 0;
}
.imgBox a {
    display: block;
    width: 100%;
}
.imgBox img {
    width: 100%;
    height: auto;
}
.imgBox .cap {
    margin-top: 1.0rem;
    font-size: 1rem;
}
.imgBox .cap p {
    margin-top: 0;
    font-size: 1rem;
}
/*---- .two ----*/
.imgBox .two {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}
.imgBox .two > a,
.imgBox .two div {
    width: calc(50% - .5rem);
}
.imgBox .two div img {
    width: 100%;
    height: auto;
}
.imgBox .two + .cap {
    width: 100%;
    margin: 1.0rem auto 0;
    padding-left: 0;
}
/*==============================================
.productBox
============================================= */
.productBox {
    margin: 3rem 0 0 2rem;
}
.productBox h3 {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
}
/*==============================================
 table
============================================= */
.scroll {
    overflow-x: scroll;
}
table {
    margin-top: 2rem;
    margin-bottom: 1rem;
    margin-right: 2rem;
    background-color: #fff;
}
table th,
table td {
    min-width: 6rem;
    padding: 1.0rem;
    border: 1px solid #cccccc;
    font-size: 1.0rem;
    font-weight: normal;
}
table thead th,
table thead td {
    padding: 20px 15px;
}
table td {
    min-width: 15rem;
    text-align: center;
}
table td .name {
    font-size: 14px;
    font-weight: 700;
}
table td .img {
    width: 90%;
    margin: 10px auto 0;
}
table td .img img {
    width: 100%;
}
table td.this {
    position: relative;
}
table td.this::before {
    content: "";
    display: block;
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    width: 97px;
    height: 30px;
    margin: 0 auto;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/10_dell/review.png) no-repeat center top; 
}



.sticky {
    position: sticky;
    z-index: 1;
    top: 0;
    left: 0;
    background: none;
    border-left: none;
    border-right: none;
}
.sticky:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fff;
    z-index: -1;
}




/*==============================================
.releasedate
============================================= */
.releasedate {
    text-align: left;
    color: #090503;
    font-size: 0.85rem;
    padding: 1rem 0 3rem;
}