@charset "shift_jis";
/*==============================================
common
============================================= */
html {
    overflow: auto;
}
body {
    contain: paint;
    min-width: 1170px;
}
#header {
    border-bottom: #ededed solid 1px;
}
.headerIn, .footerIn {
    width: calc(100% - 60px);
    margin: 0 auto;
}
.copyRight {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #ededed;
}
#footer { 
    padding-top: 10px;
    background-color: #fff;
}
.copyRightIn {
    width: calc(100% - 60px);
}
#mainContents {
    background-color: #e8e8e8;
    /*background-attachment: fixed;*/
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #111;
    letter-spacing: 0.08em;
    font-feature-settings: "palt"1;
}
.mainContentsIn {
    display: flex;
    justify-content: space-between;
    width: 1170px;
    margin: -120px auto 0;
}
.pageTop {
    border-radius: 50%;
}
.sp {
    display: none !important;
}
#mainContents .note {
    display: block;
    line-height: 1.4;
    margin-top: 1.5em;
    font-size: 12px;
}
#mainContents .note + .note {
    margin-top: 10px;
}
em {
    color: #7541c2;
    font-style: normal;
}
a, a:visited, a:hover {
    color: inherit;
}
#mainContents a {
    transition: .2s;
}
/*==============================================
 .noto
============================================= */
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: 400;
}
/* 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;
}
/*==============================================
 ボタン共通
============================================= */
.btn {
    width: 100%;
    line-height: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 30px;
    background-color: #e58513;
    /*box-shadow: 0 0 1em 0 rgba(59,58,61,0.3);*/
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: .2s;
}
.btn a,
a .btn {
    display: block;
    position: relative;
}
.btn a::after,
a .btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    width: .6em;
    height: .6em;
    margin: auto 0;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(45deg);
}
.btn:hover,
a:hover .btn {
    background-color: #ffa030;
}
/*==============================================
 看板
============================================= */
.mainTitle {
    height: 640px;
    background: #fff url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_dell14plus/main_img.webp) no-repeat center top;
}
.mainTitleIn {
    display: flex;
    position: relative;
    align-items: center;
    width: 1170px;
    height: 520px;
    margin: 0 auto;
}
.intel {
    position: absolute;
    top: 20px;
    left: 0;
}
h1 {
    display: block;
    width: 548px;
    height: 234px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_dell14plus/h1.svg) no-repeat center top;
    font-size: 0;
}
/*==============================================
 .sidebar
============================================= */
.sidebar {
    width: 320px;
}
#fix {
    position: sticky;
    top: 20px;
}
/* .bnr
----------------------------------------------*/
.sidebar .bnr {
}
.sidebar .bnr a {
    display: block;
    position: relative;
    padding: 40px 0 30px;
    background-color: #49287a;
}
.sidebar .bnr a:hover {
    background-color: #5c3299;
}
.sidebar .bnr .img {
    position: relative;
    text-align: center;  
    z-index: 1;
}
.sidebar .bnr .sticker {
    position: absolute;
    top: -10px;
    left: 10px;
}
.sidebar .bnr .txt .name {
    line-height: 1.4;
    margin: 20px 30px 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    transition: .2s;
}
.sidebar .bnr .txt .name .min {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
}
.sidebar .bnr .txt .btn {
    line-height: 42px;
    width: auto;
    height: 42px;
    margin: 10px 30px 0;
    font-size: 14px;
}
/* .nav
----------------------------------------------*/
.sidebar .nav {
    padding: 40px 30px 30px;
    background-color: #f7f7f7;
}
.sidebar .nav p {
    color: #777;
    font-size: 14px;
}
.sidebar .nav ul {
    margin-top: 5px;
}
.sidebar .nav ul li {
    border-top: 1px solid #ddd;
}
.sidebar .nav ul li:first-child {
    border-top: none;
}
.sidebar .nav ul li a {
    display: block;
    position: relative;
    line-height: 1.4em;
    padding: 1em 1.5em 1em 3em;
    text-indent: -3em;
    font-size: 16px;
    font-weight: 700;
}
.sidebar .nav ul li a:hover {
    color: #7541c2;
}
.sidebar .nav ul li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: .3em;
    width: .5em;
    height: .5em;
    margin: auto 0;
    border: 2px solid #7541c2;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    color: #111;
    transform: translateY(-25%) rotate(135deg);
}
.sidebar .nav .btn {
    line-height: 40px;
    height: 42px;
    margin-top: 10px;
    color: #111;
    font-size: 14px;
    /*ボーダーデザイン*/
    border: 1px solid #111;
    background-color: #fff;
    box-shadow: none;
    box-sizing: border-box;
}
.sidebar .nav .btn a::after {
    display: none;
}
.sidebar .nav .btn:hover {
    background-color: rgba(255,255,255,0.1);
}
/*==============================================
 .main
============================================= */
.main {
    width: 830px;
    background-color: #fff;
}
.paragraph {
    padding: 0 65px 65px;
}
/* h2 */
.paragraph h2 {
    position: relative;
    line-height: 1.4;
    margin: 0 -65px;
    padding: 50px 65px;
    background-color: #49287a;
    color: #fff;
}
.paragraph#article01 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_dell14plus/h2_01.jpg) no-repeat left top;
}
.paragraph#article02 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_dell14plus/h2_02.jpg) no-repeat left top;
}
.paragraph#article03 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_dell14plus/h2_03.jpg) no-repeat left top;
}
.paragraph#matome h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_dell14plus/h2_04.jpg) no-repeat left top;
}
.paragraph h2 .sub {
    display: block;
    line-height: 1;
    font-size: 20px;
    font-weight: 400;
}
.paragraph h2 .sub strong {
    font-size: 1.8em;
}
.paragraph h2 .title {
    display: block;
    margin-top: .5em;
    font-size: 34px;
    font-weight: 700;
}
/* h3 */
.paragraph h3 {
    line-height: 1.6;
    margin-top: 60px;
    font-size: 24px;
    font-weight: 700;
}
/* h4 */
.paragraph h4 {
    position: relative;
    line-height: 1.6;
    margin-top: 40px;
    padding-left: 1.1em;
    font-size: 20px;
    font-weight: 700;
}
.paragraph h4::before {
    display: block;
    content: "";
    position: absolute;
    top: .3em;
    left: 0;
    width: 5px;
    height: 1em;
    background-color: #49287a;
}
/* p */
.paragraph p {
    line-height: 1.8;
    margin-top: 40px;
    font-size: 18px;
}
.paragraph h3 + p,
.paragraph h4 + p {
    margin-top: 30px;
}
/* .btn */
.main .btn {
    width: 490px;
    margin-top: 40px;
}
/*==============================================
 .point
============================================= */
.pointWrap {
    padding: 65px;
    background-color: #f7f7f7;
}
.point {
    padding: 30px 30px;
    border: 3px solid #e58513;
    border-radius: 15px;
    background-color: #fff;
    box-sizing: border-box;
}
.point p {
    text-align: center;
    color: #e58513;
    font-size: 14px;
    font-weight: 700;
}
.point ul {
    margin-top: 20px;
}
.point ul li {
    position: relative;
    line-height: 1.4;
    padding-left: 3.5em;
    font-size: 18px;
    font-weight: 700;
}
.point ul li + li {
    margin-top: 7px;
}
.point ul li::before {
    content: "POINT";
    position: absolute;
    top: .3em;
    left: 0;
    padding: .4em .8em .4em 2.1em;
    border-radius: 3px;
    background: #e58513 url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_dell14plus/check.svg) no-repeat left top;
    color: #fff;
    font-size: .5em;
    letter-spacing: 0;
}
.lead {
    line-height: 1.8;
    margin-top: 40px;
    font-size: 18px;
}
/* .nav
----------------------------------------------*/
.pointWrap .nav {
    margin-top: 40px;
    padding: 30px 40px;
    border-radius: 15px;
    background-color: #eee;
    box-sizing: border-box;
}
.pointWrap .nav p {
    text-align: center;
    color: #999;
    font-size: 14px;
}
.pointWrap .nav ul {
    margin-top: 10px;
}
.pointWrap .nav ul li {
    border-top: 1px solid #ddd;
}
.pointWrap .nav ul li:first-child {
    border-top: none;
}
.pointWrap .nav ul li a {
    display: block;
    position: relative;
    line-height: 1.4em;
    padding: 1em 1.5em 1em 3em;
    text-indent: -3em;
    color: #111;
    font-size: 16px;
    font-weight: 700;
}
.pointWrap .nav ul li a:hover {
    color: #7541c2;
}
.pointWrap .nav ul li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: .3em;
    width: .5em;
    height: .5em;
    margin: auto 0;
    border: 2px solid #7541c2;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    color: #111;
    transform: translateY(-25%) rotate(135deg);
}
.pointWrap .nav .btn {
    width: 260px;
    line-height: 42px;
    height: 42px;
    margin-top: 10px;
    font-size: 14px;
    /*ボーダーデザイン*/
    border: 1px solid #111;
    background-color: #fff;
    box-shadow: none;
    box-sizing: border-box;
}
.pointWrap .nav .btn a {
    color: #111;
}
.pointWrap .nav .btn a::after {
    display: none;
}
.pointWrap .nav .btn:hover {
    background-color: rgba(255,255,255,0.1);
}
/*==============================================
 .column
============================================= */
.column {
    margin-top: 50px;
    padding: 40px 30px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    border-radius: 15px;
    box-sizing: border-box;
}
.column h3 {
    margin-top: 0;
    padding-left: 0;
    text-align: center;
    font-size: 22px;
}
.column h3::before {
    display: none;
}
.column .link {
    margin-top: 30px;
    text-align: center;
}
.column .link a {
    position: relative;
    padding-left: 1.7em;
    text-align: center;
    color: #7541c2;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
}
.column .link a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: .3em;
    width: .4em;
    height: .4em;
    margin: auto 0;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(45deg);
}
.column .link a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1.2em;
    height: 1.2em;
    margin: auto 0;
    border-radius: 50%;
    background-color: #49287a;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 50px auto 0;
}
h4 + .imgBox {
    margin-top: 30px;
}
.imgBox div {
    width: 425px;
}
.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: 1.6;
    width: 255px;
    margin: 0;
    font-size: 14px;
}
/* .one */
.imgBox .one {
    width: 100%;
}
.imgBox .one.vertical img {
    width: auto;
    height: 100%;
}
.imgBox .one a {
    margin: 0 auto;
    text-align: center;
}
.imgBox .one + .cap {
    width: 100%;
    margin: 15px auto 0;
    padding-left: 0;
}
.imgBox .one video {
    width: 100%;
    margin: 0 auto;
    outline: none;
}
/* .two */
.imgBox .two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.imgBox .two a,
.imgBox .two div,
.imgBox .two video {
    width: calc(50% - 10px);
    margin-top: 0;
    outline: none;
}
.imgBox .two a:first-of-type,
.imgBox .two video:first-of-type {
    margin-right: 20px;
}
.imgBox .two + .cap,
.imgBox .two div .cap {
    width: auto;
    margin: 15px auto 0;
    padding-left: 0;
}
/*==============================================
 .lineup
============================================= */
.lineup {
    padding: 60px 65px 60px;
    background-color: #f7f7f7;
}
.lineup h2 {
    position: relative;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 700;
}
/*==============================================
 table
============================================= */
.lineup table {
    margin-top: 30px;
}
.lineup table th,
.lineup table td {
    padding: 15px 10px;
    font-size: 13px;
    white-space: normal;
}
.lineup table th {
    font-weight: 400;
}
.lineup table td {
    text-align: center;
    width: 28.5%;
}
/* thead */
.lineup table thead th,
.lineup table thead td {
    padding-top: 10px;
    padding-bottom: 10px;
}
.lineup table thead .review {
    background-color: #49287a;
    color: #fff;
}
/* tbody */
.lineup table tbody th,
.lineup table tbody td {
    border-top: 1px solid #eee;
    box-sizing: border-box;
    background-color: #fff;
}
.lineup table tbody tr:first-child th,
.lineup table tbody tr:first-child td {
    border-top: none;
    vertical-align: top;
}
.lineup table tbody th {
    background-color: #eae7ef;
}
.lineup table tbody .break td {
    word-break: break-all;
}
.lineup table tbody td:nth-of-type(2) {
    background-color: #f8f8f8;
}
.lineup table tbody td .name {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
}
.lineup table tbody td .img {
    width: 100px;
    margin: 0 auto;
}
.lineup table tbody td .img img {
    width: 100%;
    height: auto;
}
.lineup table tbody .btn {
    width: auto;
    line-height: 36px;
    height: 36px;
    margin-top: 10px;
    font-size: 13px;
}
#mainContents .lineup table tbody .note {
    margin-top: 1em;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
    color: #666;
    font-size: 10px;
}
/*==============================================
 .releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: auto;
    margin: 40px auto 0;
    text-align: right;
}
.questionnaire {
    background-color: #f5f5f5;
}
.questionnaireInner {
    width: 830px;
}