@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 1023px) {
.gNav a[href^="/product/"] + ul { display: block;}
}
.level2 .pageTitle_bg {
	background-image: url(../img/top/bg_pagetitle.jpg);
}

.toLower_module-01 a {
	background-image: url(../img/top/bg_lower3_01.jpg);
}
.toLower_module-02 a {
	background-image: url(../img/top/bg_lower3_02.jpg);
}
.toLower_module-03 a {
	background-image: url(../img/top/bg_lower3_03.jpg);
}
.toLower_module-04 a {
	background-image: url(../img/top/bg_lower3_04.jpg);
}
.toLower_module-05 a {
	background-image: url(../img/top/bg_lower3_05.jpg);
}

.natural_color {
	border: 3px double #b5de84;
	padding: 1em 0.7em;
	font-weight: bold;
}

.slideHidden {
	display:none;
}

/* ------------------------ 

product search

------------------------ */
.product_top_info li a::after {
	display: block;
	content: "";
	background: url(../../common/img/bg_corner.svg) 0 0 no-repeat;
	background-size: cover;
	position: absolute;
	right: 2px;
	top: 2px;
}
.product_top_info li a {
    display: block;
	position: relative;
    border: 1px solid #ddd;
    color: #555;
    text-decoration: none;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.product_top_info li a::after {
    right: 2px;
    top: 2px;
}

@media screen and (min-width:768px) {
.product_top_col2 {
		display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 60px;
}

.product_top_col2 > div {
	width: 48.24561403508772%;
}

.product_top_search h2 {
	margin-bottom: 10px;
}

.product_top_search p {
	margin-bottom: 5px;
	font-size: 15px;
}

.product_top_info h2 {
	margin-bottom: 19px;
}

.product_top_info ul {
	overflow: hidden;
}

.product_top_info li {
	float: left;
	width: 49.09090909090909%;
}

.product_top_info li:nth-child(2) {
	float: right;
}
.product_top_info li a {
	padding: 30px 15px;
    font-size: 18px;
}
.product_top_info li a.product_top_info_1 { background-image: url(../img/top/bg_info_1.jpg);}
.product_top_info li a.product_top_info_2 { background-image: url(../img/top/bg_info_2.jpg);}
.product_top_info li a::after {
    width: 19px;
    height: 18px;
}
}
@media screen and (max-width: 767px) {
	.product_top_search .searchForm {
		margin-bottom: 2.8rem;
	}
	.product_top_search p {
	margin-bottom: 5px;
	font-size: 1.3rem;
}
	.product_top_info {
		margin-bottom: 5rem;
	}
	.product_top_info li {
		margin-bottom: 1.5rem;
	}
.product_top_info li a {
	padding: 1.9rem 1.5rem;
    font-size: 1.5rem;
}
.product_top_info li a.product_top_info_1 { background-image: url(../img/top/bg_info_1_sp.jpg);}
.product_top_info li a.product_top_info_2 { background-image: url(../img/top/bg_info_2_sp.jpg);}
.product_top_info li a::after {
    width: 1.5rem;
    height: 1.5rem;
}


}
/* ================= 

product search

================== */
.product_search .product_cat_1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: auto;
}
.product_search .product_cat_1 li a {
	display: block;
	border: 1px solid #ccc;
	text-decoration: none;
	cursor: pointer;
}
.product_search .product_cat_1 li.current a, .product_search .product_cat_1 li a:hover {
	border-color: #84C636;
	background-color: #84C636;
	font-weight: bold;
	color: #fff;
}
.product_search .product_cat_2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: auto;
}
.product_search .product_cat_2 li {
	box-sizing: border-box;
	line-height: 1.1;
}
.product_search .product_cat_2 li a {
	position: relative;
	display: block;
	border-bottom: 3px solid #eee;
	text-align: center;
	text-decoration: none;
}
.product_search .product_cat_2 li.current-cat a, .product_search .product_cat_2 li a:hover {
	color: #72ab2f;
	font-weight: bold;
	border-bottom-color: #84C636;
}
.product_search .product_cat_2 li.current-cat a::after {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #84C636 transparent transparent transparent;
}

@media screen and (min-width:768px) {
.product_search {
	position:relative;
	padding-top:35px;
}
.product_search .searchForm {
	max-width: 680px;
	min-width:450px;
	/*margin: 0 auto 30px;*/
	position:absolute;
	right:0;
	top:-35px;
}
.product_search .searchForm input[type="text"] {
	padding: 16px 20px;
	font-size: 14px;
}
.product_search .searchForm input[type="submit"] {
	width: 46px;
	height: 46px;
}

.product_search .product_cat_1 li {
	width: 19.29824561403509%;
	margin-bottom: 17px;
}
.product_search .product_cat_1 li a {
	text-align: center;
	font-size: 18px;
	line-height: 60px;
}
.product_search .product_cat_2 {
	margin-bottom: 33px;
}
.product_search .product_cat_2 li {
	width: 12.80701754385965%;
	margin-right: 1.72%;
	margin-bottom: 17px;
}
.product_search .product_cat_2 li:nth-child(7n) {
	margin-right: 0;
}
.product_search .product_cat_2 li a {
	padding: 12px 0;
}
.product_search .product_cat_2 li.current-cat a, .product_search .product_cat_2 li a:hover {
	color: #72ab2f;
	font-weight: bold;
	border-bottom-color: #84C636;
}
.product_search .product_cat_2 li.current-cat a::after, .product_search .product_cat_2 li a:hover::after {
	bottom: -8px;
	border-width: 5px 5px 0 5px;
}
 .product_search .product_cat_2 li a:hover::after {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #84C636 transparent transparent transparent;
}
}

@media screen and (max-width: 767px) {
.product_search .searchForm {
	margin-bottom: 9.375vw;
}
.product_search .product_cat_1 {
	margin-bottom: 3.125vw;
}
.product_search .product_cat_1 li {
	width: 48.27586206896552%;
	margin-bottom: 3.125vw;
}
.product_search .product_cat_1 li a {
	padding-left: 1rem;
	font-size: 1.3rem;
	line-height: 4.2rem;
}
.product_search .product_cat_2 {
	margin-bottom: 11.71875vw;
}
.product_search .product_cat_2 li {
	width: 28.125vw;
	margin-right: 3.125vw;
	margin-bottom: 17px;
}
.product_search .product_cat_2 li:nth-child(3n) {
	margin-right: 0;
}
.product_search .product_cat_2 li a {
	padding: 1rem 0;
	border-width: 2px;
}
.product_search .product_cat_2 li.current-cat a::after, .product_search .product_cat_2 li a:hover::after {
	bottom: -5px;
	border-width: 3px 3px 0 3px;
}
}
/* ------------------------ 

product_narrow

------------------------ */
.product_narrow .link_zoom {
	display: block;
	border: 1px solid #84c636;
	text-align: center;
	text-decoration: none;
	color: #72ab2f;
}
.product_narrow .link_zoom::before {
	content: "";
	display: inline-block;
	background: url(../../common/img/icon_zoom.png) 0 0 no-repeat;
	background-size: contain;
	vertical-align: middle;
}

@media screen and (min-width:768px) {
.product_cat_info {
	max-width: 1000px;
	margin: 0 auto 35px;
	overflow: hidden;
}
.product_cat_info > div {
	float: left;
	width: 34%;
}
.product_cat_info > div img {
	width: 100%;
	height: auto;
}
.product_cat_info > .subTitle {
	float: left;
	width: 66%;
	padding-left: 15px;
	box-sizing: border-box;
}
.product_cat_info > p {
	float: left;
	width: 66%;
	padding-left: 15px;
	font-size: 17px;
	line-height: 1.47;
	box-sizing: border-box;
}
.product_narrow > table {
	width: 100%;
}
.product_narrow > table thead th {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #6d6657;
}
.product_narrow > table thead th div {
	border-bottom: 3px solid #ddd;
	padding: 10px 0;
}
.product_narrow > table thead th:nth-child(1) {
	width: 28.94736842105263%;
}
.product_narrow > table thead th:nth-child(2) div {
	margin: 0 32px 0 30px;
}
.product_narrow > table thead th:nth-child(3) {
	width: 166px;
}
.product_narrow > table tbody th, .product_narrow > table tbody td {
	border-top: 1px dotted #888;
	vertical-align: top;
}
.product_narrow > table tbody tr:first-child th, .product_narrow > table tbody tr:first-child td {
	border-top: 0;
}
.product_narrow > table tbody th {
	padding: 10px 0;
	text-align: left;
}
.product_narrow > table tbody th img {
	display: block;
	float: left;
	width: 36%;
	height: auto;
	vertical-align: top;
}
.product_narrow > table tbody th span {
	float: right;
	display: block;
	width: 64%;
	padding: 8px 0 0 15px;
	line-height: 1.3;
	box-sizing: border-box;
}
.product_narrow > table tbody tr td {
	padding: 15px 0;
	font-size: 16px;
	line-height: 1.75;
}
.product_narrow > table tbody tr td:first-of-type {
	padding: 15px 32px 15px 30px;
}
.product_narrow .link_zoom {
	line-height: 38px;
}
.product_narrow .link_zoom::before {
	margin-right: 10px;
	width: 23px;
	height: 23px;
}
}

@media screen and (max-width: 767px) {
.product_cat_info {
	margin-bottom: 10vw;
}
.product_cat_info > div {
	margin-bottom: 3.125vw;
}
.product_cat_info > p {
	font-size: 1.3;
	line-height: 1.53;
}
.product_narrow > table {
	margin-bottom: 15.9375vw;
}
.product_narrow > table thead {
	display: none;
}
.product_narrow > table tbody th, .product_narrow > table tbody td {
	position: relative;
	display: block;
	border-bottom: 1px dotted #888;
	padding: 1.5rem 0;
	text-align: left;
}
.product_narrow > table tbody th img {
	width: 31.25vw;
	height: auto;
	vertical-align: top;
}
.product_narrow > table tbody th span {
	display: inline-block;
	padding: 0.7rem 0 0 1rem;
	font-size: 1.6rem;
}
.product_narrow > table tbody td {
	padding-left: 31.25vw;
	font-size: 1.2rem;
}
.product_narrow > table tbody td:nth-child(2)::before, .product_narrow > table tbody td:last-child::before {
	display: block;
	content: "製品の特徴";
	position: absolute;
	top: 1.5rem;
	left: 0;
	font-weight: bold;
	color: #6d6657;
	font-family: "Yu Gothic", YuGothic, sans-serif;
}
.product_narrow > table tbody td:last-child {
	border-bottom: 2px solid #888;
}
.product_narrow > table tbody td:last-child::before {
	content: "サンプル写真";
}
.product_narrow .link_zoom {
	line-height: 4rem;
	box-sizing: border-box;
}
.product_narrow .link_zoom::before {
	margin-right: 0.5rem;
	width: 1.45rem;
	height: 1.45rem;
}
}
/* ------------------------ 

product_info

------------------------ */
.product_info > li {
	display: table;
	box-sizing: border-box;
}
.product_info > li > div {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.product_info .product_info_img {
	width: 35.41666666666667%;
}
.product_info .product_info_img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.product_info .product_info_txt p {
	margin-bottom: 0;
}
.product_info .product_info_txt .product_info_title {
	line-height: 1.1;
}
.product_info .product_info_txt .product_info_title span {
	display: block;
}
.product_info .product_info_txt .btn_more::after {
	background: url(../../common/img/icon_window.png) right center no-repeat;
	background-size: contain;
}

@media screen and (min-width:768px) {
.product_info {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 1000px;
	margin: auto;
}
.product_info > li {
	width: calc(50% - 20px);
	margin-bottom: 50px;
}
.product_info .product_info_txt {
	position: relative;
	padding: 10px 0 0 18px;
}
.product_info .product_info_txt p {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.5;
}
.product_info .product_info_txt .product_info_title {
	margin-bottom: 8px;
	font-size: 24px;
}
}

@media screen and (max-width: 767px) {
.product_info > li {
	margin-bottom: 2rem;
	width: 100%;
}
.product_info .product_info_txt {
	padding: 0.5rem 0 0.5rem 1rem;
}
.product_info .product_info_txt p, .toLower_2 .toLower_2_txt p {
	font-size: 1rem;
}
.product_info .product_info_txt .product_info_title {
	margin-bottom: 0.4rem;
	font-size: 1.6rem;
}
.product_info .product_info_txt .product_info_title span {
	margin-bottom: 0.4rem;
	font-size: 1.2rem;
}
.product_info .product_info_txt .btn_more {
	margin-top: 1rem;
}
}

/* ------------------------ 

index

------------------------ */
.toContact2 {
	text-align:center;
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
}
.toContact2_inner {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
}
.toContact2 h1 {
	line-height: 1.1;
}
.toContact2 a {
	display: block;
	margin: auto;
	border: 1px solid #84C636;
	color: #72ab2f;
	font-weight: bold;
}

@media screen and (min-width:768px) {
.toContact2 {
	border-top-width: 2px;
	padding:3px 0;
}
.toContact2_inner {
	font-size:0;
	padding:35px 0;
}
.toContact2__box {
	display:inline-block;
	width:50%;
	vertical-align:top;
	box-sizing:border-box;
	padding: 10px 5% 10px;
	font-size:20px;
}
.toContact2__box:last-child {
	border-left:1px solid #bbb;
}
.toContact2 h1 {
	font-size: 24px;
}
.toContact2 p {
	margin-top: 14px;
	font-size: 16px;
	line-height: 1.1;
}
.toContact2 a {
	padding: 26px 0 24px;
	font-size: 18px;
	margin-top: 24px;
}
}
@media screen and (max-width: 767px) {
.toContact2 {
	border-top-width: 1px;
	padding: 2px 0;
}
.toContact2 h1 {
	font-size: 2rem;
}
.toContact2 p {
	font-size: 1.3rem;
	line-height: 1.53;
	margin-top:14px;
}
.toContact2__box {
	padding: 2.5rem 0;
}
.toContact2__box:first-child {
	border-bottom:1px solid #bbb;
}
.toContact2 a {
	padding: 1.3rem 0;
	font-size: 1.3rem;
	width: 90.625%;
	margin-top:1.5rem;
}
}

/* ------------------------ 

product_recommended

------------------------ */
.product_recommended_ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: auto;
}
.product_recommended_ul li img {
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
}
.product_recommended_ul li a {
	display: block;
	background: url(../../common/img/arrow_more.svg) 0 0.2em no-repeat;
	color: #444;
	text-decoration: none;
}
.product_recommended_link a {
	display: block;
	margin: auto;
	border: 1px solid #84c636;
	text-align: center;
	color: #72ab2f;
	font-weight: bold;
	text-decoration: none;
}

@media screen and (min-width:768px) {
.product_recommended_ul {
	max-width: 1000px;
}
.product_recommended_ul li {
	width: calc(22% + 40px);
	padding-right: 40px;
	box-sizing: border-box;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.4;
}
.product_recommended_ul li:nth-child(4n) {
	padding-right: 0;
	width: 22%;
}
.product_recommended_ul li a {
	background-size: 10px;
	margin-top: 8px;
	padding-left: 17px;
}
.product_recommended_link a {
	max-width: 680px;
	margin-bottom: 60px;
	line-height: 70px;
	font-size: 18px;
}
}

@media screen and (max-width: 767px) {
.product_recommended_ul li {
	width: 48.27586206896552%;
	margin-bottom: 1.5rem;
	font-size: 1.3rem;
	line-height: 1.4;
}
.product_recommended_ul li a {
	background-size: 8px;
	margin-top: 3px;
	padding-left: 1.4rem;
}
.product_recommended_link a {
	margin-bottom: 4rem;
	line-height: 4rem;
	font-size: 1.3rem;
}
}

/* ------------------------ 

product_toBio

------------------------ */
@media screen and (min-width:768px) {
.product_toBio {
	padding: 0 0 0 55px;
	margin: auto;
	max-width: 810px;
	box-sizing: border-box;
}
.product_toBio li {
	width: 100%;
	padding-right: 39.73509933774834%;
	box-sizing: border-box;
	background: url(../img/top/bg_bio.jpg) right center no-repeat;
	background-size: contain;
}
.toLower_2.product_toBio .toLower_2_txt .toLower_2_title {
	font-size: 23px;
}
.toLower_2.product_toBio .toLower_2_txt p {
	font-size: 16px;
}
}

@media screen and (max-width: 767px) {
.product_toBio li {
	padding-bottom: 48.27586206896552vw;
	background: url(../img/top/bg_bio_sp.jpg) bottom center no-repeat;
	background-size: contain;
}
.toLower_2.product_toBio .toLower_2_txt .toLower_2_title {
	display: inline-block;
}
.toLower_2.product_toBio .toLower_2_txt p {
	font-size: 1.3rem;
}
.product_toBio .btn_more {
	padding: 1.1rem 1.5rem 1.1rem 0.5rem;
}
}

/* ------------------------ 

bio

------------------------ */
.bio_en_link a {
	display: block;
	border: 1px solid #84c636;
	text-align: center;
	color: #72ab2f;
	font-weight: bold;
	text-decoration: none;
}
@media screen and (min-width:768px) {
.bio_en_link a {
	max-width: 300px;
	line-height: 55px;
	font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.bio_en_link a {
	margin-bottom: 4rem;
	line-height: 4rem;
	font-size: 1.3rem;
}
}

.product_pdf_link a {
	display: block;
	margin:auto;
	border: 1px solid #84c636;
	text-align: center;
	color: #72ab2f;
	font-weight: bold;
	text-decoration: none;
}
.product_pdf_link a::after {
	content: "";
	display: inline-block;
	background: url(/common/img/icon_pdf.png) 0 center no-repeat;
	background-size: contain;
	vertical-align:middle;
}
@media screen and (min-width:768px) {
.product_pdf_link a {
	max-width: 680px;
	margin-bottom: 60px;
	line-height: 70px;
	font-size: 18px;
}
.product_pdf_link a::after {
	width: 20px;
	height: 20px;
	margin-left:20px;
}
}
@media screen and (max-width: 767px) {
.product_pdf_link a {
	margin-bottom: 4rem;
	line-height: 4rem;
	font-size: 1.3rem;
}
.product_pdf_link a::after {
	width: 1rem;
	height: 1rem;
	margin-left:1rem;
}
}


.col3_bio-intro > div {
	border:1px solid #84C636;
	box-sizing:border-box;
}
@media screen and (min-width:768px) {
	.col3_bio-intro > div {
		padding:40px 20px;
	}
}
@media screen and (max-width:767px) {
	.col3_bio-intro > div {
		padding:1.5rem;
	}
}

.bioList_circumstance {
	width: 100%;
	border-left: 1px solid #ddd;
}
.bioList_circumstance th, .bioList_circumstance td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}
.bioList_circumstance thead th {
	background-color:#ddd;
	color: #6d6657;
	border-right: 1px solid #fff;
	text-align: center;
	vertical-align: bottom;
}
.bioList_circumstance thead th.sideR {
	border-right: 1px solid #ddd;
}
.bioList_circumstance tbody th {
	text-align: center;
	width: 12%;
}
.bioList_circumstance tbody td {
	line-height:1.6;
}
span.subsmall {
	font-size: 0.7rem;
}
.bioList_circumstance .verticalm th, .bioList_circumstance .verticalm td {
	vertical-align: middle;
}


@media screen and (max-width: 767px) {
.bioList_circumstance_wrap {
	position: relative;
	overflow: auto;
}
.bioList_circumstance {
	margin-bottom: 1.5rem;
}
.bioList_circumstance th, .bioList_circumstance td {
	white-space: nowrap;
	padding: 0.5rem;
}
}

@media screen and (min-width:768px) {
.bioList_circumstance {
	margin-top: 20px;
	margin-bottom: 20px;
}
.bioList_circumstance th, .bioList_circumstance td {
	padding: 1em;
	font-size:14px;
}
.bioList_circumstance tbody td.bioList_circumstance-col2 {
	width:22%;
}
.bioList_circumstance tbody td.bioList_circumstance-col3 {
	width:12%;
}
.bioList_circumstance tbody td.bioList_circumstance-col5 {
	width:54%;
}
}

/* ================= 

material Single Page

================== */
.single-material {
	padding: 30px;
	text-align: center;
}

.single-material .btn_close a {
	display: inline-block;
	border: 1px solid #84c636;
	width: 165px;
	padding: 10px 0;
	color: #72ab2f;
	font-size: 16px;
}

.single-material article {
	text-align: left;
}

.single-material h1 {
	margin: 20px 0;
	font-size: 16px;
}

.single-material .material_text {
	margin: 20px 0;
}

.single-material .material_photo {
	margin-bottom: 20px;
	text-align: center;
}
@media screen and (max-width:767px) {
.single-material .material_photo img {
   width: 100%;
}
}

a.ph_kinou {
	text-decoration:none;
	color:#699e2b;
}

.cat-item-none{
	 display: none;
}