/* slider
--------------------------------------------------------- */
#nis-slider
{
	background: #fff;
	position: relative;
	border-bottom: 2px solid #348bde;
}
#nis-slider .container
{
	z-index: 20;
}
#nis-slider .slider-bottom
{
	background: #f8f8f8;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 90px;
	z-index: 10;
}
#nis-slider .slider-title
{
	font-size: 32px;
	font-family: nis_s1;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 45px 0px 20px 0px;
}
.swiper-container {
    width: 100%;
    height: 100%;
    z-index: 300;
}
.swiper-slide {
    text-align: center;
    background: transparent;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 300;
    height: 100%;
}
.swiper-inner
{
	padding-left: 60px;
	padding-right: 60px;
}
.swiper-inner a
{
	display: inline-table;
}
.swiper-inner a img
{
	/* max-width: 100%;
	height: 100%; */
	/*height: 50%;*/
	width: auto;
}
/*news
--------------------------------------------------------- */
#news
{
	margin-top: 20px;
	position: relative;
	top: 0;
}
#news .content
{
	display: inline-table;
	width: 100%;
}
#news div.news
{
	display: inline-block;
	vertical-align: top;
	color: #000;
	/* font-size: 14px; */
}
#news div.left
{
	width: 98px;
	font-family: nis_s3;
	margin-top: 15px;
}
#news div.middle
{
	width: 716px;
	margin-top: 11px;
}
#news div.right
{
	width: 138px;
}
#news div.middle table tr
{
	vertical-align: top;
}
#news div.middle table a{
	color: #000;
	border-bottom: 1px solid #000;
}
#news div.middle table td.date
{
	width: 5em;
}
#news div.middle table td.date div{
	padding-right: 14px;
	width:87px;
}
#news div.right a
{
	padding: 14px 20px 14px 40px;
	display: inline-table;
	border: 1px solid #393939;
	font-family: nis_s3;
	color: #000;
}
#news div.right a div
{
	background: url("../images/view_more_icon.png") no-repeat right 2px;
	padding: 2px 24px 2px 0px;
	line-height:17px;
	width:38px;
}
.blink
{
	-webkit-animation:blink 0.7s ease-in-out infinite alternate;
	-moz-animation:blink 0.7s ease-in-out infinite alternate;
	animation:blink 0.7s ease-in-out infinite alternate;
	color:#f00;
	width:3em;
}
@-webkit-keyframes blink
{
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes blink
{
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes blink
{
	0% {opacity:0;}
	100% {opacity:1;}
}
/* service
--------------------------------------------------------- */
#service
{
	background: url("../images/home/home_bg_01.png") no-repeat fixed;
	background-size: 100% 100%;
}
#service .container
{
	text-align: center;
	margin-top: 22px;
	padding-top: 40px;
	padding-bottom: 30px;
}
#service .content
{
	display: inline-table;
	width: 100%;
	margin-top: 22px;
}
#service .content .block-item
{
	display: inline-block;
	width: 317px;
	vertical-align: top;
}
#service p
{
	color: #fff;	
	font-size: 16px;
}
#service p.title
{
	font-size: 30px;
	margin-bottom: 10px;
}
#service div.content p
{
	color: #fff;	
	/* font-size: 14px; */
}
#service div.content img{
	margin-bottom: 22px;
}
#service a.view-more
{
	background: #fff;
	padding: 12px 20px 12px 40px;
	display: inline-table;
	font-family: nis_s3;
	color: #515151;
	/* font-size: 14px; */
	margin-top: 20px;
}
#service a.view-more span
{
	background: url("../images/view_more_icon.png") no-repeat right 2px;
	padding: 2px 24px 2px 0px;
}
/* product
--------------------------------------------------------- */
#product
{
	
}
#product .container
{
	margin-top: 40px;
}
#product .content
{
	display: inline-table;
	width: 100%;
}
#product div.block-item
{
	width: 280px;
	margin-right: 60px;
	float: left;
	margin-bottom: 35px;
	position: relative;
}
#product div.item-last
{
	margin-right: 0px;
}
#product div.block-item a
{
	position: absolute;
	height: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("../images/bg_view_detail.png");
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
#product div.block-item a span
{
	position: absolute;
	width: 10px;
	height: 17px;
	background: url("../images/view_more_icon_white.png");
	display: block;
	right: 40px;
	top: 21px;
}

/*mobile ---------------------------------------------*/
@media ( max-width: 768px) {
	#nis-slider .slider-bottom
	{
		height: 75px;
	}
	#nis-slider .slider-title
	{
		font-size: 40px;
		padding: 0;
		height: 110px;
		line-height: 110px;
	}
	#nis-slider .swiper-container
	{
		padding-bottom: 115px;
	}
	.swiper-inner
	{
		padding-left: 48px;
		padding-right: 48px;
	}
	#nis-slider img
	{
		width: 100%;
	}
	.swiper-pagination
	{
		bottom: 16px !important;
	}
	.swiper-pagination span
	{
		width: 20px;
		height: 20px;
	}
	/*news ---------------------------------------------*/
	#news div.middle
	{
		width: 100%;
		margin-top:5px;
		margin-bottom:10px;
	}
	#news div.right
	{
		width: 100%;
		text-align: right;
	}
	#news div.left, #news a, #news span
	{
		/* font-size: 26px; */
	}
	#news div.right a span
	{
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		background: url("../images/view_more_icon_sp.png") no-repeat right 6px;
		padding: 2px 24px 2px 0px;
	}
	#news div.middle ul li
	{
		margin-bottom: 15px;
	}
	/*service ---------------------------------------------*/
	#service
	{
		background: url("../images/home/home_bg_01_sp.png") no-repeat fixed;
		background-size: 100% 100%;
	}
	#service .container
	{
		margin-top: 44px;
		padding-bottom:44px;
	}
	#service .content
	{
		margin-top: 0px;
	}
	#service table
	{
		display: inline-table;
		width: 100%;
		text-align: left;
		border: 0;
	}
	#service table tr td
	{
		border: 0;
		margin:0;
		padding:0;
	}
	#service table p.title
	{
		font-size: 40px;
		text-align: center;
	}
	#service table p.desc
	{
		margin-bottom: 25px;
	}
	#service table p
	{
		line-height: 160%;
		font-size: 26px;
	}
	#service table tr td img
	{
		margin-right: 40px;
		width: 210px;
		margin-top: 11px;
		margin-bottom: 11px;
	}
	#service a.view-more
	{
		padding: 12px 0px;
		font-size: 26px;
		color: #515151;
		width: 100%;
	}
	#service a.view-more span
	{
		background: url("../images/view_more_icon_sp.png") no-repeat right 6px;
		padding: 2px 40px 2px 0px;
	}
	/*product ---------------------------------------------*/
	#product
	{
		padding-left: 17px;
		padding-right: 17px;
	}
	#product div.block-item
	{
		margin-right: 0px;
		margin-left: 13px;
	    margin-right: 13px;
	    width: calc(50% - 26px);
	}
	#product div.block-item img
	{
		width: 100%;
	}
	#product div.block-item a
	{
		height: 70px;
		font-size: 26px;
		line-height: 70px;
	}
	#product div.block-item a span
	{
		width: 14px;
		height: 24px;
		background: url("../images/view_more_icon_white_sp.png");
		background-size: 100% 100%;
		top: 23px;
		right: 30px;
	}
}
@media ( max-width: 640px) {
	#nis-slider .slider-bottom
	{
		height: 75px;
	}
	#nis-slider .slider-title
	{
		font-size: 33px;
		padding: 0;
		height: 91px;
		line-height: 91px;
	}
	#nis-slider .swiper-container
	{
		padding-bottom: 95px;
	}
	.swiper-inner
	{
		padding-left: 48px;
		padding-right: 48px;
	}
	#nis-slider img
	{
		width: 100%;
	}
	.swiper-pagination
	{
		bottom: 14px !important;
	}
	.swiper-pagination span
	{
		width: 16px;
		height: 16px;
	}
	/*service ---------------------------------------------*/
	#service .container
	{
		margin-top: 36px;
		padding-bottom:36px;
	}
	#service table p.title
	{
		font-size: 33px;
	}
	#service table p.desc
	{
		margin-bottom: 20px;
	}
	#service table p
	{
		line-height: 160%;
		font-size: 21px;
	}
	#service table tr td img
	{
		margin-right: 33px;
		width: 175px;
	}
	#service a.view-more
	{
		font-size: 21px;
	}
	/*product ---------------------------------------------*/
	#product div.block-item a
	{
		height: 58px;
		font-size: 18px;
		line-height: 58px;
	}
	#product div.block-item a span
	{
		width: 14px;
		height: 24px;
		top: 16px;
	}
}
@media ( max-width: 549px) {
	#nis-slider .slider-bottom
	{
		height: 53px;
	}
	#nis-slider .slider-title
	{
		font-size: 28px;
		padding: 0;
		height: 78px;
		line-height: 78px;
	}
	#nis-slider .swiper-container
	{
		padding-bottom: 82px;
	}
	.swiper-inner
	{
		padding-left: 48px;
		padding-right: 48px;
	}
	.swiper-pagination
	{
		bottom: 7px !important;
	}
	.swiper-pagination span
	{
		width: 14px;
		height: 14px;
	}
	/*news ---------------------------------------------*/
	#news div.right a span
	{
		background: url("../images/view_more_icon_sp.png") no-repeat right 4px;
	}
	/*service ---------------------------------------------*/
	#service .container
	{
		margin-top: 31px;
		padding-bottom:31px;
	}
	#service table p.title
	{
		font-size: 28px;
	}
	#service table p.desc
	{
		margin-bottom: 15px;
	}
	#service table p
	{
		line-height: 160%;
		font-size: 18px;
	}
	#service table tr td img
	{
		margin-right: 40px;
		width: 150px;
	}
	#service a.view-more
	{
		padding: 10px 0px;
		font-size: 18px;
	}
	#service a.view-more span
	{
		background: url("../images/view_more_icon.png") no-repeat right 4px;
		padding: 2px 30px 2px 0px;
	}
	/*product ---------------------------------------------*/
	#product div.block-item a
	{
		height: 50px;
		font-size: 18px;
		line-height: 50px;
	}
	#product div.block-item a span
	{
		background: url("../images/view_more_icon_white.png") no-repeat right 0px;
		top: 17px;
		right: 30px;
	}
}
@media ( max-width: 480px) {
	#nis-slider .slider-bottom
	{
		height: 46px;
	}
	#nis-slider .slider-title
	{
		font-size: 25px;
		height: 68px;
		line-height: 68px;
	}
	#nis-slider .swiper-container
	{
		padding-bottom: 71px;
	}
	.swiper-inner
	{
		padding-left: 38px;
		padding-right: 38px;
	}
	.swiper-pagination
	{
		bottom: 8px !important;
	}
	.swiper-pagination span
	{
		width: 12px;
		height: 12px;
	}
	.swiper-button-prev, .swiper-button-next
	{
		width: 18px;
		height: 34px;
		margin-top: -17px;
		background-size: 100% 100%;
	}
	/*news ---------------------------------------------*/
	#news div.right a span
	{
		background: url("../images/view_more_icon.png") no-repeat right 4px;
	}
	/*service ---------------------------------------------*/
	#service .container
	{
		margin-top: 28px;
		padding-bottom: 28px;
	}
	#service table p.title
	{
		font-size: 25px;
	}
	#service table p.desc
	{
		margin-bottom: 15px;
	}
	#service table p
	{
		font-size: 16px;
	}
	#service table tr td img
	{
		margin-right: 40px;
		width: 135px;
		margin-top: 8px;
		margin-bottom: 8px !important;
	}
	#service a.view-more
	{
		padding: 10px 0px;
		font-size: 16px;
	}
	#service a.view-more span
	{
		background: url("../images/view_more_icon.png") no-repeat right 4px;
		padding: 2px 30px 2px 0px;
	}
	/*product ---------------------------------------------*/
	#product
	{
		padding-left: 10px;
		padding-right: 10px;
	}
	#product div.block-item
	{
		margin-left: 10px;
	    margin-right: 10px;
	    width: calc(50% - 20px);
	}
	#product div.block-item a
	{
		height: 44px;
		font-size: 16px;
		line-height: 44px;
	}
	#product div.block-item a span
	{
		background: url("../images/view_more_icon_white.png") no-repeat right 0px;
		top: 14px;
		right: 20px;
	}
}
@media ( max-width: 414px) {
	#nis-slider .slider-bottom
	{
		height: 40px;
	}
	#nis-slider .slider-title
	{
		font-size: 22px;
		height: 60px;
		line-height: 60px;
	}
	#nis-slider .swiper-container
	{
		padding-bottom: 58px;
	}
	.swiper-inner
	{
		padding-left: 32px;
		padding-right: 32px;
	}
	/*news ---------------------------------------------*/
	#news div.right a
	{
		padding-top: 6px;
		padding-bottom: 6px;
	}
	#news div.left {
		margin-top: 0px;
	}
	#news div.right a span
	{
		background: url("../images/view_more_icon.png") no-repeat right 2px;
	}
	/*service ---------------------------------------------*/
	#service .container
	{
		margin-top: 20px;
		padding-bottom: 20px;
	}
	#service table p.title
	{
		font-size: 24px;
	}
	#service table p
	{
		font-size: 14px;
	}
	#service table tr td img
	{
		margin-right: 35px;
		width: 125px;
		margin-top: 8px;
		margin-bottom: 8px !important;
	}
	#service a.view-more
	{
		padding: 10px 0px;
		font-size: 16px;
	}
	/*product ---------------------------------------------*/
	#product
	{
		padding-left: 8px;
		padding-right: 8px;
	}
	#product div.block-item
	{
		margin-left: 8px;
	    margin-right: 8px;
	    width: calc(50% - 16px);
	}
	#product div.block-item a
	{
		height: 38px;
		font-size: 14px;
		line-height: 38px;
	}
	#product div.block-item a span
	{
		width: 8px;
		height: 14px;
		background: url("../images/view_more_icon_white.png") no-repeat right 0px;
		background-size: 100% 100%;
		top: 12px;
		right: 10px;
	}
}
/*ip6*/
@media ( max-width: 375px) {
	/*service ---------------------------------------------*/
	#service .container
	{
		padding-top: 15px;
	}
	#service table p.title
	{
		font-size: 24px;
	}
	#service table p
	{
		font-size: 13px;
	}
	#service table tr td img
	{
		margin-right: 20px;
		width: 125px;
		margin-top: 8px;
		margin-bottom: 8px !important;
	}
	#service a.view-more
	{
		padding: 10px 0px;
		font-size: 16px;
	}
	#service a.view-more span
	{
		background: url("../images/view_more_icon.png") no-repeat right 3px;
	}
	#news div.right a span
	{
		background: url("../images/view_more_icon.png") no-repeat right 2px;
	}
	#product div.block-item a span
	{
		width: 7px;
		height: 11px;
		background: url("../images/view_more_icon_white.png") no-repeat right 0px;
		background-size: 100% 100%;
		top: 13px;
		right: 8px;
	}
}
@media ( max-width: 360px) {
}
@media ( max-width: 320px) {
	#nis-slider .slider-title
	{
		font-size: 18px;
	}
	#service table p.title
	{
		font-size: 18px;
	}
	#service table p
	{
		font-size: 13px;
	}
	#service table tr td img
	{
		width: 90px;
	}
	#service a.view-more
	{
		padding: 10px 0px;
		font-size: 14px;
	}
	#service a.view-more span
	{
		background: url("../images/view_more_icon.png") no-repeat right 2px;
	}
	/*product ---------------------------------------------*/
	#product
	{
		padding-left: 8px;
		padding-right: 8px;
	}
	#product div.block-item
	{
		margin-left: 8px;
	    margin-right: 8px;
	    width: calc(50% - 16px);
	}
	#product div.block-item a
	{
		height: 28px;
		font-size: 12px;
		line-height: 28px;
	}
	#product div.block-item a span
	{
		width: 7px;
		height: 11px;
		background: url("../images/view_more_icon_white.png") no-repeat right 0px;
		background-size: 100% 100%;
		top: 8px;
		right: 5px;
	}
}