@charset "utf-8";
/* CSS Document */


.h1_area {
	margin: 0 auto 20px;
}
.h1_area img {
	display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.t18-middle-1st-section-title {
	margin-bottom: 30px;
}

.sm_product_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sm_product_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 60px;
	padding-bottom: 120px;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: left;
}
.sm_product_list li:nth-child(3n) {
	margin-right: 0;
}
.sm_image_area {
    margin-bottom: 12px;
	overflow: hidden;
	/*background: rgb(160,217,246);
	background: linear-gradient(0deg, rgba(160,217,246,1) 0%, rgba(211,237,252,1) 100%);*/
}
.sm_image_area img {
	display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.sm_product_name {
	font-size: 2.3rem;
	font-weight: bold;
    margin: 0 0 10px;
	line-height: 1.4;
}
.sm_text_area p {
	font-size: 1.4rem;
    color: #484848;
	margin: 0 0 5px;
}
.text_code {
	padding-left: 6em;
    text-indent: -6em;
}
.text_alarm_range {
	padding-left: 5em;
    text-indent: -5em;
}

.box_button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.product_detail_btn {
	width: 100%;
	height: 50px;
	border: 2px solid #e5e5e5;
	text-align: center;
}
.product_detail_btn a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 45px;
	color: #cc0001;
	text-decoration: none;
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.product_detail_btn a:hover {
	opacity: 0.6;
}

.season-products-detail-forms {
 	margin-top: 10px;
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.season-products-detail-forms:hover {
 	opacity: 0.6;
}
.season-products-detail-forms form > button {
	background-color: #c00;
	background-image: url(/common/images/products_detail_parts01.gif);
	background-size: 8%;
	background-repeat: no-repeat;
	background-position: 95% center;
	border-width: 0 0 5px;
	border-style: solid;
	border-color: #a30101;
	color: #fff;
	align-items: center;
	display: flex;
	justify-content: center;
	float: none;
	font-size: 1.6rem;
	line-height: 0;
	margin: 0 auto;
	width: 100%;
	height: 50px;
	padding: 0;
	position: relative;
}


.season_contact_area {
	font-size: 2rem;
	line-height: 1.6;
}
#season_contact_2 {
	text-align: center;
	padding: 60px 5%;
	width: 100%;
	margin: 0 auto 40px;
	border: 1px solid #c00;
}

@media screen and (max-width: 750px) {
	.sm_product_list li {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 80px;
		padding-bottom: 180px;
		font-size: 2.8rem;
	}
	.sm_product_list li:nth-child(3n) {
		margin-right: 3%;
	}
	.sm_product_list li:nth-child(2n) {
		margin-right: 0;
	}
	.sm_image_area {
		margin-bottom: 15px;
	}
	.sm_image_area img {
		width: 100%;
	}
	.sm_product_name {
		font-size: 3.2rem;
	}
	.sm_text_area p {
		font-size: 2.4rem;
	}
	.text_code {
		padding-left: 6em;
		text-indent: -6em;
	}
	.text_alarm_range {
		padding-left: 5em;
		text-indent: -5em;
	}	
	
	.product_detail_btn {
		border: 4px solid #e5e5e5;
		height: 80px;
	}
	.product_detail_btn a {
		line-height: 68px;
	}
	.season-products-detail-forms form > button {
		font-size: 2.8rem;
		height: 80px;
		background-size: 7%;
	}

	
	.season_contact_area {
		font-size: 2.4rem;
	}
	#season_contact_2 {
		width: 90%;
	}
}
