@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 75px 0;
}
#contents .main_product .inner {
  text-align: center;
  width: 900px;
  margin: 0 auto;
}
#contents .main_product .area p {
  font-size: 125%;
  margin-bottom: 57px;
}
#contents .main_title1 {
  font-size: 249%;
  line-height: 1.2;
  margin-bottom: 23px;
}
#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;
  text-transform: uppercase;
}
#contents .main_product .product_area {
  margin: 0 20px;
}
#contents .main_product .product_area li {
  width: 270px;
  float: left;
  margin-left: 25px;
}
#contents .main_product .product_area li:first-child {
  margin-left: 0;
}
#contents .main_product .product_area p {
  font-size: 142%;
  margin-top: 14px;
}


/*----------------------------------------
    .information_section
----------------------------------------*/
#contents .information_section {
  padding: 55px 0 58px 0;
  background: #f6f6f6;
}
#contents .information_section .inner {
  text-align: center;
  width: 900px;
  margin: 0 auto;
}
#contents .information_section li {
  width: 270px;
  float: left;
  margin-left: 25px;
}
#contents .information_section li:first-child {
  margin-left: 0;
}
#contents .information_section dt {
  font-size: 167%;
  font-weight: bold;
  margin: 18px 0 3px 0;
}
#contents .information_section dd {
  font-size: 125%;
}


/*----------------------------------------
    .intro_area
----------------------------------------*/
#contents .intro_area {
  padding: 58px 0 44px 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;
}
#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: 2;
}


/*----------------------------------------
    .company_area
----------------------------------------*/
#contents .company_area {
  padding: 52px 0 35px 0;
  background: #f6f6f6;
}
#contents .company_area .inner {
  width: 900px;
  margin: 0 auto;
}
#contents .company_area .company {
  position: relative;
}
#contents .company_area .company table {
  width: 647px;
  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: 23%;
  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: 17%;
  float: left;
  padding-right: 5%;
}
#contents .company_area .company table dd {
  width: 78%;
  float: left;
}
#contents .company_area .company table dd a {
  background: url(/en/products/img/tama_hm/bg-open_link.png) no-repeat right center;
  padding-right: 25px;
  text-decoration: underline;
}
#contents .company_area .company table dd a:hover {
  text-decoration: none;
}
#contents .company_area .company div {
  width: 200px;
  position: absolute;
  bottom: 0;
  right: 23px;
}

#contents .btn_link {
	width: 250px;
	margin: 30px 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 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 {
  width: 72%;
}
#contents .company_area .company div {
  width: 25%;
  position: absolute;
  bottom: 0;
  right: 0;
}
#contents .company_area .company div img {
  width: 100%;
}

}
