@charset "utf-8";
@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;
}
.product_top_search h2.subTitle, .product_top_info h2.subTitle {
  background-color: #699e2b;
  color: #fff;
  padding: 4px 8px;
}
@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 > 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;
  border-bottom: 1px solid #ddd;
}
.bioList_circumstance th, .bioList_circumstance td {
  border-top: 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[data-th='Substrate'] {
  text-align: center;
}
.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 (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%;
  }
}
@media screen and (min-width: 768px) {
  #table-breakpoint .for-sp-item {
    border-top: none;
  }
  #table-breakpoint .for-sp-item span {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .bioList_circumstance {
    width: 100%;
    border: none;
    margin-bottom: 20px;
  }
  .bioList_circumstance tbody.verticalm tr {
    display: block;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .bioList_circumstance tbody.verticalm td {
    padding: 0;
  }
  .bioList_circumstance tbody.verticalm td::before {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F6F6F6;
    color: #707070;
    border-right: 1px solid #fff;
    text-align: center;
    vertical-align: bottom;
    padding: 16px 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .bioList_circumstance tbody.verticalm td span.bt-content {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #ffffff;
    border-right: 1px solid #fff;
    text-align: left;
    vertical-align: bottom;
    padding: 16px 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    word-wrap: break-word;
  }
  .bioList_circumstance tbody.verticalm td span.bt-content br {
    display: none;
  }
}
/* ================= 

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;
}
.slider-nav li.slick-slide {
  width: 125px;
  height: 82px;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .slider-nav li.slick-slide {
    height: 20vw;
  }
}
.block-recommend {
  background-color: #F5F5F5;
}
.block-recommend .contWrap {
  margin-top: 0;
  padding: 48px 0;
  max-width: 1500px !important;
}
.block-recommend .secTitle {
  font-size: 30px;
  padding: 0;
  border-top: none;
  border-bottom: none;
  text-align: center;
}
.block-recommend .block-recommend-inner {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}
.block-recommend .block-recommend-inner .slick-list {
  width: calc(100% - 60px);
  margin: auto;
}
.block-recommend .slick-track {
  display: flex;
}
.block-recommend .slick-slide {
  height: auto !important;
  background-color: #fff;
  border: 1px solid #777777;
}
.block-recommend .block-recommend-inner .arrows {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
}
.block-recommend .slick-prev, .block-recommend .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-recommend {
  margin: 0 auto;
  position: relative;
}
.slick-dots {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 10;
  bottom: 0;
}
.block-recommend .slick-next {
  display: block;
  background: url("/img/arrow-right.svg") center center no-repeat;
  background-size: 14px;
  right: 0;
}
.block-recommend .slick-prev {
  display: block;
  background: url("/img/arrow-left.svg") center center no-repeat;
  background-size: 14px;
  left: 0;
}
.block-recommend .p-card-item {
  padding: 0 30px;
}
.block-recommend .p-card-item a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  text-decoration: none;
}
.block-recommend .p-card-photo {
  width: 100%;
  height: 170px;
  position: relative;
  overflow: hidden;
}
.block-recommend .p-card-photo img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block-recommend .p-card-title {
  font-size: 16px;
  padding: 12px 0 6px 0;
  margin-bottom: 16px;
  border-bottom: 1px solid #ddd;
}
.block-recommend .p-card-lead {
  font-size: 14px;
  color: #666666;
}
.block-recommend .contWrap .p-card-lead p {
  margin-bottom: 0;
  line-height: 1.5;
}
.block-recommend .block-button {
  margin: 20px 0 0 0;
}
.block-recommend .btn_more {
  width: 150px;
  padding: 13px 30px 13px 10px;
  font-size: 16px;
  margin: 0 auto;
}
.block-recommend .p-card-item {
  padding: 10px;
  margin: 0 10px;
}
@media screen and (min-width:768px) {
  .block-recommend .contWrap {
    margin-top: 0;
    padding: 60px 0;
    max-width: 1500px !important;
  }
  .block-recommend .p-card-photo {
    width: 100%;
    height: 248px;
  }
  .block-recommend .p-card-title {
    font-size: 18px;
  }
  .block-recommend .p-card-item {
    padding: 10px;
    margin: 0 10px;
  }
  .block-recommend .btn_more {
    padding: 22px 30px 22px 16px;
  }
  .block-recommend .block-button {
    margin: 40px 0 0 0;
  }
}
@media screen and (min-width:1024px) {
  .block-recommend .p-card-photo {
    width: 100%;
    height: 192px;
  }
  .block-recommend .p-card-item {
    padding: 16px;
  }
}
@media screen and (min-width:1440px) {
  .block-recommend .p-card-photo {
    width: 100%;
    height: 240px;
  }
}
.block-search .secTitle {
  font-size: 30px;
  padding: 0;
  border-top: none;
  border-bottom: none;
  text-align: center;
}
.h_search {
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.h_search strong {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 15px 0;
  padding: 0 1rem;
}
.block-search .searchForm {
  display: block;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.block-search .searchForm input[type="text"], .block-search .search_results input[type="text"] {
  background-color: #f5f5f5;
  border-radius: 8px;
}
.block-search .searchForm input[type="text"]:focus, .block-search .search_results input[type="text"]:focus {
  background-color: #fff;
}
.block-search .searchForm input[type="submit"], .block-search .search_results input[type="button"] {
  background: url(/img/icon-search.svg) center center no-repeat;
  background-size: 26px;
  width: 26px;
  height: 26px;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
.anchor-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 30px;
}
.anchor-list li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 10px;
}
.anchor-list li:nth-child(even) {
  margin-right: 0;
}
.anchor-list li a {
  display: block;
  border: 1px solid #DDDDDD;
  padding: 20px 32px 20px 16px;
  position: relative;
  text-decoration: none;
  background-color: #fff;
  transition: 0.3s ease;
  line-height: 1;
}
.anchor-list li a:hover {
  background-color: #f5f5f5;
}
.anchor-list li a::after {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: url("/img/icon-anchor.svg") center center no-repeat;
  background-size: 16px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
}
@media screen and (min-width:768px) {
  .h_search {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
  }
  .product-home.anchor-list {
    width: 800px;
  }
  .anchor-list li {
    width: auto;
    min-width: 248px;
    margin-right: 16px;
  }
  .anchor-list li:nth-child(even) {
    margin-right: 20px;
  }
  .anchor-list {
    margin-bottom: 60px;
  }
}
@media screen and (min-width:992px) {
  .product-home.anchor-list {
    width: 1080px;
  }
}
.block-products .secTitle {
  font-size: 28px;
}
.block-products .secondary_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.block-products .secondary_list li {
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
}
.block-products .secondary_list li a {
  display: flex;
  text-decoration: none;
  padding: 15px 0;
}
.block-products .secondary_list li:first-child a {
  padding: 0 0 15px;
}
.block-products .secondary_list li img {
  width: 100%;
}
.block-products .secondary_item-photo {
  width: 148px;
}
.block-products .secondary_item-title {
  flex: 1;
  padding: 16px;
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .block-products .secondary_list li {
    width: 49%;
    margin-bottom: 30px;
    border: none;
  }
  .block-products .secondary_list li a {
    display: block;
    position: relative;
    padding: 0;
    overflow: hidden;
  }
  .block-products .secondary_list li a:hover {
    opacity: 0.
  }
  .block-products .secondary_list li:first-child a {
    padding: 0;
  }
  .block-products .secondary_list li img {
    transition: transform 0.3s ease-out;
  }
  .block-products .secondary_list li:hover img {
    transform: scale(1.2);
  }
  .block-products .secondary_item-photo {
    width: 100%;
    height: 30vw;
  }
  .block-products .secondary_item-title {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 28px 20px;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    background-color: rgba(105, 158, 43, .9);
    box-sizing: border-box;
  }
}
@media screen and (min-width:1024px) {
  .block-products .secondary_item-photo {
    height: 25vw;
  }
}
@media screen and (min-width:1440px) {
  .block-products .secondary_item-photo {
    height: 24vw;
  }
}
@media screen and (min-width:1920px) {
  .block-products .secondary_item-photo {
    height: 470px;
  }
}
.secondary_item-head {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4.6875%;
  margin-top: 40px;
  margin-bottom: 0;
}
.secondary_item-head .secondary_item-photo {
  width: 100%;
}
.secondary_item-head .secondary_item-body {
  padding: 32px 4.6875%;
}
.secondary_item-head .secondary_item-title {
  font-size: 28px;
  margin-bottom: 20px;
}
.secondary_item-head .secondary_item-textarea {
  word-break: break-all;
}

.secondary_item-head .secondary_item-textarea a,
.detail-header .info-contents p a{
	 color: #2b66e9;
}
.secondary_item h3.subTitle {
  margin-bottom: 1em;
  font-size: 1.9rem;
  padding: 0 0 8px;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (min-width:768px) {
  .secondary_item-head {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .secondary_item-head .secondary_item-photo {
    width: 100vw;
  }
  .secondary_item-head .secondary_item-photo img {
    width: 100%;
  }
  .secondary_item-head .secondary_item-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding: 36px 0 0 0;
  }
  .secondary_item h3.subTitle {
    font-size: 24px;
  }
}
@media screen and (min-width:1024px) {
  .secondary_item-head .secondary_item-photo {
    width: 35vw;
  }
  .secondary_item-head .secondary_item-body {
    padding: 0 0 0 36px;
  }
}
@media screen and (min-width:1680px) {
  .secondary_item-head .secondary_item-photo {
    width: 670px;
  }
  .secondary_item-head .secondary_item-body {
    padding: 0 0 0 72px;
  }
}
.secondary_item .postList {}
.secondary_item .postList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 0;
}
.secondary_item .postList li {
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
}
.secondary_item .postList li a {
  display: flex;
  text-decoration: none;
  padding: 15px 0;
}
.secondary_item .postList li:first-child a {
  padding: 0 0 15px;
}
.secondary_item .postList li img {
  width: 100%;
}
.secondary_item .postList .l-card-photo {
  width: 126px;
}
.secondary_item .postList .l-card-body {
  flex: 1;
  padding: 16px 32px 16px 16px;
  font-size: 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 700;
  position: relative;
}
.secondary_item .postList .l-card-body::after {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: url("/img/arrow-right.svg") center center no-repeat;
  background-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  opacity: .5;
}
.secondary_item .postList .l-card-lead {
  font-weight: 400;
  display: none;
}
.secondary_item .postList .l-card-lead {}
.bottom-search {
  border-top: 1px solid #DDDDDD;
  margin-top: 50px;
}
.bottom-search .anchor-list {
  margin-top: 30px;
}
.bottom-search .anchor-list a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/common/img/arrow_more.svg) 0 center no-repeat;
  background-size: 12px;
  position: absolute;
  top: 50%;
  bottom: 0;
  margin: auto;
  transform: translate(0, -50%);
}
@media screen and (min-width:1024px) {
  .secondary_item .postList li {
    width: 32%;
    border: 1px solid #CCCCCC;
    margin: 0 1% 15px 0;
  }
  .secondary_item .postList li:nth-of-type(3n) {
    margin-right: 0;
  }
  .secondary_item .postList li:first-child a {
    padding: 10px;
  }
  .secondary_item .postList li a {
    padding: 10px;
  }
  .secondary_item .postList li a .l-card-photo {
    width: 210px;
    height: 136px;
    overflow: hidden;
  }
  .secondary_item .postList li a .l-card-photo img {
    width: 100%
  }
  .secondary_item .postList li a .l-card-title {
    font-weight: 500;
  }
  .bottom-search .anchor-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
@media screen and (min-width:1024px) {
  .secondary_item .postList li {
    width: 48.5%;
  }
  .secondary_item .postList li a .l-card-photo {
    width: 160px;
    height: 100px;
  }
  .secondary_item .postList li:nth-of-type(3n) {
    margin-right: 10px;
  }
}
@media screen and (min-width:1440px) {
  .secondary_item .postList li {
    width: 32%;
  }
  .secondary_item .postList li a .l-card-photo {
    width: 210px;
    height: 136px;
  }
}
.page_material .spec h3 {}
.page_material .spec h3 {
  margin-bottom: 1em;
  font-size: 1.7rem;
  padding: 0 0 8px;
  border-bottom: none;
  color: #699e2b;
}
@media screen and (min-width:768px) {
  .page_material .spec h3 {
    font-size: 20px;
  }
}