@charset "UTF-8";
#contents .company_section {
  background: url(/manufacturing/img/bg-manufacturing.jpg) no-repeat center top;
  background-size: cover;
  height: 415px;
  margin: 30px 0 89px 0;
  padding: 110px 0 0 0;
}
.other_section {
  background: #e5e5e4;
}
.other_section .title_area {
  background: #fff;
  padding-bottom: 20px;
}
.other_section .title_area .main_title2 {
  margin-bottom: 0;
}
.main_title {
  font-size: 304%;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: 0px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
#contents .company_section .text {
  font-size: 150%;
  font-weight: 700;
  line-height: 1.9;
  text-align: center;
  margin: 0 auto;
  width: 75%;
}
.main_title2 {
  font-size: 228%;
  line-height: 1.2;
  text-align: center;
  background: url(/img/share/bg-main_title.gif) no-repeat center bottom;
  padding-bottom: 20px;
  margin-bottom: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.other_section .inner ul {
  box-sizing: border-box;
  background: #e5e5e4;
  padding: 50px 50px 0;
}
.other_section .inner li {
  float: left;
  margin: 0 0 50px 50px;
  width: 47%;
}
.other_section .inner li a {
  box-sizing: border-box;
  font-size: 150%;
  font-weight: bold;
  display: block;
  background: #ffcb17;
  padding: 20px 30px;
  text-transform: uppercase;
  width: 100%;
}
.other_section .inner li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.other_section .inner li span {
  padding: 43px 0 42px 135px;
  display: block;
}
.other_section .inner li:nth-child(1) span {
  background: url(/manufacturing/img/bg-other_1.jpg) no-repeat left center;
}
.other_section .inner li:nth-child(2) span {
  background: url(/manufacturing/img/bg-other_2.jpg) no-repeat left center;
}
.other_section .inner li:nth-child(3) span {
  background: url(/manufacturing/img/bg-other_3.jpg) no-repeat left center;
}
.other_section .inner li:nth-child(4) span {
  background: url(/manufacturing/img/bg-other_4.jpg) no-repeat left center;
}
.other_section .inner li:nth-child(2n+1) {
  margin-left: 0;
}
#contents .main_product {
  padding: 80px 0 20px 0;
}
#contents .main_product .inner {
  text-align: center;
  width: 900px;
  margin: 0 auto;
}
#contents .main_product .product_area ul.clearfix > li {
  width: 275px;
  float: left;
  margin: 0 0 50px 37px;
}
#contents .main_product .product_area ul.clearfix > li:nth-child(3n+1) {
  margin-left: 0;
}
#contents .main_product .product_area p {
  font-size: 134%;
  font-weight: bold;
  margin-top: 12px;
  text-align: center;
  text-transform: uppercase;
}
.contact_section {
  padding: 60px 0 94px 0;
}
.contact_section .inner {
  width: 900px;
}
.contact_section h2 {
  color: #1b1b1b;
  text-align: center;
  margin-bottom: 28px;
  line-height: 1.7;
  font-size: 217%;
}
.contact_section li:nth-child(1) {
  text-align: center;
  margin-bottom: 31px;
}
.contact_section li:nth-child(1) a {
  color: #ffffff;
  line-height: 1.2;
  font-size: 200%;
  font-weight: bold;
  padding: 31px 0 30px 0;
  display: block;
  background: url(/ja/img/index/bg-contact.jpg) no-repeat right center #00a0e9;
}
.contact_section li:nth-child(1) a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.contact_section li:nth-child(2) {
  text-align: center;
  color: #ffffff;
  font-size: 167%;
  font-weight: bold;
  padding: 16px 0 15px 0;
  background: #eb6100;
}
.contact_section li:nth-child(2) span {
  font-size: 184%;
  padding-left: 30px;
  vertical-align: sub;
  font-style: oblique;
}
@media screen and (max-width : 1020px){
  .other_section .inner ul {
    padding: 25px 25px 0;
  }
  .other_section .inner li {
    margin: 0 0 4% 4%;
    width: 48%;
  }
  .other_section .inner li a {
    font-size: 125%;
    padding: 15px 20px;
  }
  .other_section .inner li span {
    padding: 30px 0 28px 90px;
  }
  .other_section .inner li:nth-child(1) span, .other_section .inner li:nth-child(2) span, .other_section .inner li:nth-child(3) span, .other_section .inner li:nth-child(4) span {
    background-size: 80px 80px;
  }
  #contents .main_product .inner {
    width: 96%;
  }
  #contents .main_product .product_area ul.clearfix > li {
    width: 31.3%;
    margin: 0 0 3% 3%;
  }
  #contents .main_product .product_area p {
    font-size: 109%;
  }
  #contents .main_product .product_area ul li img {
    width: 100%;
  }
}
