@charset "utf-8";

.topic_area {
  background: #ffffff;
  padding: 10px 0 15px 0;
}
#topic_path {
  margin-top: 0;
}

/*----------------------------------------
    .main_section
----------------------------------------*/
#contents .main_section {
  padding: 20px 0 30px 0;
}
#contents .main_title1 {
  font-size: 20px;
  margin: 20px 0 15px 0;
  letter-spacing: 1px;
}
#contents .main_section .area p {
  font-size: 12px;
  text-align: left;
}
#contents .main_title2 {
  font-size: 18px;
  background: url(/en/img/share/bg-main_title.gif) no-repeat center bottom;
  background-size: 55px 3px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

/*----------------------------------------
    .main_product
----------------------------------------*/
#contents .main_product {
  padding: 25px 0 30px 0;
}
#contents .main_product .inner {
  width: 100%;
  padding: 0 10px;
}
#contents .main_product .product_area {
  margin: 0;
}
#contents .main_product .product_area ul.clearfix > li {
  width: 48%;
  margin-left: 4%;
  margin-bottom: 4%;
}
#contents .main_product .product_area ul.clearfix > li:nth-child(3n+1) {
  margin-left: 4%;
  clear: inherit;
}
#contents .main_product .product_area ul.clearfix > li:nth-child(2n+1) {
  margin-left: 0;
  clear: both;
}
#contents .main_product .product_area dt {
  font-size: 13px;
  margin: 12px 0 5px 0;
  text-align: center;
}
#contents .main_product .product_area dd {
  font-size: 12px;
}
#contents .main_product .product_area dd li {
  padding-left: 12px;
}
#contents .main_product .product_area dd li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #ffcb17;
  left: 0;
  top: 7px;
  display: block;
}
#contents .main_product .product_area p {
  font-size: 13px;
  margin: 12px 0 0 0;
  text-align: center;
}

/*----------------------------------------
    .information_section
----------------------------------------*/
#contents .information_section {
  padding: 30px 0;
}
#contents .information_section .inner {
  width: 100%;
  padding: 0 10px;
}
#contents .information_section h2 {
  font-size: 18px;
  margin-bottom: 20px;
}
#contents .information_section li {
  width: 32%;
  margin-left: 2%;
}
#contents .information_section li div img {
  width: auto;
}
#contents .information_section li p {
  font-size: 12px;
  margin: 10px 0 0 0;
}


/*----------------------------------------
    .intro_area
----------------------------------------*/
#contents .intro_area {
  padding: 25px 0;
}
#contents .intro_area .inner {
  width: 100%;
  padding: 0 10px;
}
#contents .intro_area .intro {
  display: table;
}
#contents .intro_area .intro div {
  width: 30%;
  float: none;
  display: table-cell;
}
#contents .intro_area .intro p {
  width: 70%;
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding-left: 5%;
  font-size: 12px;
  line-height: 1.6;
}
#contents .intro_area h3 {
  font-size: 18px;
  margin-bottom: 15px;
  letter-spacing: 2px;
  text-align: center;
}
#contents .intro_area h3 span {
  border-bottom: 2px solid #ffcb17;
  display: inline-block;
  padding-bottom: 5px;
}
#contents .intro_area .txt {
  font-size: 12px;
  margin-top: 10px;
}

/*----------------------------------------
    .company_area
----------------------------------------*/
#contents .company_area {
  padding: 30px 0;
}
#contents .company_area .inner {
  width: 100%;
  padding: 0 10px;
}
#contents .company_area .company table {
  width: 100%;
  margin-bottom: 20px;
}
#contents .company_area .company table th,
#contents .company_area .company table td {
  font-size: 12px;
  padding: 10px 0;
}
#contents .company_area .company table th {
  width: 30%;
}
#contents .company_area .company table tr:nth-child(2) th,
#contents .company_area .company table tr:nth-child(2) td {
  padding: 10px 0;
}
#contents .company_area .company table dl {
  line-height: 2;
}
#contents .company_area .company table dt {
  width: 100%;
  float: none;
  padding-right: 0;
}
#contents .company_area .company table dd {
  width: 100%;
  float: none;
  padding-bottom: 3px;
}

#contents .btn_link {
  width: 250px;
	margin: 30px auto 0 auto;
}
#contents .btn_link a {
  font-size: 13px;
	padding: 11px 0;
}
