@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 {
    font-family: "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Arial", sans-serif;
    color: #000;
	letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
}
p strong {
    border-bottom: 1px solid #333;
    font-weight: bold;
}
.note {
    display: inline-block;
    margin-top: 1rem;
    line-height: 1.8;
    text-align: left;
    font-size: .8rem;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
#mainContents p a {
    border-bottom: 1px solid #1278ec;
    color: #1278ec;
    font-weight: bold;
}
ul.note {
    line-height: 1.8;
    margin: 1rem 0 0; 
}
ul.note li {
    padding-left: 3em;
    line-height: 1.8;
    font-size: .9rem;
    font-weight: 500;
}
ul.note li span {
    display: inline-block;
    width: 3em;
    margin-left: -3em;
}
ul.note li + li {
    margin-top: .5rem;
}
.pc {
    display: none;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
}
.mainTitle {
}
.mainTitle h1 {
    padding-top: 122.7%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_hpprobook445g10/h1_sp.jpg) no-repeat center top;
    background-size: 100%;
    font-size: 0;
}
.mainTitle ul.note {
    margin: 1rem 2rem 0;
}
.lead {
    line-height: 2.0;
    margin: 3rem 2rem 0;
    font-size: 1.2rem;
    font-weight: 500;
}
/*==============================================
 .bnr
============================================= */
.bnr {
    margin: 3rem 0 0;
    border-top: 1px solid #ddd;
}
.bnr a {
    display: block;
    position: relative;
    width: 100%;
    height: 16.5rem;
    background: #fff url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_hpprobook445g10/bnr_sp.jpg) no-repeat center top;
    background-size: contain;
    box-sizing: border-box;
}
.bnr a .btn {
    display: none;
}
.paragraph .bnrWrap {
    margin: 0 -2rem;
}
/*==============================================
 .lnav
============================================= */
.lnav {
    display: none;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    border-top: 1px solid #ddd;
    background-color: #fff;
    transition: .2s;
}
.paragraph#article01 {
    margin-top: 0;
}
.paragraph#matome {
    border-bottom: 1px solid #ddd;
}
.paragraph#matome .spAccordion {
    padding-bottom: 3rem;
}
.spAccordion {
    display: none;
    padding: 0 2rem;
}
.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;
    line-height: 1;
    padding: .6rem 1rem;
    font-size: 1.1rem;
    background-color: #000;
    color: #fff;
    font-weight: bold;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.5;
    margin-top: 1rem;
    font-size: 1.6rem;
    font-weight: bold;
}
.paragraph h2 .note {
    display: block;
    margin-top: .5rem;
    font-size: .9rem;
}
.paragraph h2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem;
    width: 1.8rem;
    height: 1.8rem;
    margin: auto 0;
    border-radius: 50%;
    background: #1278ec url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_hpprobook445g10/arrow_bottom.svg) no-repeat 0 0;
    background-size: 100%;
    transform: rotate(0deg);
    transition: .2s;
}
.paragraph.active h2::after {
    background-color: #ccc;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.paragraph h3 {
    display: inline-block;
    line-height: 1.6;
    margin-top: 3rem;
    padding-top: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    border-top: 1px solid #000;
}
.paragraph h3 .check {
    position: relative;
    top: -.4rem;
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 10px;
}
.paragraph h4 {
    line-height: 1.6;
    font-size: 1.2rem;
    font-weight: bold;
}
.paragraph p {
    margin-top: 3rem;
    font-size: 1.3rem;
    font-weight: 500;
}
.paragraphIn > p:first-child {
    margin-top: 0;
}
.paragraph p + p {
    margin-top: 1.5rem;
}
.paragraph h3 + p {
    margin-top: 1.5rem;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    margin-top: 3rem;
}
h3 + .imgBox {
    margin-top: 1.5rem;
}
h2 + .imgBox,
.imgBox:first-child {
    margin-top: 1rem;
}
.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;
}
/*==============================================
.column
============================================= */
.column {
    margin-top: 3rem;
    padding: 2rem;
    border: 1px solid #66a91e;
    box-sizing: border-box;
}
.column h3 {
    position: relative;
    margin: 0;
    padding: 0 0 1rem;
    border: none;
    text-align: center;
    font-size: 1.6rem;
}
.column h3::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 5rem;
    height: 3px;
    margin: 0 auto;
    background-color: #66a91e;
}
.column p {
    width: auto;
}
.column .imgBox {
    margin-top: 3rem;
}
/*==============================================
.productBox
============================================= */
.productBox {
    margin: 3rem 2rem 0;
    border-radius: 1.5rem;
    background-color: #fff;
}
.productBox .img {
    width: 18rem;
    margin: 2rem auto 0;
    text-align: center;
}
.productBox .img img {
    width: 100%;
}
.productBox h3 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}
/*==============================================
 table
============================================= */
.scroll {
    overflow-x: scroll;
}
table {
    margin-top: 3rem;
    background-color: #fff;
}
table th,
table td {
    min-width: 10rem;
    padding: 1.0rem;
    border: 1px solid #e2e2e2;
    font-size: 1.0rem;
}
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: 3rem 2rem;
}
.makerBanner a {
}
.makerBanner a img {
    width: 100%;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    text-align: right;
    color: #090503;
    font-size: 0.85rem;
    padding: 1rem 2rem 0;
}