@charset "utf-8";
/* CSS Document */

.product-contents-wrap {
  max-width: 1320px;
  padding: 30px;
  margin-top: 30px;
}
.product-contents-block {
  display: flex;
  margin: 0 0 30px;
}
.product-contents-block:last-child {
  margin-bottom: 0;
}
.product-contents-block_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  min-width: 100px;
  color: #FFF;
  background: var(--cgreen);
  font-size: 2rem;
}
.product-contents-block_inner1 {
  display: flex;
  justify-content: center;
}
.product-contents-block_inner2 {
  flex-grow: 1;
  margin-left: 20px;
}
.product-contents-block_inner3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
  margin-left: 20px;
  font-weight: 600;
}
.product-contents-block_inner3 p {
  margin-bottom: 0;
}
.product-material {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  width: 150px;
  height: 125px;
  margin-left: 20px;
}
.product-material_label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25px;
  margin-bottom: 0;
  background: #FFF;
  font-size: 1.4rem;
}
.product-material_text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}
.product-contents-item-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  flex-grow: 1;
  width: 100%;
  padding: 0 10px;
}
.product-contents-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100px;
  text-align: right;
  color: #000;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}
.product-contents-item > div {
  text-align: left;
}
.product-contents-item_img {
  width: 70px;
  padding-left: 5px;
}
.product-contents-item p {
  display: inline-block;
  flex: 1;
  margin-bottom: 0;
}
.product-contents-item-block > a:nth-child(2),
.product-contents-item-block > a:nth-child(3) {
  padding-left: 20px;
}
/*.product-contents-item > p {
  max-width: 150px;
}*/
.product-contents-info {
  padding-top: 60px;
}
@media (max-width: 1500px) {
  .product-contents-block_title {
    max-width: 70px;
    font-size: 1.6rem;
    /* writing-mode: vertical-rl;
    text-orientation: upright; */
  }
  .product-material {
    width: 120px;
  }
}
@media (max-width: 960px) {
  .product-contents-wrap {
    padding: 20px;
  }
  .product-contents-block {
    flex-flow: column;
  }
  .product-contents-block_title {
    width: 100%;
    max-width: 900px;
    height: 45px;
    margin-bottom: 10px;
  }
  .product-material {
    width: 100%;
    height: 100px;
  }
  .product-material:first-child {
    margin-left: 0;
  }
  .product-contents-block_inner2 {
    margin-left: 0;
  }
  .product-contents-block_inner3 {
    justify-content: center;
    margin-bottom: 30px;
    margin-left: 0;
    padding-top: 5px;
    text-align: center;
  }
}
@media (max-width: 650px) {
  .product-contents-item-block {
    grid-template-columns: 1fr 1fr;
  }
}

/* 一次加工品一覧 */
.container-productlist {
  display: flex;
  justify-content: space-between;
  max-width: 1320px;
}
.h2_sidetitle {
  padding-right: 50px;
}
.material_list {
  width: 100%;
  max-width: 1100px;
  padding-top: 0;
}
.material_list > div {
  padding-top: 0;
}
@media (max-width: 991px) {
  .h2_sidetitle {
    padding-left: 10px;
    padding-right: 40px;
  }
}

/* 一次加工品詳細ページ */
.product-item-wrap {
  max-width: 1000px;
}
.product-item-wrap form {
  margin-top: 2rem;
}