@charset "UTF-8";

.wrap.poly_feature {

}
.wrap.poly_feature > img {
  display: block;
  width: 100%;
}
.wrap.poly_feature .anch {
  background: #036eb8;
}
.wrap.poly_feature .anch h3 {
  color: #FFF;
  font-size: 3vh;
  font-weight: bold;
  text-align: center;
  padding: 3% 0;
}
.wrap.poly_feature nav {
  background: #036eb8;
  padding: 0;
}
.wrap.poly_feature .maker li a {
  background: #FFF;
  border-radius: 6px;
  color: #036eb8;
  display: inline-block;
  font-size: 2vh;
  font-weight: bold;
  margin: 0 auto 1.5%;
  padding: 3% 0;
  text-decoration: none;
  vertical-align: middle;
  width: 92%
}
.wrap.poly_feature .maker li a .image {
  display: inline-block;
  margin: 0 6% 0 0;
  vertical-align: middle;
  width: 34%;
}
.wrap.poly_feature .maker li a .image img {
  width: 100%;
}
.wrap.poly_feature .maker li:nth-child(2) a .image {
  text-align: left;
}
.wrap.poly_feature .maker li:nth-child(2) a .image img {
  width: 53%;
}
.wrap.poly_feature .maker li a .text {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 53%;
}
.wrap.poly_feature .textAnch {
  padding: 0 0 1.5%;
}
.wrap.poly_feature .textAnch a {
  border: 1px solid #FFF;
  border-radius: 6px;
  color: #FFF;
  display: block;
  font-size: 2.5vh;
  font-weight: bold;
  margin: 0 auto 1.5%;
  padding: 2% 0;
  text-align: center;
  text-decoration: none;
  width: 91.5%;
}
.wrap.poly_feature .products {
  font-size: 15px;
  margin: 0 0 6%;
  padding: 5% 0 0;
  text-align: center;
}
.wrap.poly_feature .products h3 {
  border-bottom: 4px solid #036eb8;
  color: #036eb8;
  margin: 5% auto;
  font-size: 6vh;
  text-align: center;
}
.wrap.poly_feature .products.poly_ h3 {
  border-bottom: 4px solid #2ea7e0;
  color: #2ea7e0;
}
.wrap.poly_feature .products.best h3 {
  border-bottom: 4px solid #e60012;
  color: #e60012;
}
.wrap.poly_feature .products h3 img {
  display: block;
  margin: auto;
  width: 48%;
}
.wrap.poly_feature .products.sekisui h3 img {
  width: 25%;
}
.wrap.poly_feature .products h3 span {
  display: block;
  font-size: 3vh;
}
.wrap.poly_feature .products_list {
  margin: auto;
  overflow: hidden;
  width: 94%;
}
.wrap.poly_feature .products_list li {
  margin: 0 0 6%;
  text-align: left;
  width: 48%;
}
.wrap.poly_feature .products_list li:nth-child(3n-1) {
  float: right;
}
.wrap.poly_feature .products_list li:nth-child(3n-2) {
  float: left;
}
.wrap.poly_feature .products_list hr {
  clear: both;
  margin: 0 0 5%;
}
.wrap.poly_feature .products_list img {
  width: 100%;
}
.wrap.poly_feature .products_list .imgBox {
  border: 1px solid #ccc;
  display: block;
  margin: 0 auto 5%;
  padding: 3% 0;
}
.wrap.poly_feature .products_list .block {
  display: block;
  color: #333;
}
.wrap.poly_feature .products_list .num {
  color: #333;
}
.wrap.poly_feature .products .forBtn {
  margin: 0 0 5%;
}
.wrap.poly_feature .products .forBtn a {
  background: #036eb8;
  border-radius: 4px;
  color: #FFF;
  display: block;
  font-size: 2.5vh;
  font-weight: bold;
  margin: auto;
  text-decoration: none;
  padding: 3.5% 0;
  position: relative;
  width: 84%;
}
.wrap.poly_feature .products .forBtn a::before {
  content: "";
  position: absolute;
  border-left: 10px solid #FFF;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  height: 0;
  width: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.wrap.poly_feature .products .forBtn a::after {
  content: "";
  position: absolute;
  border-left: 10px solid #036eb8;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  height: 0;
  width: 0;
  top: 0;
  bottom: 0;
  right: 1%;
  margin: auto;
}
.wrap.poly_feature .products.poly_ .forBtn a {
  background: #2ea7e0;
}
.wrap.poly_feature .products.poly_ .forBtn a::after {
  border-left: 10px solid #2ea7e0;
}
.wrap.poly_feature .products.best .forBtn a {
  background: #e60012;
}
.wrap.poly_feature .products.best .forBtn a::after {
  border-left: 10px solid #e60012;
}
.wrap.poly_feature .products .value {
  color: #333;
  display: block;
  font-size: 15px;
  text-align: right;
}
.wrap.poly_feature .products .value > span {
  color: #F00;
  font-size: 20px;
}
.wrap.poly_feature .products.best h4 {
  border-bottom: 2px solid #333;
  clear: both;
  font-size: 20px;
  margin: 10% auto;
  width: 70%
}
.wrap.poly_feature .products.jfe h3,
.wrap.poly_feature .products.jfe h3 img {
  display: inline-block;
  font-size: 25px;
  vertical-align: middle;
}
.wrap.poly_feature .products.jfe h3 {
  padding: 0 0 1%;
}
.wrap.poly_feature .products.jfe h3 img {
  margin: 0 5% 0 0;
  width: 10%;
}
