@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: #fff;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #222;
	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 {
    background-color: #ffe5e7;
    font-style: normal;
}
.sp {
    display: none !important;
}
/*==============================================
 .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/03_asus/main_title_bg.jpg) no-repeat center top;
    background-size: contain;
}
.mainTitle {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding-top: 125px;
}
.mainTitle .txt {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.mainTitle .intel {
    position: absolute;
    top: 100px;
    right: 20px;
}
.mainTitle h1 {
    display: block;
    width: 1000px;
    height: 600px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/03_asus/h1.jpg) no-repeat center top;
    border-radius: 30px;
    font-size: 0;
}
/*---- .lead ----*/
.lead {
    display: block;
    line-height: 2.0;
    width: 830px;
    margin: 100px auto 0;
    font-size: 17px;
    box-sizing: border-box;
}
.lead a {
    color: #fd5363;
    text-decoration: underline;
}
.lead a:hover {
    text-decoration: none;
}
/*==============================================
 .btn
============================================= */
.btn {
    display: block;
    position: relative;
    text-align: center;
    background-color: #222;
    transition: .2s;
}
.btn:hover,
a:hover .btn {
    background-color: #fd5363;
}
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: 700px;
    left: 0;
    right: 0;
    width: 490px;
    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: 180px;
    border-radius: 30px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/03_asus/bnr.jpg) no-repeat center center;
    box-sizing: border-box;
}
.paragraph .btn {
    position: absolute;
    bottom: 22px;
    left: 127px;
    width: 320px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 10px;
}
.paragraph .btn::after {
    right: 15px;
    width: 4px;
    height: 4px;
}
/* .productBox */
.productBox .btn {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 17.5px;
    background-color: #2bb1db;
    font-size: 10px;
}
.productBox .btn:hover,
.productBox a:hover .btn {
    background-color: #2497bb;
}
.productBox .btn::after {
    right: 15px;
    width: 4px;
    height: 4px;
}
/*==============================================
 .lnav
============================================= */
.lnavWrap {
    margin-top: 100px;
}
.lnav {
    position: relative;
    width: 1000px;
    margin-top: 30px;
    margin: 0 auto;
    padding: 60px 0;
    border-radius: 30px;
    background-color: #f3f3f3;
}
.lnav .contents {
    position: absolute;
    top: 60px;
    left: 85px;
}
.lnav ul {
    width: 745px;
    margin-left: 170px;
}
.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: #fd5363;
}
.lnav ul li a span {
    display: inline-block;
    width: 16em;
    line-height: 26px;
    margin-right: 15px;
    text-align: center;
    border-radius: 13px;
    background-color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.lnav ul li a:hover span {
}
/*==============================================
 .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;
    position: relative;
    margin: 0 auto;
    color: #2bb1db;
    font-size: 18px;
    font-weight: 700;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.4;
    margin-top: 15px;
    font-size: 36px;
    font-weight: 700;
}
.paragraph h3 {
    display: inline-block;
    position: relative;
    width: 100%;
    line-height: 1.6;
    margin-top: 100px;
    padding-left: 20px;
    font-size: 24px;
    font-weight: 700;
}
.paragraph h3::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    border-radius: 2.5px;
    background-color: #2bb1db;
}
.paragraph h4 {
    position: relative;
    line-height: 1.5;
    width: 660px;
    margin: 80px auto 30px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    box-sizing: border-box;
}
.paragraph p {
    line-height: 2.0;
    width: 830px;
    margin: 60px auto 0;
    text-align: left;
    font-size: 17px;
}
.paragraph h3 + p {
    margin-top: 30px;
}
.paragraph p + p {
    margin-top: 30px;
}
.paragraph h3 + .imgBox {
    margin-top: 30px;
}
.paragraph .imgBox + p {
    margin-top: 80px;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
    margin: 80px auto 0;
}
h4 + .imgBox {
    margin-top: 0;
}
.imgBox div {
    width: 405px;
}
.imgBox div + div {
    margin-top: 20px;
}
.imgBox a {
    cursor: zoom-in;
}
.imgBox img {
    width: 100%;
    height: auto;
}
.imgBox .cap {
    line-height: 2.0;
    width: 235px;
    margin: 0;
    font-size: 14px;
}
.imgBox .cap p {
    width: auto;
    margin-top: 0;
    font-size: 14px;
}
/* .one */
.imgBox .one {
    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;
}
/*==============================================
 productBox
============================================= */
.productBox {
    margin-top: 120px;
    padding: 80px 0;
    background-color: #f3f3f3;
}
.productBox h3 {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}
/*==============================================
 table
============================================= */
.toggleBtn {
    display: none;
}
.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/03_asus/review.svg) no-repeat center center;
    font-size: 0;
}
table {
    width: 660px;
    margin: 30px auto 0;
}
.productBox table {
    width: 1000px;
    margin-top: 40px;
}
table th,
table td {
    position: relative;
    padding: 15px 15px 20px;
    border: 1px solid #ccc;
    font-size: 12px;
    box-sizing: border-box;
}
table thead th,
table thead td {
    padding: 15px;
}
table thead th {
    background-color: #f4f4f4;
    text-align: center;
}
.productBox table th {
    background-color: #eaeaea;
    font-weight: 700;
}
table td {
    width: 210px;
    text-align: center;
}
table td .name {
    line-height: 22px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
}
table td .img {
    width: 80%;
    margin: 20px auto;
}
table td .img img {
    width: 100%;
}
/*==============================================
.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;
}