/*------------------------------------
	top
-------------------------------------*/
section,header {
	background: transparent;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

h2,p,ul {
	margin: 0;
}

ul {
	list-style-type: none;
}

.top-content {
	margin: auto;
}

.btn-wrap {
	text-align: center;
}

.btn-wrap [class^="btn-"] {
	display: inline-block;
}

a {
	text-decoration: none !important;
	outline: none !important;
}

@media screen and (min-width: 1200px) {
	.top-content {
		width: 1000px;
	}
}
@media screen and (min-width: 992px) and (max-width:1199px) {
	.top-content {
		width: 940px;
	}
}

@media screen and (min-width: 788px) and (max-width:991px) {
	.top-content {
		width: 750px;
	}
}

@media only screen and (max-width: 787px) {
	.top-content {
		width: inherit;
	}

	.btn-wrap {
		text-align: center !important;
	}

}


@media screen and (min-width: 992px) {	
	body {
		position: relative;
	}

	#top-hero {
		width: 100%;
    height: 100px;
		position: relative;
		background: transparent;
		overflow: hidden;
	}

	#top-hero #top-hero-movie {
    min-width: 100vw;
    min-height: 100%;
    position: relative;
    z-index: -200;
		background-color: #002032;
	background: url("home_top_bg.jpg") no-repeat top center;
	background-size: cover;
  }

	#top-hero #top-hero-movie #js-main-movie {
    position: absolute;
    top: 50%;
    left: 50%;
	height: 720px;
	width: 860px;
    z-index: -100;
    transform: translateY(-50%) translateX(-50%) scale(1.5);
    overflow: hidden;
  }
	  
	#top-hero #top-hero-movie:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
		z-index: 1;
  }
  
	#top-hero #top-hero-movie video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100vw;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateY(-50%) translateX(-50%);
    overflow: hidden;
  }
	
	#top-hero .hero-logo {
		width: 300px;
		height: 60px;
		text-indent: -9999px;
		background: url("logo.png") no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		z-index: 2;
	}	
 
	#top-header .th-inner {
		position: absolute;
		top: 35px;
		right: 50px;
		z-index: 2;
	}
	#top-header .n_logo{
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 2;

		
	}
	#top-header .n_logo img{
		
	}
	#top-header .n_logo .logo-content{
	
	}
	
	.pyp_logo{
		display:relative;
		}
	.logo-content{
		display:absolute;
		top:-30px;
		left:0;
	}
	.logo-content img{
		width:80px;height:80px;
	}
	#top-header .th-inner .th-sub-nav ul {
		display: flex;
		width: 183px;
		padding: 0;
		margin: 0;
		list-style-type: none;
		border: 1px solid #000000;
		box-sizing: border-box;
	}

	#top-header .th-inner .th-sub-nav ul li {
		width: 50%;
	}
	
	#top-header .th-inner .th-sub-nav ul li a {
		display: block;
		font-size: 13px;
		text-align: center;
		line-height: 30px;
		color: #000;
		transition: background .2s;
		background-color: rgb(255,255,255);
		filter:alpha(opacity=50); 
		background-color: rgba(255,255,255,0.5);
	}

	#top-header .th-inner .th-sub-nav ul li a:hover {
		background-color: rgb(255,255,255,.8);
		filter:alpha(opacity=80); 
	}
	
	#top-header .th-inner .th-sub-nav ul li + li {
		border-left: 1px solid #000000;
	}
	
	#top-header #th-sp-btn {
		display: none !important;
	}
	
	#top-header #header-nav {
		display: block !important;
		width: 100%;
		background: #fff;
		position: relative;
	}
  
	#top-header.is-fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }

	#top-header.is-fixed .th-sub-nav {
    display: none;
  }
  
	#top-header #header-nav:before {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #d7deed;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#top-header #header-nav > ul {
		display: flex !important;
		align-items: flex-end;
		width: 940px;
		padding: 0;
		margin: 0 auto;
		list-style-type: none;
		background: #fff;
		position: relative;
	}

	#top-header #header-nav > ul > li {
		position: relative;
		width: 20%;
	}
	
	#top-header #header-nav > ul > li:before {
		content: "";
		display: block;
		width: 105px;
		height: 2px;
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
	}

	#top-header #header-nav > ul > li:nth-child(odd):before {
		background: #395ca3;
	}

	#top-header #header-nav > ul > li:nth-child(even):before {
		background: #009900;
	}
	
	#top-header #header-nav > ul > li a {
		display: block;
		padding: 25px 0;
		font-size: 15px;
		text-align: center;
		font-weight: bold;
		transition: opacity .2s;
	}
	
	#top-header #header-nav > ul > li a:hover {
		opacity: .7;
	}
	
	#top-header #header-nav > ul > li a p {
		margin: 0 0 4px;
		color: #000;
		text-align: center;
	}

	#top-header #header-nav > ul > li a p > span {
    display: block;
    font-size: 13px;
  }
  
	#top-header #header-nav > ul > li a > span {
		display: block;
		font-family: Helvetica, "sans-serif";
	}
}
@media screen and (min-width: 1200px) {
	#top-header #header-nav > ul {
		width: 1100px;
	}

	#top-header #header-nav > ul > li {
		width: 220px;
	}
  
	#top-header #header-nav > ul > li a {
		font-size: 20px;
	}
	#top-header #header-nav > ul > li a span{
		font-size: 14px;
	}
 	
}



@media only screen and (max-width: 991px) {
	body {
		position: relative;
	}

	#top-hero {
		width: 100%;
   		height: auto;
		position: relative;
		background: transparent;
		overflow: hidden;
		background:#cc0000;
		background:url(home_top_logo.jpg) no-repeat;
		background-size: cover;
	}

	#top-hero #top-hero-movie {
    min-width: 100vw;
  height: calc(100vw * 0.56);
    position: relative;
    overflow: hidden;
	
  }

	#top-hero #top-hero-movie #js-main-movie {
    position: absolute;
	width: 100%;
    top: 50%;
    left: 50%;

    z-index: -100;
    transform: translateY(-50%) translateX(-50%) scale(1.2);
    overflow: hidden;
  }
  
	#top-hero:before {

	}
  	
	
	#top-hero #top-hero-movie video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100vw;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateY(-50%) translateX(-50%);
    overflow: hidden;
  }
	
	#top-hero .hero-logo {
		width: 230px;
		height: 43px;
		text-indent: -9999px;
		background: url("logo.png") no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		z-index: 2;
	}	

 	
	#top-header .th-inner {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 11;
	}
	
	#top-header .th-inner .th-sub-nav ul {
		display: flex;
		width: 155px;
		padding: 0;
		margin: 0;
		list-style-type: none;
		box-sizing: border-box;
	}

	#top-header .th-inner .th-sub-nav ul li {
		width: 50%;
	}
	
	#top-header .th-inner .th-sub-nav ul li a {
		display: block;
		font-size: 13px;
		text-align: center;
		line-height: 47px;
		color: #fff;
		transition: background .2s;
		background: rgba(0, 0, 0, .5);
	}

	#top-header .th-inner .th-sub-nav ul li a:hover {
		background: rgba(0, 0, 0, .8);
	}
		
	#top-header #th-sp-btn {
		display: block;
		width: 62px;
		height: 47px;
		background: rgba(0, 0, 0, .5);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 11;
		border: none;
		transition: background .2s;
	}

	#top-header #th-sp-btn:hover {
		background: rgba(0, 0, 0, .8);
	}
	
	#top-header #th-sp-btn span {
		display: block;
		width: 22px;
		height: 2px;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		transition: .2s transform, .2s opacity;
	}

	#top-header #th-sp-btn span:first-child {
		transform: translateY(-7px);
	}

	#top-header #th-sp-btn span:last-child {
		transform: translateY(7px);
	}
	
	#top-header #th-sp-btn.is-open span:first-child {
		transform: rotate(45deg);
	}
	
	#top-header #th-sp-btn.is-open span:nth-child(2) {
		opacity: 0;
	}
	
	#top-header #th-sp-btn.is-open span:last-child {
		transform: rotate(-45deg);
	}
	
	#top-header #header-nav ul {
		display: none;
		width: 100%;
		padding: 0;
		margin: 0;
		padding-top: 47px;
		border-bottom: 1px solid #c3cee2;
		background: #395ca3;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
	}

	#top-header #header-nav ul > li {
		border-top: 1px solid #c3cee2;
	}
	
	#top-header #header-nav ul > li a {
		display: block;
		padding: 14px 10px 13px;
		color: #fff;
		font-size: 14px;
		text-align: center;
	}

	#top-header #header-nav ul > li a p {
		display: inline-block;
		text-align: center !important;
	}

	#top-header #header-nav ul > li a p + span {
		display: none;
	}
}

/* sp */
@media screen and (max-width:787px) {
}

/*------------------------------------
	pickup
-------------------------------------*/
#top-pickup {
	background: #fff;
}

#top-pickup .pickup-header {
	text-align: center;
}
	
#top-pickup .pickup-header .pickup-heading {
	font-family: "Arial Black", Gadget, Helvetica, "sans-serif";
	color: #395ca3;
	font-weight: bold;
}

#top-pickup .pickup-header .pickup-title {
	display: block;
	text-align: center;
	color: #000;
}

#top-pickup .pickup-slider-item .pickup-slider-thumb {
	width: 100%;
	overflow: hidden;
}

#top-pickup .pickup-slider-item img {
	display: block;
	max-width: inherit;
	width: 100%;
}

.lity-wrap {
  padding-right: 40px;
  padding-left: 40px;
}

.lity-container {
  max-width: 964px;
  position: relative;
}

.lity-close {
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  position: absolute;
  top: 20px !important;
  right: 0;
  margin: auto;
  opacity: 1;
  transition: .2s opacity;
}

.lity-close:hover {
  opacity: .7;
}

.lity-close:before,
.lity-close:after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  top: -30px;
  right: -30px;
  bottom: 0;
  margin: auto;
}

.lity-close:before {
  transform: rotate(45deg);
}

.lity-close:after {
  transform: rotate(-45deg);
}


@media screen and (min-width: 788px) {	
	#top-pickup {
		padding: 66px 0 150px;
	}

	#top-pickup .pickup-header {
		margin-bottom: 56px;
	}
	
	#top-pickup .pickup-header .pickup-heading {
		margin-bottom: 4px;
		font-size: 30px;
	}
	
	#top-pickup .pickup-header .pickup-title {
		font-size: 15px;
	}
	
	#top-pickup .pickup-slider {
		padding: 0 10px;
		margin: 0;
		position: relative;
	}

	#top-pickup .pickup-slider .pickup-slider-item {
		display: flex;
		width: 286px;
		height: 100%;
		margin: 0 10px;
		border: 1px solid #395ca3;
		box-sizing: border-box;
		position: relative;
	}
	
	#top-pickup .pickup-slider .pickup-slider-item .icon-news {
		display: inline-block;
		padding: 0 11px;
		font-size: 12px;
		color: #fff;
		text-align: center;
		line-height: 20px;
		font-weight: bold;
		background: #d90000;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	#top-pickup .pickup-slider .pickup-slider-item > a {
		display: block;
		width: 100%;
		outline: none;
		transition: .2s opacity;
		box-sizing: border-box;
	}

	#top-pickup .pickup-slider .pickup-slider-item > a:hover {
		opacity: .7;
	}

	#top-pickup .pickup-slider .pickup-slider-item .pickup-slider-content {
		padding: 9px 10px 25px;
	}
	
	#top-pickup .pickup-slider .pickup-slider-item .pickup-slider-title {
		margin: 0 0 4px 0;
		font-size: 16px;
		color: #000000;
		font-weight: bold;
		text-align: center;
	}	

	#top-pickup .pickup-slider .pickup-slider-item .pickup-slider-notes {
		font-size: 16px;
		color: #666666;
		text-align: center;
	}
	
	#top-pickup .pickup-slider .slick-dots {
		bottom: -79px;
	}
	
	#top-pickup .pickup-slider .slick-dots li {
		width: 15px;
		height: 15px;
		margin: 0 4px;
	}
	
	#top-pickup .pickup-slider .slick-dots li button {
		width: 14px;
		height: 14px;
		padding: 0;
		border-radius: 50%;
		background: #395ca3;
		box-sizing: border-box;
		text-indent: -9999px;
	}
	
	#top-pickup .pickup-slider .slick-dots li:not(.slick-active) button {
		opacity: 0.3;
	}
	
	#top-pickup .pickup-slider .slick-arrow {
		width: 38px;
		height: 54px;
		background: #000;
		transition: .2s opacity;
		z-index: 1;
	}

	#top-pickup .pickup-slider .slick-arrow:hover {
		opacity: .7;
	}

	#top-pickup .pickup-slider .slick-arrow:before {
		display: none;
		top: 0;
	}

	#top-pickup .pickup-slider .slick-arrow.slick-next {
		background: url("pickup-arrow-right.png");
		background-size: contain;
	}

	#top-pickup .pickup-slider .slick-arrow.slick-prev {
		background: url("pickup-arrow-left.png");
		background-size: contain;
	}
  
}

@media screen and (min-width: 1200px) {
	#top-pickup .pickup-slider {
		margin: 0 -35px;
	}
	
	#top-pickup .pickup-slider .pickup-slider-item {
		margin: 0 35px;
	}
  
	
}



@media only screen and (max-width: 991px) {
}


@media screen and (max-width:787px) {
	#top-pickup {
		padding: 31px 0 76px;
    margin-top: 0 !important;
	}

	#top-pickup .pickup-header {
		margin-bottom: 22px;
	}
	
	#top-pickup .pickup-header .pickup-heading {
		margin-bottom: 1px;
		font-size: 13px;
	}
	
	#top-pickup .pickup-header .pickup-title {
		font-size: 18px;
		text-align: center !important;
	}
	
	#top-pickup .pickup-slider {
		padding: 0 23px;
		margin: 0 auto;
		position: relative;
		box-sizing: border-box;
	}

	#top-pickup .pickup-slider .pickup-slider-item {
		display: flex;
		height: 100%;
		margin: 0 23px;
		border: 1px solid #395ca3;
		box-sizing: border-box;
		position: relative;
	}
	
	#top-pickup .pickup-slider .pickup-slider-item .icon-news {
		display: inline-block;
		padding: 8px 8px;
		font-size: 12px;
		color: #fff;
		text-align: center;
		line-height: 12px;
		font-weight: bold;
		background: #d90000;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	#top-pickup .pickup-slider .pickup-slider-item > a {
		display: block;
		width: 100%;
		outline: none;
		transition: .2s opacity;
		box-sizing: border-box;
	}

	#top-pickup .pickup-slider .pickup-slider-item > a:hover {
		opacity: .7;
	}

	#top-pickup .pickup-slider .pickup-slider-item .pickup-slider-content {
		padding: 8px 10px 16px;
	}
	
	#top-pickup .pickup-slider .pickup-slider-item .pickup-slider-title {
		margin: 0 0 4px 0;
		font-size: 13px;
		color: #000000;
		font-weight: bold;
		text-align: center;
	}	

	#top-pickup .pickup-slider .pickup-slider-item .pickup-slider-notes {
		font-size: 10px;
		color: #666666;
		text-align: center !important;
	}
	
	#top-pickup .pickup-slider .slick-dots {
		bottom: -40px;
		left: 0;
	}
	
	#top-pickup .pickup-slider .slick-dots li {
		width: 7px;
		height: 7px;
		margin: 0 7px;
	}
	
	#top-pickup .pickup-slider .slick-dots li button {
		width: 7px;
		height: 7px;
		padding: 0;
		border-radius: 50%;
		background: #395ca3;
		box-sizing: border-box;
		text-indent: -9999px;
	}
	
	#top-pickup .pickup-slider .slick-dots li:not(.slick-active) button {
		opacity: 0.3;
	}
	
	#top-pickup .pickup-slider .slick-arrow {
		width: 19px;
		height: 28px;
		background: #000;
		transition: .2s opacity;
		z-index: 1;
	}

	#top-pickup .pickup-slider .slick-arrow:hover {
		opacity: .7;
	}

	#top-pickup .pickup-slider .slick-arrow:before {
		display: none;
		top: 0;
	}

	#top-pickup .pickup-slider .slick-arrow.slick-next {
		background: url("pickup-arrow-right.png");
		background-size: contain;
		right: 0;
	}

	#top-pickup .pickup-slider .slick-arrow.slick-prev {
		background: url("pickup-arrow-left.png");
		background-size: contain;
		left: 0;
	}
}


/*------------------------------------
	top-products
-------------------------------------*/
#top-products .btn-products {
	color: #fff;
}

#top-products .product-header .product-heading {
	font-family: "Arial Black", Gadget, Helvetica, "sans-serif";
	font-weight: bold;
}

#top-products #top-products-introduce .product-header .product-heading {
	color: #d90000;
}

#top-products #top-products-exhibition .product-header .product-heading {
	color: #395ca3;
}

#top-products #top-products-introduce .btn-products {
	border-color: #d90000;
	background: #d90000;
}

#top-products #top-products-exhibition .btn-products {
	border-color: #395ca3;
 	background: #395ca3;
}


@media screen and (min-width: 788px) {	
	#top-products {
		width: 100%;
		height: 445px;
		overflow: hidden;
		position: relative;
		background: url("product-bg.jpg") no-repeat center;
		background-size: cover;
	}

	#top-products .top-product {
		position: absolute;
		top: 124px;
		left: 50%;
	}
	
	#top-products #top-products-introduce.top-product {
		margin-left: -470px;
	}

	#top-products #top-products-exhibition.top-product {
		margin-left: 184px;
	}
	

	#top-products .top-product-content {
		width: 287px;
		text-align: center;
	}
	
	#top-products .product-header {
		padding: 27px;
		margin-bottom: 38px;
		background: rgba(255,255,255, .8);
	}
	
	#top-products .product-header .product-heading {
		font-size: 20px;
	}
	
	#top-products .product-header .product-title {
		font-size: 26px;
		color: #000;
		text-align: center;
	}
	
	#top-products .btn-products {
		padding: 8px 20px;
		font-size: 12px;
		border-width: 2px;
		border-style: solid;
		transition: .2s background, .2s color;
	}

	#top-products #top-products-introduce .btn-products:hover {
		color: #d90000;
		background: #fff;
	}

	#top-products #top-products-exhibition .btn-products:hover{
		color: #395ca3;
		background: #fff;
	}

}


@media screen and (min-width: 1200px) {
	#top-products #top-products-introduce.top-product {
		margin-left: -500px;
	}

	#top-products #top-products-exhibition.top-product {
		margin-left: 214px;
	}
}


@media screen and (min-width: 788px) and (max-width:991px) {
	#top-products .top-product {
		top: 144px;
	}
	
	#top-products #top-products-introduce.top-product {
		margin-left: -375px;
	}

	#top-products #top-products-exhibition.top-product {
		margin-left: 90px;
	}
}


@media screen and (max-width:787px) {
	#top-products {
		width: 100%;
		overflow: hidden;
		position: relative;
	}

	#top-products .top-product {
		width: 100%;
		height: 179px;
		padding-top: 33px;
		box-sizing: border-box;
	}
	
	#top-products #top-products-introduce.top-product {
		margin-bottom: 1px;
		background-color:#cccccc;
	}

	#top-products #top-products-exhibition.top-product {
		background-color:#333333;
	}
	

	#top-products .top-product-content {
		width: 180px;
		margin: 0 auto;
		text-align: center;
	}
	
	#top-products .product-header {
		padding: 15px 10px;
		margin-bottom: 7px;
		background: rgba(255,255,255, .8);
	}
	
	#top-products .product-header .product-heading {
		margin-bottom: 5px;
		font-size: 13px;
	}
	
	#top-products .product-header .product-title {
		font-size: 18px;
		color: #000;
		text-align: center !important;
	}
	
	#top-products .btn-products {
		display: block;
		padding: 9px 20px;
		font-size: 9px;
		border-width: 2px;
		border-style: solid;
		transition: .2s background, .2s color;
	}

	#top-products #top-products-introduce .btn-products:hover {
		color: #d90000;
		background: #fff;
	}

	#top-products #top-products-exhibition .btn-products:hover{
		color: #395ca3;
		background: #fff;
	}
	
	#top-header .n_logo{
		display:none;

	}


}



#top-news {
	background: #fff;
}

#top-news .news-header {
	text-align: center;
}
	
#top-news .news-header .news-heading {
	font-family: "Arial Black", Gadget, Helvetica, "sans-serif";
	color: #d90000;
	font-weight: bold;
}

#top-news .news-header .news-title {
	display: block;
	text-align: center;
	color: #000000;
}

#top-news .topics-list a {
	color: #000;
}

#top-news .topics-list .topics-category-statutory {
	background: #cf7f00;
}

#top-news .topics-list .topics-category-financial {
	background: #255008;
}

#top-news .topics-list .topics-category-disclosure {
	background: #7f1e02;
}

#top-news .topics-list .topics-category-ir {
	background: #0070c0;
}

#top-news .topics-list .topics-category-news {
	background: #395ca3;
}


@media screen and (min-width: 788px) {	
	#top-news {
		padding-top: 67px;
		padding-bottom: 70px;
	}
	
	#top-news .news-header {
		margin-bottom: 55px;
	}

  #top-news .news-header .news-heading {
		margin-bottom: 4px;
    font-size: 30px;
  }

  #top-news .news-header .news-title {
    font-size: 15px;
  }
  
	#top-news .topics-list {
		padding: 0;
		margin: 0 0 30px;
		border-top: 1px solid #d7deed;
		list-style-type: none;
	}

	#top-news .topics-list .topics-list-item {
		display: flex;
		align-items: center;
		width: 100%;
		font-size: 15px;
		border-bottom: 1px solid #d7deed;
	}

	#top-news .topics-list .topics-list-head,
	#top-news .topics-list .topics-list-body a {
		display: block;
		padding: 13px 0;
	}
		
	#top-news .topics-list .topics-list-head {
		min-width: 210px;
		padding-right: 20px;
		padding-left: 13px;
		box-sizing: border-box;
	}

	#top-news .topics-list .topics-list-head .topics-list-date {
		display: inline-block;
		width: 95px;
		color: #000;
		vertical-align: middle;
	}

	#top-news .topics-list .topics-list-head [class^="topics-category-"] {
		display: inline-block;
		width: 82px;
		padding: 0;
		color: #fff;
		font-size: 13px;
		text-align: center;
		line-height: 25px;
	}

	#top-news .topics-list .topics-list-body {
		width: calc(100% - 210px);
	}
	
	#top-news .topics-list .topics-list-body a {
		width: 100%;
		padding-right: 45px;
		position: relative;
		transition: color .2s;
		text-decoration: none;
		box-sizing: border-box;
	}

	#top-news .topics-list .topics-list-body a:hover {
		color: #d90000;
	}
	
	#top-news .topics-list .topics-list-body a:before {
		content: "";
		display: block;
		width: 19px;
		height: 19px;
		background: url("arrow.png") no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 13px;
		margin: auto;
	}
	
	#top-news .btn-news {
		padding: 12px 27px;
		font-size: 12px;
		border: 2px solid #395ca3;
		transition: .2s color, .2s background;
	}

	#top-news .btn-news:hover {
		color: #fff;
		background: #395ca3;
	}
	
}

/* pc */
@media screen and (min-width: 1200px) {
}




@media only screen and (max-width: 991px) {
	}


@media screen and (max-width:787px) {
	#top-news {
		padding: 38px 30px 47px;
	}
	
	#top-news .news-header {
		margin-bottom: 24px;
	}

	#top-news .news-header .news-heading {
    margin-bottom: 1px;
		font-size: 13px;
		color: #395ca3;
	}
	
	#top-news .news-header .news-title {
		font-size: 18px;
		text-align: center !important;
	}

	#top-news .topics-list {
		padding: 0;
		margin: 0 0 25px;
		border-top: 1px solid #d7deed;
		list-style-type: none;
	}

	#top-news .topics-list .topics-list-item {
		width: 100%;
		padding: 12px 0 14px;
		border-bottom: 1px solid #d7deed;
		box-sizing: border-box;
	}

	#top-news .topics-list .topics-list-head,
	#top-news .topics-list .topics-list-body a {
		display: block;
	}
		
	#top-news .topics-list .topics-list-head {
		margin-bottom: 5px;
		font-size: 13px;
		box-sizing: border-box;
	}

	#top-news .topics-list .topics-list-head .topics-list-date {
		display: inline-block;
		width: 78px;
		color: #000;
		vertical-align: middle;
	}

	#top-news .topics-list .topics-list-head [class^="topics-category-"] {
		display: inline-block;
		min-width: 49px;
		padding: 0;
		color: #fff;
		font-size: 8px;
		text-align: center;
		line-height: 15px;
	}

	#top-news .topics-list .topics-list-body {
		width: 100%;
	}
	
	#top-news .topics-list .topics-list-body a {
		width: 100%;
		font-size: 13px;
		line-height: 1.75;
		position: relative;
		transition: color .2s;
	}

	#top-news .topics-list .topics-list-body a:hover {
		color: #d90000;
	}
	
	#top-news .topics-list .topics-list-body a:after {
		content: "";
		display: inline-block;
		width: 10px;
		height: 10px;
		margin-left: 8px;
		background: url("arrow.png") no-repeat;
		background-size: contain;
	}
	
	#top-news .btn-news {
		padding: 12px 27px;
		font-size: 12px;
		color: #fff;
		border: 2px solid #da0000;
		background: #da0000;
		transition: .2s color, .2s background;
	}

	#top-news .btn-news:hover {
		color: #da0000;
		background: #fff;
	}
}


/*------------------------------------
	top-corporate
-------------------------------------*/
#top-corporate {
	background: url("corporate-bg.jpg") no-repeat top center;
	background-size: cover;
}

#top-corporate .corporate-header {
	text-align: center;
}
	
#top-corporate .corporate-header .corporate-heading {
	font-family: "Arial Black", Gadget, Helvetica, "sans-serif";
	color: #fff;
	font-weight: bold;
}

#top-corporate .corporate-header .corporate-title {
	display: block;
	text-align: center;
	color: #fff;
}

#top-corporate .corporate-list > li .corporate-list-thumb {
	background: #395ca3;
}

@media screen and (min-width: 788px) {	
	#top-corporate {
		padding: 72px 0 20px;
	}

	#top-corporate .corporate-header {
		margin-bottom: 54px;
	}
	
	#top-corporate .corporate-header .corporate-heading {
		margin-bottom: 4px;
		font-size: 30px;
	}
	
	#top-corporate .corporate-header .corporate-title {
		font-size: 15px;
	}

	#top-corporate .corporate-list {
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		margin: 0 -25px;
	}

	#top-corporate .corporate-list > li {
		width: 278px;
		margin: 0 25px 52px;
		background: #fff;
		border: 1px solid #395ca3;
		box-sizing: border-box;
	}
	
	#top-corporate .corporate-list > li:nth-child(-n+2) {
		width: 444px;
	}

	#top-corporate .corporate-list > li a {
		display: block;
		height: 100%;
		transition: opacity .2s;
	}

	#top-corporate .corporate-list > li a:hover {
		opacity: .7;
	}

	#top-corporate .corporate-list > li .corporate-list-thumb {
		width: 100%;
		height: 141px;
		position: relative;
		overflow: hidden;
	}
	
	#top-corporate .corporate-list > li .corporate-list-thumb img {
		display: block;
		position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    transform: translateY(-50%) translateX(-50%);
	}
	
	#top-corporate .corporate-list > li .corporate-list-title {
		display: flex;
		flex-flow: column;
		justify-content: space-between;
		padding: 26px 10px 23px;
		font-size: 16px;
		text-align: center;
		color: #000;
		box-sizing: border-box;
	}

	#top-corporate .corporate-list > li .corporate-list-title:after {
		content: "";
		display: block;
		width: 19px;
		height: 19px;
		margin: 9px auto 0;
		background: url("arrow.png") no-repeat;
		background-size: contain;
	}
}

@media screen and (min-width: 1200px) {
	#top-corporate .corporate-list > li {
		width: 300px;
	}
	
	#top-corporate .corporate-list > li:nth-child(-n+2) {
		width: 475px;
	}

	#top-corporate .corporate-list > li .corporate-list-thumb {
		height: 152px;
	}
	
}


@media screen and (min-width: 788px) and (max-width:991px) {
	#top-corporate {
		padding-bottom: 70px;
	}
	
	#top-corporate .corporate-list {
		margin: 0 -10px;
	}

	#top-corporate .corporate-list > li {
		width: 236px;
		margin: 0 10px 20px;
	}
	
	#top-corporate .corporate-list > li:nth-child(-n+2) {
		width: 365px;
	}

	#top-corporate .corporate-list > li .corporate-list-thumb {
		height: 119px;
	}
	
}

/* sp */
@media screen and (max-width:787px) {
	#top-corporate {
		padding: 30px 0 23px;
	}

	#top-corporate .corporate-header {
		margin-bottom: 40px;
	}
	
	#top-corporate .corporate-header .corporate-heading {
		margin-bottom: 4px;
		font-size: 13px;
	}
	
	#top-corporate .corporate-header .corporate-title {
		font-size: 18px;
		text-align: center !important;
	}

	#top-corporate .corporate-list {
		padding: 0 60px;
	}

	#top-corporate .corporate-list > li {
		margin: 0 0 37px;
		background: #fff;
		border: 1px solid #395ca3;
		box-sizing: border-box;
	}
	
	#top-corporate .corporate-list > li a {
		display: block;
		height: 100%;
		transition: opacity .2s;
	}

	#top-corporate .corporate-list > li a:hover {
		opacity: .7;
	}

	#top-corporate .corporate-list > li .corporate-list-thumb {
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	
	#top-corporate .corporate-list > li .corporate-list-thumb img {
		display: block;
		width: 100%;
	}
	
	#top-corporate .corporate-list > li .corporate-list-title {
		display: flex;
		flex-flow: column;
		justify-content: space-between;
		padding: 26px 10px 23px;
		font-size: 13px;
		text-align: center !important;
		color: #000;
		box-sizing: border-box;
	}

	#top-corporate .corporate-list > li .corporate-list-title:after {
		content: "";
		display: block;
		width: 18px;
		height: 16px;
		margin: 9px auto 0;
		background: url("arrow-red.png") no-repeat;
		background-size: contain;
	}
}


/* pc */
#top-footer {
	font-family: 'Noto Sans Japanese', sans-serif;
	padding: 0;
}


@media screen and (min-width: 992px) {	
	#top-footer > .tf-inner {
		width: 100%;
		background: #111211;
	}

	#top-footer .tf-inner .tf-sitemap {
		display: flex;
		justify-content: space-between;
		width: 940px;
		padding: 29px 0 30px;
		margin: 0 auto;
	}

	#top-footer .tf-inner .tf-sitemap a {
		font-size: 14px;
		color: #999999;
		transition: .2s color;
	}

	#top-footer .tf-inner .tf-sitemap a:hover {
		color: #fff;
	}
	
	#top-footer .tf-contents {
		padding: 40px 0;
		background: #000000;
	}
	
	#top-footer .tf-contents .tf-inner {
		display: flex;
		justify-content: space-between;
		width: 940px;
		margin: auto;
	}

	#top-footer .tf-contents .tf-inner .tf-copyright {
		order: 0;
		font-size: 13px;
		color: #999999;
	}

	#top-footer .tf-contents .tf-nav {
		order: 1;
	}

	#top-footer .tf-contents .tf-nav > ul {
		display: flex;
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

	#top-footer .tf-contents .tf-nav > ul > li {
		margin-left: 26px;
	}

	#top-footer .tf-contents .tf-nav > ul > li a {
		font-size: 13px;
		color: #999999;
		transition: .2s color;
	}

	#top-footer .tf-contents .tf-nav > ul > li a:hover {
		color: #fff;
	}
}

@media screen and (min-width: 1200px) {
	#top-footer .tf-inner .tf-sitemap {
		width: 1000px;
	}

	#top-footer .tf-contents .tf-inner {
		width: 1000px;

	}
}



@media only screen and (max-width: 991px) {
	#top-footer > .tf-inner {
		width: 100%;
		padding: 50px 37px 0;
		background: #111211;
		box-sizing: border-box;
	}

	#top-footer .tf-inner .tf-sitemap {
		padding: 0 11px 20px;
		text-align: left;
		border-bottom: 1px solid #999999;
	}

	#top-footer .tf-inner .tf-sitemap .tf-sitemap-heading {
		margin-bottom: 13px;
	}
	
	#top-footer .tf-inner .tf-sitemap a {
		font-size: 12px;
		color: #999999;
		transition: .2s color;
	}

	#top-footer .tf-inner .tf-sitemap a:hover {
		color: #fff;
	}
	
	#top-footer .tf-contents {
		padding: 29px 37px 45px;
		background: #000000;
	}
	
	#top-footer .tf-contents .tf-inner {
		margin: auto;
	}

	#top-footer .tf-contents .tf-inner .tf-copyright {
		font-size: 11px;
		color: #999999;
	}

	#top-footer .tf-contents .tf-nav > ul {
		list-style-type: none;
		padding: 0 11px 24px;
		margin: 0 0 26px;
		text-align: left;
		border-bottom: 1px solid #999999;
	}

	#top-footer .tf-contents .tf-nav > ul > li {
		margin-bottom: 7px;
	}

	#top-footer .tf-contents .tf-nav > ul > li a {
		font-size: 13px;
		color: #999999;
		transition: .2s color;
	}

	#top-footer .tf-contents .tf-nav > ul > li a:hover {
		color: #fff;
	}
}

/* sp */
@media screen and (max-width:787px) {
}