@charset "UTF-8";

a:hover{
	opacity:0.7;
}

.logo.new img{
	width:153px;
}

#contents .headSection .leftArea .title {
	margin-bottom: 5px;
	line-height: 1.5;
}

#contents .headSection .leftArea .title > img {
	padding: 3px 0;
}

#contents .headSection {
	padding-bottom: 15px;
}

.visual {
	position: relative;
	height: 540px;
	background: url(../images/bg_mainvisual_top.jpg) center top no-repeat;
	background-size: cover;
}

.visual > .inner {
	position: relative;
	width: 960px;
}

.visual > .inner > .text {
	position: absolute;
	top: 105px;
	left: 602px;
	width: 329px;
	height: 224px;
}

.visual > .inner > h2 {
	position: absolute;
	top: 381px;
	left: 609px;
	width: 187px;
	height: 23px;
}

.visual > .inner > .movieBtn {
	/* background-color: rgba(255, 255, 255, .5); */
	border: 1px solid #333;
	box-sizing: border-box;
	left: 608px;
	position: absolute;
	top: 447px;
	width: 219px;
}

.visual > .inner > .movieBtn > a {
	box-sizing: border-box;
	color: #333;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	opacity: 1;
	padding: 13px 15px;
	transition: .3s all !important;
}

.visual > .inner > .movieBtn > a:hover {
	text-decoration: none;
	opacity: .6 !important;
}

.visual > .inner > .movieBtn > a::after {
	background: url('/products/paperlab/images/icon_play_movie.png') no-repeat center;
	background-size: contain;
	content: '';
	height: 25px;
	position: absolute;
	right: 10px;
	top: 49%;
	transform: translateY(-50%);
	width: 25px;
}

.section > h2 {
	margin-bottom: 37px;
	padding-top: 10px;
	padding-bottom: 19px;
	border-bottom: 1px solid #1f2f48;
	font-weight: normal;
	font-size: 24px;
}

.section > .section > h3 {
	margin-bottom: 20px;
	letter-spacing: 0.145em;
	font-weight: normal;
	font-size: 21px;
}

.section.intro {
	position: relative;
	height: 460px;
	background: url(/products/paperlab/images/bg_intro.jpg) no-repeat center top;
	text-align: center;
}

.section.intro > img {
	position: absolute;
	left: 50%;
}

.section.intro > .text01 {
	top: 148px;
	margin-left: -188px;
}

.section.intro > .text02 {
	top: 244px;
	margin-left: -328px;
}

.section.value {
	position: relative;
	height: 1277px;
	background: url(/products/paperlab/images/bg_value.jpg) no-repeat center bottom;
	text-align: center;
}

.section.value > img {
	position: absolute;
	left: 50%;
}

.section.value > .text03 {
	top: 116px;
	margin-left: -229px;
}

.section.value > .text04 {
	top: 238px;
	margin-left: -364px;
}

.section.value > .text05 {
	top: 333px;
	margin-left: -210px;
}

.section.value > .text06 {
	top: 417px;
	margin-left: -207px;
}

.section.value .movie {
	left: 50%;
	margin-left: -480px;
	padding-top: 25px;
	position: absolute;
	top: 40px;
	width: 960px;
}

.section.value .movie > h2 {
	color: #193044;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 1.3px;
	margin-bottom: 37px;
}

.section.value .movie > p {
	color: #193044;
	font-size: 17px;
	letter-spacing: .8px;
	text-align: center;
}

.section.value .movie .movieList {
	overflow: hidden;
}

.section.value .movie .movieList .movieItem {
	float: left;
	margin-right: 20px;
	margin-top: 75px;
}

.section.value .movie .movieList .movieItem:nth-child(2n) {
	margin-right: 0;
}

.section.value .movie .movieList .movieItem h3 {
	color: #1d2e47;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

.section.value .movie .movieList .movieItem .movieThumb {
	display: block;
	position: relative;
	transition: .3s opacity;
}

.section.value .movie .movieList .movieItem .movieThumb:hover {
	opacity: .6;
}

.section.value .movie .movieList .movieItem .movieThumb::after {
	background: url('/products/paperlab/images/icon_play_movie_thumb.png') center no-repeat;
	background-size: contain;
	content: '';
	height: 53px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 53px;
}

.section.value .movie > .note {
	color: #193044;
	font-size: 13px;
	line-height: 1.6;
	margin-top: 30px;
	text-align: center;
}

/* 動画モーダル */
.modalVideo {
	background-color: rgba(0, 0, 0, .7);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.modalVideo > .modalVideoInner {
	background-color: #fff;
	box-sizing: border-box;
	left: 50%;
	padding: 50px 135px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 960px;
}

.modalVideo > .modalVideoInner .modalClose {
	background: url('/products/paperlab/images/icon_modal_close.png') center no-repeat;
	background-size: contain;
	height: 44px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 43px;
}

.modalVideo > .modalVideoInner .modalVideoTitle {
	font-size: 27px;
	margin-bottom: 52px;
	text-align: center;
}

.modalVideo > .modalVideoInner .modalPlayerWrapper {
	position: relative;
}

.modalVideo > .modalVideoInner .modalPlayerWrapper .modalArrow {
	background: center no-repeat;
	background-size: contain;
	height: 44px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
}

.modalVideo > .modalVideoInner .modalPlayerWrapper .modalArrow.modalArrow--prev {
	background-image: url('/products/paperlab/images/icon_modal_prev.png');
	left: -72px;
}

.modalVideo > .modalVideoInner .modalPlayerWrapper .modalArrow.modalArrow--next {
	background-image: url('/products/paperlab/images/icon_modal_next.png');
	right: -72px;
}

.modalVideo > .modalVideoInner .modalPlayer {
	border: 1px solid #1d2e47;
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.modalVideo > .modalVideoInner .modalPlayer iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.modalVideo > .modalVideoInner .modalNote {
	font-size: 12px;
	margin-top: 15px;
}

.section.value > a {
	bottom: 141px;
	position: absolute;
	left: 50%;
	margin-left: -254px;
}

.section.innovation {
	position: relative;
	height: 1480px;
	background: #1c5db6 url(/products/paperlab/images/bg_innovation.jpg) no-repeat center top;
	text-align: center;
}

.section.innovation > img {
	position: absolute;
	left: 50%;
}

.section.innovation > .text07 {
	top: 115px;
	margin-left: -421px;
}

.section.innovation > .text08 {
	top: 201px;
	margin-left: -366px;
}

.section.innovation > .visual01 {
	top: 493px;
	margin-left: -476px;
}

.section.innovation > .text09 {
	top: 1054px;
	margin-left: -307px;
}

.section.innovation > .text10 {
	top: 1122px;
	margin-left: -329px;
}

.section.innovation > a {
	bottom: 60px;
	left: 50%;
	margin-left: -254px;
	position: absolute;
}

.section.casestudy {
	padding: 104px 0 102px;
	background: #1453af url(/products/paperlab/images/bg_arrorw.png) no-repeat center top;
	color: #fff;
	text-align: center;
}

.section.casestudy > h4 {
	margin: 0 0 44px;
	letter-spacing: 0.02em;
	font-weight: normal;
	font-size: 28px;
	line-height: 1.5;
}

.section.media {
	padding: 65px 0 70px;
	background: #d6d9e4;
}

/* TOPメディア掲載 */
.topMedia {
	margin: 0 auto;
	padding-top: 8px;
	width: 960px;
}

.topMedia > h4 {
	color: #1e2f46;
	font-weight: normal;
	font-size: 28px;
  letter-spacing: 0.02em;
	margin-bottom: 43px;
	text-align: center;
}

.topMediaContent::after {
	content: '';
	display: block;
	clear: both;
}

.topMediaContent > a {
	display: block;
	float: left;
	transition: .3s opacity;
	width: 370px;
}

.topMediaContent > a:hover {
	opacity: .6;
}

.topMediaContent > a .topMediaContentImg {
	display: block;
	height: auto;
	width: 100%;
}

.topMediaContent .topMediaContentText {
	float: left;
	margin-left: 30px;
	margin-top: -5px;
	width: 560px;
}

.topMediaContent .topMediaContentText h5 {
	color: #004293;
	font-size: 18px;
	letter-spacing: 1.8px;
	margin-bottom: 9px;
}

.topMediaContent .topMediaContentText h5 a {
	color: #004293;
}

.topMediaContent .topMediaContentText h5 a:hover {
	color: #004293;
	text-decoration: underline;
}

.topMediaContent .topMediaContentText h5::after {
	background: url('/common/images/ico_pop_02.gif') no-repeat center;
	background-size: contain;
	content: '';
  display: inline-block;
  height: 15px;
  margin-left: 5px;
  transform: translateY(2px);
  width: 15px;
}


.topMediaContent .topMediaContentText p {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.5px;
	line-height: 1.785;
}

.topAllMedia {
	display: block;
	margin: 82px auto 10px;
	width: 508px;
}

.section.award {
	background-color: #f0f1f4;
}

/* TOP受賞実績 */
.awardContent {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 71px 20px 66px;
	width: 960px;
}

.awardContent > h4 {
	color: #1e2f46;
	font-weight: normal;
	font-size: 28px;
  letter-spacing: 0.1em;
	margin-bottom: 32px;
	text-align: center;
}

.awardContent > ul {
	margin: 0 auto;
	width: 515px;
}

.awardContent > ul li {
	color:  #1d2e47;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 2;
	position: relative;
	text-align: left;
}

.awardContent > ul li::after {
	background: url('/common/images/ico_pop_02.gif') no-repeat center;
	background-size: contain;
	content: '';
  display: inline-block;
  height: 15px;
  width: 15px;
}

.awardContent > ul li a {
	color:  #004293;
}

.awardContent > ul li a:hover {
	text-decoration: underline;
}

.awardContent > ul li span {
	font-weight: bold;
}

.awardContent > ul li::before {
	content: '・';
	font-weight: bold;
}

.section.contact {
	padding: 65px 0 68px;
	background: #fff;
}

.section.contact .catalogComponent {
	margin: 50px auto 0;
}

.localNav {
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 41px auto 0;
	width: auto;
	height: 22px;
	border-spacing: 0;
	border-collapse: collapse;
	text-align: center;
}

.localNav > li {
	display: table-cell;
	padding: 0 0 0 25px;
}

.localNav > .first {
	padding-left: 0;
}

.localNav > li > a {
	padding: 0 21px 0 0;
	background-position: right 0.2em;
	color: #1c4297;
	font-size: 15px !important;
}

/* navigation component
*********************/
.navigation {
	background:#547288;
	contain: style;
}

.navigation > ul {
	margin: 0 auto;
	width: 960px;
}

.navigation > ul > li {
	position: relative;
	float: left;
	font-size: 15px;
}

.navigation > ul > li > a {
	display: block;
	/* padding: 34px 19px; */
	padding: 34px 24px;
	color: #fff;
}

.navigation > ul > .listTop a {
	padding-left: 0;
}

.navigation > ul > .listContact a {
	padding-right: 0;
}

/* NEWあり */
.navigation > ul > .listSolution a {
	padding-bottom: 20px;
	padding-top: 4px;
	text-align: center;
}

.navigation > ul > .listSolution a,
.navigation > ul > .listCustomers a,
.navigation > ul > .listSpec a{
	padding-bottom: 20px;
	padding-top: 27px;
	text-align: center;
}

.navigation > ul > li > span {
	position: absolute;
	bottom: 15px;
	left: 50%;
	border-bottom: 2px dotted #fff;
}

.navTop .navigation > ul > .listTop > span {
	margin-left: -2.1em;
	width: 3.4em;
}

.navFeature .navigation > ul > .listFeature > span {
	margin-left: -1.2em;
	width: 2.4em;
}

.navCasestudy .navigation > ul > .listCustomers > span {
	margin-left: -6em;
	width: 12em;
}

.navMedia .navigation > ul > .listMedia > span {
	margin-left: -2.5em;
	width: 5em;
}

.navSpec .navigation > ul > .listSpec > span {
	margin-left: -5.2em;
	width: 10.4em;
}

.navMovie .navigation > ul > .listMovie > span {
	margin-left: -2.6em;
	width: 5.4em;
}

.navContact .navigation > ul > .listContact > span {
	margin-left: -2.1em;
	width: 6.4em;
}

/* feature
*****************/
.mainSection.navFeature img{
	image-rendering: -webkit-optimize-contrast;
}

.navFeature .section {
	margin: 0;
	padding: 0;
	text-align: center;
}

.navFeature .section h2,
.navFeature .section h3 {
	margin: 0;
	padding: 0;
	border: 0;
}

/* think */
.navFeature .section.think{
	position:relative;
	overflow:hidden;
}


.navFeature .section.think .inner{
	position:relative;
	padding:60px 0 100px 0;
}

.navFeature .section.think .inner h2 {
	margin-bottom: 70px;
	text-align: center;
}

.navFeature .section.think .inner h3 {
	text-align: center;
}

.navFeature .section.think .inner .think__list{
	margin-top:55px;
}

.navFeature .section.think .inner .think__list .list__item:nth-child(1) figure{
	width:960px;
	margin:0 auto;
}

.navFeature .section.think .inner .think__list .list__item:nth-child(1) figure img{
	width:100%;
}

.navFeature .section.think .inner .think__list .list__item:nth-child(2){
	min-height:180px;
	margin-top:24px;
	padding:20px 0 0 0;
	background:url(/products/paperlab/images/bg_feature_think_list.png) no-repeat center top;
	background-size:480px;
}

.navFeature .section.think .inner .think__list .list__item:nth-child(2) h3{
	font-size:24px;
	color:#273e58;
	line-height:1;
}

.navFeature .section.think .inner .think__list .list__item:nth-child(2) h3 sub{
	font-size:16px;
	vertical-align:baseline;
}

.navFeature .section.think .inner .think__list .list__item:nth-child(2) .lead{
	margin-top:25px;
	font-size:16px;
	color:#273e58;
	line-height:1.687075
}

.navFeature .section.think .inner .think__list .list__item:nth-child(2) .lead sub{
	font-size:10px;
	vertical-align:baseline;
}

.navFeature .section.think .inner .think__list .list__item:nth-child(3){
	margin-top:16px;
}

.navFeature .section.think .inner .think__list .list__item:nth-child(3) figure{
	width:743px;
	margin:0 auto;
}

.navFeature .section.think .inner .think__list .list__item:nth-child(3) figure img{
	width:100%;
}

/* offset */
.navFeature .section.offset{
	position: relative;
	padding: 70px 0;
	background-color:#e8f2ff;
}

.navFeature .section.offset .inner h2{
	width:282px;
	margin:0 auto;
}

.navFeature .section.offset .inner h2 img{
	width:100%;
}

.navFeature .section.offset .inner .copy{
	margin-top:44px;
}

.navFeature .section.offset .inner .copy h3{
	font-size:24px;
	color:#273e58;
	line-height:1;
}

.navFeature .section.offset .inner .copy .lead{
	margin-top:26px;
	font-size:16px;
	color:#273e58;
	line-height:1.69;
}

.navFeature .section.offset .inner .copy .lead sub{
	font-size:11px;
	vertical-align:baseline;
}

.navFeature .section.offset .inner .note {
	margin-top: 30px;
	font-size: 12px;
	text-align: left;
}

.navFeature .section.offset .inner .offset__list{
	display:flex;
	justify-content:center;
	margin-top:66px;
}

.navFeature .section.offset .inner .offset__list .list__item{
	opacity: 0;
}

.navFeature .section.offset .inner .offset__list .list__item:first-child{
	opacity: 1;
}

.navFeature .section.offset .inner .offset__list .list__item:last-child{
	margin-left:-10px;
}

.navFeature .section.offset .inner .offset__detail{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:960px;
	margin:72px auto 0 auto;
}

.navFeature .section.offset .inner .offset__detail figure{
	width:38px;
	margin:0;
}

.navFeature .section.offset .inner .offset__detail figure img{
	width:100%;
}

.navFeature .section.offset .inner .offset__detail .detail__list{
	width:913px;
	text-align:left;
}

.navFeature .section.offset .inner .offset__detail .detail__list .list__item{
	font-size:12px;
	color:#2c2c2c;
	line-height:1.58;
}

.navFeature .section.offset .inner .offset__detail .detail__list .list__item sub{
	font-size:9px;
	vertical-align:baseline;
}

.navFeature .section.offset .inner .offset__detail .detail__list .list__item span+span{
	margin-left:1em;
}

.navFeature .section.offset .inner .offset__detail .detail__list .list__item a{
	color:#2c2c2c;
	text-decoration:underline;
}

.navFeature .section.offset .inner .offset__detail .detail__list .list__item a:hover{
	opacity:1;
	color:#ff3300;
}

/* visualize */
.navFeature .section.visualize{
	position: relative;
	padding: 70px 0;
	background-color:#fff;
}

.navFeature .section.visualize .inner h2{
	text-align: center;
}

.navFeature .section.visualize .inner .copy{
	margin-top:44px;
	margin-bottom: 20px;
}

.navFeature .section.visualize .inner .copy h3{
	font-size:24px;
	color:#273e58;
	line-height:1;
}

.navFeature .section.visualize .inner .copy .lead{
	margin-top:26px;
	font-size:16px;
	color:#273e58;
	line-height:1.69;
}

.navFeature .section.visualize .inner .port {
	display: table;
	margin: 0 auto;
	text-align: left;
}
.navFeature .section.visualize .inner .port a {
	display: block;
}
.navFeature .section.visualize .inner .port ul {
	font-size: 14px;
	margin-top: 1em;
}
.navFeature .section.visualize .inner .port ul li {
	font-size: inherit;
}

/* zero */
.navFeature .zero__wrapper{
	position:relative;
}

.navFeature .zero__wrapper:before,.navFeature .zero__wrapper:after{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	display:block;
	content:'';
}

.navFeature .zero__wrapper:before{
	top:0;
	width:960px;
	height:35px;
	background:url(/products/paperlab/images/bg_feature_zero_top.png) no-repeat center top;
	background-size:100%;
	z-index:2;
}

.navFeature .zero__wrapper:after{
	bottom:0;
	width:960px;
	height:40px;
	background:url(/products/paperlab/images/bg_feature_zero_bottom.png) no-repeat center bottom;
}

.navFeature .section.zero{
	position:relative;
	background:url(/products/paperlab/images/bg_feature_zero.jpg) no-repeat center center;
	background-size:cover;
	overflow:hidden;
	border-top:6px solid #ffffff;
	box-sizing: border-box;
}

.navFeature .section.zero:before,.navFeature .section.zero:after{
	position:absolute;
	bottom:0;
	display:block;
	content:'';
	width:50%;
	height:40px;
	background:url(/products/paperlab/images/bg_feature_zero_bottom_border.png) repeat-x center top;
	background-size:2px;
}

.navFeature .section.zero:before{
	left:50%;
	transform:translateX(50%);
}

.navFeature .section.zero:after{
	right:50%;
	transform:translateX(-50%);
}

.navFeature .section.zero .inner{
	position:relative;
	padding:254px 0 66px 0;
}

.navFeature .section.zero .inner h2{
	width:639px;
	margin:0 auto;
}

.navFeature .section.zero .inner h2 img{
	width:100%;
}

.navFeature .section.zero .inner h3{
	margin-top:42px;
	font-size:18px;
	font-weight:normal;
	color:#273e58;
	line-height:1;
}

.navFeature .section.zero .inner h3 sup{
	font-size:10px;
	vertical-align:top;
}

.navFeature .section.zero .inner .note{
	width:960px;
	margin:220px auto 0 auto;
	text-align:left;
	font-size:12px;
	color:#2c2c2c;
	line-height:1.33;
}

.navFeature .section.zero .inner .note sub{
	font-size:9px;
	vertical-align:baseline;
}

/* environment */
.navFeature .section.environment{
	position: relative;
	background-color:#c9d8d5;
}

.navFeature .section.environment .inner{
	padding: 70px 0;
}

.navFeature .section.environment .inner .copy{
	margin-top:44px;
}

.navFeature .section.environment .inner .copy h2{
	font-size:24px;
	color:#273e58;
	line-height:1;
}

.navFeature .section.environment .inner .copy .lead{
	margin-top:26px;
	font-size:16px;
	color:#273e58;
	line-height:1.69;
}

.navFeature .section.environment .inner figure{
	width:960px;
	margin:22px auto 0 auto;
}

.navFeature .section.environment .inner figure img{
	width:100%;
}

.navFeature .section.environment .inner .text{
	width:820px;
	margin:10px auto 0 auto;
	font-size:16px;
	color:#273e58;
	text-align:left;
	line-height:1.69;
}

.navFeature .section.environment .inner .text sup{
	font-size:10px;
	vertical-align:top;
}

.navFeature .section.environment .inner .note{
	width:960px;
	margin:24px auto 0 auto;
	text-align:left;
	font-size:12px;
	color:#2c2c2c;
	line-height:1.33;
}

/* technology */
.navFeature .technology__wrapper{
	position:relative;
}

.navFeature .section.technology{
	position:relative;
	overflow:hidden;
	background-color:#e5eaf1;
}

.navFeature .section.technology .inner{
	position:relative;
	padding:100px 0 418px 0;
	/* 742.33px; */
}

.navFeature .section.technology .inner h2{
	position:relative;
	width:394px;
	margin:0 auto;
	z-index:2;
}

.navFeature .section.technology .inner h2 img{
	width:100%;
}

.navFeature .section.technology .inner .copy{
	position:relative;
	margin-top:44px;
	z-index:2;
}

.navFeature .section.technology .inner .copy h3{
	font-size:24px;
	color:#273e58;
	line-height:1;
}

.navFeature .section.technology .inner .copy .lead{
	margin-top:26px;
	font-size:16px;
	color:#273e58;
	line-height:1.69;
}

.navFeature .section.technology .inner .copy .lead sup{
	font-size:10px;
	vertical-align:top;
}

.navFeature .section.technology .inner .copy .note{
	font-size:12px;
	line-height:1.69;
}

.navFeature .section.technology .inner figure{
	position:absolute;
	bottom:7px;
	left:50%;
	transform:translateX(-50%);
	width:1395px;
	margin:0;
	z-index:1;
}

.navFeature .section.technology .inner figure img{
	width:100%;
}

/* cycle */
.navFeature .section.cycle{
	position:relative;
	background:url(/products/paperlab/images/bg_feature_cycle.png) no-repeat center top;
	background-size: 100% auto;
	overflow:hidden;
}

.navFeature .section.cycle .inner{
	position:relative;
	padding:100px 0 90px 0;
}

.navFeature .section.cycle .inner h2{
	text-align: center;
}

.navFeature .section.cycle .inner .copy{
	position:relative;
	margin-top:44px;
	margin-bottom: 50px;
}

.navFeature .section.cycle .inner .copy h3{
	font-size:24px;
	color:#273e58;
	line-height:1;
}

.navFeature .section.cycle .inner .copy .lead{
	margin-top:26px;
	font-size:16px;
	color:#273e58;
	line-height:1.69;
}

.navFeature .section.cycle .inner .cycle__items {
	display: flex;
	justify-content: center;
	gap: 30px;
}
.navFeature .section.cycle .inner .cycle__items li {
	flex:  0 0 300px;
}
.navFeature .section.cycle .inner .cycle__items figure {
	margin: 0;
	text-align: center;
}
.navFeature .section.cycle .inner .cycle__items figcaption {
	margin-bottom: 1em;
	font-size: 18px;
	font-weight:bold;
	color: #05297d;
}
.navFeature .section.cycle .inner .cycle__items p {
	margin: 1em 0 0;
	font-size: 16px;
	line-height: 1.625;
}

.navFeature .section.cycle .inner .cycle__list{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-top:50px;
}

.navFeature .section.cycle .inner .cycle__list .list__item{
	width:240px;
}

.navFeature .section.cycle .inner .cycle__list .list__item:nth-child(n+5){
	margin-top:8px;
}

.navFeature .section.cycle .inner .cycle__list .list__item figure{
	margin:0;
}

.navFeature .section.cycle .inner .cycle__list .list__item figure img{
	width:100%;
}

.navFeature .section.cycle .inner .cycle__list .list__item .name{
	margin-top:6px;
	font-size:14px;
	font-weight:bold;
	color:#273e58;
	text-align:center;
	line-height:1;
}


#contents .mainSection .section.sdgsbanner {
   width:960px;
   margin:90px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#contents .mainSection .section.sdgsbanner .bnList{
position:relative;
}

#contents .mainSection .section.sdgsbanner .bnList.bn_sdgs{
width:562px;
}

#contents .mainSection .section.sdgsbanner .bnList.bn_smart:before{
	content: 'エプソンが考える\A「環境負荷を減らすものづくり」 ';
    white-space: pre;
    font-weight: bold;
    position: absolute;
    top: -45px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#contents .mainSection .section.sdgsbanner .bnList img{
max-width:100%;
width:auto;
}




/* casestudy
********************/
.navCasestudy .section.other > h4 {
	margin: 0 0 44px;
	letter-spacing: 0.02em;
	font-weight: normal;
	font-size: 28px;
	line-height: 1.5;
}

.navCasestudy .section.other > h4 {
	margin: 0 0 44px;
	letter-spacing: 0.02em;
	font-weight: normal;
	font-size: 28px;
	line-height: 1.5;
}

.navCasestudy .section.catalog .downloadComponent {
	margin: 0 0 80px;
}

.navCasestudy .section.catalog .downloadComponent .pdfBtn {
	background-color: #234392;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 13px;
	line-height: 1.65;
	padding: 6px 30px;
	position: relative;
	width: 253px;
}

.navCasestudy .section.catalog .downloadComponent .pdfBtn::after {
	background: url('/products/paperlab/images/icon_arrow_down.png') no-repeat center;
	background-size: contain;
	content: '';
	display: block;
	height: 24px;
	margin-top: -12px;
	position: absolute;
  right: 30px;
	top: 50%;
	width: 24px;
}

.navCasestudy .section.catalog .adobeComponent {
	margin-bottom: 58px;
}

.navCasestudy > .section {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	width: 960px;
}

.navCasestudy > .section {
	margin-top: 80px;
}

.navCasestudy > .section.first {
	margin-top: 75px;
}

.navCasestudy > .section.last {
	margin-bottom: 80px;
}

.navCasestudy > .section > h2 {
	position: relative;
	padding-top: 0;
}

.navCasestudy > .section > h2 > span {
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	margin-top: -25px;
	width: 140px;
	height: 30px;
}

.navCasestudy .section > .section > .photo {
	float: left;
	margin-right: 20px;
	width: 320px;
}

.navCasestudy .section > .section > .body {
	float: left;
	width: 620px;
}

.navCasestudy .section > .section > .body > h3 {
	margin-bottom: 28px;
	letter-spacing: 0.145em;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.5;
}

.navCasestudy .section > .section > .body > p {
	letter-spacing: 0.05em;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.9;
}

.navCasestudy .section > .section .detail {
	margin-top: 35px;
	text-align: right;
}

.navCasestudy .section.media {
	margin: 0;
	width: auto;
	background: #f0f1f5;
}

/* 180315追記 */
.navCasestudy .selectCategory {
	border-bottom: 1px solid #ccd1d6;
	border-top: 1px solid #000;
	color: #193044;
	font-size: 14px;
	margin: 5px auto 0;
	padding: 15px 0 12px;
	width: 960px;
}

.navCasestudy .selectCategory .title {
	/* font-weight: bold; */
	float: left;
	display: block;
	width: 150px;
}

.navCasestudy .selectCategory ul {
	float: left;
	line-height: 2;
	margin-top: -3px;
	width: 810px;
}

.navCasestudy .selectCategory ul li {
	display: inline-block;
}

.navCasestudy .selectCategory ul li::after {
	color: #ccd1d6;
	content: '|';
	display: inline-block;
	vertical-align: top;
  margin: -1px 10px 0 14px;
}

.navCasestudy .selectCategory ul li:last-of-type::after {
	display: none;
}

.navCasestudy .selectCategory ul li a {
	color: #0652ba;
	text-decoration: underline;
	transition: .3s all;
}

.navCasestudy .selectCategory ul li a:hover {
	/* color: #0652ba; */
	text-decoration: none;
}

.navCasestudy .selectCategory ul li a.jsActive {
	color: #193044;
	font-weight: bold;
	pointer-events: none;
	text-decoration: none;
}

.navCasestudy .casestudiesList {
	display: flex;
	flex-wrap: wrap;
	margin: 40px auto 20px;
	width: 990px;
}

.navCasestudy .casestudiesList .casestudyItem {
	margin: 0 15px 100px;
	/* margin-bottom: 60px;
	margin-right: 30px; */
	padding-bottom: 70px;
	position: relative;
	width: 300px;
}

.navCasestudy .casestudiesList .casestudyItem.new::after {
	background: url('/products/paperlab/images/icon_case_new.png') no-repeat center;
	background-size: contain;
	content: '';
	height: 34px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 34px;
}

/* .navCasestudy .casestudiesList .casestudyItem:nth-of-type(3n) {
	margin-right: 0;
} */

.navCasestudy .casestudiesList .casestudyItem a {
	color: #193044;
	display: block;
	transition: .3s all;
}

.navCasestudy .casestudiesList .casestudyItem a:hover {
	opacity: .7;
}

.navCasestudy .casestudiesList .casestudyItem .photo {
	height: auto;
	width: 300px;
}

.navCasestudy .casestudiesList .casestudyItem .category {
	border: 1px solid #193044;
	box-sizing: border-box;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	margin-top: 20px;
	padding: 4px 10px;
	text-align: center;
}

.navCasestudy .casestudiesList .casestudyItem h2 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 15px;
}

.navCasestudy .casestudiesList .casestudyItem h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
	margin-top: 14px;
	word-break: break-word;
}

.navCasestudy .casestudiesList .casestudyItem .detailBtn {
	bottom: 0;
	left: 50%;
	margin-left: -105px;
	/* margin: 30px auto 0; */
	position: absolute;
	width: 210px;
}

.navCasestudy .casestudiesList .casestudyItem .detailBtn img {
	width: 100%;
}

/* spec
*****************/
.navSpec .localNav > li {
	padding: 0 0 0 30px;
}

.navSpec .localNav > li.first {
	padding-left: 0;
}

.navSpec > .section {
	margin: 0 auto;
	padding: 0 0 80px;
	width: 960px;
}

.navSpec > .section.first {
	margin-top: 30px;
}

.navSpec > .section.last {
	margin-bottom: 0;
}

.navSpec > .section > .section > p {
	margin-bottom: 15px;
}

.navSpec > .section > .section > .image {
	text-align: center;
}

.navSpec > .section > .section > .notes {
	margin-bottom: 0;
	text-align: center;
}

.navSpec > .section > table td {
	line-height: 1.7;
}

.navSpec > .section > .tblMod01 th > img {
	margin-top: 5px;
}

/* contact
*****************/
.navContact > .section {
	margin: 75px auto 0;
	width: 960px;
}

.navContact > .section > h2 {
	margin-bottom: 37px;
	padding-bottom: 19px;
	border-bottom: 1px solid #1f2f48;
	font-weight: normal;
	font-size: 24px;
}

.navContact > .section > .section {
	margin: 0 auto 60px;
	width: 960px;
	color: #1d2f47;
}

.navContact > .section > .section h3 {
	margin-bottom: 28px;
	letter-spacing: 0.145em;
	font-weight: normal;
	font-size: 21px;
}

.navContact > .section > .section > p {
	letter-spacing: 0.055em;
	font-size: 16px;
}

.navContact > .section > .section.website > p {
	margin-bottom: 37px;
}

.navContact > .section.telephone > .lead {
	margin-bottom: 22px;
}

.navContact > .section > .section.telephone {
	margin-bottom: 80px;
	padding-top: 60px;
	border-top: 1px solid #ddd;
}

.navContact > .section > .section.telephone > .title {
	margin-top: 15px;
	margin-bottom: 6px;
	color: #1d2f47;
	font-weight: 700;
	font-size: 16px;
}

.navContact > .section > .section.telephone > .tel {
	margin-bottom: 17px;
	font-size: 16px;
}

.navContact > .section > .section.telephone > .tel > span {
	margin-right: 6px;
	color: #1352af;
	letter-spacing: 0.03em;
	font-weight: 700;
	font-size: 28px;
}

.navContact > .section > .section.telephone > .time {
	margin-bottom: 5px;
	line-height: 1.85;
}

.navContact > .section > .section.telephone > table {
	margin-bottom: 20px;
	letter-spacing: 0.06em;
}

.navContact > .section > .section.telephone > ul > li {
	margin-bottom: 7px;
	padding-bottom: 1px;
	font-size: 17px;
}

.navContact > .section > .section.telephone > ul > .last {
	margin-bottom: 0;
}

.navContact > .section > .section.telephone > ul > li > a {
	background-position: left center;
	text-decoration: none;
}

.tblMod01 .thbag{
	white-space: nowrap;
}

/* pdf download
*********************/
.pdfDownload > .section {
	margin: 30px auto 0;
	width: 960px;
}

.pdfDownload > .section.adobe {
	margin: 30px auto 70px;
}

/* adobe component
*********************/
.adobeComponent {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 15px 30px;
	width: 960px;
	background: #ececec;
}

.adobeComponent > a > img {
	position: absolute;
}

.adobeComponent > p {
	margin-left: 180px;
}

/* case component
*********************/
.caseComponent {
	margin: 0 auto 59px;
	width: 960px;
	text-align: left;
}

.caseComponent > div {
	float: left;
	margin-right: 60px;
	width: 450px;
}

.caseComponent > .last {
	margin-right: 0;
}

.caseComponent > div > .title {
	margin-bottom: 17px;
	font-size: 22px;
}

.caseComponent > div > p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.75;
}

.caseComponent.single > div {
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
}

.caseComponent.single > .title {
	position: relative;
	margin-bottom: 37px;
	padding-top: 10px;
	padding-bottom: 19px;
	border-bottom: 1px solid #1f2f48;
	font-weight: normal;
	font-size: 24px;
}

.caseComponent.single > .title > span {
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	margin-top: -15px;
	width: 140px;
	height: 30px;
}

.caseComponent.single > .section > .photo {
	float: left;
	margin-right: 20px;
	width: 320px;
}

.caseComponent.single > .section > .body {
	float: left;
	width: 620px;
}

.caseComponent.single > .section > .body > .title {
	margin-bottom: 28px;
	letter-spacing: 0.145em;
	font-weight: normal;
	font-size: 21px;
}

.caseComponent.single > .section > .body > p {
	letter-spacing: 0.05em;
	font-size: 16px;
	line-height: 1.9;
}

.caseComponent.single > .section .detail {
	margin-top: 35px;
	text-align: right;
}

/* catalog component
*********************/
.catalogComponent > .block {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 43px 66px 31px 190px;
	width: 960px;
	background: #f0f1f4;
}

.catalogComponent > .block > .catalog {
	position: absolute;
	bottom: 0;
	left: 68px;
	display: block;
	width: 90px;
	height: 110px;
	background: url(/products/paperlab/pdf/images/paperlab.gif) no-repeat 0 0;
}

.catalogComponent > .block > div {
	float: left;
	width: 380px;
}

.catalogComponent > .block > div > .title {
	margin-top: -6px;
	margin-bottom: 10px;
	color: #1e2f46;
	font-weight: 700;
	font-size: 20px;
}

.catalogComponent > .block > div > p {
	color: #1e2f46;
	font-size: 14px;
}

.catalogComponent > .block > .last {
	float: right;
	width: 320px;
}

/* contact component
*********************/
.contactComponent {
	margin: 0 auto;
	width: 960px;
}

.contactComponent > h4 {
	margin-bottom: 37px;
	color: #1e2f46;
	text-align: center;
	font-weight: normal;
	font-size: 28px;
}

.contactComponent > .block > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 31px 69px 25px;
	width: 665px;
	border: 4px solid #e4e6ec;
	text-align: center;
}

.contactComponent > .block > div > .title {
	margin-bottom: 10px;
	color: #1e2f46;
	text-align: center;
	font-size: 26px;
}

.contactComponent > .block > div > p {
	margin-bottom: 21px;
	color: #1e2f46;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
}

/* download component
*********************/
.downloadComponent {
	margin: 0 0 80px;
	padding: 0;
}

.downloadComponent > .block {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 22px 52px 22px 59px;
	width: 750px;
	border: 3px solid #e1e2e7;
	background: #f0f1f4;
}

.downloadComponent > .block > div {
	float: left;
	width: 368px;
}

.downloadComponent > .block > div > .title {
	margin: 15px 0;
	color: #1e2f46;
	font-size: 17px;
}

.downloadComponent > .block > .last {
	float: left;
	width: 253px;
}

/* case study
**************************/
.entry > h2 {
	margin: 0 0 40px;
	padding: 0;
	border: 0;
}

.entry p {
	color: #1e2f46;
	word-break: normal;
	letter-spacing: 0.048em;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.92;
}

.entry p .interview {
	color: #0652ba;
	display: block;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 66px;
	position: relative;
}

.entry p .interview::after {
	background-color: #0652ba;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	top: 15px;
	width: 53px;
}

.entry p .name {
	font-weight: bold;
}

.entry p .note {
	font-size: .8em;
}

.entry p .note > a::before {
	background: url('/common/images/ico_pop_02.gif') no-repeat center;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 15px;
	margin-right: 3px;
	transform: translateY(2px);
	width: 15px;
}

.entry > p {
	letter-spacing: 0.02em;
	font-weight: normal;
	font-size: 18px;
	line-height: 2;
}

.entry > .contentLine {
	margin-top: 72px;
	padding-bottom: 70px;
	border-top: 1px solid #cdd1d6;
}

.entry > .section > h3 {
	margin-bottom: 36px;
	color: #1e2f46;
	letter-spacing: 0.06em;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.5;
}

.entry .left > img {
	float: left;
	margin-bottom: 35px;
}

.entry .left.text420 > p {
	float: right;
	margin-left: 60px;
	width: 420px;
}

.entry .left.text520 > p {
	float: right;
	margin-left: 60px;
	width: 520px;
}

.entry .right > img {
	float: right;
	margin-bottom: 35px;
}

.entry .right.text420 > p {
	float: left;
	margin-right: 60px;
	width: 420px;
}

.entry .right.text520 > p {
	float: left;
	margin-right: 60px;
	width: 520px;
}

.entry .left > p:first-of-type,
.entry .right > p:first-of-type {
	margin-top: -5px;
}

.entry > .section p {
	margin-bottom: 40px;
	font-weight: normal;
}

.entry > .section p.bold {
	font-weight: bold;
}

.entry > .section .last {
	margin-bottom: 0;
}

.entry > .endContent {
	margin-top: 100px;
}

.entry > .endContent > span {
	display: block;
	margin-top: 20px;
	color: #1e2f46;
	font-size: 16px;
	line-height: 1.92;
}

.entry > .figureContent {
	border: 1px solid #ccd1d6;
	box-sizing: border-box;
	overflow: hidden;
	padding: 40px;
}

.entry > .figureContent > .figureText {
	float: left;
	width: 350px;
}

.entry > .figureContent > .figureText > h3 {
	font-weight: bold;
	margin-bottom: 30px;
}

.entry > .figureContent > img {
	display: block;
	float: right;
	width: 438px;
}

/* 印刷はこちらボタン */
.navCasestudy > .section.entry {
	margin-top: 30px;
}

.entry > .printComponent {
	margin: 30px 0;
	text-align: right;
}

.entry > .printComponent .block {
	display: inline-block;
}

.entry > .printComponent .block > div {
	float: left;
}

.entry > .printComponent .block > div .title {
	font-size: 14px;
	font-weight: bold;
	padding: 15px 20px;
}

.entry > .printComponent .block .pdfBtn {
	background-color: #2850c0;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 13px;
	line-height: 1.65;
	padding: 6px 30px;
	position: relative;
	text-align: left;
	width: 253px;
}

.entry > .printComponent .block .pdfBtn::after {
	background: url('/products/paperlab/images/icon_arrow_down.png') center no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 24px;
  margin-top: -12px;
  position: absolute;
  right: 30px;
  top: 50%;
  width: 24px
}

.navCasestudy .section.other {
	padding: 75px 0 100px;
	width: auto;
	background: #f0f1f4;
	text-align: center;
}

.navCasestudy .section.contact {
	margin-top: 0;
	padding: 65px 0 68px;
	background: #fff;
}

/* 導入いただいたお客様情報・お客様事例 */
.navCasestudy .customers {
	padding: 80px 0 55px;
}

.navCasestudy .customersTitle {
	border-bottom: 1px solid #1e2f46;
	margin: 0 auto 30px;
	padding-bottom: 19px;
	position: relative;
	width: 875px;
	margin-right: 440px;
}

.navCasestudy .customersTitle.customersTitle--casestudy {
	border-bottom: 0;
	width:960px;
	margin-right:auto;
	margin-bottom: 5px;
	padding-top: 40px;
}

.navCasestudy .customersTitle h2 {
	color: #1e2f46;
	display: inline;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 2.4px;
}

.navCasestudy .customersTitle span {
	color: #1e2f46;
	font-size: 16px;
	vertical-align: baseline;
}

.navCasestudy .customersTitle a {
	background-color: #22399a;
	bottom: 0px;
	color: #fff;
	display: block;
	font-size:18px;
	padding: 28px 45px 28px 45px;
	position: absolute;
	text-align: center;
	right: 0px;
}

.navCasestudy .customersTitle>figure{
	position:absolute;
	top: -65px;
	right: -159px;
}

.navCasestudy .customersTitle a::after {
	background: url('/products/paperlab/images/icon_arrow_down_small-02.png') center no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 28px;
	margin-left: 18px;
	position: relative;
	top: 7px;
	width: 28px;
}

.navCasestudy .customersList {
	margin: 0 auto;
	max-width: 1060px;
	margin-top: 50px;
}

.navCasestudy .customersList img {
	width: 100%;
}

.navCasestudy .customersContact {
	margin: 10px auto 120px;
}

/* 掲載情報 */
.mediaInfomation {
	margin: 0 auto;
	padding-top: 72px;
	width: 960px;
}

.mediaInfomation h2 {
	color:  #1e2f46;
	font-size: 38px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 60px;
	text-align: center;
}

.mediaInfomation .mediaArticles {
	margin-bottom: 70px;
}

.mediaInfomation .mediaArticles h3 {
margin-bottom: 37px;
padding-top: 10px;
padding-bottom: 19px;
border-bottom: 1px solid #1f2f48;
font-weight: normal;
font-size: 24px;
}

.mediaList {
	display: flex;
	flex-wrap: wrap;
}

.mediaList .mediaListItem {
	margin-bottom: 40px;
	margin-right: 26px;
	width: 220px;
}

.mediaList .mediaListItem:nth-of-type(4n) {
	margin-right: 0;
}

.mediaList .mediaListItem a {
	color: #1e2f46;
	display: block;
	position: relative;
	transition: .3s opacity;
}

.mediaList .mediaListItem.new a::after {
	background: url('/products/paperlab/images/icon_case_new.png') center no-repeat;
  background-size: contain;
  content: '';
  height: 34px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 34px;
}

.mediaList .mediaListItem a:hover {
	opacity: .6;
}

.mediaList .mediaListItem a img {
	display: block;
	margin-bottom: 12px;
	width: 100%;
}

.mediaList .mediaListItem a p {
	font-size: 14px;
	letter-spacing: 1.5px;
	line-height: 1.8;
}

.mediaList .mediaListItem a p::after {
	background: url('/common/images/ico_pop_02.gif') no-repeat center;
	background-size: contain;
	content: '';
  display: inline-block;
	height: 15px;
	transform: translateY(2px);
  width: 15px;
}

.mediaContact {
	margin: 80px auto 120px;
}


/* ----------------------------------------------------------------
 * goals
 * ---------------------------------------------------------------- */

.goals{
	/*background-image:linear-gradient(to bottom,#ffffff 70%,#ebf3f8 100%);*/
	background:url('../images/bg_gra.png') repeat-x center bottom;
}

.goals h2{
	text-align:center;
	border-bottom:none;
	padding-top:63px;
	margin-bottom:19px;
}

.goals h3{
	text-align:center;
	padding-bottom:35px;
}

.goals p{
text-align:center;
	}

.goals p.lead-text{
	color:#193044;
	font-size:16px;
	line-height:2.1;
}

.goals p.lead-text>sup{
	font-size:8px;
	*vertical-align:top;/*ie7対応*/
}

.goals p.lead-text>sub{
	font-size:17px;
	vertical-align:sub;
}

.goals p>span{
	font-size:13px;
	display:inline-block;
	margin-top:5px;
}

.goals p.banner{
	margin-top:55px;
	padding-bottom:93px;
}

.goals p.banner a{
	transition: .3s opacity;
}

.goals p.banner a:hover{
	opacity: 0.6;
}

.goals table{
	margin:0 auto;
	margin-top:83px;
}

.goals table tr th{
	padding-bottom:26px;
}

.goals table td{
	color: #193044;
	padding-bottom:26px;
	padding-left:25px;
	padding-right:25px;
	vertical-align:middle;
	font-weight:bold;
	font-size:16px;
	line-height:2.2;
}

.goals table td sup{
	font-size: 8px;
}

.goals table td.icon-description-second{
	padding-right:0px;
}

.goals p.annotation{
	margin-top: 15px;
	color:#193044;
	font-size:13px;
	line-height: 1.7;
}

.goals p.awards{
	margin-top: 67px;
}

/* ----------------------------------------------------------------
 * bnrComponent
 * ---------------------------------------------------------------- */



.bnrComponent h3{
	text-align:center;
	padding-top:35px;
}




/* ----------------------------------------------------------------
purchase
----------------------------------------------------------------- */
.purchase{
	width:960px;
	margin:0 auto 0 auto;
}
.purchase .ttl{
	font-size:24px;
	text-align:center;
}
.purchase .detail{
	margin-top:20px;
}
.purchase .detail .purchase__list{
	display:flex;
	justify-content:space-between;
}
.purchase .detail .purchase__list .list__item{
	box-sizing:border-box;
	width:310px;
}
/* tel */
.purchase .detail .purchase__list .list__item--tel{
	border:1px solid #000000;
	background:url(/products/common/images/ico_ph_calling.gif) no-repeat 25px center;
}
.purchase .detail .purchase__list .list__item--tel .item__inner{
	display:block;
	padding:13px 0 13px 100px;
}
.purchase .detail .purchase__list .list__item--tel .item__inner .number{
	font-size:20px;
	font-weight:bold;
}
.purchase .detail .purchase__list .list__item--tel .item__inner .number a{
	color:#000000;
}
.purchase .detail .purchase__list .list__item--tel .item__inner .number a:hover{
	text-decoration:underline;
}
.purchase .detail .purchase__list .list__item--tel .item__inner .week{
	font-size:13px;
}
.purchase .detail .purchase__list .list__item--tel .item__inner .week span{
	display:block;
	font-size:12px;
}
/* mail */
.purchase .detail .purchase__list .list__item--mail{
	background:url(/products/common/images/ico_ph_form.png) no-repeat 20px center #e7e7e7;
}
.purchase .detail .purchase__list .list__item--mail .item__inner{
	display:block;
	width:100%;
	height:100%;
}
.purchase .detail .purchase__list .list__item--mail .item__inner a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
	color:#000000;
	font-size:15px;
	font-weight:bold;
}
.purchase .detail .purchase__list .list__item--mail .item__inner a:hover{
	opacity:0.6;
}
.purchase .detail .purchase__list .list__item--mail .item__inner a span{
	position:absolute;
	top:50%;
	left:95px;
	transform:translateY(-50%);
}
.purchase .detail .purchase__list .list__item--mail .item__inner a span img{
	vertical-align:middle;
}
/* showroom */
.purchase .detail .purchase__list .list__item--showroom{
	background:url(/products/common/images/ico_ph_showroom.png) no-repeat 65px center #e7e7e7;
}
.purchase .detail .purchase__list .list__item--showroom .item__inner{
	display:block;
	width:100%;
	height:100%;
}
.purchase .detail .purchase__list .list__item--showroom .item__inner a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
	color:#000000;
	font-size:15px;
	font-weight:bold;
}
.purchase .detail .purchase__list .list__item--showroom .item__inner a:hover{
	opacity:0.6;
}
.purchase .detail .purchase__list .list__item--showroom .item__inner a span{
	position:absolute;
	top:50%;
	left:120px;
	transform:translateY(-50%);
}
/* note */
.purchase .detail .note{
	width:310px;
	text-align:left;
	margin-top:10px;
	font-size:10px;
	line-height:1.5;
}
#pagetopBlock {
    z-index: 1000;
}


#contents .mainSection .banner {
    width: 960px;
    margin: 0 auto;
}

#contents .mainSection .banner__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#contents .mainSection .banner__list.column3 .list__item {
    width: 362px;
    margin-top: 70px;
    position: relative;
}

#contents .mainSection .banner__list.column3 .list__item--kamikuru {
    width: 283px;
}

#contents .mainSection .banner__list .list__item a img {
    width: 100%;
}

#contents .mainSection .banner__list.column3 .list__item.list__item--smart {
    width: 263px;
    text-align: center;
}

.list__item--sdgs:after{
    content: '（注）SDGs Labは東洋経済オンラインに掲載された記事広告となります。';
    position: absolute;
    bottom: -40px;
    left: 0;
    text-align:left;
    text-indent:-3em;
	padding-left:3em;

}

.list__item--smart:before {
    content: 'エプソンが考える\A「環境負荷を減らすものづくり」';
    white-space: pre;
    font-weight: bold;
    position: absolute;
    top: -45px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.list__item--kamikuru:before {
    content: '紙の循環で、つぎの地域共創を。';
    white-space: pre;
    font-weight: bold;
    position: absolute;
    top: -24px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}

.indent3em{
text-indent:-3em;
padding-left:3em;
}




/* ----------------------------------------------------------------
detailSection
----------------------------------------------------------------- */
.detailSection{
	width:960px;
	margin:0 auto;
}

.detailSection .snsArea{
	margin-top:50px;
}

.detailSection .snsArea .share .share_title{
	font-size:30px;
	font-weight:bold;
	text-align:center;
}

.detailSection .snsArea .share .share_list{
	margin:25px auto 0;
}

.detailSection .snsArea .share .share_list ul{
	text-align:center;
}

.detailSection .snsArea .share .share_list ul li{
	vertical-align: top;
	display: inline-block;
	position: relative;
	margin: 0 15px;
}