@charset "utf-8";

/*----------------------------------------
    .main_visual
----------------------------------------*/
.mainimg .mainimg_area{
  background: url(/jp/products/img/bg-visual.png) no-repeat left top;
  background-size: cover;
}

/*----------------------------------------
    .section
----------------------------------------*/
.section .page_area {
  background: url(/jp/products/img/bg-products.jpg) no-repeat right top;
  background-size: cover;
  padding: 41px 0 0 42px;
}
.section .page_title {
  color: #202020;
  text-shadow: inherit;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 24px;
}
.section .page_area .text {
  color: #414141;
  text-shadow: inherit;
  text-align: left;
  font-weight: 500;
}
.products_section {
  background-color: #ebeff2;
  padding: 58px 0 62px 0;
}
.products_section .products_list {
  display: flex;
}
.products_section .products_list li {
  width: 33.4%;
  border: 1px solid #eeeeee;
}
.products_section .products_list li:not(:first-child) {
  border-left: none;
}
.products_section .products_list li a {
  background-color: #ffffff;
  display: block;
  padding: 41px 20px 21px 20px;
}
.products_section .products_list li:hover {
  box-shadow: 0 0 10px #666666;
  z-index: 998;
}
.products_section .products_list li a:hover {
  opacity: 1;
  
}
.products_section .list_title {
  font-size: 2.4rem;
  font-family: webFont;
  line-height: 1.3;
  color: #ff4237;
  letter-spacing: 2px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.products_section .products_image {
  text-align: center;
  padding-bottom: 34px;
  margin-bottom: 30px; 
  border-bottom: 1px solid #eeeeee;
}
.products_section .products_image img {
	width:100px;
}
.products_section .products_name {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  color: #414141;
  background: url(/jp/img/index/ico-narrow_off.png) no-repeat right center;
}
.products_section .products_text {
  font-size: 1.5rem;
  color: #414141;
  text-align: center;
  line-height: 2.0;
}