@charset "shift_jis";
/*==============================================
 common
============================================= */

.contentsNavi,
.paragraph h2 br{
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: 99.8%;
margin: 0 auto;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_sharp/sp_title02.jpg) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
}

p.lead {
font-size: 1.25rem;
line-height: 1.7;
padding: 15px 25px 0;}

p.lead a{
color: #35658d;
text-decoration: underline;
font-weight: bold;}

/*==============================================
 バナー
============================================= */
.bnr a { text-decoration: none; }

/*----　看板下　----*/
.topbnr {
padding: 30px 25px 25px;
}

@media screen and ( min-width:391px ) {
.topbnr a {
height: 50px;
background-color: #386a94;
color: #fff;
text-align: center;
font-size: 14px;
line-height: 50px;
    font-weight: bold;
letter-spacing: 0.01em;
border-radius: 50px;
box-sizing: border-box;
display:block;
width: 100%;}

.topbnr .bnr .item {
display:table;
table-layout: fixed;
position: relative;
padding-right: -25px;
width: 100%;
}
.topbnr .bnr .item:after {
content: '';
width: 8px;
height: 8px;
border: 0px;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
/*　↑トップバナー矢印の色を変更する場合はこちら　*/
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 0;
bottom: 0;
right: 15px;
margin: auto;
    }}



@media screen and ( max-width:390px ) {

.topbnr a {
background-color: #386a94;
color: #fff;
text-align: center;
font-size: 14px;
line-height: 1.6;

    font-weight: bold;
letter-spacing: 0.01em;
border-radius: 50px;
box-sizing: border-box;
display:block;
width: 100%;
position: relative;}

.topbnr a:after {
content: '';
width: 8px;
height: 8px;
border: 0px;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
/*　↑トップバナー矢印の色を変更する場合はこちら　*/
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 0;
bottom: 0;
right: 15px;
margin: auto;
}

.topbnr .bnr .item {
box-sizing: border-box;
padding: 10px 25px 10px 20px;}
    
.topbnr a span{
    display: block;
}    
}



/*----　記事内　----*/

.innerbnr a{
display:block;
box-sizing:border-box;
}
/*==============================================
 #mainContents
============================================= */
#mainContents .capS{
    font-size: 1rem;
    margin-top: 8px !important;}

.alignR {text-align: right;}

.w930 {padding: 8px 25px 0;}


/*----- 文字 -----*/
#mainContents .paragraph,
#mainContents .mainTitleWrap,
.productBox{
color: #171414;
font-feature-settings: "palt" 1;
letter-spacing: 0.03em;}

.paragraph p {
font-size: 1.3rem;
line-height: 1.9;
margin-top: 30px;
}
.paragraphIn > p:first-child {
margin-top: 10px;
}
.paragraph .cap {
font-size: 1.1rem;
line-height: 1.7;
margin-top: 10px !important;
}

/*----　paragraph　----*/
.paragraph {
border-top: 1px solid #b6b6b6;
transition: background-color .2s, border-top-color .2s;
}
#matome {
border-bottom: 1px solid #b6b6b6;
}

.paragraphIn{
padding: 0 25px 25px;
}

.spAccordion {
display: none;
}
.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: 1.35rem;
line-height: 1.6;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.paragraph h2 span span{
padding-left: 0;	
}

.paragraph h2 .icon {
font-size: 1.28rem;
background-color: #171414;
color: #fff;
padding: 5px 15px;
display: inline-block;}

.paragraph h2 .text {
    padding-top: 10px;
}

.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 #386a94;/*----　矢印の色　----*/
border-right: 3px solid #386a94;/*----　矢印の色　----*/
}
.paragraph.active h2:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}


.paragraph .subtit {
    font-size: 1.28rem !important;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0 !important;}

.imgBox .icon p.new,
.imgBox .icon p.old {
    font-size: 1.28rem !important;
    font-weight: bold;
    margin-top: 0 !important;}

/*----- 画像 -----*/
.imgBox {margin-top: 30px;}
.imgBox div {overflow: hidden;}
.imgBox img {width: 100%;}
.imgBox div + .cap{
	margin-top: 15px;}
.imgBox a + .cap {
	margin-top: 0;}

.mtop20,.mtop30,
.imgBox .floatR {margin-top: 15px;}


.imgBox.col03 .col2{
display: table;
padding-top: 15px !important;}

.imgBox.col03 .col2 .floatL,
.imgBox.col03 .col2 .floatR {
display: table-cell;
width: 49%;
vertical-align: top;
text-align: center;}

/* アイコン */
.imgBox.col03 .floatL p,
.imgBox.col03 .floatR p,
.imgBox .icon p.new,
.imgBox .icon p.old{
font-size: 1.28rem !important;
line-height: 1.0 !important;
color: #fff;
padding: 10px 15px;
display: inline-block;}

.imgBox.col03 .col2 .floatL p,
.imgBox.col03 .col2 .floatR p{
margin-bottom: 10px;
margin-top: 0 !important;}

.imgBox.col03 .col2 .floatR {margin-top: 0 !important;}

.imgBox.col03 .floatL p.new,
.imgBox .icon .new{ background-color: #35658d;}
.imgBox.col03 .floatR p.old,
.imgBox .icon .old{ background-color: #919191;}

/*==============================================
 .productBox
============================================= */
/*----- 製品枠 -----*/
.productBox {
padding: 0 25px 25px;}

.productBox .item{
    text-align: center;
    margin-top: 50px;
}

.productBox .img {
text-align: center;}

.productBox .img.main img {
width: 70%;}

.productBox .img img {
width: 32%;}

.productBox .info .catch {
font-size: 1.2rem;
line-height: 1.6;
display:block;
margin-top: 30px}

.productBoxIn .item .info .name {
margin-top: 12px;}

.productBoxIn .item .info .name img {
    width: 128px;}

.productBoxIn .item .info .name span{
    font-size: 1.15rem;
    padding-left: 6px;}

.productBoxIn .item .info dl {
    margin-top: 30px;}

.productBoxIn .item .info dl + dl{
    margin-top: 24px;}

.productBoxIn .item .info dt {
    font-size: 1.4rem;
font-weight: bold;}

.productBoxIn .item .info dd {
padding: 0 30px;}

.productBoxIn .item .info dd a {
    font: 15px;
    line-height: 44px;
    font-weight: bold;
    color: #fff;
    margin: 8px auto 0;
    display: block;
    height: 44px;
    background: #386a94 url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_sharp/arrow.png) 95% 50% no-repeat;
    border-radius: 44px;
    transition: 0.1s ease-in-out;}

.productBoxIn .item .info dd a:hover{
    background-color: #4c91ca;}

/*==============================================
.releasedate
============================================= */
.releasedate {
	font-size: 0.85rem; 
	padding: 0 25px 30px;
	color: #333;}

#footer {
	padding-top: 30px;}

