@charset "utf-8";

/*----------------------------------------
    .product_section
----------------------------------------*/
.product_section .title_main {
  padding: 20px 0 10px 0;
}
.product_section .title_main h1 {
  margin-bottom: 20px;
}
.product_section .title_main h1 .en {
  font-size: 2.5rem;
  letter-spacing: 3px;
  margin-left: 3px;
}
.product_section .title_main h1 .jp {
  font-size: 1.6rem;
  margin: 10px 0 0 1px;
  letter-spacing: 1px;
}
.product_section .introduction_text h2 {
  font-size: 2.2rem;
  letter-spacing: 1px;
  margin: 30px 0 10px 0;
  text-align: center;
}
.product_section .introduction_text p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.product_section .product_list {
  margin-top: 35px;
}
.product_section .product_list ul li {
  padding: 30px 0 40px 0;
}
.product_section .product_list ul li .inner {
  display: block;
}
.product_section .product_list ul li .photo {
  padding-top: 0;
  margin: 0 auto 20px auto;
  width: 550px;
  max-width: 100%;
}
.product_section .product_list ul li .text_area h3 {
  font-size: 1.6rem;
  letter-spacing: 0;
}
.product_section .product_list ul li .text_area .weight {
  font-size: 1.4rem;
  margin: 0 0 15px 0;
}
.product_section .product_list ul li .text_area .button {
  margin-top: 30px;
}
.product_section .product_list ul li .text_area .button a {
  width: 90%;
  padding: 10px 0;
  letter-spacing: 1px;
}
.product_section .product_contact {
  padding: 30px 0;
}
.product_section .product_contact p {
  font-size: 1.6rem;
  line-height: 2.0;
}
.product_section .product_contact .button {
  margin-top: 30px;
}
.product_section .product_contact .button a {
  width: 90%;
  padding: 15px 0;
  font-size: 1.4rem;
}
.product_section .product_contact .button a::after {
  right: 14px;
}