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

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

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

.product_tab ul{
	width: 90%;
	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;
}

/**/
.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: 95%;
	margin: 23px auto;
	overflow: hidden;
	text-align: right;
}

.search_block #searchform{
	width: 236px;
	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;
	line-height:30px;
}

.search_block input.search01{
	width: 175px;
	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;
}


/**/
.product_block{
	width: 95%;
	margin: 75px auto 20px auto;
	overflow: hidden;
}

.product_block dl{
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin-right: 1%;
	padding-bottom: 25px;
}

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

.product_block dl div{
	
}

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

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

.product_block dl dd{
	color: #808080;
}

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

/*----------------------------------------------------*/
p.txt01{
	width: 80%;
	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: 250px;
	height: 62px;
	margin: 25px auto 0px auto;
    background: url("image/contact_btn.png") no-repeat;
	background-size: 100% 200%;
    display: block;
    text-indent: -9999px;
}

.contact_btn a:hover{
	opacity: 1;
	background-position: 0 -62px;
}

