@charset "shift_jis";
/*==============================================
 common
============================================= */

.contentsNavi,
.paragraph h2 br,
.kakomi .title span br,
.pconly{
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: 80%;
margin: 0 auto;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/03_jbl/sp_title.webp) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
}
p.lead {
font-size: 16px;
line-height: 1.7;
padding: 25px;
}

.lead a {
color: #3b5d8b;
text-decoration: underline;
font-weight: bold;
}

/*==============================================
 バナー
============================================= */
.bnr a { text-decoration: none; }

/*----　看板下　----*/
.topbnr {
padding: 0 25px 25px;
}
.topbnr a {
font-size: 15px;
line-height: 54px;
font-weight: bold;
text-align: center;
color: #fff;
background: #284259 url(https://img1.kakaku.k-img.com/images/article/tieup/25/03_jbl/link_arrow.svg) 94% 48% no-repeat;
box-sizing: border-box;
display:block;
padding: 0 10px;
height: 54px;
border-radius: 54px;
width: 100%;}

.topbnr a span{
    display: none;
}


/*----　記事内　----*/
.innerbnr{
padding: 30px 0 10px;
}
.innerbnr a{
display:block;
box-sizing:border-box;
}


/*==============================================
 #mainContents
============================================= */
/*----- 文字 -----*/
#mainContents .paragraph,
#mainContents .mainTitleWrap,
.productBox{
color: #0d0d0d;
font-feature-settings: "palt" 1;
letter-spacing: 0.04em;}

.paragraph p {
font-size: 17px;
line-height: 1.8;
margin-top: 30px;
}
.paragraphIn > p:first-child {
margin-top: 10px;
}
.paragraph .cap {
font-size: 15px;
line-height: 1.6 !important;
margin-top: 10px !important;
}

/*----　paragraph　----*/
.paragraph {
border-top: 1px solid #292929;
transition: background-color .2s, border-top-color .2s;
}
#matome {
border-bottom: 1px solid #292929;
}
.spAccordion {
display: none;
padding: 0 25px 30px;
}
.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 span {
display: block;
padding-left: 26px;
font-size: 17px;
line-height: 1.7;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.paragraph h2 span span{
padding-left: 0;	
}


.paragraph h2 .icon {
    text-indent: -999em;
    display: block;
    height: 44px;}

#article01 h2 .icon{
background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/03_jbl/sp_h2_icon01.png) left top no-repeat;
background-size: 180px;}
#article02 h2 .icon{
background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/03_jbl/sp_h2_icon02.png) left top no-repeat;
background-size: 180px;}
#article03 h2 .icon{
background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/03_jbl/sp_h2_icon03.png) left top no-repeat;
background-size: 180px;}
#matome h2 .icon{
background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/03_jbl/sp_h2_icon04.png) left top no-repeat;
background-size: 180px;}


.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: 3px solid #284259;/*----　矢印の色　----*/
border-right: 4px solid #284259;/*----　矢印の色　----*/
}
.paragraph.active h2:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}


/*----- 画像 -----*/
.imgBox {margin-top: 30px;}
.imgBox div {overflow: hidden;}
.imgBox img {width: 100%;}
.imgBox div + .cap{
	margin-top: 15px;}
.imgBox a + .cap {
	margin-top: 0;}

.border {
    border: #e4e4e4 1px solid;
    box-sizing: border-box;}

.col2 div {
display: table;}

.col2 div a,
.col2 div p.cap{
display: table-cell;
width: 48%;
vertical-align: middle;}

.col2 div p.cap {
    margin-top: 0 !important;
}

/*----　囲み　----*/
.kakomi {
    border: #f1f3f4 4px solid;
    margin-top: 40px;
    padding: 30px 25px 25px;
    box-sizing: border-box;}

.kakomi .title {
    text-align: center;
}

.kakomi .title span{
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
text-align: center;
font-size: 1.3rem;
line-height: 1.8;
font-weight: bold;}

.kakomi .title span:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30px;/*線の上下位置*/
  display: inline-block;
  width: 200px;/*線の長さ*/
  height: 4px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #f1f3f4;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}

/*==============================================
 .productBox
============================================= */
/*----- 製品枠 -----*/
.productBox {
padding:35px 30px;}

.productBox a {
display:block;
color:#333;
text-align: center;}

.productBox a .img img {
width: 90%;}

.productBox a .info dt.name {
margin-top: 30px;}

.productBox a .info dt.name img {
    width: 70%;}

.productBox a .info .btn {
font-size: 1.2rem;
line-height: 54px;
font-weight: bold;
text-align: center;
color: #fff;
background: #284259 url(https://img1.kakaku.k-img.com/images/article/tieup/25/03_jbl/link_arrow.svg) 94% 48% no-repeat;
box-sizing: border-box;
display:block;
padding: 0 10px;
height: 54px;
border-radius: 54px;
width: 100%;
margin-top: 20px;}

/*==============================================
.releasedate
============================================= */
.releasedate {
	font-size: 0.85rem; 
	padding: 0 25px 30px;
	color: #333;}

#footer {
	padding-top: 30px;}

