.clearfix {
	clear: both;
}
/* -----------------------------------------------------------------------------
一覧ページ   archive-story.php
----------------------------------------------------------------------------- */
@media print, screen and (min-width: 751px) {
	.techlist #techlist .tabOuter .tabPanel .listItems:after,
	.techlist #techlist .tabOuter .tabPanel .listItems:before {
		content: '';
		clear: both;
		display: table;
	}
	.techlist #techlist .tabOuter .tabPanel .listItems .technologyItem {
		float: left;
		width: 33.333333%;
		margin-bottom: 0;
		margin-top: 30px;
	}
	/* ------------
	もっと見る
	------------ */
	.techlist #techlist .tabOuter .tabPanel .seeMore .btn {
		margin: 60px auto 0;
	}
	.techlist #techlist .tabOuter .tabPanel .seeMore .btn a span:after {
		transform: rotate(90deg);
	}
	.techlist #techlist .tabOuter .tabPanel .seeMore .btn a:hover span:after {
		margin-top: -3px;
		transform: rotate(90deg);
	}
	/* Filter-JS
	------------ */
	.filterjs-actived {
		opacity: 0;
	}
	.filterjs-show {
		opacity: 1;
		animation: fadeIn .6s .2s both;
	}
	.seeMore .btn {
		display: none;
	}
	.seeMore .btn.filterjs-show {
		display: table;
		margin: auto;
	}
}
@media print, screen and (min-width: 751px) and (max-width: 1199px) {
	.techlist #techlist .tabOuter .tabPanel .listItems .technologyItem {
		width: 50%;
	}
	.techlist #techlist .tabOuter .tabPanel .listItems .technologyItem:not(.slick-slide):nth-child(3n+1) {
		clear: none;
	}
	.techlist #techlist .tabOuter .tabPanel .listItems .technologyItem:not(.slick-slide):nth-child(2n+1) {
		clear: left;
	}
}

/* -----------------------------------------------------------------------------
詳細ページ
----------------------------------------------------------------------------- */
@media print, screen and (min-width: 751px) {
	/* MV
	----------------- */
	.techlistDetail #mv {
		position: relative;
		background: url(/technicalinfo/techlist/detail/img/bg_mv.png) left bottom no-repeat;
		background-size: cover;
		overflow: hidden;
	}
	.techlistDetail #mv:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.3;
		z-index: 1;
	}
	.techlistDetail #mv .imgBg {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateY(-50%) translateX(-50%);
		z-index: 0;
		width: 100%;
		min-width: 1740px;
	}
	.techlistDetail #mv .breadcrumb {
		position:relative;
		z-index:2;
		background-color: transparent;
	}
	.techlistDetail #mv .breadcrumb ul li a {
		color: #fff;
	}
	.techlistDetail #mv #pageTtl {
		position:relative;
		z-index:2;
	}
	.techlistDetail #mv #pageTtl{
		background-color: transparent;
		color: #fff;
		padding-top: 63px;
		padding-bottom: 38px;
	}
	.techlistDetail #mv #pageTtl{
	}
	.techlistDetail #mv #pageTtl .inner{
		max-width: 1080px;
		padding: 0;
	}
	.techlistDetail #mv #pageTtl .inner h1{
		text-align: left;
		font-size: 4rem;
		margin-bottom: 12px;
	}
	.techlistDetail #mv #pageTtl .inner p{
		font-size: 1.6rem;
		margin-bottom: 14px;
	}
	.techlistDetail #mv #pageTtl .inner .date span{
		background: #eee;
		font-size: 1.1rem;
		color: #000;
		padding: 7px;
		border-radius: 40px;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		top: -2px;
	}
	.techlistDetail #mv .breadcrumb, .techlistDetail .breadcrumb ul li a{
			color: #fff;
	}
	.techlistDetail .breadcrumb ul li a:after {
			background: url(/technicalinfo_resource/techlist/detail/img/arrow_w.png) no-repeat;
			background-size: 5px;
	}

	/* techlistDetail：technology
	----------------- */
	.techlistDetail #techlistDetail .inner .item  .pullLeft{
		float: left;
		width: 52%;
	}
	.techlistDetail #techlistDetail .inner .item p{
		line-height: 2;
    margin-bottom: 20px;
	}
	.techlistDetail #techlistDetail .inner .item p a {
		text-decoration: underline;
	}
	.techlistDetail #techlistDetail .inner .item p a:hover {
		text-decoration: none;
	}
	.techlistDetail #techlistDetail .inner .item  p.mb25{
		margin-bottom: 25px;
	}
	.techlistDetail #techlistDetail .inner .item .list01 {
		display: inline-block;
		position: relative;
		padding-left: 1em;
		line-height: 1.6;
	}
	.techlistDetail #techlistDetail .inner .item .list01::before {
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		background: #ff6600;
		position: absolute;
		top: 0.4em;
		left: 0;
	}
	.techlistDetail #techlistDetail .inner .item .list01 + br + .list01 {
		margin-top: 5px;
	}
	.techlistDetail #techlistDetail .inner .item figure{
		float: right;
		width: 43.334%;
	}
	.techlistDetail #techlistDetail .inner .item figure figcaption{
		font-size: 1.2rem;
		margin-top: 20px;
	}
	.techlistDetail #techlistDetail .inner .item figure img{
		max-width: 100%;
		height: auto;
	}
	.techlistDetail #techlistDetail .inner .item .pullLeft + figure{
		margin-top: 3em;
	}
	.techlistDetail #container section#techlistDetail .inner .twoColumn li img{
		margin-bottom: 20px;
	}
	.techlistDetail #container section#techlistDetail .inner .item{
		margin-bottom: 40px;
		overflow: hidden;
	}
	.techlistDetail #container section#techlistDetail .inner .item h3{
		font-size: 2rem;
		line-height: 1.4;
		position: relative;
		padding-left: 18px;
		margin-bottom: 20px;
		font-weight: normal;
	}
	 .techlistDetail #container section#techlistDetail .inner .item h3:after{
		position: absolute;
		content: '';
		height: 16px;
		width: 3px;
		left: 0;
		top: 0.3em;
		background: #ea5420;
	}
	.techlistDetail #container section#techlistDetail .inner .item h4{
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
	.techlistDetail #container section#techlistDetail .inner .item figure.imageFull{
		float: none;
		width: auto;
	}
	.techlistDetail #container section#techlistDetail .inner .item figure.imageFull + p,
	.techlistDetail #container section#techlistDetail .inner .item p + figure.imageFull {
		margin-top: 20px;
	}
	/* relatedlinks
	----------------- */
	.techlistDetail #techlistDetail .inner .relatedlinks{
		border-top: 1px solid #ccc;
		padding: 50px 0;
		margin-top: 60px;
	}
	.techlistDetail #techlistDetail .inner .relatedlinks h3{
		font-size: 2.4rem;
		font-weight: normal;
		margin-bottom: 30px;
	}
	.techlistDetail #techlistDetail .inner .relatedlinks ul li:before {
		content: '・';
		display: inline-block;
		vertical-align: middle;
		position: absolute;
		left: 0;
		top: 3px;
		line-height: 1;
		bottom: 0;
		margin: auto;
	}
	.techlistDetail #techlistDetail .inner .relatedlinks ul li{
		position: relative;
		padding-left: 15px;
		margin-bottom: 5px;
		list-style: none;
	}
	.techlistDetail #techlistDetail .inner .relatedlinks ul li a:hover{
	 text-decoration: underline;
	}
	.techlistDetail .relatedProduct {
		margin-top: 50px;
	}
	.techlistDetail #techlistDetail sub {
		font-size: x-small;
		vertical-align: bottom;
	}
	/* techlistDetail：news
	----------------- */
	#techlistDetail .item .detailTitle {
		margin-bottom: 31px;
		padding-bottom: 20px;
		border-bottom: 1px dotted #ddd;
		font-size: 3.2rem;
		line-height: 1.4;
	}
	#techlistDetail .item .meta {
		margin-bottom: 31px;
	}
	#techlistDetail .item .meta li {
		display: inline-block;
		vertical-align: top;
		padding-right: 15px;
	}
	#techlistDetail .item .meta li .tag {
		display: inline-block;
		min-width: 110px;
		text-align: center;
		font-size: 1.2rem;
		color: #fff;
		padding: 2px 0px 1px 0px;
	}
	#techlistDetail .item .meta li .tag.tagIr {
		background: #4F9CB8;
	}
	#techlistDetail .item .meta li .tag.tagNews {
		background: #e57d59;
	}
	#techlistDetail .item .meta li .tag.tagService {
		background: #7EB457;
	}
	#techlistDetail .item .meta li .tag.tagManagement {
		background: #d36c85;
	}
	#techlistDetail .item .meta li .tag.tagEvent {
		background: #C5AB3F;
	}
	#techlistDetail .item .meta li .tag.tagOther {
		background: #4BBDB8;
	}
	#techlistDetail .item .meta li .tag.tagAnnouncement {
		background: #e57d59;
	}
	#techlistDetail .item {
		line-height: 22px;
	}
	#techlistDetail .item h2 {
		margin-bottom: 7px;
		line-height: 1.4;
	}
	#techlistDetail .item h3,
	#techlistDetail .item h4 {
		margin-bottom: 5px;
	}
	#techlistDetail .item p {
		/* margin-bottom: 30px; */
		overflow: hidden;
		line-height: 1.8;
	}
	#techlistDetail .item sup {
		vertical-align: top;
	}
	#techlistDetail .item ul {
		padding-left: 16px;
		margin-bottom: 10px;
	}
	#techlistDetail .item ol {
		margin-bottom: 10px;
	}
	#techlistDetail .item li {
		list-style: disc
	}
	#techlistDetail .item a {
		text-decoration: underline;
	}
	#techlistDetail .item a:hover {
		text-decoration: none;
	}
	#techlistDetail .item .floatRight {
		float: right;
		margin-left: 20px;
		margin-bottom: 20px;
	}
	#techlistDetail .item .flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#techlistDetail .item .flex>div:first-child {
		width: 45%;
	}
	#techlistDetail .item .flex>div:nth-child(2) {
		width: 50%;
	}
	#techlistDetail .item .flex>div img {
		max-width: 100%;
		height: auto;
	}
	#techlistDetail .item .otherLinks {
		margin: 70px 0 75px;
	}
	#techlistDetail .item .otherLinks li {
		display: inline-block;
		vertical-align: middle;
	}
	#techlistDetail .item .otherLinks li+li:before {
		content: '|';
		display: inline-block;
		vertical-align: top;
		margin: 0 15px;
	}
	#techlistDetail .item .otherLinks li a.ct {
		color: #ea5420;
	}
	#techlistDetail .item .otherLinks li a:hover {
		text-decoration: underline;
	}
	#techlistDetail .item .imagesList {
		margin: 0 -22px 80px;
	}
	#techlistDetail .item .imagesList .image>div {
		padding: 0 22px;
		text-align: center;
	}
	#techlistDetail .item .imagesList .image>div img {
		max-width: 100%;
	}
	#techlistDetail .item .imagesList .image figcaption {
		padding-top: 10px;
		text-align: center;
	}
	#techlistDetail .item .slick-track {
		margin: 0;
	}
	#techlistDetail .item .imagesList .slick-arrow {
		position: absolute;
		z-index: 10;
		top: 50%;
		margin-top: -66px;
		width: 38px;
		height: 113px;
		font-size: 0;
		background-repeat: no-repeat;
		background-size: contain;
	}
	#techlistDetail .item .imagesList .slick-prev {
		left: 22px;
		background-image: url('/news_resource/detail/img/arrow_slick_left.png');
	}
	#techlistDetail .item .imagesList .slick-next {
		right: 22px;
		background-image: url('/news_resource/detail/img/arrow_slick_right.png');
	}
	#techlistDetail .item .imagesList .slick-dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -45px;
		text-align: center;
	}
	#techlistDetail .item .imagesList .slick-dots li {
		position: relative;
		display: inline-block;
	}
	#techlistDetail .item .imagesList .slick-dots li button {
		width: 16px;
		height: 14px;
		margin: 0 2px;
		padding: 0;
		cursor: pointer;
		font-size: 0;
		background: url('/common/img/icon_pager02.png') left bottom no-repeat;
	}
	#techlistDetail .item .imagesList .slick-dots li button:focus {
		outline: none;
	}
	#techlistDetail .item .imagesList .slick-dots li:nth-child(odd) button {
		background-position: left bottom;
	}
	#techlistDetail .item .imagesList .slick-dots li:nth-child(even) button {
		background-position: right bottom;
	}
	#techlistDetail .item .imagesList .slick-dots li:nth-child(odd).slick-active button {
		background-position: left top;
	}
	#techlistDetail .item .imagesList .slick-dots li:nth-child(even).slick-active button {
		background-position: right top;
	}
	#techlistDetail .item .btn {
		margin: auto;
	}
	#techlistDetail .item table {
		margin-bottom: 30px;
	}
	#techlistDetail .item .alignleft {
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
	}

	/* この記事をシェアする
	----------------- */
	.techlistDetail #techlistDetail .inner .social{
		text-align: center;
		margin-top: 47px;
		margin-bottom: 50px;
	}
	.techlistDetail #techlistDetail .inner .social{
		text-align: center;
		margin-top: 47px;
	}
	.techlistDetail #techlistDetail .inner .social p{
		font-size: 1.7rem;
		margin-bottom: 15px;
		font-weight: bold;
	}
	.techlistDetail #techlistDetail .inner .social a{
		display: inline-block;
		margin: 0 8px;
	}
	.techlistDetail #techlistDetail .inner .social a img {
		transition: all .2s;
		-moz-transition: all .2s;
		-webkit-transition: all .2s;
	}
	.techlistDetail #techlistDetail .inner .social a:hover img {
		opacity: .8;
	}
	
	/* ページネーション
	----------------- */
	.pagination{
		border-top: 2px solid #ccc;
		border-bottom: 2px solid #ccc;
		padding: 35px 0 33px;
		margin-top: 23px;
	}
	.pagination ul{
		position: relative;
		display: table;
		width: 100%;
		overflow: hidden;
	}
	.pagination ul li{
		width: 33.33%;
		margin: auto;
	}
	.pagination ul li.prev{
		position:absolute;
		top:0;
		left:0;
	}
	.pagination ul li.mid{
		text-align: center;
		border-left: 1px solid #e4e4e4;
		border-right: 1px solid #e4e4e4;
	}
	.pagination ul li.last{
		position: absolute;
		text-align: right;
		top: 0;
		right: 0;
	}
	.pagination ul li a{
		display: inline-block;
		padding: 25px 0;
		font-size: 1.6rem;
		position: relative;
		line-height: 0;
		text-decoration: none;
	}
	.pagination ul li a:hover{
		text-decoration: underline;
		cursor: pointer;
	}
	.pagination ul .prev a:hover:after{
		transform: translateX(-8px);
			-moz-transform: translateX(-8px);
			-webkit-transform: translateX(-8px);
	}
	.pagination ul .last a:hover:after{
		transform: translateX(8px);
			-moz-transform: translateX(8px);
			-webkit-transform: translateX(8px);
	}
	.pagination ul .mid a:hover:after{
		transform: translateX(-8px);
			-moz-transform: translateX(-8px);
			-webkit-transform: translateX(-8px);
	}
	.pagination ul .prev a{
		padding-left: 40px;
		margin-left: 30px;
	}
	.pagination ul .mid a{
		padding-left: 35px;
	}
	.pagination ul .last a{
		padding-right: 40px;
		margin-right: 30px;
	}
	.pagination ul .prev a:after{
		position: absolute;
		content: '';
		width: 10px;
		height: 15px;
		background: url(/common/img/arrowPrev_o01.svg)no-repeat left center;
		left: 0;
		top: -2px;
		bottom: 0;
		transition: all .3s;
		-moz-transition: all .3s;
		-webkit-transition: all .3s;
		margin: auto;
	}
	.pagination ul .mid a:after{
		position: absolute;
		content: '';
		width: 25px;
		height: 15px;
		background: url(/common/img/icon_forward.svg)no-repeat left center;
		left: -5px;
		top: -5px;
		transition: all .3s;
		-moz-transition: all .3s;
		-webkit-transition: all .3s;
		bottom: 0;
		margin: auto;
	}
	.pagination ul .last a:after{
		position: absolute;
		content: '';
		width: 10px;
		height: 15px;
		right: 0;
		top: -2px;
		margin: auto;
		background: url(/common/img/arrow_o01.svg)no-repeat right center;
		transition: all .3s;
		-moz-transition: all .3s;
		-webkit-transition: all .3s;
		bottom: 0;
	}

	/* pickUpArticle
	----------------- */
	#pickUpArticle{
		background: #f4f4f4;
	}
	.sub #container section#pickUpArticle .inner {
		padding-bottom: 45px;
	}
	#pickUpArticle .pickUpArticle{
		max-width: 1200px;
		margin: auto;
	}
	#pickUpArticle .pickUpArticle .techListItems {
		margin-left: -15px;
		margin-right: -15px;
	}
	#pickUpArticle .pickUpArticle .techListItems .technologyItem {
		float: left;
		width: 25%;
		padding: 0 15px;
		margin-bottom: 40px;
	}
	#pickUpArticle .pickUpArticle .techListItems .technologyItem figure {
		height:170px;
	}
	#pickUpArticle .pickUpArticle .techListItems .technologyItem:not(.slick-slide):nth-child(4n+1) {
		clear: left;
	}
	#pickUpArticle .pickUpArticle .techListItems .technologyItem .itemWrap .itemContent {
		padding: 20px 15px;
	}
}

@media print, screen and (min-width: 751px) and (max-width: 1199px) {
	/* ページネーション
	----------------- */
	.pagination {
		margin-top: 30px;
		padding: 20px 0;
	}
	.pagination ul li a {
		padding: 0;
		font-size: 1.4rem;
		margin: 0 15px;
	}
	/* pickUpArticle
	------------*/
	#pickUpArticle .pickUpArticle .techListItems .technologyItem {
		width: 50%;
	}
	#pickUpArticle .pickUpArticle .techListItems .technologyItem:nth-child(2n+1) {
		clear: left;
	}
}