.under_title .under_title {
  padding: 54px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .under_title .under_title {
    padding: 20px 0 0 0;
  }
}
.under_title .under_title .h1_wrap {
  border-left: 4px solid #12ADC4;
  max-width: 1596px;
  margin: 0 auto;
  padding: 0 84px;
  width: 95%;
}
@media screen and (max-width: 1024px) {
  .under_title .under_title .h1_wrap {
    padding: 0 1em;
  }
}
.under_title .under_title .h1_wrap h1 {
  font-size: 37px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .under_title .under_title .h1_wrap h1 {
    font-size: 24px;
  }
}
.under_title .under_title .h1_wrap .bread_wrap .breadcrumb {
  padding: 16px 0 6px;
}
@media screen and (max-width: 1024px) {
  .under_title .under_title .h1_wrap .bread_wrap .breadcrumb {
    padding: 0.5em 0;
  }
}
.under_title .under_title .h1_wrap .bread_wrap .breadcrumb p {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}
.under_title .under_title .h1_wrap .bread_wrap .breadcrumb p a, .under_title .under_title .h1_wrap .bread_wrap .breadcrumb p span {
  display: block;
}
.under_title .under_title .h1_wrap .bread_wrap .breadcrumb p a {
  color: #12ADC4;
}

.cart_zone {
  padding: 116px 0;
}
@media screen and (max-width: 767px) {
  .cart_zone {
    padding: 4em 0;
  }
}
.cart_zone h2 {
  font-size: 24px;
  font-weight: bold;
  color: #12ADC4;
}
.cart_zone .content_wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 70px;
}
@media screen and (max-width: 1024px) {
  .cart_zone .content_wrap {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .cart_zone .content_wrap .sidebar {
    display: none;
  }
}
.cart_zone .content_wrap main {
  width: 100%;
}
.cart_zone .content_wrap main .cart_page_list_wrap .non_item_text {
  font-size: 24px;
  text-align: center;
  padding: 4em 0;
  margin: 0 0 2em 0;
}
.cart_zone .content_wrap main .cart_page_list_wrap .non_item_to_top {
  display: block;
  text-align: center;
  padding: 15px 0;
  border-radius: 50px;
  border: 1px solid #12ADC4;
  color: #12ADC4;
  max-width: 340px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .cart_zone .content_wrap main .cart_page_list_wrap .non_item_to_top {
    line-height: 1;
    font-size: 16px;
    max-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .cart_zone .content_wrap main .cart_page_list_wrap .non_item_to_top {
    padding: 1em 0;
    max-width: 180px;
  }
}
.cart_zone .content_wrap main .cart_page_list_wrap .non_item_to_top:hover {
  background-color: #12ADC4;
  color: #fff;
  opacity: 1;
}
.cart_zone .content_wrap main .cart_page_list_wrap .item_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 0;
  border-bottom: 1px solid #B5B5B5;
}
@media screen and (max-width: 767px) {
  .cart_zone .content_wrap main .cart_page_list_wrap .item_box {
    padding: 2em 0;
  }
}
.cart_zone .content_wrap main .cart_page_list_wrap .item_box .image_wrap {
  width: 80px;
  height: 80px;
  padding: 5px;
  border: 1px solid #B5B5B5;
  margin-right: 2em;
  flex-shrink: 0;
}
.cart_zone .content_wrap main .cart_page_list_wrap .item_box .image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cart_zone .content_wrap main .cart_page_list_wrap .item_box .type_icon {
  width: 73px;
  height: 73px;
  border-radius: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  padding: 5px;
  transition: 0.5s;
  margin-right: 1em;
  display: block;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .cart_zone .content_wrap main .cart_page_list_wrap .item_box .type_icon {
    margin-right: 0.5em;
  }
}
.cart_zone .content_wrap main .cart_page_list_wrap .item_box .type_icon.catalog {
  background-image: url("../images/common/download_icon/icon_catalog_white.svg");
  background-color: #12ADC4;
}
.cart_zone .content_wrap main .cart_page_list_wrap .item_box .type_icon.sds {
  background-image: url("../images/common/download_icon/icon_sds_white.svg");
  background-color: #12ADC4;
}
.cart_zone .content_wrap main .cart_page_list_wrap .item_box .type_icon.exclusive_sds {
  background-image: url("../images/common/download_icon/icon_psds_white.svg");
  background-color: #12ADC4;
}
.cart_zone .content_wrap main .cart_page_list_wrap .item_box .type_icon.f4_star {
  background-image: url("../images/common/download_icon/icon_star_white.svg");
  background-color: #12ADC4;
}
.cart_zone .content_wrap main .cart_page_list_wrap .item_box button {
  display: block;
  margin: 0 0 0 auto;
  font-weight: bold;
  border: 1px solid;
  padding: 0.5em 1em;
  transition: 0.5s;
  position: relative;
  z-index: 4;
  flex-shrink: 0;
}
.cart_zone .content_wrap main .cart_page_list_wrap .item_box .product_name {
  display: block;
  margin-right: 1em;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .cart_zone .content_wrap main .cart_page_list_wrap .item_box .product_name {
    width: 100%;
    margin-right: 0.5em;
  }
}
.cart_zone .content_wrap main .cart_page_list_wrap .item_box.building .type_icon {
  background-color: #12ADC4;
}
.cart_zone .content_wrap main .cart_page_list_wrap .item_box.building .product_name {
  color: #12ADC4;
}
.cart_zone .content_wrap main .cart_page_list_wrap .item_box.building button {
  color: #12ADC4;
}
.cart_zone .content_wrap main .cart_page_list_wrap .item_box.building button:hover {
  background-color: #12ADC4;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .cart_zone .content_wrap main .cart_page_list_wrap .item_box.building button:hover {
    background-color: inherit;
    color: #12ADC4;
  }
}
@media screen and (max-width: 767px) {
  .cart_zone .content_wrap main .cart_page_list_wrap .item_box.building button {
    font-size: 14px;
  }
}
.cart_zone .content_wrap main .cart_page_list_wrap .item_box.industrial .type_icon {
  background-color: #FFC247;
}
.cart_zone .content_wrap main .cart_page_list_wrap .item_box.industrial .product_name {
  color: #FFC247;
}
.cart_zone .content_wrap main .cart_page_list_wrap .item_box.industrial button {
  color: #FFC247;
}
.cart_zone .content_wrap main .cart_page_list_wrap .item_box.industrial button:hover {
  background-color: #FFC247;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .cart_zone .content_wrap main .cart_page_list_wrap .item_box.industrial button:hover {
    background-color: inherit;
    color: #FFC247;
  }
}
.cart_zone .content_wrap main .cart_page_list_wrap .item_box.optics .type_icon {
  background-color: #EF857E;
}
.cart_zone .content_wrap main .cart_page_list_wrap .item_box.optics .product_name {
  color: #EF857E;
}
.cart_zone .content_wrap main .cart_page_list_wrap .item_box.optics button {
  color: #EF857E;
}
.cart_zone .content_wrap main .cart_page_list_wrap .item_box.optics button:hover {
  background-color: #EF857E;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .cart_zone .content_wrap main .cart_page_list_wrap .item_box.optics button:hover {
    background-color: inherit;
    color: #EF857E;
  }
}
.cart_zone .content_wrap main .to_form {
  padding: 2em 0;
}
.cart_zone .content_wrap main .to_form a {
  display: block;
  text-align: center;
  padding: 15px 0;
  border-radius: 50px;
  border: 1px solid #12ADC4;
  color: #12ADC4;
  max-width: 340px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .cart_zone .content_wrap main .to_form a {
    line-height: 1;
    font-size: 16px;
    max-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .cart_zone .content_wrap main .to_form a {
    padding: 1em 0;
    max-width: 180px;
  }
}
.cart_zone .content_wrap main .to_form a:hover {
  background-color: #12ADC4;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .cart_zone .content_wrap main .to_form a {
    max-width: 300px;
  }
}
/*# sourceMappingURL=cart_page.css.map */