@charset "shift_jis";
/*==============================================
common
============================================= */

.cponly,
.contentsNavi{
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-color: #f3f3f3;}

/*==============================================
看板
============================================= */
h1 {
padding-top: 100%;
margin: 0 auto;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_ecovacs/sp_title.jpg) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
}

p.lead {
font-size: 1.3rem;
line-height: 1.8;
padding:10px 25px 25px;
}

.lead a {
font-weight: bold;
color: #235799;
text-decoration: underline;
}

.profilebox {
margin: 25px;
background-color: #fff;
padding: 20px;
box-sizing: border-box;
display: table;}

.profilebox .img {
float: right;
padding: 0 0 10px 15px;}

.profilebox .img img {
width: 139px;}

.profilebox p {
font-size: 1.1rem !important;
line-height: 1.6 !important;}

.profilebox p span{
display: block;
font-size: 1.2rem;
font-weight: 600;
padding-bottom: 10px;
}

/*==============================================
バナー
============================================= */
.bnr a { text-decoration: none; }

.topbnr {padding: 0 25px;}

.txtLink {margin-top: 40px;}

.topbnr a,
.txtLink a{
font-size: 1.1rem;
line-height: 1.6;
text-align: center;
color: #fff;
display: block;
padding: 10px 30px;
border-radius: 60px;
background-color: #20497e;
overflow: hidden;
position: relative;
transition: 0.1s ease-in-out;}

.topbnr .bnr .item:after,
.txtLink 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;
}

/*----　記事内　----*/
.innerbnr{
padding: 30px 0 0;
}
.innerbnr a{
display:block;
box-sizing:border-box;
}
.innerbnr .bnr img{ width: 100% }


/*==============================================
#mainContents
============================================= */
/*----- 文字 -----*/
#mainContents .mainTitleWrap,
#mainContents .paragraph,
#mainContents .profilebox,
.productBoxIn a{
font-feature-settings: "palt" 1;
letter-spacing: 0.05em;}

.paragraph p {
font-size: 1.35rem;
line-height: 1.8;
margin-top: 30px;
}

.paragraph .cap {
font-size: 1.18rem;
line-height: 1.7;
margin-top: 10px !important;
}

.paragraph .capS{
margin-top: 8px;
font-size: 1.18rem;
line-height: 1.9;
display: block;}

.paragraph em{
font-style: normal;
font-weight: bold;
background:linear-gradient(transparent 60%, #c5d3e6 60%);}

/*----　paragraph　----*/
.paragraph {
border-top: 1px solid #7e7e7e;
transition: background-color .2s, border-top-color .2s;
}
#matome {
border-bottom: 1px solid #7e7e7e;
}
.spAccordion {
display: none;
padding: 0 25px 30px;
}
.paragraph h2 {
position: relative;
padding: 20px 20px 20px 25px;
color: #fff;
font-weight: bold;
background: #252525 ;
}

.paragraph h2 span {
display: block;
padding-left: 26px;
font-size: 1.3rem;
line-height: 1.7;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.paragraph h2 span span{
padding-left: 0;	
}

.paragraph h2 .icon {
font-size: 1.45rem;
color: #5f90d1;
padding-bottom: 5px;}

.paragraph h2:after {
content: "";
display: inline-block;
position: absolute;
top: 1px;
bottom: 0;
left: 20px;/*----　左からの矢印の位置　----*/
width: 10px;
height: 10px;
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 #5f90d1;/*----　矢印の色　----*/
border-right: 3px solid #5f90d1;/*----　矢印の色　----*/
}
.paragraph.active h2:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}

.paragraph h3 {
margin-top: 40px;
border-left: #20497e 5px solid;
padding-left: 10px;
font-size: 1.5rem;
line-height: 1.6;
font-weight: bold;}

/*----- 画像 -----*/
.imgBox {margin-top: 30px;}
.imgBox div,
.imgmovBox div{overflow: hidden;}
.imgBox img {width: 100%;}

.imgBox div + .cap,
.imgmovBox div + .cap {
margin-top: 15px;}

.imgBox a + .cap {
margin-top: 0;}

.col2 div {
display: table;}

.col2 div a,
.col2 div p.cap{
display: table-cell;
width: 49%;
vertical-align: middle;}

/*----　interviewbox ----*/
.interviewbox {
display: table;
padding: 20px;
margin: 30px auto 0;
background-color: #ebebeb;
border-radius: 10px;
box-sizing: border-box;}

.interviewbox .name,
.interviewbox .text{
display: table-cell;
vertical-align: top;}

.interviewbox .name {
text-align: center;}

.interviewbox .name p{
margin-top: 0 ;
padding: 2px 5px;
background-color: #252525;
color: #fff;
white-space: nowrap;}

.interviewbox .text{
padding-left: 20px;}

/*----- 動画 -----*/
.movBox { 
margin-top: 30px;
}
.movtit,
.subtext{
font-size: 1.4rem;
font-weight: bold;
margin-bottom: 10px;
}

.movBox .mov video {
display: block;
width: 100%;
height: auto;
margin-bottom: 10px;
}
.mov .movTxt {
font-size: 13px;
line-height: 1.5;
}
.movWrap {
display: table;
table-layout: fixed;
width: 100%;
margin-bottom: 10px;
}
.movWrap .movLeft,
.movWrap .movRight {
display: table-cell;
width: 50%;
height: auto;
vertical-align: bottom;
}
.movWrap video {
display: block;
width: 100%;
height: auto;
}
.movWrap .movLeft {
padding-right:5px;
}
.movWrap .movRight {
padding-left:5px;
}


/*==============================================
.productBox
============================================= */
/*----- 製品枠 -----*/
.productBox {
padding:0 25px 25px;}

.productBox a {
text-align: center;
display:block;
color:#333;
background-color: #fff;
padding: 30px;
box-sizing: border-box;}

.productBox a {
margin-top: 25px;
}

.productBox a .img {
text-align: center;}

.productBox a .img img {
width: 60%;}

.productBox a .info dt.name{
margin-top: 30px;}

.productBox a .info dt.name p {
font-size: 1.2rem;
font-weight: bold;
margin-bottom: 15px;
}

.productBox a.main .info dt.name img {
width: 100%}

.productBox a .info dt.name img {
width: 82%;}


.productBox a .info .btn{
margin-top: 15px;
font-size: 1rem;
line-height: 46px;
height: 46px;
text-align: center;
color: #fff;
display: block;
border-radius: 60px;
background-color: #20497e;
overflow: hidden;
position: relative;
transition: 0.1s ease-in-out;}

.productBox a .info .btn: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;
}

.productBoxIn .subitemtitle {
text-align: center;
font-size: 1.4rem;
font-weight: bold;
margin-top: 40px;}


/*==============================================
.releasedate
============================================= */
.releasedate {
font-size: 0.85rem; 
padding: 0 25px 30px;
color: #333;}

#footer {
padding-top: 30px;}

