@charset "utf-8";
/* CSS Document */
/*  product
----------------------------------------*/
#product {
  margin-top:61px;
}
#product .product_item {
  margin-bottom:2em;
}
#product .product_item_text {
  color:#333;
	font-size: 14px;
	font-weight: bold;
}
#product .main_title {
	text-align: center;
	font-size: 36px;
	font-weight: 500;
}
#product .section_title {
	font-size: 30px;
	margin: 50px 0 20px;
	font-weight: 500;
}
#product .section {
	border-bottom: 1px solid #333;
}
#product .section:last-child {
	border-bottom: none;
}
#product .section .product_item_photo {
	text-align: center;
}
#product .section:after {
  content: ""; display: table; clear: both;
}

@media (max-width:768px) {
#product .main_title {
	font-size: 30px;
}
#product .section_title {
	font-size: 22px;
}
#product .section .product_item_photo img {
	width: auto;
	height: auto;
	max-width: 100%;
}
