@charset "shift_jis";
/*==============================================
 common
============================================= */

/*.lead,*/
.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%;
}

/*==============================================
 看板
============================================= */
h1 {
padding-top: 79.56%;
margin: 0 auto;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/10_epsonbij/sp_title.jpg) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
}
p.lead {
padding: 25px 25px 5px;
font-size: 1.2rem;
line-height: 1.6;
}

/*==============================================
 バナー
============================================= */
.bnr a { text-decoration: none; }

/*----　看板下　----*/

.topbnr {
padding: 25px;}

.innerbnr{
padding: 40px 0 10px;}

.topbnr .title img,
.innerbnr .title img {
	width: 100%;}

.topbnr a,
.innerbnr a{
box-sizing: border-box;
display:block;
margin-top: 15px;
width: 100%;}

.topbnr .bnr img,
.innerbnr .bnr img{ width: 100% }


/*==============================================
 #mainContents
============================================= */
/*----- 文字 -----*/
#mainContents .paragraph,
#mainContents .mainTitleWrap,
table th,table td{
font-feature-settings: "palt" 1;
letter-spacing: 0.05em;}

.paragraph p {
font-size: 1.28rem;
line-height: 1.7;
margin-top: 30px;
}
.paragraphIn > p:first-child {
margin-top: 10px;
}
.paragraph .cap {
font-size: 1.1rem;
line-height: 1.6;
margin-top: 10px !important;
}

#mainContents .capS{
	font-size: 0.85rem; 
	line-height: 1.6;
	display: block;
	margin-top: 20px;
}


#mainContents .capS a {
	color:#1446E5 !important;
	text-decoration: underline;
}

.p25 {
	padding: 0 25px;
}

.paragraph .marker {font-weight: bold;
background-color: #d1dcf2;}

/*----　paragraph　----*/
.paragraph {
border-top: 1px solid #2b2b2b;
transition: background-color .2s, border-top-color .2s;
}
#matome {
border-bottom: 1px solid #2b2b2b;
}
.spAccordion {
display: none;
padding: 0 26px 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:0 24px 0 52px;
font-size: 1.28rem;
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.4rem;
	color: #285ac2;
padding-bottom: 3px;}

.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: 3px solid #285ac2;/*----　矢印の色　----*/
border-right: 3px solid #285ac2;/*----　矢印の色　----*/
}
.paragraph.active h2:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}

#article01 h2 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/10_epsonbij/no01.png) no-repeat 15px 50%;
background-size: 50px;}

#article02 h2 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/10_epsonbij/no02.png) no-repeat 15px 50%;
background-size: 50px;}

#article03 h2 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/10_epsonbij/no03.png) no-repeat 15px 50%;
background-size: 50px;}

#matome h2 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/10_epsonbij/no04.png) no-repeat 15px 50%;
background-size: 50px;}

.paragraph .subtit {
	font-size: 1.28rem;
	font-weight: bold;
	margin-bottom: 8px;}

.imgBox + .subtit,
p + .subtit{
	margin-top: 40px;
}

.subtit + .imgBox{
	margin-top: 10px;}

.mtop30 {
	margin-top: 15px !important;
}

/*----- 画像 -----*/
.imgBox {margin-top: 40px;}
.imgBox div {overflow: hidden;}
.imgBox img {width: 100%;}
.imgBox div + .cap{
	margin-top: 15px;}
.imgBox a + .cap {
	margin-top: 0;}

.imgBox .floatR {
	margin-top: 10px;
}


/*----　review　----*/
.reviewbox {
	background-color: #e6ecf8;
	padding: 30px 20px;
	box-sizing: border-box;}

.reviewbox .title {
	text-align: center;}

.reviewbox .title span{
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
font-size: 1.4rem;
font-weight: bold;
	color: #285ac2;
}

/*以下で線を表示*/
.reviewbox .title span:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;/*線の上下位置*/
  display: inline-block;
  width: 60px;/*線の長さ*/
  height: 4px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #285ac2;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}

.reviewbox ul {
	margin-top: 20px;}

.reviewbox li{
font-size: 1.28rem;
line-height: 1.6;
display: table;}

.reviewbox li span{
	display: table-cell;
vertical-align: top;}

.reviewbox li span.icon{
	padding-right: 10px;
}

.reviewbox li span.icon img {
	width: 60px;}

.reviewbox li + li {
	margin-top: 18px;}

.attention {
	margin-top: 10px !important;
	font-size: 1.1rem !important;
line-height: 1.6 !important;}

p.attention + p {
	margin-top: 40px !important;}

#matome img {
	width: 100%;
	margin-top: 20px;
}

/*==============================================
 .productBox
============================================= */
/*----- 製品枠 -----*/
.anchorlink {display: block;
width: 74%;
background-color: #e1e1e1;
padding: 10px 20px;
margin: 20px auto 50px !important;
border-radius: 50px;}

.anchorlink span {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/10_epsonbij/anchor_arrow.svg) no-repeat left 50%;
display: inline-block;
padding-left: 20px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #285ac2;
}

.productBox {
padding:25px 25px 0;}

.prdborder {
	border-top: #2b2b2b 2px dotted;
	margin: 40px 0 50px;
}

.productBox .title {
	background-color: #2b2b2b;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.6;
	font-weight: bold;
	padding:15px 15px 13px;
	text-align: center;
}

.productBox .subtitle{
font-size: 1.4rem;
font-weight: bold;
text-align: center;
margin-top: 30px;}

.productBox .subtitle span {
	padding: 0 20px;
	display: inline-block;
}

.productBox .subtitle:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 57px;/*画像の幅*/
  height: 19px;/*画像の高さ*/
  background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/23/10_epsonbij/prd_tit_left.png);
  background-size: contain;
background-repeat: no-repeat;
background-position: left 50%;
  vertical-align: middle;}

.productBox .subtitle:after{
  content: '';/*何も入れない*/
  display: inline-block;
  width: 57px;/*画像の幅*/
  height: 19px;/*画像の高さ*/
  background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/23/10_epsonbij/prd_tit_right.png);
  background-size: contain;
background-repeat: no-repeat;
background-position: left 50%;
  vertical-align: middle;
}



.productBox a {
display:block;
text-align: center;
margin-top: 30px;}

.productBox a .img {
text-align: center;}

.productBox a.mainitem .img img {
width: 64%;}
.productBox a .img img {
width: 48%;}

.productBox a .info .catch {
font-size: 1.1rem;
line-height: 1.6;
display:block;}


.productBox a .info dt.name img {
width: 56%;}

.productBox .subitem a .info dt.name {
	margin-top: 10px;
} 

.productBox .subitem {
	margin-top: 40px;}

.productBox a .info .btn {
height: 50px;
font-size: 1.1rem;
line-height: 50px;
color: #fff;
text-align:center;
margin: 15px 30px 0;
background:#285ac2 url(https://img1.kakaku.k-img.com/images/article/tieup/23/10_epsonbij/arrow02.svg) 95% 50%  no-repeat;}

/*.productBox a .info .btn:after {
content: ' \003e';}
*/

.productBox .subitem .info {
	margin-top: -5px;
}

/*----- table -----*/

.paragraphIn  table th:first-child {
	width: 25%;}

.productBoxIn table th:first-child{
	width: 30%;}

.productBoxIn table{
margin-top: 30px;}

table{
width: 100%;
border-collapse:separate;
border-spacing:0;
box-sizing: border-box;
border-top: #2b2b2b 1px solid;
border-left: #2b2b2b 1px solid;}

table th,
table td{
padding:5px;
box-sizing: border-box;
font-size: 1.05rem;
line-height: 1.6;
text-align: center;}

table th {
font-weight: bold;
background-color: #f1f2f2;
border-bottom: #2b2b2b 1px solid;
word-break: break-all}

table th{
border-right: #2b2b2b 1px solid;}

table td{
border-right: #2b2b2b 1px solid;
border-bottom: #2b2b2b 1px solid;}

table td {
width: 120px;}

table td.sub{
width: 90px;
text-align: left;
background-color: #f1f2f2;}

/*==============================================
.releasedate
============================================= */
.releasedate {
	font-size: 0.85rem; 
	padding: 15px 25px 30px;
	color: #333;}

#footer {
	padding-top: 30px;}

