@charset "shift_jis";
/*==============================================
 common
============================================= */
.menu, .reviewTxt, .logoBox,
.forPc {
display:none;
}
#header {
border-bottom: #ededed solid 1px;
}
.copyRight { border-top: 1px solid #ededed; }
.pageTop {
width: 40px;
height: 40px;
right: 10px;
background-size: 40px;
border-radius: 50%;
}
img {
width: 100%;
height: auto;
}

/*==============================================
 看板
============================================= */

.mainTitleWrap {
padding-top: 122%;
margin: 0 auto;
background: #f0f8fd url(https://img1.kakaku.k-img.com/images/article/tieup/25/02_elitemini/main_title.webp) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
}

.lead {
color: #000;
box-sizing: border-box;
font-size: 1.15rem;
line-height: 1.8;
padding: 0 28px 3px;
}
.lead a {
color: #0575f3;
text-decoration: underline;
font-weight: bold;
}
/*==============================================
 バナー
============================================= */
.bnr a { text-decoration: none; }
.topbnr {
padding: 25px 28px 40px;
}
.innerbnr {
background: #f0f8fd;
margin-top: 40px;
padding: 28px 25px;
}
.topbnr img,
.innerbnr img {
width: 100%;
}
.bnr02 {
margin-top: 20px;
}

/*==============================================
 #mainContents
============================================= */
#mainContents {
	letter-spacing: 0.07em;
    font-feature-settings: "palt" 1;
}
/*----- 文字 -----*/
.paragraphB p,
.paragraph p {
color: #303030;
font-size: 1.26rem;
line-height: 1.7;
margin-top: 30px;
}
.paragraph p b {
color: #000;
    font-weight: bold;
}
.sTxt {
display: block;
font-size: 0.9rem;
line-height: 1.5;
margin-top: 8px;
}
p.sTxt {
display: block;
font-size: 0.95rem;
line-height: 1.5;
margin-top: 8px;
}
ul.sTxt {
margin-top: 20px;
} 
.sTxt li {
margin-top: 7px;
}

.paragraphIn > p:first-child {
margin-top: 10px;
}
.paragraphB p + p,
.paragraph p + p {
margin-top: 20px;
}
.paragraphB .cap,
.paragraph .cap {
font-size: 1rem;
line-height: 1.7;
margin-top: 10px !important;
}

/*----　paragraph　----*/
.paragraph {
border-top: 1px solid #dedfe2;
transition: background-color .2s, border-top-color .2s;
}
#matome .paragraphIn {
padding-bottom: 40px;
}
.spAccordion {
display: none;
padding: 0;
}
.spAccordion-none {
padding: 0;
}
.paragraphIn {
padding: 0px 26px 10px;
}
.paragraph p b {
    background: linear-gradient(transparent 60%, #dbedf8 40%);
    font-weight: bold;
}

/*----- A-css H2 -----*/
h2.no-titleImg {
position: relative;
padding: 20px 45px 20px 0px;
font-weight: bold;
}
h2.no-titleImg em {
display: none;
}
h2.no-titleImg span {
display: block;
padding-left: 26px;
font-size: 1.35rem;
line-height: 1.6;
}

/*----- B-css H2 -----*/
h2.titleImg {
display: table;
position: relative;
font-weight: bold;
padding: 24px 25px 22px 27px;
}
h2.titleImg em {
display: table-cell;
vertical-align: top;
width: 95px;
}
h2.titleImg span {
color: #1B1B1B;
display: table-cell;
padding: 0 23px 0 16px;
font-size: 1.35rem;
font-weight: bold;
line-height: 1.5;
-webkit-tap-highlight-color:rgba(0,0,0,0);
letter-spacing: 0.01em;
font-feature-settings: "palt" 1;
vertical-align: top;
}

/*----- h2 -----*/
.paragraph h2 .forPc {
display: none;
}
.paragraph h2 span b {
background-size: 60px;
color: #0088d6;
display: block;
font-size: 1.55rem;
margin-bottom: 0px;
padding-bottom: 7px;
}
.paragraph h2:after {
content: "";
display: inline-block;
position: absolute;
top: 1px;
bottom: 0;
right: 20px;/*----　左からの矢印の位置　----*/
width: 8px;
height: 8px;
margin: auto;
-webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
transition: opacity .2s ease, -webkit-transform .2s ease;
transition: transform .2s ease, opacity .2s ease;
transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
vertical-align: middle;
border-bottom: 2px solid #c9c9c9;/*----　矢印の色　----*/
border-right: 2px solid #c9c9c9;/*----　矢印の色　----*/
}
.paragraph.active h2:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}

/*----- img -----*/
:is(.imgBox, .imgBoxB, .imgBoxB02) {
margin-top: 40px;
}
:is(.imgBox, .imgBoxB, .imgBoxB02) :is(.cap) {
margin-top: 15px;
}
:is(.imgBox, .imgBoxB, .imgBoxB02) :is(img) {
width: 100%;
}
.imgBox strong {
display: block;
color: #fff;
font-size: 1.25rem;
font-weight: bold;
margin-bottom: 5px;
}
.imgBox a + a {
display: block;
margin-top: 15px;
}
.imgLine img {
border: #e8e8e8 solid 1px;
}
.imagesClear { overflow: hidden; }

/*---- photoTitle　----*/
.photoTitle {
border-left: #0088d6 solid 4px;
margin: 40px auto 0;
}
.photoTitle strong {
font-size: 1.25rem;
padding-left: 10px;
}
.photoTitle + .imgBoxB {
margin: 15px auto 0;
}

/*---- .column ----*/
.column {
border: #EFEFEF solid 4px;
box-sizing: border-box;
padding: 30px;
margin-top: 40px;
}
.columnTitle {
text-align: center;
}
.columnTitle strong {
font-size: 1.3rem;
}
.columnTitle + p {
margin-top: 20px;
}


/*==============================================
 .productBox
============================================= */
.productBox {
border-top: #dedfe2 solid 1px;
background: #f0f8fd;
box-sizing: border-box;
padding: 60px 25px 30px;
}
.mainItem {
box-sizing: border-box;
margin: 0 0 40px;
padding: 15px 0;
}
.productBoxIn strong {
display: block;
font-size: 1rem;
line-height: 1.5;
}

.productBox table {
border: solid #bed8e8;
border-width: 1px 1px 1px 0;
border-spacing: 0;
width: 490px;
margin: 10px auto 0;
empty-cells: show;
line-height: 1.5;
font-size: 100%;
}
.productBox table th {
background: #e4f0f8;
color: #000;
border: solid #bed8e8;
border-width: 0 0 1px 1px;
font-size: 10px;
font-weight: bold;
text-align: center;
margin: 0;
padding: 7px 4px;
}
.productBox dd.itemName {
font-size: 12px;
font-weight: bold;
line-height: 1.4;
padding: 0 0 7px;
}
.productBoxIn dd.itemName span:before {
background: #e5e5e5;
  content: "レビュー機";
  font-size: 8px;
  font-weight: bold;
  position: relative;
  padding: 3px;
  top: -2px;
  margin-right: 5px;
}

.productBox td {
background: #fff;
color: #000;
border: solid #bed8e8;
border-width: 0 0 1px 1px;
text-align: center;
padding: 7px 6px;
font-size: 11px;
width: 42%;
}

.productBox dt {
padding: 15px 10px 10px;
}
.productBox .btn {
padding: 0 0 5px;
}

/*----- .scroll -----*/
.scroll {
overflow: auto;
padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
height: 5px;
}
.scroll::-webkit-scrollbar-track{
background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
background: #BCBCBC;
}

/*==============================================
.releasedate
============================================= */
.releasedate {
background: #f0f8fd;
color: #000000;
	font-size: 0.85rem; 
	padding: 30px 0 25px;
}
