@charset "shift_jis";
/*==============================================
 common
============================================= */
.forPc,
.menu {
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;
}

/*==============================================
 看板
============================================= */
h1 {
padding-top: 128%;
margin: 0 auto;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_omnibook/sp_main_title.webp) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
}
p.lead {
box-sizing: border-box;
font-size: 1.15rem;
line-height: 1.8;
padding: 0 25px 3px;
}
.lead a:link,
.lead a:visited {
color: #007fe0;
font-weight: bold;
text-decoration: underline;
}
.lead a:hover,
.lead a:active {
color: #699dfc;
}
/*==============================================
 バナー
============================================= */
.bnr a { text-decoration: none; }

/*----　看板下　----*/
.topbnr {
padding: 25px 25px 35px;
}

/*----　記事内　----*/
.innerbnr {
    background: #e4ebf4;
    margin-top: 30px;
padding: 25px 30px;
}

/*==============================================
 #mainContents
============================================= */
/*----- 文字 -----*/
.paragraph p {
font-size: 1.28rem;
line-height: 1.8;
margin-top: 30px;
}
.paragraphIn > p:first-child {
margin-top: 10px;
}
.paragraph .cap {
font-size: 1rem;
line-height: 1.7;
margin-top: 10px !important;
}

/*----　paragraph　----*/
.paragraph {
border-top: 1px solid #8f8f8f;
transition: background-color .2s, border-top-color .2s;
}
#matome {
border-bottom: 1px solid #8f8f8f;
}
.spAccordion {
display: none;
padding: 0;
}
.spAccordion-none {
padding: 0;
}
.paragraphIn {
padding: 0px 26px 10px;
}
/*----- h2 -----*/
.paragraph h2 {
position: relative;
padding: 20px 20px 20px 25px;
color: #000;
font-weight: bold;
}
.paragraph h2:active {
background-color: rgba(255,255,255,0.10);
}
.paragraph.active h2 {
color: #292929;
}
.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 #3088a9;/*----　矢印の色　----*/
border-right: 2px solid #3088a9;/*----　矢印の色　----*/
}
.paragraph.active h2:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}

/*----- h2-img-txt -----*/
.paragraph h2 .titleImg {
display: table;
padding-right: 26px;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.paragraph h2 .spTitleImg {
display: table-cell;
width: 95px;
vertical-align: top;
}
.paragraph h2 .titleTxt {
box-sizing: border-box;
display: table-cell;
font-size: 1.3rem;
line-height: 1.5;
vertical-align: top;
padding-left: 15px;
}
.paragraph h2 .subTitle {
color: #0c71b9;
display: block;
font-size: 1.5rem;
margin-bottom: 7px;
}

/*----- img -----*/
:is(.imgBox, .imgBoxB, .imgBox02) {
margin-top: 40px;
}
:is(.imgBox, .imgBoxB, .imgBox02) :is(.cap) {
margin-top: 15px;
}
:is(.imgBox, .imgBoxB, .imgBox02) :is(img) {
width: 100%;
}
.imagesClear + .imagesClear,
.imgBox02 a + a {
display: block;
margin-top: 10px;
}
.imgBoxB strong {
display: block;
font-size: 1.2rem !important;
    line-height: 1.5;
font-weight: bold;
margin-bottom: 10px;
}

/*---- talbe01 ----*/
.table01 {
    margin-top: 40px;
}
.table01 strong {
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: bold;
}
.table01 table {
    border: solid #aac0de;
    border-width: 1px 1px 1px 0;
    width: 500px;
    border-collapse: collapse;
    margin: 10px auto;
}
.table01 th,
.table01 td {
    border: solid #aac0de;
    border-width: 1px;
    padding: 10px 6px;
    text-align: center;
}
.table01 th {
    background-color: #e4ebf4;
    color: #0c71b9;
    font-weight: bold;
font-size: 0.95rem;
}
.table01 td {
font-size: 1rem;
}
.table01 .size00 {
    width: 29%;
}
.table01 dt {
font-size: 1.05rem;
font-weight: bold;
line-height: 1.4;
    color: #0c71b9;

}

/*---- talbe02 ----*/
.table02 {
    margin-top: 40px;
}
.table02 table {
    border: solid #aac0de;
    border-width: 1px 1px 1px 0;
    width: 100%;
    border-collapse: collapse;
    margin: 10px auto;
}
.table02 th,
.table02 td {
    border: solid #aac0de;
    border-width: 1px;
    padding: 6px;
    text-align: center;
}
.table02 th {
    background-color: #e4ebf4;
    color: #0c71b9;
    font-weight: bold;
font-size: 1rem;
}
.table02 td {
font-size: 1rem;
}
.table02 th:not(.size01) {
    width: 50%;
}

/*==============================================
 .productBox
============================================= */
#matome .spAccordion {
    padding: 0 0 25px;
}
.productBox {
    background: #e4ebf4;
    box-sizing: border-box;
    padding: 50px 30px;
}

/*---- mainItem ----*/
.mainItem .img {
    text-align: center;
    margin-bottom: 18px;
}
.mainItem .img img {
    width: 55%;
}
.mainItem .catch {
    color: #0c71b9;
    text-align: center;
font-size: 0.9rem;
line-height: 1.7;
font-weight: bold;
    margin-bottom: 13px;
}
.mainItem .productName {
font-size: 1.7rem;
text-align: center;
    margin-bottom: 13px;
}
.mainItem .productName span {
    display: block;
font-size: 1.2rem;
text-align: center;
    margin: 7px 0 13px;
}
.mainItem .productBtn {
    text-align: center;
}
.mainItem .productBtn img {
    width: 90%;
}

/*---- talbe03 ----*/
.table03 {
    margin-top: 50px;
}
.table03 table {
    border: solid #aac0de;
    border-width: 1px 1px 1px 0;
    width: 600px;
    border-collapse: collapse;
    margin: 10px auto;
}
.table03 th,
.table03 td {
    border: solid #aac0de;
    border-width: 1px;
    padding: 6px;
    text-align: center;
}
.table03 td {
font-size: 1rem;
}
.table03 td.tdName {
    color: #404040;
font-size: 1rem;
    font-weight: bold;
}
.table03 .productName {
    color: #0c71b9;
    font-weight: bold;
font-size: 1rem;
}
.table03 td:not(.tdName) {
    background: #fff;
    width: 30%;
}
.table03 dt {
    text-align: center;
    margin-bottom: 10px;
    padding: 7px 0 0;
}
.table03 dt img {
    width: 70%;
}
.table03 .productName {
font-size: 1.1rem;
line-height: 1.4;
text-align: center;
    margin-bottom: 5px;
}
.table03 .productBtn {
    box-sizing: border-box;
    padding: 0 7px 7px;
}

/*----- .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 {
	font-size: 0.85rem; 
	padding: 30px 0 0;
	color: #333;
}
