/*--------------*\
			banner
\*--------------*/
#banner {
  background-image: url('/images/contact-us/company-banner.jpg');
}
@media only screen and (min-width: 1191px) {
  #banner {
    height: 300px;
  }
}
/*--------------*\
		text-wrap
\*--------------*/
.text-wrap ul li {
  text-align: left;
  margin-bottom: 2%;
  line-height: 1.85;
}
.text-wrap ul li.last {
  margin-bottom: 0;
}
/*----------------------*\
		product-comparison
\*----------------------*/
.product-comparison ul {
  word-spacing: -4px;
}
.product-comparison ul li {
  word-spacing: normal;
  width: 31%;
  margin-right: 3.5%;
}
.product-comparison ul li::before {
  background-image: url('/images/icon/icon2.png');
}
.product-comparison ul li.first::before {
  width: 74px;
  height: 80px;
  background-position-y: -862px;
}
.product-comparison ul li.two::before {
  width: 80px ;
  height: 80px;
  background-position-y: -978px;
}
.product-comparison ul li.last {
  margin-right: 0;
}
.product-comparison ul li.last::before {
  width: 100px;
  height: 80px;
  background-position-y: -1083px;
}
@media only screen and (min-width: 768px) and (max-width: 1190px) {
  .product-comparison ul li {
    padding: 2.5% 1.5%;
  }
  .product-comparison ul li p {
    height: 110px ;
  }
}
/*----------------------*\
			other-product
\*----------------------*/
.other-product ul {
  word-spacing: -4px;
  box-sizing: border-box;
  width: 100%;
}
.other-product ul li {
  display: inline-block;
  word-spacing: normal;
  box-sizing: border-box;
  width: 15%;
  margin-right: 2%;
  border: 1px solid #ebf0f5;
  text-align: center;
  padding: 1% 0.5%;
}
.other-product ul li::before {
  display: inline-block;
  content: "";
  width: 38px;
  height: 30px;
  padding-bottom: 2%;
  vertical-align: middle;
  background-image: url('/images/icon/icon10.png');
  background-repeat: no-repeat;
  background-position-x: center;
}
.other-product ul li.last {
  margin-right: 0;
}
.other-product ul li.last::before {
  background-position-y: -322px;
}
.other-product ul li.first::before {
  background-position-y: 0;
}
.other-product ul li.two::before {
  background-position-y: -61px;
}
.other-product ul li.three::before {
  background-position-y: -120px;
}
.other-product ul li.four::before {
  background-position-y: -186px;
}
.other-product ul li.five::before {
  background-position-y: -252px;
}
.other-product ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #2280e1;
  display: block;
}
.other-product ul li a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .other-product ul li {
    width: 46%;
    margin-right: 8%;
    margin-bottom: 8%;
    padding: 4% 2%;
  }
  .other-product ul li:nth-child(even) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1190px) {
  .other-product ul li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
    padding: 4% 2%;
  }
  .other-product ul li:nth-child(3n) {
    margin-right: 0;
  }
}
/*----------------------*\
			company-location
\*----------------------*/
.company-location .container {
  word-spacing: -4px;
  box-sizing: border-box;
  width: 100%;
}
.company-location .leftmsg,
.company-location .rightmap {
  display: inline-block;
  word-spacing: normal;
  box-sizing: border-box;
  width: 50%;
  vertical-align: middle;
}
.company-location .leftmsg {
  padding-right: 2%;
}
.company-location .rightmap {
  height: 280px;
  border: 1px solid #ccc;
}
.company-location h4,
.company-location h6 {
  color: #333;
}
.company-location h4 {
  font-size: 20px;
  font-size: 2.0rem;
  padding-left: 25px;
  vertical-align: middle;
  background-image: url('/images/icon/icon10.png');
  background-repeat: no-repeat;
  background-position-x: left;
  margin-bottom: 2.5%;
}
.company-location h4.location {
  background-position-y: -392px;
}
.company-location h4.contact {
  background-position-y: -449px;
}
.company-location h6,
.company-location p {
  padding-left: 25px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1%;
  line-height: 1.85;
}
.company-location p {
  color: #666;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .company-location h4 {
    line-height: 2.0;
  }
  .company-location .rightmap {
    margin-top: 5%;
  }
  .company-location h4.location {
    background-position-y: -377px;
  }
  .company-location h4.contact {
    background-position-y: -437px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1190px) {
  .company-location h4 {
    line-height: 2.0;
  }
}
/* es */
@media all and (min-width:1024px){
  [lang="es"] .product-comparison ul li p{
    min-height: 125px;
  }
}
/* es */