html {
  scroll-behavior: smooth;
}
.wrapper.wrapper--column-1 .__inner {
  width: 100%;
  max-width: 1000px;
}
.wrapper.wrapper--column-1 .__inner .main .__heading {
  display: none;
}
@media screen and (max-width: 959px) {
  .main.main--page-detail-1column section:not(.__heading),
  .main.main--page-detail-2column section:not(.__heading) {
    padding: 0px;
  }
}
#greentrough {
  overflow: hidden;
}
#greentrough img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#greentrough a:hover {
  text-decoration: none;
}
#greentrough .fv .head {
  max-width: 820px;
  margin: 20px auto 0px;
  padding: 0px 20px;
  position: relative;
}
#greentrough .fv .head h1 {
  margin: 0px;
  display: flex;
  flex-direction: column;
}
#greentrough .fv .head h1 .sub {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.025em;
}
#greentrough .fv .head h1 .main {
  padding: 0px;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #44725c;
}
#greentrough .fv .head .image {
  position: absolute;
  top: -80px;
  left: 472px;
  width: 414px;
  pointer-events: none;
}
#greentrough .fv .head p {
  margin: 15px 0px 0px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.75em;
}
#greentrough .fv .keyword {
  list-style: none;
  margin: 35px 20px 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}
#greentrough .fv .keyword li {
  padding: 3px 10px;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  background-color: #44725c;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  #greentrough .fv .head .image {
    position: static;
    margin: auto;
    transform: rotateZ(-20deg);
  }
}
@media screen and (max-width: 599px) {
  #greentrough .fv .head h1 {
    text-align: center;
  }
  #greentrough .fv .head h1 .sub {
    font-size: 16px;
  }
  #greentrough .fv .head h1 .main {
    font-size: 36px;
  }
  #greentrough .fv .head .image {
    width: 100%;
    max-width: 210px;
  }
  #greentrough .fv .head p {
    max-width: max-content;
    margin: -5px auto 0px;
    font-size: 14px;
  }
  #greentrough .fv .keyword {
    margin: 15px 20px 0px;
  }
  #greentrough .fv .keyword li {
    padding: 2px 8px;
    font-size: 16px;
    border-radius: 3px;
  }
}
#greentrough .step {
  margin: 40px 0px 0px;
  padding: 45px 20px 140px;
  background-color: #edf9f4;
}
#greentrough .step h5 {
  margin: 0px;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5em;
}
#greentrough .step h5 span {
  display: inline-block;
}
#greentrough .step ol {
  margin: 30px 0px 0px 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
}
#greentrough .step ol li {
  width: 200px;
  height: 150px;
  background-color: #44725c;
  border-radius: 20px;
  position: relative;
}
#greentrough .step ol li:nth-child(n + 2)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -32px;
  transform: translateY(-50%);
  width: 48px;
  height: 32.5px;
  background: url(https://files.bcart.jp/furukawasangyo/uploads/wt/greentrough/arrow-step.png) center center / contain no-repeat;
}
#greentrough .step ol li dl {
  height: 100%;
  display: grid;
  grid-template-rows: 70px 1fr;
}
#greentrough .step ol li:last-child dl {
  grid-template-rows: 1fr;
}
#greentrough .step ol li dl dt {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  display: grid;
  align-items: flex-end;
}
#greentrough .step ol li:last-child dl dt {
  align-items: center;
  font-size: 23px;
}
#greentrough .step ol li dl dd {
  margin: 0px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 949px) {
  #greentrough .step ol {
    flex-direction: column;
  }
  #greentrough .step ol li {
    width: 100%;
    height: auto;
    padding: 5px 20px;
  }
  #greentrough .step ol li:nth-child(n + 2)::before {
    top: -22px;
    left: 50%;
    transform: translateX(-50%) rotateZ(90deg);
    width: 33px;
    height: 21.6px;
  }
  #greentrough .step ol li dl {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #greentrough .step ol li dl dt,
  #greentrough .step ol li dl dd {
    display: block;
  }
  #greentrough .step ol li dl dt br,
  #greentrough .step ol li dl dd br {
    display: none;
  }
  #greentrough .step ol li dl dd::before {
    content: "(";
    padding: 0em 0.3em;
  }
  #greentrough .step ol li dl dd::after {
    content: ")";
    padding: 0em 0.3em;
  }
}
@media screen and (max-width: 599px) {
  #greentrough .step {
    margin: 35px 0px 0px;
    padding: 25px 20px 60px;
  }
  #greentrough .step h5 {
    font-size: 16px;
  }
  #greentrough .step h5 span {
    display: block;
  }
  #greentrough .step ol {
    margin: 25px 0px 0px 0px;
    gap: 6px;
  }
  #greentrough .step ol li {
    border-radius: 8px;
    padding: 7px 15px;
  }
  #greentrough .step ol li:nth-child(n + 2)::before {
    top: -14px;
    width: 25px;
    height: 17px;
  }
  #greentrough .step ol li dl {
    justify-content: flex-start;
  }
  #greentrough .step ol li dl dt {
    font-size: 18px;
  }
  #greentrough .step ol li:last-child dl dt {
    font-size: 16px;
  }
  #greentrough .step ol li dl dd {
    font-size: 11px;
  }
}
#greentrough .anc_opt {
  margin: -130px 0px 0px;
  padding: 160px 20px 120px;
  background-color: #6aaa8d;
  clip-path: polygon(0px 0px, 50% 130px, 100% 0px, 100% calc(100% - 100px), 50% 100%, 0% calc(100% - 100px));
}
#greentrough .anc_opt .anchor {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 30px;
}
#greentrough .anc_opt .anchor li {
  aspect-ratio: 1 / 1;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
#greentrough .anc_opt .anchor li a {
  display: block;
  width: 250px;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  #greentrough .anc_opt .anchor li a {
    border-radius: inherit;
    transition: opacity 0.3s;
  }
  #greentrough .anc_opt .anchor li a:hover {
    opacity: 0.6;
  }
}
#greentrough .anc_opt .anchor li a .image {
  width: 150px;
  margin: auto;
  padding-top: 20px;
}
#greentrough .anc_opt .anchor li a dl {
  position: relative;
}
#greentrough .anc_opt .anchor li a dl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -35px;
  right: 50%;
  transform: translateX(50%);
  width: 33px;
  height: 20px;
  background-color: #6aaa8d;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
@media (hover: hover) and (pointer: fine) {
  #greentrough .anc_opt .anchor li a dl::after {
    transition: transform 0.3s;
  }
  #greentrough .anc_opt .anchor li a:hover dl::after {
    transform: translateX(50%) translateY(5px);
  }
}
#greentrough .anc_opt .anchor li a dl dt {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #6aaa8d;
}
#greentrough .anc_opt .anchor li a dl dd {
  margin: 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
#greentrough .anc_opt h5 {
  margin: 55px 0px 0px;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
}
#greentrough .anc_opt .option {
  margin: 30px 0px 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 10px;
}
#greentrough .anc_opt .option > li {
  width: 180px;
  padding: 0px 15px 13px;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
}
#greentrough .anc_opt .option > li dl dt {
  height: 45px;
  display: grid;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1em;
}
#greentrough .anc_opt .option > li dl dd {
  margin: 0px;
}
#greentrough .anc_opt .option > li .icon {
  position: absolute;
  top: 130px;
  left: -7px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  gap: 2px;
}
#greentrough .anc_opt .option > li .icon li {
  width: 50px;
  height: 50px;
  display: grid;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2em;
  background-color: #e089ac;
  border-radius: 50%;
}
@media screen and (max-width: 979px) {
  #greentrough .anc_opt .option {
    grid-template-columns: repeat(4, 180px);
  }
}
@media screen and (max-width: 799px) {
  #greentrough .anc_opt .option {
    grid-template-columns: repeat(3, 180px);
  }
}
@media screen and (max-width: 599px) {
  #greentrough .anc_opt {
    margin: -40px 0px 0px;
    padding: 75px 20px 70px;
    clip-path: polygon(0px 0px, 50% 40px, 100% 0px, 100% calc(100% - 60px), 50% 100%, 0% calc(100% - 60px));
  }
  #greentrough .anc_opt .anchor {
    gap: 25px 20px;
  }
  #greentrough .anc_opt .anchor li a {
    width: 150px;
  }
  #greentrough .anc_opt .anchor li a .image {
    width: 85px;
    padding-top: 10px;
  }
  #greentrough .anc_opt .anchor li a dl::after {
    bottom: -20px;
    width: 20px;
    height: 12px;
  }
  #greentrough .anc_opt .anchor li a dl {
    line-height: 1.8em;
  }
  #greentrough .anc_opt .anchor li a dl dt {
    font-size: 19px;
  }
  #greentrough .anc_opt .anchor li a dl dd {
    font-size: 13px;
  }
  #greentrough .anc_opt h5 {
    margin: 30px 0px 0px;
    font-size: 16px;
  }
  #greentrough .anc_opt .option {
    margin: 20px 0px 0px;
    gap: 15px;
  }
  #greentrough .anc_opt .option > li {
    width: 102px;
    padding: 0px 9px 8px;
    border-radius: 8px;
  }
  #greentrough .anc_opt .option > li dl dt {
    height: 25px;
    font-size: 9px;
  }
  #greentrough .anc_opt .option > li .icon {
    top: 70px;
    left: -5px;
    gap: 1px;
  }
  #greentrough .anc_opt .option > li .icon li {
    width: 23px;
    height: 23px;
    font-size: 8px;
  }
}
#greentrough .item {
  margin: 0px;
  padding: 60px 20px 0px;
}
#greentrough .item + .item {
  padding: 185px 20px 0px;
}
#greentrough .item h2 {
  max-width: 850px;
  margin: auto;
  padding: 10px 0px;
  text-align: center;
  font-size: 42px;
  font-weight: 400;
  color: #fff;
  background-color: #6aaa8d;
  border-radius: 10px;
}
#greentrough .item > .feature {
  max-width: 810px;
  margin: 35px auto 0px;
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 25px;
}
#greentrough .item > .feature p {
  margin: 0px;
  text-align: justify;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.9em;
}
#greentrough .item > .anchor {
  margin: 15px 0px 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
#greentrough .item > .anchor li a {
  width: 180px;
  height: 80px;
  display: block;
  border: 2px solid #d8d8d8;
  border-radius: 13px;
}
@media (hover: hover) and (pointer: fine) {
  #greentrough .item > .anchor li a {
    transition: background-color 0.3s;
  }
  #greentrough .item > .anchor li a:hover {
    background-color: #d8d8d8;
  }
}
#greentrough .item > .anchor li a dl {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #000;
  position: relative;
}
#greentrough .item > .anchor li a dl::after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 50%;
  transform: translateX(50%);
  display: block;
  width: 16px;
  height: 10px;
  background-color: #b7ae8a;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
@media (hover: hover) and (pointer: fine) {
  #greentrough .item > .anchor li a dl::after {
    transition: transform 0.3s;
  }
  #greentrough .item > .anchor li a:hover dl::after {
    transform: translateX(50%) translateY(3px);
  }
}
#greentrough .item > .anchor li a dl dt {
  font-size: 16px;
}
#greentrough .item > .anchor li a dl dd {
  margin: 0px;
  font-size: 11px;
}
#greentrough .item .dev_sku {
  max-width: 800px;
  margin: 60px auto 0px;
  padding: 0px 30px 30px;
  background-color: #f0f7f4;
  border-radius: 5px;
}
#greentrough .item .dev_sku h4 {
  margin: auto;
  width: 200px;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 50px;
  background-color: #fff;
  border: 4px solid #f0f7f4;
  border-radius: 5px;
  transform: translateY(-50%);
}
#greentrough .item .dev_sku .column {
  margin: auto;
  display: grid;
}
#greentrough .item .dev_sku .column.one {
  grid-template-columns: 1fr;
  gap: 30px;
}
#greentrough .item .dev_sku .column.two {
  grid-template-columns: max-content 1fr;
  gap: 20px;
}
#greentrough .item .dev_sku .column .develop {
  text-align: center;
}
#greentrough .item .dev_sku .column .sku table {
  width: 100%;
}
#greentrough .item .dev_sku .column .sku table thead th,
#greentrough .item .dev_sku .column .sku table tbody td {
  padding: 3px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  border: 2px solid #000;
}
#greentrough .item .dev_sku .column .sku table thead th {
  background-color: #d8d8d8;
}
#greentrough .item .dev_sku .column .sku table tbody td {
  background-color: #fff;
}
#greentrough .item .dev_sku .column .sku .accessory {
  margin: 20px 0px 0px;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}
#greentrough .item .dev_sku .column .sku .annotation {
  margin: 20px 0px 0px;
  font-size: 16px;
  font-weight: 400;
}
#greentrough .item h3 {
  max-width: 800px;
  margin: 70px auto 0px;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  line-height: 50px;
  background-color: #44725c;
  border-radius: 5px;
}
#greentrough .item .fea_anc_pri {
  max-width: 770px;
  margin: 30px auto 0px;
  display: grid;
}
#greentrough .item .fea_anc_pri:has(.fea_anc + .price) {
  grid-template-columns: 45% 1fr;
  gap: 20px;
}
#greentrough .item .fea_anc_pri:has(.price + .price) {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#greentrough .item .fea_anc_pri .annotation {
  margin: 10px 0px 0px;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.1em;
  background-color: #f2f2f2;
}
#greentrough .item .fea_anc_pri .oneword {
  margin: 10px 0px 0px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6em;
}
#greentrough .item .fea_anc_pri .oneword a {
  border-bottom: 1px solid #000;
}
#greentrough .item .fea_anc_pri:has(.price + .price) > .annotation,
#greentrough .item .fea_anc_pri:has(.price + .price) > .oneword  {
  grid-column: 1 / 3;
  margin: -10px 0px 0px;
}
#greentrough .item .fea_anc_pri .fea_anc .feature {
  margin: 0px;
  text-align: justify;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}
#greentrough .item .fea_anc_pri .fea_anc .anchor {
  margin-top: 15px;
  padding: 20px;
  border: 2px solid #d8d8d8;
  border-radius: 10px;
}
#greentrough .item .fea_anc_pri .fea_anc .anchor p {
  margin: 0px;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}
#greentrough .item .fea_anc_pri .fea_anc .anchor ul {
  margin: 20px 0px 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#greentrough .item .fea_anc_pri .fea_anc .anchor ul li a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 45px;
  background-color: #b7ae8a;
  border-radius: 100px;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  #greentrough .item .fea_anc_pri .fea_anc .anchor ul li a {
    transition: opacity 0.3s;
  }
  #greentrough .item .fea_anc_pri .fea_anc .anchor ul li a:hover {
    opacity: 0.6;
  }
}
#greentrough .item .fea_anc_pri .fea_anc .anchor ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 10px;
  height: 16px;
  background-color: #fff;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
@media (hover: hover) and (pointer: fine) {
  #greentrough .item .fea_anc_pri .fea_anc .anchor ul li a::after {
    transition: transform 0.3s;
  }
  #greentrough .item .fea_anc_pri .fea_anc .anchor ul li a:hover::after {
    transform: translateX(5px) translateY(-50%);
  }
}
#greentrough .item .fea_anc_pri .price h3 {
  margin: 0px auto 10px;
}
#greentrough .item .fea_anc_pri .price table + h3 {
  margin-top: 20px;
}
#greentrough .item .fea_anc_pri .price table {
  width: calc(100% + 20px);
  border-collapse: separate;
  border-spacing: 10px;
  margin: -10px;
}
#greentrough .item .fea_anc_pri .price table thead tr th,
#greentrough .item .fea_anc_pri .price table tbody tr td {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
#greentrough .item .fea_anc_pri .price table thead tr th {
  background-color: #d8d8d8;
}
#greentrough .item .fea_anc_pri .price table tbody tr td {
  background-color: #f2f2f2;
}
#greentrough .item .endplate_btn {
  display: grid;
  grid-template-columns: repeat(2, 410px);
  justify-content: center;
  gap: 30px;
}
#greentrough .item .buybtn {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 20px auto 0px;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 80px;
  color: #fff;
  background-color: #ad9014;
  border-radius: 100px;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  #greentrough .item .buybtn {
    transition: opacity 0.3s;
  }
  #greentrough .item .buybtn:hover {
    opacity: 0.6;
  }
}
#greentrough .item .buybtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 18px;
  height: 17px;
  background: url(https://files.bcart.jp/furukawasangyo/uploads/wt/greentrough/arrow-btn.png) center center / contain no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  #greentrough .item .buybtn::after {
    transition: transform 0.3s;
  }
  #greentrough .item .buybtn:hover::after {
    transform: translateX(5px) translateY(-50%);
  }
}
@media screen and (max-width: 899px) {
  #greentrough .item .endplate_btn {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
@media screen and (max-width: 869px) {
  #greentrough .item > .feature {
    grid-template-columns: 1fr;
  }
  #greentrough .item > .feature .thumbnail {
    max-width: 600px;
    margin: auto;
  }
  #greentrough .item .fea_anc_pri,
  #greentrough .item .fea_anc_pri:has(.fea_anc + .price),
  #greentrough .item .fea_anc_pri:has(.price + .price) {
    grid-template-columns: 1fr;
  }
  #greentrough .item .fea_anc_pri > .annotation,
  #greentrough .item .fea_anc_pri > .oneword  {
    grid-column: 1;
  }
  #greentrough .item .fea_anc_pri .fea_anc .anchor ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 599px) {
  #greentrough .item {
    padding: 45px 20px 0px;
  }
  #greentrough .item + .item {
    padding: 45px 20px 0px;
  }
  #greentrough .item h2 {
    padding: 8px 0px;
    font-size: 21px;
    border-radius: 5px;
  }
  #greentrough .item > .feature {
    margin: 20px auto 0px;
    gap: 0px;
  }
  #greentrough .item > .feature .thumbnail {
    max-width: 220px;
  }
  #greentrough .item > .feature p {
    font-size: 14px;
    line-height: 1.7em;
  }
  #greentrough .item > .anchor li a {
    width: 134px;
    height: 60px;
    border: 1px solid #d8d8d8;
    border-radius: 7px;
  }
  #greentrough .item > .anchor li a dl::after {
    width: 13px;
    height: 8px;
  }
  #greentrough .item > .anchor li a dl dt {
    font-size: 12px;
  }
  #greentrough .item > .anchor li a dl dd {
    font-size: 9px;
  }
  #greentrough .item .dev_sku {
    margin: 35px auto 0px;
    padding: 0px 10px 10px;
    border-radius: 3px;
  }
  #greentrough .item .dev_sku h4 {
    width: 100px;
    font-size: 13px;
    line-height: 25px;
    border: 2px solid #f0f7f4;
    border-radius: 3px;
  }
  #greentrough .item .dev_sku .column.one {
    gap: 10px;
  }
  #greentrough .item .dev_sku .column.two {
    grid-template-columns: 35% 1fr;
    gap: 10px;
  }
  #greentrough .item .dev_sku .column .sku table thead th,
  #greentrough .item .dev_sku .column .sku table tbody td {
    padding: 1.5px;
    font-size: 6px;
    border: 1px solid #000;
  }
  #greentrough .item .dev_sku .column .sku table thead th {
    background-color: #d8d8d8;
  }
  #greentrough .item .dev_sku .column .sku table tbody td {
    background-color: #fff;
  }
  #greentrough .item .dev_sku .column .sku .accessory {
    margin: 10px 0px 0px;
    font-size: 11px;
  }
  #greentrough .item .dev_sku .column .sku .annotation {
    margin: 10px 0px 0px;
    font-size: 8px;
  }
  #greentrough .item h3 {
    margin: 30px auto 0px;
    font-size: 14px;
    line-height: 25px;
    border-radius: 3px;
  }
  #greentrough .item .fea_anc_pri {
    margin: 10px auto 0px;
  }
  #greentrough .item .fea_anc_pri,
  #greentrough .item .fea_anc_pri:has(.fea_anc + .price),
  #greentrough .item .fea_anc_pri:has(.price + .price) {
    gap: 10px;
  }
  #greentrough .item .fea_anc_pri .annotation {
    margin: 10px 0px 0px;
    padding: 6px 8px;
    font-size: 11px;
    line-height: 1.6em;
  }
  #greentrough .item .fea_anc_pri .oneword {
    font-size: 10px;
  }
  #greentrough .item .buybtn {
    width: calc(100% - 20px);
    margin: 10px auto 0px;
    font-size: 19px;
    line-height: 40px;
  }
  #greentrough .item .fea_anc_pri > .annotation,
  #greentrough .item .fea_anc_pri > .oneword  {
    margin: 0px 20px 0px;
  }
  #greentrough .item .fea_anc_pri .fea_anc .feature {
    font-size: 13px;
  }
  #greentrough .item .fea_anc_pri .fea_anc .anchor {
    padding: 10px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
  }
  #greentrough .item .fea_anc_pri .fea_anc .anchor p {
    font-size: 10px;
  }
  #greentrough .item .fea_anc_pri .fea_anc .anchor ul {
    margin: 10px 0px 0px;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
  #greentrough .item .fea_anc_pri .fea_anc .anchor ul li {
    width: 100%;
    max-width: 50%;
  }
  #greentrough .item .fea_anc_pri .fea_anc .anchor ul li a {
    line-height: 23px;
  }
  #greentrough .item .fea_anc_pri .fea_anc .anchor ul li a::after {
    right: 7px;
    width: 5px;
    height: 8px;
  }
  #greentrough .item .fea_anc_pri .price {
    padding: 0px 20px;
  }
  #greentrough .item .fea_anc_pri .price table + h3 {
    margin-top: 10px;
  }
  #greentrough .item .fea_anc_pri .price table thead tr th,
  #greentrough .item .fea_anc_pri .price table tbody tr td {
    font-size: 13px;
    line-height: 21px;
  }
  #greentrough .item .buybtn::after {
    right: 15px;
    width: 9px;
    height: 8px;
  }
}