@charset "utf-8";

/*----------------------------------------
    .product_section
----------------------------------------*/
.product_section .title_main {
  background: url(/jp/product/img/bg-title_main.gif) repeat-x left bottom;
  padding: 65px 0 25px 0;
}
.product_section .title_main h1 {
  text-align: center;
  margin-bottom: 70px;
  line-height: 1;
}
.product_section .title_main h1 .en {
  font-size: 5.6rem;
  display: block;
  font-family: webFont;
  letter-spacing: 6px;
  margin-left: 6px;
}
.product_section .title_main h1 .jp {
  font-size: 2.0rem;
  display: block;
  font-weight: 500;
  margin: 18px 0 0 3px;
  letter-spacing: 3px;
}
.product_section .title_main .photo {
  text-align: center;
}
.product_section .introduction_text h2 {
  font-size: 3.4rem;
  letter-spacing: 3px;
  margin: 75px 0 10px 0;
  text-align: center;
}
.product_section .introduction_text p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.2;
  font-weight: 500;
}
.product_section .product_list {
  margin-top: 45px;
}
.product_section .product_list ul li {
  border-top: 1px solid #eeeeee;
  padding: 45px 0 55px 0;
}
.product_section .product_list ul li .inner {
  display: flex;
}
.product_section .product_list ul li .photo {
  padding-top: 20px;
  margin-right: 65px;
}
.product_section .product_list ul li .text_area h3 {
  font-size: 2.2rem;
  letter-spacing: 3px;
}
.product_section .product_list ul li .text_area .weight {
  font-size: 1.6rem;
  color: #747474;
  margin: 4px 0 28px 0;
}
.product_section .product_list ul li .text_area .text {
  font-size: 1.4rem;
  line-height: 2;
}
.product_section .product_list ul li .text_area .button {
  margin-top: 45px;
}
.product_section .product_list ul li .text_area .button a {
  display: block;
  width: 240px;
  margin: 0 auto;
  border: 1px solid #333;
  border-radius: 5px;
  text-align: center;
  position: relative;
  padding: 15px 0;
  font-size: 1.4rem;
  letter-spacing: 3px;
  font-weight: 500;
}
.product_section .product_list ul li .text_area .button a::after {
  content: "";
  width: 14px;
  height: 12px;
  background: url(/jp/img/share/ico-external_black.png) no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 14px;
}
.product_section .product_contact {
  border-top: 1px solid #eeeeee;
  background-color: #fafafa;
  padding: 70px 0 80px 0;
}
.product_section .product_contact p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.3;
  font-weight: 500;
}
.product_section .product_contact .button {
  margin-top: 30px;
}
.product_section .product_contact .button a {
  display: block;
  width: 480px;
  margin: 0 auto;
  background-color: #bf1a20;
  position: relative;
  padding: 28px 0 25px 0;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-weight: 500;
}
.product_section .product_contact .button a::after {
  content: "";
  width: 14px;
  height: 12px;
  background: url(/jp/img/share/ico-external_white.png) no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 28px;
}