

/* Start:/tools/css/productcard.css?174953590512410*/
.b-product-card-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
@media (max-width: 991px) {
  .b-product-card-top {
    grid-template-columns: 1fr;
  }
}
.b-product-card-top .__section-img {
  display: grid;
  grid-template-columns: 72px 1fr;
  grid-gap: 16px;
}
@media (max-width: 991px) {
  .b-product-card-top .__section-img {
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }
}
.b-product-card-top .__section-img .__thumbs {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  gap: 14px;
}
@media (max-width: 991px) {
  .b-product-card-top .__section-img .__thumbs {
    order: 2;
    justify-content: center;
  }
}
.b-product-card-top .__section-img .__thumbs .__arrow {
  height: 32px;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .b-product-card-top .__section-img .__thumbs .__arrow {
    display: none;
  }
}
.b-product-card-top .__section-img .__thumbs .__arrow:hover svg {
  background: #ffffff;
}
.b-product-card-top .__section-img .__thumbs .__arrow:hover svg path {
  fill: #02B449;
}
.b-product-card-top .__section-img .__thumbs .__arrow.--disabled {
  pointer-events: none;
  opacity: 0.5;
}
.b-product-card-top .__section-img .__thumbs .__content {
  overflow-y: auto;
  height: 100%;
  display: grid;
  align-content: start;
  grid-gap: 14px;
  grid-template-columns: 1fr;
}
@media (max-width: 991px) {
  .b-product-card-top .__section-img .__thumbs .__content {
    display: flex;
    flex-wrap: wrap;
  }
}
.b-product-card-top .__section-img .__thumbs .__content .__item {
  height: 72px;
  width: 72px;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 4px;
  overflow: hidden;
}
.b-product-card-top .__section-img .__thumbs .__content .__item img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.b-product-card-top .__section-img .__thumbs .__content .__item.--active {
  border: 2px solid #02B449;
}
.b-product-card-top .__section-img .__thumbs .__content .__item:hover {
  border: 2px solid #02B449;
}
.b-product-card-top .__section-img .__thumbs .__content::-webkit-scrollbar {
  display: none;
}
.b-product-card-top .__section-img .__img {
  border-radius: 8px;
  overflow: hidden;
  max-height: 512px;
  height: 512px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .b-product-card-top .__section-img .__img {
    max-height: 300px;
    height: 300px;
  }
}
.b-product-card-top .__section-img .__img a {
  display: block;
  height: 100%;
  text-align: center;
}
.b-product-card-top .__section-img .__img a img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.b-product-card-top .__section_info {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr;
  align-content: space-between;
}
@media (max-width: 991px) {
  .b-product-card-top .__section_info {
    box-shadow: none;
    padding: 0;
  }
}
.b-product-card-top .__section_info .__title {
  color: #171717;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .b-product-card-top .__section_info .__title {
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .b-product-card-top .__section_info .__title {
    display: none;
  }
}

.b-info-table {
  position: static;
  width: 100%;
}
@media (max-width: 991px) {
  .b-info-table {
    margin-bottom: 24px;
  }
}
.b-info-table tr th {
  border: 1px solid #E6E6E6;
  padding: 12px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.b-info-table tr td {
  border: 1px solid #E6E6E6;
  padding: 12px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.b-order-btn {
  border-radius: 4px;
  background: #02B449;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-order-btn:hover {
  background: #D8F8DF;
  color: #02B449;
}

.--bg-card-grey {
  background: #F6F6F6;
  padding: 24px 0;
}
@media (max-width: 991px) {
  .--bg-card-grey {
    background: #ffffff;
  }
}

#sns_content {
  display: none;
}

#overlay-bg {
  min-height: 128px !important;
}

.b-product-card-info {
  position: relative;
}
.b-product-card-info p {
  color: #171717;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.b-product-card-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.b-product-card-info ul.--ok li {
  padding-left: 18px;
}
.b-product-card-info ul.--ok li:before {
  background: url(/images/ano/productcard/ok.svg);
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}
.b-product-card-info ul li {
  position: relative;
  margin-bottom: 8px;
  color: #171717;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  padding-left: 12px;
}
.b-product-card-info ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #171717;
}
.b-product-card-info table {
  width: 100%;
  border-radius: 8px;
}
.b-product-card-info table tr th {
  border: 1px solid #E6E6E6;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding: 16px;
}
.b-product-card-info table tr td {
  border: 1px solid #E6E6E6;
  color: #000;
  padding: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.b-product-card-info table tr td.__bottom {
  position: static;
  background: #E3F9E8;
}
.b-product-card-info table tr td.__bottom .__title {
  color: #171717;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.b-product-card-info table tr td.__bottom .__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 8px;
  align-items: center;
}
@media (max-width: 575px) {
  .b-product-card-info table tr td.__bottom .__grid {
    grid-template-columns: 1fr;
    grid-gap: 12px;
  }
}
.b-product-card-info table tr td.__sub-title {
  text-align: center;
  background: #F6F6F6;
}
.b-product-card-info table.--pay-table {
  margin-bottom: 48px;
}
.b-product-card-info table.--pay-table tr th {
  position: static;
}
.b-product-card-info table.--pay-table tr td {
  padding: 32px;
}
.b-product-card-info table.--pay-table tr td .__spec-title {
  color: #171717;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}
.b-product-card-info table.--pay-table tr td a {
  font-size: 20px;
}
@media (max-width: 575px) {
  .b-product-card-info table.--pay-table tr td a {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .b-product-card-info table.--pay-table {
    display: block;
  }
  .b-product-card-info table.--pay-table tr {
    display: block;
    width: 100%;
  }
  .b-product-card-info table.--pay-table tr td {
    display: block;
    width: 100%;
    padding: 16px;
  }
  .b-product-card-info table.--pay-table tr td .__spec-title {
    font-size: 16px;
  }
}

.b-product-card-nav {
  border-bottom: 1px solid #ECECEC;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #ffffff;
  z-index: 10;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .b-product-card-nav {
    display: none;
  }
}
.b-product-card-nav .__item {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #787878;
  padding: 0 24px;
  border-bottom: 2px solid transparent;
}
@media (max-width: 1199px) {
  .b-product-card-nav .__item {
    padding: 0 8px;
  }
}
.b-product-card-nav .__item:hover {
  background: #F6F6F6;
  color: #02B449;
}
.b-product-card-nav .__item.--active {
  border-bottom: 2px solid #02B449;
  color: #171717;
}

.b-card-spec-title {
  color: #171717;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
}
.b-card-spec-title.--link {
  text-decoration: underline;
  display: block;
}

.b-product-nav-title {
  position: relative;
  color: #02B449;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  background: #ffffff;
  margin-bottom: 24px;
}
.b-product-nav-title span {
  position: relative;
  z-index: 5;
  padding-right: 7px;
  background: #fff;
}
.b-product-nav-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  height: 1px;
  width: 100%;
  background: #D8F8DF;
}

#overlay-bg {
  background: #ffffff !important;
  z-index: 1000 !important;
}

.b-two-grid-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .b-two-grid-content {
    grid-template-columns: 1fr;
  }
}
.b-two-grid-content img {
  border-radius: 8px;
  overflow: hidden;
}

.b-list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .b-list-grid {
    grid-template-columns: 1fr;
  }
}

.b-img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
  margin-bottom: 48px;
}
.b-img-grid img {
  border-radius: 8px;
  overflow: hidden;
}

.b-product-document {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .b-product-document {
    grid-template-columns: 1fr;
  }
}
.b-product-document .__doc {
  position: static;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
  max-width: 832px;
}
@media (max-width: 991px) {
  .b-product-document .__doc {
    order: 2;
  }
}
.b-product-document .__doc .__item {
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #F6F6F6;
  position: relative;
}
.b-product-document .__doc .__item img {
  width: 100%;
  border-radius: 8px;
}
.b-product-document .__doc .__item .__name {
  padding: 16px;
  color: #171717;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}
.b-product-document .__info {
  position: static;
}
@media (max-width: 991px) {
  .b-product-document .__info {
    order: 1;
  }
}
.b-product-document .__info .__title {
  color: #171717;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
}
.b-product-document .__info .b-card-spec-title {
  margin-bottom: 8px;
}
.b-product-document .__info p {
  position: static;
}

.b-table-wrap {
  border-radius: 8px;
  width: 100%;
  overflow-x: auto;
}

.b-mobile-title {
  color: #171717;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  display: none;
}
@media (max-width: 991px) {
  .b-mobile-title {
    display: block;
  }
}

.b-product-card-top .__section-img .__thumbs .__arrow, .b-product-card-top .__section-img .__thumbs .__arrow svg, .b-product-card-top .__section-img .__thumbs .__arrow svg path, .b-product-card-top .__section-img .__thumbs .__content .__item, .b-order-btn, .b-product-card-nav .__item {
  transition: all 0.3s ease-out;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: none;
}

.b-h2 {
  font-family: "Manrope", sans-serif !important;
  font-size: 32px !important;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 32px;
  color: #111111;
  text-transform: none;
}
@media (max-width: 991px) {
  .b-h2 {
    font-size: 24px !important;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .b-h2 {
    font-size: 20px !important;
  }
}

p, #sns_wrapper .rte p, .post-content {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #111111;
  margin-bottom: 24px;
  text-align: justify;
}
@media (max-width: 575px) {
  p, #sns_wrapper .rte p, .post-content {
    font-size: 14px;
  }
}
p:last-child, #sns_wrapper .rte p:last-child, .post-content:last-child {
  margin-bottom: 0;
}

ul li, #sns_wrapper .rte ul li {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #111111;
}
@media (max-width: 575px) {
  ul li, #sns_wrapper .rte ul li {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

a {
  color: #00BC00;
}
a:hover {
  color: #006127;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

/*# sourceMappingURL=productcard.css.map */

/* End */
/* /tools/css/productcard.css?174953590512410 */
