@charset "utf-8";
/* CSS Document */

.is-text-right{text-align: right;}
.is-text-left{text-align: left;}
.is-text-center{text-align: center;}

/*カラム*/
.layout-warap{margin: 0; padding: 0; width: 100%;}
.layout-left{width: 70%; float: left;}
.layout-right{width: 30%; float: left; padding: 15px;}
.clearfix{clear: left after;}

/*右カラム導線 ホワイトペーパー　自主調査DL*/
.dl-list{margin: 0 0 10px 0;}
.dl-list dt{border-bottom: #000000 solid 1px; padding: 10px; margin-bottom: 10px;}
.dl-list dd{padding: 0 0 10px 0;}
.dl-list img{border: #cccccc solid 1px;} 
.dl-list ul{width: 90%; margin: 0 auto 10px auto; transition-duration: 500ms; transition-property: all; transition-timing-function: ease;}
.dl-list a{text-decoration: none; transition-duration: 500ms; transition-property: all; transition-timing-function: ease; display: block; padding:10px; }
.dl-list a:hover{color: #000000;}
.dl-list ul:hover{background: #efefef;}
.dl-list .to_page_all a{font-size: 14px; line-height: 1.3; text-decoration: none; display: block; padding: 10px 20px 10px 0;}
.dl-list .to_page_all a:hover{color: #000000;}

/*右カラム導線 コラム導線*/
.column-headline{margin: 0 0 10px 0;}
.column-headline dt{border-bottom: #000000 solid 1px; padding: 10px; margin-bottom: 10px;}
.column-headline dd{padding: 0 0 10px 0;}
.column-headline li{display: inline-block; width: 60%;}
.column-headline li:first-child{width: 30%; vertical-align: top;}
.column-headline img{border: #cccccc solid 1px;} 
.column-headline a{text-decoration: none; transition-duration: 500ms; transition-property: all; transition-timing-function: ease; line-height: 1.3;}
.column-headline ul{transition-duration: 500ms; transition-property: all; transition-timing-function: ease;}
.column-headline a:hover{color: #000000;}
.column-headline ul:hover{background: #efefef;}
.column-headline-ttl{font-size: 16px; border-bottom: #000000 solid 3px; padding: 15px 0 15px 10px; margin-bottom: 10px; background: url('/assets/img/casestudy/csRequest.gif'); color: #ffffff; line-height: 1;}

/*サービスの導線*/
.to-service{margin: 30px 0 30px 0;}
.to-service dt{background: #a6cb0b; color: #ffffff; padding: 10px; font-size: 1.6rem;}
.to-service dd{border-right: #a6cb0b solid 3px; border-bottom: #a6cb0b solid 3px; border-left: #a6cb0b solid 3px; padding: 10px;}
.to-service a{display: block; background: url(../img/pager_arrow.png) no-repeat left center; background-size: 18px; padding: 10px 0 10px 25px;}
.company-phone{font-weight: 600; font-size: 1.8rem; background: url(../img/pager_phone.png) no-repeat left center; background-size: 18px; padding: 5px 0 5px 25px;}

/*ダウンロード*/
.to-download{margin: 30px 0 60px 0;}
.to-download dt{background: #333333; color: #ffffff; padding: 10px; font-size: 1.6rem;}
.to-download dd{border-right: #333333 solid 3px; border-bottom: #333333 solid 3px; border-left: #333333 solid 3px; padding: 15px;}
.to-download a{display: block; background: url(../img/pager_arrow.png) no-repeat left center; background-size: 18px; padding: 5px 0 5px 25px;}

/*ページング*/
.pageing{text-align: center; margin: 20px auto 0 auto;}
.pageing a{display: block; padding: 15px; text-decoration: none; transition-duration: 500ms; transition-property: all; transition-timing-function: ease;}
.pageing li{display: inline-block; margin: 0 2px; background: #ffffff; border: #000000 solid 1px;}
.pageing li:hover{background: #999999; border: #666666 solid 1px;}
.pageing li.active{background: #000000;}
.pageing li a:hover{color: #ffffff;}
.pageing li.active a{color: #ffffff;}

/*一覧へのリンク*/
.more-link{margin-bottom: 60px;}
.more-link2{display: inline-block; font-size: 16px;    position: absolute;
    right: 0;
    top: -20px;}
.more-link a,.more-link2 a{display: inline-block; background: #333333; color: #ffffff; line-height: 2; width: 280px; text-align: center; padding: 10px 0; text-decoration: none; border-radius: 5px; 
transition-duration: 500ms; transition-property: all; transition-timing-function: ease;}
.more-link a:hover,.more-link2 a:hover{background: #f39610; color: #000000;}
.more-link span,.more-link2 span{padding: 0 10px 0 0;}
.more-link img,.more-link2 img{width: 30px;}



/*カテゴリー*/
.to_page_all_right {
	margin-bottom: 20px;
}
.to_page_all_right li{
	display: block; width: 100%!important;
	border-bottom:1px solid #eee;
}

.to_page_all_right li a{
		padding: 10px;
		display: block;
		text-indent: 10px;
		text-decoration: none;
		color:#333;
}

.to_page_all_right li a:hover{
	background: #efefef;
}

.arrow{
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.arrow::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}


  @media screen and (max-width: 960px) {
.pageing a{padding: 12px;}
.pageing li{margin: 0;}

.layout-left{width: 100%; float: none;}
.layout-right{width: 100%; float: none;}

}

  @media screen and (max-width: 480px) {
/*サービスの導線*/
.to-service{margin: 30px 0;}
.to-service dt{line-height: 1.6}
 
/*ダウンロード*/
.to-download{margin: 30px 0;}
.to-download dt{line-height: 1.6}
    
}