@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;
}
#mainContents {
background-size: contain;
font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
letter-spacing: 0.08em;
font-feature-settings: "palt" 1;
}
/*==============================================
.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: #f3f0e8;
}
h1 {
padding-top: 133%;
margin: 0 auto;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/03_omnibook/sp_title.webp) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
}
.lead {
box-sizing: border-box;
line-height: 1.7;
margin-top: 2rem;
font-size: 1.25rem;
margin: 25px 22px 0;
}
.pointBox {
background: #fff;
width: 90%;
margin: 0 auto;
padding: 15px 0 0;
}
.pointBox strong {
color: #a68048;
display: block;
text-align: center;
}
.pointBox strong img {
width: 100%;
}
.pointBox ul {
width: 90%;
margin: 10px auto 0;
padding-bottom: 10px;
}
.pointBox li {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/03_omnibook/check.png) left top no-repeat;
	background-size: 8%;
	box-sizing: border-box;
font-size: 1.2rem;
line-height: 1.4;
margin-bottom: 10px;
padding-left: 10%;
}
/*==============================================
 バナー
============================================= */
.bnr a { text-decoration: none; }

/*----　看板下　----*/
.topbnr {
box-sizing: border-box;
margin-top: 30px;
padding: 0 22px 30px;
}

/*----　記事内　----*/
.innerbnr {
background: #f3f0e8;
box-sizing: border-box;
padding: 25px;
margin-top: 40px;
}
.bnr02 {
margin-top: 15px;
}

/*==============================================
 #mainContents
============================================= */
/*----- 文字 -----*/
.paragraph p {
line-height: 1.7;
margin-top: 1.5rem;
font-size: 1.4rem;
}
.paragraphIn > p:first-child {
margin-top: 10px;
}
.paragraph .cap {
font-size: 11px;
margin-top: 10px !important;
}
.paragraph p em {
color: #fff;
display: inline-block;
font-size: 1.2rem;
    font-weight: bold;
    font-style: normal;
	margin: 20px 8px 0 0;
	padding: 1px 5px;
}
.paragraph p em.kamada {
background: #474747;
}
.paragraph p em.hpStaff {
background: #a68048;
}

/*----　paragraph　----*/
.paragraph {
border-top: 1px solid #8f8f8f;
transition: background-color .2s, border-top-color .2s;
}
.spAccordion {
display: none;
padding: 0;
}
.spAccordion-none {
padding: 0;
}
.paragraphIn {
padding: 0px 26px 10px;
}
#matome {
border-bottom: 1px solid #8f8f8f;
}
#matome .paragraphIn {
padding: 0px 26px 30px;
}


/*----　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 h2 span {
display: block;
padding-left: 26px;
font-size: 1.7rem;
line-height: 1.4;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.paragraph h2 b {
color: #a68048;
display: block;
font-size: 1.45rem;
margin-bottom: 5px;
}
.paragraph h2:after {
content: "";
display: inline-block;
position: absolute;
top: 1px;
bottom: 0;
left: 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 #979797;/*----　矢印の色　----*/
border-right: 2px solid #979797;/*----　矢印の色　----*/
}
.paragraph.active h2:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}

/*---- Box ----*/
.kamadaBox {
background: #f3f0e8 url(https://img1.kakaku.k-img.com/images/article/tieup/26/03_omnibook/mg_mr_kamada.jpg) left top 13px no-repeat;
background-size: 22%;
box-sizing: border-box;
width: 100%;
padding: 13px 15px 15px 25%;
margin: 40px auto 0;
}
.hpStaffBox {
background: #f3f0e8 url(https://img1.kakaku.k-img.com/images/article/tieup/26/03_omnibook/mg_mr_furukawa.jpg) left top 13px no-repeat;
background-size: 22%;
box-sizing: border-box;
width: 100%;
padding: 13px 15px 15px 25%;
margin: 20px auto 0;
}

.hpStaffBox p,
.kamadaBox p {
font-size: 1rem;
line-height: 1.5;
margin-top: 0;
}
.hpStaffBox p strong,
.kamadaBox p strong {
color: #a68048;
font-size: 0.9rem;
line-height: 1.4;
}
.hpStaffBox p strong span,
.kamadaBox p strong span {
display: block;
font-size: 1.1rem;
margin: 2px 0 5px;
}

/*----- 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;
}


/*==============================================
table
============================================= */
.stitle {
box-sizing: border-box;
border-left: #a68048 solid 5px;
width: 100%;
margin: 30px auto 0;
padding-left: 10px;
}
.stitle strong {
font-size: 1.3rem;
}
.paragraph table {
border: 1px solid #a68048;
border-collapse: collapse;
width: 100%;
margin: 10px auto 0;
padding: 0;
}
.paragraph table th,
.paragraph table td {
border: 1px solid #a68048;
padding: 5px;
}
.paragraph table th {
background: #f3f0e8;
font-size: 1rem;
}
.paragraph table td {
font-size: 1rem;
}
table + p {
margin-top: 40px !important;
}
.thW {
width: 25%;
}

/*==============================================
 .productBox
============================================= */
.productBox {
box-sizing: border-box;
background: #f3f0e8;
padding: 25px 22px;
}
.productBoxIn strong {
display: block;
font-size: 1.2rem; 
text-align: center;
padding: 10px 0 15px;
}
.productBox a {
background: #fff;
box-sizing: border-box;
display: block;
padding: 25px 30px;
}
.productInBox .name {
color: #0066ff;
text-align: center;
font-size: 1.8rem; 
line-height: 1.5;
text-decoration: underline;
margin: 15px 0 10px;
}
.productInBox .name span {
display: block;
font-size: 1.2rem; 
padding-top: 5px;
}
.sTxt {
width: 100%;
font-size: 0.9rem; 
line-height: 1.7;
margin: 30px auto 0;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
background: #f3f0e8;
	padding: 0 25px 45px;
	margin-bottom: -25px;
}
.releasedate span {
	color: #333;
display: block;
	font-size: 0.85rem; 
}
