
/*////////////////////////////////////
製品情報
////////////////////////////////////*/

@media screen and (min-width: 768px) {
#head_img {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.item_area {
	position: relative;
	width: 94%;
	max-width: 1200px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-left: auto;
	margin-right: auto;
}
.item_place1 {
	position: relative;
	width: 32%;
	margin-right: 1%;
	border: 2px solid #009ff4;
	border-radius: 10px;
	
}
.item_place2 {
	position: relative;
	width: 32%;
	margin-left: 1%;
	margin-right: 1%;
	border: 2px solid #009ff4;
	border-radius: 10px;
}
.item_place3 {
	position: relative;
	width: 32%;
	margin-left: 1%;
	border: 2px solid #009ff4;
	border-radius: 10px;
}
.item_place4 {
	position: relative;
	width: 66%;
	float: left;
	margin-left: 1%;
}
.item_place5 {
	position: relative;
	width: 48.5%;
	float: left;
	border: 2px solid #009ff4;
	border-radius: 10px;
}
.item_place6 {
	position: relative;
	width: 48.5%;
	float: right;
	border: 2px solid #009ff4;
	border-radius: 10px;
}
.item_title {
	background: #009ff4;
	color: #FFF;
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
	border-radius: 5px 5px 0 0;
}
.item_title2 {
	background: #009ff4;
	color: #FFF;
	padding: 3px 0;
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
	border-radius: 5px 5px 0 0;
}
.item_title span,
.item_title2 span{
	font-size: 22px;
}
.item_word {
	width: 100%;
	padding: 10px;
	font-size: 14px;
	line-height: 1.6;
}
.item_word span {
	margin-bottom: 2em;
}
.item_img {
	padding: 10px;
	width: 100%;
	line-height: 1;
}
.down_cate {
	position: absolute;
	width: 120px;
	text-align: center;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	background: #1F92EB;
	border-radius: 5px;
}
.down_cate a {
	display: block;
	color: #FFF;
	padding: 10px 5px;
	border-radius: 5px;
	text-decoration: none;
	-webkit-transition: all .3s;
  	transition: all .3s;
}
.down_cate a:hover {
	background: #70BFFF;
	border-radius: 5px;
}
.item_aten {
	width: 94%;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	border:1px solid #555;
	padding: 10px;
}
.item_place1,
.item_place2,
.item_place3 {
	padding-bottom: 50px;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#head_img {
	width: 100%;
	max-width: 767px;
	margin-left: auto;
	margin-right: auto;
}
.item_area {
	width: 80%;
	max-width: 767px;
	margin-left: auto;
	margin-right: auto;
}
.item_place1 {
	width: 100%;
	max-width: 600px;
	border: 2px solid #009ff4;
	border-radius: 10px;
	margin-bottom: 30px;
}
.item_place2 {
	width: 100%;
	max-width: 600px;
	border: 2px solid #009ff4;
	border-radius: 10px;
	margin-bottom: 30px;
}
.item_place3 {
	width: 100%;
	max-width: 600px;
	border: 2px solid #009ff4;
	border-radius: 10px;
}
.item_place4 {
	width: 49%;
	float: right;
}
.item_place5 {
	width: 100%;
	border: 2px solid #009ff4;
	border-radius: 10px;
	margin-bottom: 10px;
}
.item_place6 {
	width: 100%;
	border: 2px solid #009ff4;
	border-radius: 10px;
}
.item_title {
	background: #009ff4;
	color: #FFF;
	padding: 10px 0;
	text-align: center;
	font-size: 11px;
	border-radius: 5px 5px 0 0;
}
.item_title2 {
	background: #009ff4;
	color: #FFF;
	padding: 5px 0;
	text-align: center;
	font-size: 11px;
	border-radius: 5px 5px 0 0;
	line-height: 1.4;
}
.item_title span,
.item_title2 span{
	font-size: 16px;
}
.item_word {
	width: 100%;
	padding: 10px;
	font-size: 12px;
	line-height: 1.6;
}
.item_word span {
	margin-bottom: 2em;
}
.item_img {
	padding: 10px;
	width: 100%;
	line-height: 1;
}
.down_cate {
	position: relative;
	width: 100px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 12px;
	background: #1F92EB;
	border-radius: 5px;
}
.down_cate a {
	display: block;
	color: #FFF;
	padding: 10px 5px;
	border-radius: 5px;
	text-decoration: none;
	-webkit-transition: all .3s;
  	transition: all .3s;
}
.down_cate a:hover {
	background: #70BFFF;
	border-radius: 5px;
}
.item_aten {
	width: 94%;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	border:1px solid #555;
	padding: 10px;
}
}
