@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 {
    color: #222;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
em {
    background: linear-gradient(transparent 60%, #cfeff8 40%);
    font-weight: bold;
    font-style: normal;
}
#mainContents .min {
    font-size: 11px;
}
.pc {
    display: none;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    padding-bottom: 3rem;
}
.mainTitle {
}
.mainTitle h1 {
    padding-top: 108%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/02_dell/h1_sp.jpg) no-repeat center top;
    background-size: 100%;
    font-size: 0;
}
.mainTitle .btnWrap {
    margin: 2rem 2rem 3rem;
}
.lead {
    line-height: 2.0;
    margin: 1rem 2rem 0;
    font-size: 1.2rem;
}
.lead a {
    color: #61c9e6;
}
.mainTitle .img,
.mainTitle .intel {
    display: none;
}
/*==============================================
 .btn
============================================= */
.btn {
    position: relative;
    text-align: center;
    background-image: linear-gradient(90deg, #61c9e6, #61c9e6);
    font-weight: bold;
}
a.btn, a.btn:visited, a.btn:hover,
a .btn, a .btn:visited, a .btn:hover {
    display: block;
    color: #fff;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.btn span {
    position: relative;
    z-index: 1;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
/* .mainTitle & .bnrInr */
.mainTitle .btn,
.paragraph .btn {
    margin: 0 auto;
}
/* .mainTitle */
.mainTitle .btn {
    margin: 0 auto 0;
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    border-radius: 2rem;
    font-size: 1rem;
}
.mainTitle .btn::after {
    right: 1.5rem;
    width: .5rem;
    height: .5rem;
}
/* .bnr */
.paragraph .bnr {
    margin: 0 -2rem 0;
}
.paragraph .bnr a {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 10rem;
    padding-bottom: 2rem;
    border-top: 3px solid #f1f1f1;
     background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/02_dell/bnr_sp.jpg) no-repeat center top;
    background-size: cover;
}
.paragraph .btn {
    margin: 0 auto;
    width: calc(100% - 4rem);
    height: 3rem;
    line-height: 3rem;
    border-radius: 1.5rem;
    font-size: .8rem;
}
.paragraph .btn::after {
    right: 1.5rem;
    width: .4rem;
    height: .4rem;
}
/* .productBox */
.productBox .btn {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    border-radius: 1.5rem;
    font-size: .8rem;
}
.productBox .btn::after {
    right: 1.5rem;
    width: .4rem;
    height: .4rem;
}
/*==============================================
 .lnav
============================================= */
p.contents,
.lnav {
    display: none;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    border-bottom: 1px solid #e5e5e5;
    transition: .2s;
}
.paragraph#article01 {
    border-top: 1px solid #e5e5e5;
}
.spAccordion {
    display: none;
    padding: 0 2rem 0;
}
.paragraphIn {
    padding-bottom: 3rem;
}
#matome .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;
    margin: 0 auto;
    color: #61c9e6;
    font-size: 1.3rem;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.6;
    font-size: 1.8rem;
    font-weight: bold;
}
.paragraph h2::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem;
    width: 1.6rem;
    height: 1.6rem;
    margin: auto 0;
    border-radius: 50%;
    background: #222;
}
.paragraph h2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem;
    width: 1.6rem;
    height: 1.6rem;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/02_dell/arrow_btm.svg) no-repeat center center;
    transition: .2s;
}
.paragraph.active h2::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.paragraph h3 {
    display: inline-block;
    position: relative;
    line-height: 1.6;
    margin-top: 4rem;
    font-size: 1.4rem;
    font-weight: bold;
}
.paragraph h4 {
    position: relative;
    margin: 2rem auto 1rem;
    padding-left: 2rem;
    line-height: 1.6;
    font-size: 1.2rem;
    font-weight: 700;
}
.paragraph h4::before {
    content: "";
    display: block;
    position: absolute;
    top: .7rem;
    left: 0;
    width: 1.0rem;
    height: .2rem;
    background-color: #61c9e6;
}
.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 {
    width: 80%;
    margin: 3rem auto 0;
}
h4 + .imgBox {
    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 {
    padding: 3rem 2rem 0;
    background-color: #f3f3f3;
}
.productBox h3 {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
}
/*==============================================
 table
============================================= */
.review {
    display: block;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    height: 37px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/02_dell/review.svg) no-repeat center center;
    font-size: 0;
}
.scroll {
    overflow-x: scroll;
}
table {
    margin-top: 2rem;
    margin-bottom: 1rem;
    background-color: #fff;
}
table th,
table td {
    min-width: 6rem;
    padding: 1.0rem;
    border: 1px solid #e5e5e5;
    font-size: 1.0rem;
    font-weight: normal;
}
table thead th,
table thead td {
    padding: 20px 15px;
}
table th {
    font-weight: bold;
}
table td {
    position: relative;
    min-width: 16rem;
    text-align: center;
}
table td .name {
    padding-top: 15px;
    line-height: 1.4;
    font-size: 1.1rem;
    font-weight: 700;
}
table td .img {
    width: 50%;
    margin: 1.5rem auto 0;
}
table td .img img {
    width: 100%;
}
table td .btn {
    margin: 1.5rem auto 0;
}

.office {
    display: inline-block;
    margin-top: 10px;
    font-size: 10px;
}
.office:hover {
    text-decoration: underline;
}
.office .arrow {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    border-radius: 8px;
    background-color: #222;
    vertical-align: middle;
}
.office .arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1px;
    left: 0;
    width: 2px;
    height: 2px;
    margin: auto;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    text-align: left;
    color: #090503;
    font-size: 0.85rem;
    padding: 1rem 0 3rem;
}
.questionnaire {
    border-top: 1px solid #ddd;
}