@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* CSS Document */

#page_title h1{
	margin-left:-95px;
	margin-top: -4vw;
}

h2.search_sub{
	color: #006837;
	font-size: 22px;
	text-align: center;
}


/**/
.product_tab{
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	border-bottom: 1px solid #456D5B;
}

.product_tab ul{
	width: 990px;
	height: 60px;
	margin: 60px auto 0px auto;
	overflow: hidden;
}

.product_tab ul li{
	width: 230px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	margin-right: 15px;
	border-top: 1px solid #456D5B;
	border-left: 1px solid #456D5B;
	border-right: 1px solid #456D5B;
}

.product_tab ul li:last-child{
	margin-right: 0px;
}

.product_tab ul li a{
	width: 230px;
	height:60px;
	display:  block;
	color: #006837;
	font-weight: bold;
	text-decoration: none;
}

.product_tab ul li.select{
	background-color: #006837;
	border-top: 1px solid #006837;
	border-left: 1px solid #006837;
	border-right: 1px solid #006837;
}

.product_tab ul li.select a{
	color: #ffffff;
}

/**/
.hide{
	display: none;
}

/*----------------------------------------------------*/
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*----------------------------------------------------*/
.search_block{
	width: 1225px;
	margin: 23px auto;
	overflow: hidden;
	text-align: right;
}

.search_block #searchform{
	width: 246px;
	float:  right;
}

.search_block strong{
	color: #006837;
	font-size: 16px;
	font-weight: bold;
	line-height:30px;
	padding-right: 25px;
}

.search_block div{
	width: 100%;
	display: table;
}

.search_block input{
	height:30px;
	font-size: 16px;
	line-height:30px;
}

.search_block input.search01{
	width: 185px;
	float: left;
	padding-left: 5px;
	border: 1px solid #CCC;
	border-right: none;
}

.search_block input.search02{
	width: 55px;
	height: 32px;
	font-size: 15px;
	text-align: center;
	letter-spacing: 3px;
	border: 1px solid #CCC;
	background-color: #FBB03B;
	display: table-cell;
	cursor: pointer;
}

input[type="text"] {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

/*----------------------------------------------------*/
.product_block{
	width: 1225px;
	margin: 0px auto 135px auto;
	overflow: hidden;
}

.product_block dl{
	width: 296px;
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	padding-bottom: 15px;
}

.product_block dl:nth-child(4n){
	margin-right: 0px;
}

.product_block dl div{
	
}

.product_block dl dt{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 22px 0px;
}

.product_block dl dt a{
	color: #000000;
	text-decoration: none;
}

.product_block dl dd{
	color: #808080;
}

@media screen and (min-width:737px) and (max-width:1300px) and (orientation:landscape) {
	.product_tab{
		width: 100%;
		margin: 0px auto;
		overflow: hidden;
		border-bottom: 1px solid #456D5B;
	}

	.product_tab ul{
		width: 90%;
		height: auto;
		margin: 20px auto;
		overflow: hidden;
	}

	.product_tab ul li{
		width: 48%;
		line-height: 55px;
		text-align: center;
		display: inline-block;
		margin-right: 1%;
		margin-bottom: 10px;
		border: 1px solid #456D5B;
	}

	.product_tab ul li:nth-child(2n){
		margin-right: 0px;
	}

	.product_tab ul li a{
		width: 100%;
		height:55px;
		display:  block;
		color: #006837;
		font-weight: bold;
		text-decoration: none;
	}

	.product_tab ul li.select{
		background-color: #006837;
		border: 1px solid #006837;
	}

	.product_tab ul li.select a{
		color: #ffffff;
	}
	
	.product_block{
		max-width: 95%!important;
		min-width: 95%!important;
	}
	
	.product_block dl{
		width: 45%;
		margin: 0px auto 50px;
		margin-right: 2%;
	}
	
	.product_block dl div{
		text-align: center;
	}
}

/*----------------------------------------------------*/
.wp_navi{
	text-align: center;
}

/*----------------------------------------------------*/
p.txt01{
	color: #006837;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 55px auto 35px auto;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.contact_btn a{
	width: 329px;
	height: 82px;
	margin: 25px auto 0px auto;
    background: url("image/contact_btn.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.contact_btn a:hover{
	opacity: 1;
	background-position: 0 -82px;
}
/*----------------------------------------------------*/
/*----------------------------------------------------*/
