@charset "utf-8";
/* CSS Document */

/*--- kanki top ---*/
.pc_only {
}
.sp_only {
	display: none;
}
.aktio_kanki_top {
	font-size: 1.6rem;
}
.h1_dis {
	display:none;
}
.pdf-list-area_kanki > li > a {
	padding: 0;
	background-color: transparent;
}

	/*--- 商品一覧---*/

.t18-products-kanki-bottom {}
.t18-products-kanki-bottom > ul {
  margin: 0 0 60px;
  padding: 0;
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
  max-width: 873px;
  text-align: left;
}
.t18-products-kanki-bottom > ul li {
  border: none
  font-size: 1.6rem;
  letter-spacing: -.4px;
  line-height: 1.5;
  list-style-type: none;
  /* margin: 0; */
  padding: 0px;
  position: relative;
  text-align: left;
  width: 28%;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  opacity: 1;
}
.t18-products-kanki-bottom > ul li img {
  width: 100%;
  height: auto;
}
.t18-products-kanki-bottom > ul li:nth-child(n + 4) {
  margin-top: 40px;
}
.t18-products-kanki-bottom > ul li dl {
  margin: 0;
}
.t18-products-kanki-bottom > ul li dl dt{
  font-size: 23px;
	font-weight: bold;
	margin-bottom: 5px;
}
.t18-products-kanki-bottom > ul li a{
  padding: 5px 40px;
}
.Product_no_explanation {
	font-size: 12px;
	color:#484848;
	margin-left: 0px;
}
.taxt_mar{
  margin: 25px 0px 0px;
}
.product_detail_btn {
	width: 100%;
	border: 2px solid #e5e5e5;
	text-align: center;
}
.product_detail_btn a {
	display: block;
	width: 100%;
	height: 100%;
	-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;
}
.product_detail_btn p {
	position: relative;
  display: inline-block;
  vertical-align: middle;
	margin: 0;
	height: 34px;
	line-height: 34px;
  color: #cc0001;
  text-decoration: none;
}
.forms-font form > button {
	font-size: 1.6rem;
}
.forms-font {
	border: none;
	padding: 0px;
	margin: 20px 0 0;
}
.kanki-products-detail-forms {
  margin-top: 10px;
}
.kanki-products-detail-forms form > select {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.8rem;
  margin: 0 auto 20px;
  padding: 15px 20px;
  width: 320px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: .01px;
  text-overflow: "";
  appearance: none;
  background-color: #FFF;
  background-image: url(/common/images/select_tri.png);
  background-repeat: no-repeat;
  background-size: 16.5px 15px;
  background-position: 96% 50%;
  display: block;
}
.kanki-products-detail-forms form > input,
.kanki-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;
}
	/*--------- kanki_contact ---------*/
.kanki_contact_area {
	font-size: 2rem;
	line-height: 1.6;
}
#kanki_contact_2 {
	text-align: center;
	padding: 60px 5%;
  max-width: 950px;
  width: 96%;
  margin: 0 auto 40px;
	border: 1px solid #c00;
}

@media screen and (max-width: 750px) {
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	.t18-1stTitle > h1 {
		padding: 90px 2.666% 0px;
	}
	.aktio_kanki_top {
		font-size: 3rem;
	}


	/*--- 商品カテゴリーのご案内---*/
	.t18-products-kanki-bottom {}
	.t18-products-kanki-bottom > ul {
	}
	.t18-products-kanki-bottom > ul li {
		font-size: 2.8rem;
		margin: 0 0 20px 4%;
		width: 48%;
	}
	.t18-products-kanki-bottom > ul li img {
	  width: 100%;
	  height: auto;
	}
	.t18-products-kanki-bottom > ul li:nth-child(2n+1){
	  margin: 0 0 20px 0;
	}
	.t18-products-kanki-bottom > ul li:nth-child(n + 4) {
	  margin-top: 0px;
	}
	.t18-products-kanki-bottom > ul li:nth-child(2n+1){
		margin: 0 ;
	}
	.t18-products-kanki-bottom > ul li dl dt {
    font-size: 2.8rem;
	}
	.product_info_area > dl dt {
		font-size: 3.6rem;
		line-height: 1.6;
		font-weight: bold;
	}
	.Product_no_explanation {
    font-size: 2.3rem;
	}
	.kanki-products-detail-forms {
		margin-bottom: 40px;
	}
	.kanki-products-detail-forms form > button {
		font-size: 3rem;
		width: 100%;
		height: 80px;
		background-size: 7%;
	}
	.product_detail_btn {
		border: 4px solid #e5e5e5;
	}
	.product_detail_btn p {
		height: 70px;
		line-height: 70px;
	}
	.product_detail_btn p::after {
		width: 12px;
		height: 12px;
		border-top: 4px solid #cc0001;
		border-right: 4px solid #cc0001;
	}
	.kanki-products-detail-forms form > select {
    font-size: 3.0rem;
    width: 60%;
   }
	.kanki-products-detail-forms form > input,
  .kanki-products-detail-forms form > input {
  	font-size: 3.0rem;
    background-size: 6%;
   }
	 .mar-top-55 {
		 margin-top: 55px !important;
	 }
	 .mar-top-60 {
		 margin-top: 60px !important;
	 }
	/*--------- kanki_contact ---------*/
	.kanki_contact_area {
		font-size: 2.4rem;
		line-height: 1.6;
	}
	#kanki_contact_2 {
		width: 90%;
	}
}
