@media (max-width: 991px){
  .topProductsTitle h2,
  .topTopicsBlock h2,
  .topIrBlock h2 {
      font-size: 20px!important;
  }
}
@media (max-width: 768px){
  .topProductsTitle h2,
  .topTopicsBlock h2,
  .topIrBlock h2 {
      font-size: 20px!important;
  }
}

.slickBanner li{padding: 5px;}
.slickBanner li img{width: 100%; height: auto;}



/************************************************************************************************
トップ：製品情報
************************************************************************************************/

.topProductsTitle{  background-color: #3375b5;margin-bottom: 40px;}
.topProductsTitle h2{
  height:70px;
  margin-top:0;
  font-size: 24px;
  padding: 23px 10px;
  line-height: 1em;
  color:#fff;
  font-weight: 200;
  background-color: #3375b5;
  margin-bottom: 0px;
}


.topProducts{}
.product_linkBlockA,
.product_linkBlockB{margin: 0 0 40px 0!important;padding: 0!important;}



.product_linkTitle a {
	padding: 5px;
	font-weight: 500;
  border: none!important;
  color: #000;
  font-size: 20px;
  background-color: #fff;
}
.product_linkTitle a em{
  font-size: 14px;
  display: inline-block;
  padding-left: 20px;
  font-style:normal!important;
}
.product_linkTitle a:hover {
  border: 1px solid #3375b5!important;
  box-sizing: border-box;
  color: #3375b5!important;
  background-color: #fff!important;
  padding: 4px;
}
@media (max-width: 768px){
  .product_linkTitle a {
    font-size: 14px;
  }
  .product_linkTitle a em{
    font-size: 12px;
    padding-left: 14px;
  }
}

.product_linkItem{
  /*overflow: hidden;*/
}

.topProductsConts ul{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.topProductsConts li{
  height: auto;
  position: relative;
  padding: 0;
  margin: 0px;
  border:5px solid #fff;
  text-align: left;
}

.topProductsConts li:before {
  content: "";
  display: block;
  padding-top: 100%;
}


.topProductsConts li a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 5px;
  box-sizing: border-box;
  line-height: 1em;
  border:1px solid #ccc;
  background-color: rgba(255,255,255,0.7);
  font-weight: 500;
  text-shadow: 1px 1px 1px #fff,
    -1px 1px 1px #fff,
    1px -1px 1px #fff,
    -1px -1px 1px #fff;
}

.topProductsConts li a:hover{
	background-color: rgba(255,255,255,0);
	text-decoration: none;
}

.topProductsConts li a:before{
  content: "";
  height: 100%;
  vertical-align: middle;
  width: 0px;
  display: inline-block;
}

.topProductsConts li a > *{
  vertical-align: middle;
  display: inline-block;
}


.product_linkTitle,
.product_linkItem {
	background-position: center;
	background-repeat: no-repeat;
  background-size: cover;
	border: 1px solid #ccc;
}



/************************************************************************************************
トップ：トピックス・IR情報
************************************************************************************************/

.topTopicsIR,.topTopicsBlock,.topIrBlock{background-image:url(../image/background_re.jpg); background-repeat: repeat-x;}


.topTopicsBlock{}
.topTopicsBlock h2,.topIrBlock h2{
  height:70px;
  margin-top:0;
  font-size: 24px;
  padding: 23px 10px;
  line-height: 1em;
  color:#fff;
  font-weight: 200;
  background-color: #3375b5;
  margin-bottom: 40px;
}
.topicsList{display: table;margin-bottom: 40px;}
.topicsDate{float: left;width:120px;padding:5px 15px;font-weight: bold; font-size: 16px;}
.topicsTxt{margin-left: 120px;padding:5px 15px 10px 0; font-size: 16px;}
.label-new {background-color: #5cb85c;margin-left: 5px;margin-bottom: 5px;display: inline-block;vertical-align: middle;}
.topIrBlock{}
.irMenuList{margin-bottom: 40px;}
.irMenuList li{padding:10px 15px 10px 0;font-weight: 500;color:#00698C; font-size: 18px;}
.irMenuList li a{color:#00698C;}

@media (max-width: 768px){
.topTopicsIR{background:none;}
.topTopicsBlock h2,.topIrBlock h2{font-size: 20px;}
}



.topMainVisual{height:700px;overflow: hidden;}
.topMainVisual section{height:700px;width: 100%; background-size: cover;}


/* TOP CAROUSEL
-------------------------------------------------- */

.slickWrapper{width:100%;height: 600px;overflow: hidden; margin-bottom: 40px;}
.slickWrapper .item{background-size: cover;height: 600px;}
.slickWrapper .item1{background-image: url("../image/top_rsc/top_mv_01.jpg");background-position: 50% 50%;}
.slickWrapper .item2{background-image: url("../image/top_rsc/top_mv_02.jpg");background-position: 50% 50%;}
.slickWrapper .item3{background-image: url("../image/top_rsc/top_mv_03.jpg");background-position: 50% 50%;}
.slickWrapper .item4{background-image: url("../image/top_rsc/top_mv_03.jpg");background-position: 50% 50%;}
.slickWrapper .item10{background-image: url("../image/top_rsc/top_mv_10.png");background-position: 50% 50%;}

.slickWrapper .item1 .prt{}

@media (max-width: 768px){
  .slickWrapper{width:100%;height: 500px;overflow: hidden; margin-bottom: 40px;}
  .slickWrapper .item{background-size: cover;height: 500px;}
  .slickWrapper .item10{background-image: url("../image/top_rsc/top_mv_10_xs.png");background-position: 50% 50%;}
}
