@charset "shift_jis";
/*==============================================
common
============================================= */
html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 1000px;
}
#header {
    border-bottom: #ededed solid 1px;
}
.headerIn, .footerIn {
    width: 1000px;
    margin: 0 auto;
}
.copyRight {
    margin-top: 10px;
    border-top: 1px solid #ededed;
}
#footer {
    padding-top: 10px;
    background-color: #fff;
}
.copyRightIn {
    width: 1000px;
}
#mainContents {
    background-color: #eff0f1;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #151515;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
.pageTop {
    border-radius: 50%;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
em {
    font-weight: 700;
    font-style: normal;
}
.sp {
    display: none !important;
}
.note {
    display: block;
    margin-top: 10px;
    font-size: 11px;
}
/*==============================================
 .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;
}
/* 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: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_zenbook/h1_bg.webp) no-repeat center top;
}
.mainTitle {
    position: relative;
    width: 1000px;
    height: 600px;
    margin: 0 auto;
}
.mainTitle .txt {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.mainTitle .intel {
    display: flex;
    align-items: center;
    position: absolute;
    top: 30px;
    left: 0px;
}
.mainTitle .intel p {
    line-height: 1.6;
    margin-left: 20px;
    font-size: 11px;
}
.mainTitle h1 {
    display: block;
    position: absolute;
    top: 200px;
    left: -15px;
    width: 525px;
    height: 187px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_zenbook/h1.png) no-repeat center top;
    background-size: cover;
    font-size: 0;
}
/*---- .lead ----*/
.lead {
    display: block;
    line-height: 2.0;
    width: 830px;
    margin: 0 auto;
    font-size: 16px;
    box-sizing: border-box;
}
.lead a {
    color: #586e95;
    text-decoration: underline;
}
.lead a:hover {
    text-decoration: none;
}
/*==============================================
 .btn
============================================= */
.btn {
    display: block;
    position: relative;
    text-align: center;
    background: linear-gradient(90deg, rgba(99,61,182,1) 0%, rgba(87,146,242,1) 100%);
    transition: .2s;
}
.btn:hover,
a:hover .btn {
    opacity: .7;
}
a.btn, a.btn:visited, a.btn:hover,
a .btn, a .btn:visited, a .btn:hover {
    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,
.productBox .btn {
    margin: 0 auto;
}
/* .mainTitle */
.mainTitle .btn {
    position: absolute;
    top: 435px;
    left: 85px;
    width: 320px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    border-radius: 25px;
    font-size: 13px;
}
.mainTitle .btn::after {
    right: 20px;
    width: 6px;
    height: 6px;
}
/* .bnr */
.paragraph .bnr {
    margin: 100px auto 0;
    width: 830px;
}
.paragraph .bnr a {
    display: block;
    position: relative;
    width: 830px;
    height: 200px;
    border-radius: 20px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_zenbook/bnr.jpg) no-repeat center center;
    box-sizing: border-box;
}
.paragraph .btn {
    position: absolute;
    bottom: 35px;
    left: 170px;
    width: 235px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 10px;
}
.paragraph .btn::after {
    right: 15px;
    width: 4px;
    height: 4px;
}
/* .productBox */
.productBox .btn {
    line-height: 35px;
    width: 100%;
    height: 35px;
    margin-top: 20px;
    border-radius: 17.5px;
    font-size: 10px;
}
.productBox .btn:hover,
.productBox a:hover .btn {
}
.productBox .btn::after {
    right: 15px;
    width: 4px;
    height: 4px;
}
/*==============================================
 .lnav
============================================= */
h2.contents {
    margin-top: 80px;
    text-align: center;
    color: #586e95;
    font-size: 18px;
    font-weight: 700;
}
.lnavWrap {
    margin-top: 30px;
    background-color: #fff;
}
.lnav {
    position: relative;
    width: 850px;
    margin-top: 30px;
    margin: 0 auto;
    padding: 50px 0;
}
.lnav .contents {
}
.lnav ul {
}
.lnav ul li + li {
    margin-top: 10px;
}
.lnav ul li a {
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    transition: .2s;
}
.lnav ul li a:hover {
    color: #586e95;
}
.lnav ul li a span {
    display: inline-block;
    width: 150px;
    line-height: 26px;
    margin-right: 15px;
    text-align: center;
    border: 1px solid #586e95;
    border-radius: 13px;
    color: #586e95;
    font-size: 12px;
    font-weight: 700;
}
.lnav ul li a:hover span {
    background-color: #eff1f5;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding-top: 120px;
}
.paragraphIn {
    width: 830px;
    margin: 0 auto;
}
.paragraph h2 {
    position: relative;
    width: 830px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}
.paragraph h2 .sub {
    display: inline-block;
    width: 150px;
    line-height: 36px;
    margin: 0 auto;
    border-radius: 18px;
    background: linear-gradient(90deg, rgba(88,110,149,1) 0%, rgba(131,136,145,1) 100%);
    color: #fff;
    font-size: 15px;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.6;
    margin-top: 20px;
    font-size: 36px;
}
.paragraph h3 {
    line-height: 1.6;
    margin-top: 80px;
    color: #586e95;
    font-size: 22px;
    font-weight: 700;
}
.paragraph h4 {
    position: relative;
    line-height: 1.6;
    width: 660px;
    margin: 80px auto 0;
    padding-left: 15px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    box-sizing: border-box;
}
.paragraph h4::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-radius: 2px;
    background-color: #586e95;
}
.paragraph p {
    line-height: 2.0;
    width: 830px;
    margin: 60px auto 0;
    text-align: left;
    font-size: 16px;
}
.paragraph h3 + p {
    margin-top: 30px;
}
.paragraph p + p {
    margin-top: 30px;
}
.paragraph h3 + .imgBox {
    margin-top: 40px;
}
.paragraph .imgBox + p {
    margin-top: 80px;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
    margin: 80px auto 0;
}
.imgBox.top20 {
    margin-top: 20px;
}
h4 + .imgBox {
    margin-top: 0;
}
.imgBox div {
    width: 320px;
}
.imgBox div + div {
    margin-top: 20px;
}
.imgBox a {
    cursor: zoom-in;
}
.imgBox img {
    width: 100%;
    height: auto;
}
.imgBox .cap {
    line-height: 2.0;
    width: 320px;
    margin: 0;
    font-size: 14px;
}
.imgBox .cap p {
    width: auto;
    margin-top: 0;
    font-size: 14px;
}
/* .one */
.imgBox .one,
.imgBox .one > div {
    width: 660px;
}
.imgBox .one.w490 {
    width: 490px;
    height: auto;
    margin: 0 auto;
}
.imgBox .one a {
}
.imgBox .one + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
/* .two */
.imgBox .two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
}
.imgBox .two a,
.imgBox .two > div {
    width: 320px;
    margin-top: 0;
}
.imgBox .two + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
/*==============================================
.txtLink
============================================= */
.txtLink {
    margin-top: 80px;
}
.txtLink a {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    text-decoration: underline;
}
.txtLink a:hover {
     text-decoration: none;
}
.txtLink a .arrow {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    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: 30%;
    width: 4px;
    height: 4px;
    margin: auto 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
/*==============================================
 productBox
============================================= */
.productBox {
    margin-top: 100px;
    padding: 100px 0;
    background-color: #fff;
}
.productBox h2 {
    line-height: 1.6;
    text-align: center;
    color: #586e95;
    font-size: 24px;
    font-weight: 700;
}
.productBox .scroll + h2 {
    margin-top: 80px;
}
.productBox h2 span {
    display: block;
    color: #151515;
    font-size: 16px;
    font-weight: normal;
}
/*==============================================
 table
============================================= */
.toggleBtn {
    display: none;
}
.review {
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
}
table {
    width: 660px;
    margin: 30px auto 0;
}
.productBox table {
    width: 1000px;
}
table th,
table td {
    position: relative;
    padding: 20px 15px;
    border: 1px solid #ccc;
    font-size: 12px;
    box-sizing: border-box;
}
table th {
    background-color: #eff0f1;
}
table td {
    width: 20%;
    text-align: center;
    background-color: #fff;
}
table td .name {
    line-height: 22px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
}
table td .img {
    width: 80%;
    margin: 20px auto 30px;
}
table td .img img {
    width: 100%;
}
table td h3 {
    line-height: 1.4;
    font-weight: bold;
    font-size: 14px;
}
.tableBox .cap {
    line-height: 2.0;
    width: 660px;
    margin-top: 20px;
    font-size: 14px;
}
/*==============================================
.column
============================================= */
.column {
    width: 660px;
    margin: 80px auto 0;
    padding: 40px 0 65px;
    border-radius: 20px;
    background-color: #f7f8f9;
}
.column .sub {
    width: auto;
    margin-top: 0;
    text-align: center;
    font-size: 12px;
}
.column h3 {
    margin-top: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}
.column .imgBox + p {
    width: auto;
    margin: 40px 65px 0;
}
.column .imgBox .cap {
    margin-left: 65px;
    margin-right: 65px;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: 1000px;
    margin: 20px auto 0;
    padding: 0 0 20px;
    text-align: right;
    color: #6d6a70;
}
.questionnaire {
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
}
.questionnaireInner {
    width: 830px;
}