@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: #eff0f1;
    color: #222;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
em {
    font-weight: 700;
    font-style: normal;
}
.pc {
    display: none;
}
.note {
    display: block;
    margin-top: .5rem;
    font-size: 1rem;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    padding-bottom: 3rem;
}
.mainTitle {
}
.mainTitle h1 {
    padding-top: 116%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_zenbook/sp_h1.jpg) no-repeat center top;
    background-size: 100%;
    font-size: 0;
}
.mainTitle .btnWrap {
    margin: 0 2rem 0;
}
.lead {
    line-height: 2.0;
    margin: 2rem 2rem 0;
    font-size: 1.2rem;
}
.lead a {
    color: #586e95;
    text-decoration: underline;
}
.mainTitle .txt,
.mainTitle .intel {
    display: none;
}
/*==============================================
 .btn
============================================= */
.btn {
    position: relative;
    text-align: center;
    background: linear-gradient(90deg, rgba(99,61,182,1) 0%, rgba(87,146,242,1) 100%);
    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: 2rem auto 0;
    width: 100%;
    height: 3.6rem;
    line-height: 3.6rem;
    border-radius: 1.8rem;
    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: 45.3%;
    border-top: 1px solid #f1f1f1;
     background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_zenbook/sp_bnr.jpg) no-repeat center top;
    background-size: cover;
}
.paragraph .btn {
    display: none;
    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;
    background-color: #2bb1db;
    font-size: .8rem;
}
.productBox .btn::after {
    right: 1.5rem;
    width: .4rem;
    height: .4rem;
}
/*==============================================
 .lnav
============================================= */
.contents,
.lnavWrap {
    display: none;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    border-bottom: 1px solid #d0d9e2;
    transition: .2s;
}
.paragraph#article01 {
    border-top: 1px solid #d0d9e2;
}
.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;
    width: 7rem;
    margin: 0 auto;
    background: linear-gradient(90deg, rgba(88,110,149,1) 0%, rgba(131,136,145,1) 100%);
    border-radius: 2rem;
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.6;
    margin-top: .7rem;
    font-size: 1.5rem;
}
.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: linear-gradient(90deg, rgba(99,61,182,1) 0%, rgba(87,146,242,1) 100%);
}
.paragraph h2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem;
    width: 1.8rem;
    height: 1.8rem;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_zenbook/arrow_btm.svg) no-repeat center center;
    transition: .2s;
}
.paragraph.active h2::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.paragraph h3 {
    position: relative;
    line-height: 1.6;
    margin-top: 4rem;
    color: #586e95;
    font-size: 1.4rem;
    font-weight: bold;
}

.paragraph h4 {
    position: relative;
    margin-top: 2rem;
    padding-left: 1.5rem;
    line-height: 1.6;
    font-size: 1.2rem;
    font-weight: 700;
}
.paragraph h4::before {
    content: "";
    display: block;
    position: absolute;
    top: -.2rem;
    left: 0;
    width: 5px;
    height: 100%;
    border-radius: 2px;
    background-color: #586e95;
}
.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,
.imgBox video {
    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  a + a,
.imgBox .two div + div {
    margin-top: 1rem;
}
/*==============================================
.txtLink
============================================= */
.txtLink {
    margin-top: 3rem;
}
.txtLink a {
    display: block;
    position: relative;
    padding-left: 1.5em;
    font-size: 1.2rem;
    text-decoration: underline;
}
.txtLink a .arrow {
    position: absolute;
    display: block;
    top: .3rem;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
    margin: auto 0;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(99,61,182,1) 0%, rgba(87,146,242,1) 100%);
}
.txtLink a .arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 27%;
    width: .21rem;
    height: .21rem;
    margin: auto 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
/*==============================================
.productBox
============================================= */
.productBox {
    padding: 3rem 2rem 0;
    background-color: #fff;
}
.productBox h2 {
    line-height: 1.6;
    text-align: center;
    color: #586e95;
    font-size: 1.4rem;
    font-weight: 700;
}
.productBox .scroll + h2 {
    margin-top: 3rem;
}
.productBox h2 span {
    display: block;
    color: #151515;
    font-size: 1rem;
    font-weight: normal;
}
.productBox h3 {
    line-height: 1.6;
    margin-top: 1.5rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
}
/*==============================================
 table
============================================= */
.review {
    display: block;
    position: absolute;
    top: .5rem;
    left: .5rem;
    margin: 0 auto;
    font-size: 0;
}
.scroll {
    overflow-x: scroll;
    margin-top: 1rem;
    border-left: 1px solid #e5e5e5;
}
table {
    margin-top: 1rem;
    background-color: #fff;
}
.productBox table {
    margin-top: 0;
}
table th,
table td {
    position: relative;
    padding: 1.0rem;
    border: 1px solid #e5e5e5;
    font-size: 1.0rem;
    box-sizing: border-box;
}
table thead th,
table thead td {
    padding: 20px 15px;
}
table th {
    background-color: #eaeaea;
}
.productBox table th {
   position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
    border-left: none;
    font-weight: 700;
    min-width: 7rem
}
table td {
    position: relative;
    text-align: center;
}
.productBox table td {
    min-width: 16rem;
}
table td .name {
    padding-top: 15px;
    line-height: 1.4;
    font-size: 1.1rem;
    font-weight: 700;
}
table td .img {
    width: 80%;
    margin: 1.5rem auto 0;
}
table td .img img {
    width: 100%;
}
table td .btn {
    margin: 1.5rem auto 0;
}
.tableBox .cap {
    line-height: 2.0;
    margin: 1rem auto 0;
    font-size: 1rem;
}
/*==============================================
.column
============================================= */
.column {
    margin-top: 3rem;
    padding: 2rem 0;
    border-radius: 20px;
    background-color: #f7f8f9;
}
.column .sub {
    width: auto;
    margin-top: 0;
    text-align: center;
    font-size: 12px;
}
.column h3 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.4rem;
    font-weight: normal;
}
.column .imgBox {
    margin-top: 2rem;
}
.column .imgBox + p {
    width: 80%;
    margin: 2rem auto 0;
}
.column .imgBox .cap {
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    text-align: left;
    color: #090503;
    font-size: 0.85rem;
    padding: 1rem 0 3rem;
}
.questionnaire {
    border-top: 1px solid #ddd;
}