@charset "utf-8";

.topic_area {
  background: #f6f6f6;
  padding-top: 25px;
}
#topic_path {
  margin-top: 0;
}

/*----------------------------------------
    .main_section
----------------------------------------*/
#contents .main_section {
  padding: 46px 0 50px 0;
  background: #f6f6f6;
  text-align: center;
}

/*----------------------------------------
    .main_product
----------------------------------------*/
#contents .main_product {
  padding: 49px 0 20px 0;
}
#contents .main_product .inner {
  text-align: center;
  width: 900px;
  margin: 0 auto;
}
#contents .main_title2 {
  font-size: 233%;
  line-height: 1.2;
  background: url(/en/img/share/bg-main_title.gif) no-repeat center bottom;
  padding-bottom: 19px;
  margin-bottom: 36px;
  letter-spacing: 5px;
}
#contents .main_product .product_area {
  margin: 0 20px;
}
#contents .main_product .product_area ul.clearfix > li {
  width: 270px;
  float: left;
  margin: 0 0 54px 25px;
}
#contents .main_product .product_area ul.clearfix > li:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}
#contents .main_product .product_area dl {
  text-align: left;
}
#contents .main_product .product_area dt {
  font-size: 142%;
  font-weight: bold;
  margin: 12px 0 5px 0;
}
#contents .main_product .product_area dd {
  font-size: 125%;
}
#contents .main_product .product_area dd li {
  line-height: 1.65;
  position: relative;
  padding-left: 18px;
}
#contents .main_product .product_area dd li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #ffcb17;
  left: 5px;
  top: 10px;
  display: block;
}
#contents .main_product .product_area p {
  font-size: 142%;
  font-weight: bold;
  margin-top: 12px;
  text-align: left;
}

/*----------------------------------------
    .information_section
----------------------------------------*/
#contents .information_section {
  padding: 31px 0 50px 0;
  background: #f6f6f6;
}
#contents .information_section .inner {
  text-align: center;
  width: 900px;
  margin: 0 auto;
}
#contents .information_section h2 {
  font-size: 217%;
  font-weight: bold;
  margin-bottom: 35px;
}
#contents .information_section li {
  width: 270px;
  float: left;
  margin-left: 25px;
}
#contents .information_section li:first-child {
  margin-left: 0;
}
#contents .information_section p {
  font-size: 142%;
  font-weight: bold;
  margin: 17px 0 0 0;
}


/*----------------------------------------
    .intro_area
----------------------------------------*/
#contents .intro_area {
  padding: 80px 0 50px 0;
}
#contents .intro_area .inner {
  width: 820px;
  margin: 0 auto;
}
#contents .intro_area .intro div {
  width: 270px;
  float: left;
}
#contents .intro_area .intro dl {
  width: 510px;
  float: right;
}
#contents .intro_area .intro dt {
  font-size: 233%;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  letter-spacing: 5px;
}
#contents .intro_area .intro dt span {
  border-bottom: 4px solid #ffcb17;
  display: inline-block;
  padding-bottom: 13px;
}
#contents .intro_area .intro dd {
  font-size: 134%;
  line-height: 1.8;
}


/*----------------------------------------
    .company_area
----------------------------------------*/
#contents .company_area {
  padding: 55px 0 42px 0;
  background: #f6f6f6;
}
#contents .company_area .inner {
  width: 900px;
  margin: 0 auto;
}
#contents .company_area .company {
  position: relative;
}
#contents .company_area .company table {
  width: 100%;
  border-top: 1px solid #d2d2d2;
}
#contents .company_area .company table th,
#contents .company_area .company table td {
  border-bottom: 1px solid #d2d2d2;
  font-size: 125%;
  padding: 14px 0 15px 0;
}
#contents .company_area .company table th {
  font-weight: bold;
  width: 17%;
  vertical-align: top;
}
#contents .company_area .company table tr:nth-child(2) th,
#contents .company_area .company table tr:nth-child(2) td {
  padding: 11px 0 13px 0;
}
#contents .company_area .company table dl {
  overflow: hidden;
  line-height: 2;
}
#contents .company_area .company table dt {
  width: 16%;
  float: left;
  padding-right: 2%;
}
#contents .company_area .company table dd {
  width: 82%;
  float: left;
}

#contents .btn_link {
	width: 250px;
	margin: 48px auto 0 auto;
  text-align: center;
}
#contents .btn_link a {
  font-size: 125%;
	font-weight: bold;
	color: #ffffff;
	display: block;
	padding: 13px 0;
	background: #313131;
	border-radius: 25px;
}
#contents .btn_link a:hover {
	opacity: 0.7;
	text-decoration: none;
}

@media screen and (max-width : 1020px){
/*----------------------------------------
    .main_section
----------------------------------------*/
#contents .main_section img {
  width: 100%;
}

/*----------------------------------------
    .main_product
----------------------------------------*/
#contents .main_product .inner {
  width: 96%;
}
#contents .main_product .product_area ul.clearfix > li {
  width: 32%;
  margin-left: 2%;
}
#contents .main_product .product_area li img {
  width: 100%;
}

/*----------------------------------------
    .information_section
----------------------------------------*/
#contents .information_section .inner {
  width: 96%;
}
#contents .information_section li {
  width: 32%;
  margin-left: 2%;
}

/*----------------------------------------
    .intro_area
----------------------------------------*/
#contents .intro_area .inner {
  width: 92%;
}
#contents .intro_area .intro div {
  width: 32%;
}
#contents .intro_area .intro div img {
  width: 100%;
}
#contents .intro_area .intro dl {
  width: 65%;
}

/*----------------------------------------
    .company_area
----------------------------------------*/
#contents .company_area .inner {
  width: 96%;
}
#contents .company_area .company table dt {
  width: 20%;
  float: left;
  padding-right: 2%;
}
#contents .company_area .company table dd {
  width: 78%;
  float: left;
}

}
