@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 {
    font-family: "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Arial", sans-serif;
    color: #000;
	letter-spacing: 0.10em;
    font-feature-settings: "palt" 1;
}
.pageTop {
    border-radius: 50%;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
#mainContents p a {
    border-bottom: 1px solid rgba(18,120,236,1);
    color: #1278ec;
    font-weight: bold;
    transition: .3s ease;
}
#mainContents p a:hover {
    border-bottom: 1px solid rgba(18,120,236,0);
}
ul.note {
    line-height: 1.8;
    margin-top: 20px; 
}
ul.note li {
    line-height: 1.8;
    font-size: 12px;
    font-weight: 500;
}
ul.note li span {
    display: inline-block;
    width: 3em;
    margin-left: -3em;
}
ul.note li + li {
    margin-top: 10px;
}
.sp {
    display: none;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_hpprobook445g10/main_title_bg.jpg) no-repeat center top;
}
.mainTitle {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
}
.mainTitle h1 {
    display: block;
    width: 1020px;
    height: 550px;
    margin: 0 -10px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_hpprobook445g10/h1.png) no-repeat center top;
    font-size: 0;
}
/*---- .lead ----*/
.lead {
    line-height: 2.0;
    font-size: 17px;
    width: 1000px;
    margin: 60px auto 0;
    padding: 0 85px;
    font-weight: 500;
    box-sizing: border-box;
}
/*==============================================
 .bnr
============================================= */
.bnr {
    width: 830px;
    margin: 80px auto 0;
}
.bnr a {
    display: block;
    position: relative;
    width: 830px;
    height: 180px;
    border: 1px solid #ddd;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_hpprobook445g10/bnr.jpg) no-repeat 0 0;
    box-sizing: border-box;
    transition: .3s ease;
}
.mainTitle .btn {
    margin-top: 40px;
}
.btn a,
.bnr a .btn {
    display: block;
    width: 660px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    border-radius: 30px;
    background-color: #1278ec;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    box-sizing: border-box;
    transition: .3s ease;
}
.btn .arrow {
    display: inline-block;
    margin-left: 1em;
}
.btn .arrow::before {
    content: "";
    display: block;
    position: relative;
    right: 0;
    width: 8px;
    height: 12px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_hpprobook445g10/arrow.svg) no-repeat center top;
    transition: .3s ease;
}
.btn a:hover {
    background-color: #0f61be;
}
.btn a:hover .arrow::before {
    right: -.3em;
}
.bnr a .btn {
    position: absolute;
    left: 40px;
    bottom: 20px;
    width: 405px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.bnr a .btn .arrow::before {
    width: 6px;
    height: 10px;
}
.bnr a:hover {
    border: 1px solid #1278ec;
}
.bnr a:hover .btn {
    background-color: #0f61be;
}
.bnr a:hover .btn .arrow::before {
    right: -.3em;
}
/*==============================================
 .lnav
============================================= */
.lnavWrap {
    margin-top: 100px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f4f4f4;
}
.lnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    padding: 50px 85px;
    box-sizing: border-box;
}
.lnav .index {
    display: flex;
    align-items: center;
    width: 160px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
}
.lnav .index img {
    margin: 0 auto;
}
.lnav ul {
    width: 640px;
}
.lnav ul li + li {
    margin-top: 6px;
}
.lnav ul li span {
    display: inline-block;
    width: 6.0em;
}
.lnav ul li a {
    display: block;
    position: relative;
    padding-left: 2.0em;
    line-height: 1.8;
    font-size: 15px;
    font-weight: 700;
    box-sizing: border-box;
    transition: .2s;
}
.lnav ul li a::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1278ec url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_hpprobook445g10/arrow_bottom.svg) no-repeat center center;
    transition: .2s;
}
.lnav ul li a:hover {
    color: #1278ec;
}
.lnav ul li a:hover::before {
    background-color: #1278ec;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding-top: 100px;
}
.paragraph#article02,
.paragraph#matome {
    margin-top: 100px;
    padding-bottom: 100px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f4f4f4;
}
.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;
    width: 150px;
    line-height: 40px;
    margin: 0 auto;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.5;
    margin-top: 20px;
    font-size: 36px;
    font-weight: bold;
}
.paragraph h3 {
    display: inline-block;
    width: 100%;
    line-height: 1.5;
    margin-top: 80px;
    padding-top: 15px;
    border-top: 1px solid #000;
    font-size: 22px;
    font-weight: bold;
}
.paragraph h4 {
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: left;
    font-size: 17px;
    font-weight: 700;
}
.paragraph p {
    line-height: 2.0;
    width: 830px;
    margin: 60px auto 0;
    text-align: left;
    font-size: 17px;
    font-weight: 500;
}
.paragraph h3 + p {
    margin-top: 30px;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 80px auto 0;
}
.imgBox div {
    width: 575px;
}
.imgBox div + div {
    margin-top: 20px;
}
.imgBox a {
    cursor: zoom-in;
}
.imgBox img {
    width: 100%;
}
.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: 830px;
}
.imgBox .one a {
}
.imgBox .one + .cap {
    width: 830px;
    margin: 20px auto 0;
    padding-left: 0;
}
/* .two */
.imgBox .two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 830px;
}
.imgBox .two a,
.imgBox .two div {
    width: 405px;
    margin-top: 0;
}
.imgBox .two + .cap {
    width: 830px;
    margin: 20px auto 0;
    padding-left: 0;
}
/* .spec */
.spec {
    width: 660px;
}
.imgBox.spec div,
.imgBox.spec .cap {
    width: 320px;
}
/*==============================================
.column
============================================= */
.column {
    margin-top: 80px;
    padding: 70px 85px 80px;
    border: 1px solid #66a91e;
}
.column h3 {
    position: relative;
    margin: 0;
    padding: 0 0 15px;
    border: none;
    text-align: center;
    font-size: 26px;
}
.column h3::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 3px;
    margin: 0 auto;
    background-color: #66a91e;
}
.column p {
    width: auto;
}
.column .imgBox {
    margin-top: 60px;
}
/*==============================================
.productBox
============================================= */
.productBox {
    margin-top: 100px;
}
.productBox .img {
    margin-top: 40px;
    text-align: center;
}
.productBox h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
/*==============================================
 table
============================================= */
.toggleBtn {
    display: none;
}
table {
    width: 1000px;
    margin: 80px auto 0;
}
table th,
table td {
    padding: 15px;
    border: 1px solid #e2e2e2;
    font-size: 15px;
    box-sizing: border-box;
}
table th {
    width: 140px;
    font-weight: bold;
}
thead th,
thead td {
    vertical-align: top;
    background-color: #f4f4f4;
}
thead td a {
    display: block;
    color: #1278ec;
    font-weight: bold;
}
thead td a:visited,
thead td a:hover {
    color: #1278ec;
}
thead td a .border {
    border-bottom: 1px solid rgba(18,120,236,1);
    transition: .3s ease;
}
thead td a:hover .border {
    border-bottom: 1px solid rgba(18,120,236,0);
}
thead td .arrow {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: .3em;
}
thead td .arrow::before {
    content: "";
    display: block;
    position: relative;
    right: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #1278ec url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_hpprobook445g10/arrow_bottom.svg) no-repeat center top;
    transform: rotate(-90deg);
}
thead td .this {
    display: block;
    width: 60px;
    margin: 10px auto 0;
    padding: 3px 8px;
    background-color: #ef3f3f;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}
/*==============================================
.makerBanner
============================================= */
.makerBanner {
    margin: 100px auto;
    width: 930px;
}
.makerBanner a {
    display: block;
    width: 930px;
    height: 201px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_hpprobook445g10/pc_hp245_255g10.jpg) no-repeat center top;
    transition: .2s;
}
.makerBanner a:hover {
    opacity: .7;
}
.makerBanner a img {
    display: none;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: 1000px;
    margin: 20px auto 100px;
    text-align: right;
    color: #000;
}
.questionnaire {
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
}
.questionnaireInner {
    width: 830px;
}