.c-categories_tab__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 900px) {
  .c-categories_tab__list {
    justify-content: space-between;
  }
}
.c-categories_tab__list li {
  width: 286px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .c-categories_tab__list li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 490px) {
  .c-categories_tab__list li {
    width: calc(100%);
    margin-bottom: 12px;
  }
}
.c-categories_tab__list li a {
  text-align: center;
  display: block;
  font-size: 13px;
  padding: 14px 22px 14px 0px;
  border-width: 1px;
  border-color: #d5deee;
  border-style: solid;
  background-color: white;
  box-shadow: 0px 2px 0px 0px #f7f9f9;
  transition: 0.2s all;
  cursor: pointer;
  color: #26346e;
}
.c-categories_tab__list li a:hover {
  border-color: #acb3c1;
  border-width: 1px;
}
.c-categories_tab__list li a::before {
  position: absolute;
  display: block;
  content: "\f063";
  font-family: "FontAwesome";
  font-weight: 600;
  color: #f15a5f;
  font-size: 13px;
  top: calc(50% - 6px);
  right: 14px;
}
.c-categories_tab__list li:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 900px) {
  .c-categories_tab__list li:not(:first-child) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 900px) {
  .c-categories_tab__list li:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 490px) {
  .c-categories_tab__list li:nth-child(n+3) {
    margin-top: 0;
  }
}

.c-categories_tab_even__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-categories_tab_even__list li {
  width: calc(50% - 10px);
  position: relative;
}
@media screen and (max-width: 900px) {
  .c-categories_tab_even__list li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 860px) {
  .c-categories_tab_even__list li {
    width: calc(100%);
    margin-bottom: 12px;
  }
}
.c-categories_tab_even__list li a {
  text-align: center;
  display: block;
  font-size: 13px;
  padding: 14px 22px 14px 0px;
  border-width: 1px;
  border-color: #d5deee;
  border-style: solid;
  background-color: white;
  box-shadow: 0px 2px 0px 0px #f7f9f9;
  transition: 0.2s all;
  cursor: pointer;
  color: #26346e;
}
.c-categories_tab_even__list li a:hover {
  border-color: #acb3c1;
  border-width: 1px;
}
.c-categories_tab_even__list li a::before {
  position: absolute;
  display: block;
  content: "\f063";
  font-family: "FontAwesome";
  font-weight: 600;
  color: #f15a5f;
  font-size: 13px;
  top: calc(50% - 6px);
  right: 14px;
}
@media screen and (max-width: 380px) {
  .c-categories_tab_even__list li a span {
    display: block;
    margin-top: 5px;
  }
}
.c-categories_tab_even__list li:nth-child(n+3) {
  margin-top: 20px;
}
@media screen and (max-width: 860px) {
  .c-categories_tab_even__list li:nth-child(n+3) {
    margin-top: 0;
  }
}

.c-products__table {
  width: 100%;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 900px) {
  .c-products__table {
    width: calc( 100vw + -60px );
  }
}
@media screen and (max-width: 684px) {
  .c-products__table {
    width: 625px;
  }
}
.c-products__table thead th {
  background: #848484;
  border: 1px solid #dddddd;
  padding: 16px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .c-products__table thead th {
    white-space: nowrap;
  }
}
.c-products__table tbody {
  color: #1f1f1f;
}
.c-products__table tbody th {
  border: 1px solid #dddddd;
  padding: 16px 20px;
  text-align: left;
  background: #f9f9f9;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.667;
}
@media screen and (max-width: 900px) {
  .c-products__table tbody th {
    white-space: nowrap;
  }
}
.c-products__table tbody td {
  border: 1px solid #dddddd;
  padding: 16px 19px;
  text-align: left;
  font-size: 15px;
  line-height: 1.667;
}
@media screen and (max-width: 900px) {
  .c-products__table tbody td {
    white-space: nowrap;
  }
}

.c-products__table-ns {
  width: 100%;
  border: 1px solid #dddddd;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .c-products__table-ns {
    width: 100%;
    margin-bottom: calc( 3.846vw + 5.385px );
  }
}
.c-products__table-ns thead th {
  background: #848484;
  border: 1px solid #dddddd;
  padding: 16px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .c-products__table-ns thead th {
    white-space: nowrap;
  }
}
@media screen and (max-width: 640px) {
  .c-products__table-ns thead th {
    padding: 15px 16px;
  }
}
.c-products__table-ns tbody {
  color: #1f1f1f;
}
.c-products__table-ns tbody th {
  border: 1px solid #dddddd;
  padding: 16px 20px;
  text-align: left;
  background: #f9f9f9;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.667;
}
@media screen and (max-width: 640px) {
  .c-products__table-ns tbody th {
    padding: 14px 13px;
    vertical-align: middle;
  }
}
.c-products__table-ns tbody td {
  border: 1px solid #dddddd;
  padding: 16px 19px;
  text-align: left;
  font-size: 15px;
  line-height: 1.667;
}
@media screen and (max-width: 640px) {
  .c-products__table-ns tbody td {
    padding: 14px 13px;
    vertical-align: middle;
  }
}

.c-products_pdf {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #f8fbfb;
  padding: 23px 20px 25px;
  border-top: solid 1px #d3d3d3;
  position: relative;
}
@media screen and (max-width: 640px) {
  .c-products_pdf {
    padding: 15px 15px 16px 15px;
  }
}
.c-products_pdf__link {
  display: block;
  background-color: #FFF;
  padding: 20px;
  width: 100%;
  border: 1px solid #d5deee;
  color: #234b9b;
  font-weight: 500;
  transition: 0.3s all;
}
.c-products_pdf__link:hover {
  border-color: #acb3c1;
}
@media screen and (max-width: 640px) {
  .c-products_pdf__link {
    padding: 15px;
  }
}
.c-products_pdf__btn {
  position: relative;
  padding: 0 0 0 1rem;
}
.c-products_pdf__btn::before {
  content: "\f105";
  position: absolute;
  font-family: "FontAwesome";
  left: 0;
  top: 2px;
  display: inline-block;
  color: #f15a5f;
  font-size: 15px;
  font-weight: bold;
}
.c-products_pdf__btn .capa {
  display: inline-block;
  color: #afafaf;
  font-size: 16px;
}
@media screen and (max-width: 440px) {
  .c-products_pdf__btn .capa {
    display: block;
  }
}
.c-products_pdf__btn .capa::before {
  display: inline-block;
  font-size: 1em;
  font-family: "FontAwesome";
  content: '\f1c1';
  color: #dc3200;
  margin: 0 4px 0 0;
  padding-left: 1rem;
}
@media screen and (max-width: 440px) {
  .c-products_pdf__btn .capa::before {
    padding: 8px 0 0 0;
  }
}

.c-products_hexagon_set {
  width: 100%;
}
.c-products_hexagon_set__link {
  display: block;
  text-align: left;
  color: #26346e;
  background: #F8FBFB;
  /* fallback */
  background: linear-gradient(135deg, transparent 7px, #F8FBFB 0) top left, linear-gradient(225deg, transparent 0, #F8FBFB 0) top right, linear-gradient(315deg, transparent 7px, #F8FBFB 0) bottom right, linear-gradient(45deg, transparent 0, #F8FBFB 0) bottom left;
  background-size: 50.1% 50.1%;
  background-repeat: no-repeat;
  transition: color 0.3s ease-in-out;
  /*padding: 2px;*/
}
@-moz-document url-prefix() {
  .c-products_hexagon_set__link {
    background-size: 50% 50%;
  }
}
.c-products_hexagon_set__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E4E9EC;
  /* fallback */
  background: linear-gradient(135deg, transparent 7px, #E4E9EC 0) top left, linear-gradient(225deg, transparent 0, #E4E9EC 0) top right, linear-gradient(315deg, transparent 7px, #E4E9EC 0) bottom right, linear-gradient(45deg, transparent 0, #E4E9EC 0) bottom left;
  background-size: 50.1% 50.1%;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
@-moz-document url-prefix() {
  .c-products_hexagon_set__link::before {
    background-size: 50% 50%;
  }
}
@media screen and (max-width: 900px) {
  .c-products_hexagon_set__link::before {
    background: transparent;
  }
}
.c-products_hexagon_set__link:hover::before {
  opacity: 1;
}
.c-products_hexagon_set__link:hover .cont::after {
  right: 6px;
}
.c-products_hexagon_set__link .cont {
  display: block;
  padding: 18px 0 19px 18px;
  background: #f8fbfb;
  /* fallback */
  background: transparent;
  background-size: 50.1% 50.1%;
  background-repeat: no-repeat;
  transition: background 0.3s ease-in-out;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
@-moz-document url-prefix() {
  .c-products_hexagon_set__link .cont {
    background-size: 50% 50%;
  }
}
@media screen and (max-width: 900px) {
  .c-products_hexagon_set__link .cont {
    padding: 0 28px 0 13px;
    font-size: 14px;
    height: 78px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .c-products_hexagon_set__link .cont {
    padding: 0 28px 0 13px;
    font-size: 13px;
    height: 62px;
  }
}
.c-products_hexagon_set__link .cont ._ttl {
  position: relative;
  z-index: 1;
}
.c-products_hexagon_set__link .cont > span {
  display: inline-block;
}
@media screen and (max-width: 440px) {
  .c-products_hexagon_set__link .cont > span {
    display: block;
  }
}
.c-products_hexagon_set__link_innner {
  display: block;
  background: #f8fbfb;
  background: linear-gradient(135deg, transparent 6px, #f8fbfb 0) top left, linear-gradient(225deg, transparent 0, #f8fbfb 0) top right, linear-gradient(315deg, transparent 6px, #f8fbfb 0) bottom right, linear-gradient(45deg, transparent 0, #f8fbfb 0) bottom left;
  background-size: 50.1% 50.1%;
  background-repeat: no-repeat;
  transition: background 0.3s ease-in-out;
  position: relative;
}
.c-products_hexagon_set__link_innner::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 16px);
  border-right: 1px dotted #d5deee;
  z-index: 10;
}
@media screen and (max-width: 440px) {
  .c-products_hexagon_set__link_innner::before {
    right: 17px;
  }
}
.c-products_hexagon_set__link_innner::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: inline-block;
  font-family: "FontAwesome";
  color: #ed1b29;
  font-weight: 900;
  font-size: 16px;
  z-index: 10;
  transition: right 0.2s ease-out;
}
@media screen and (max-width: 440px) {
  .c-products_hexagon_set__link_innner::after {
    right: 5px;
  }
}
.c-products_hexagon_set__link_innner:hover::after {
  right: 6px;
}

.p-functional_materials_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-functional_materials_list > li {
  width: 286px;
  height: 170px;
}
.p-functional_materials_list > li:nth-child(n+4) {
  margin-top: 32px;
}
@media screen and (max-width: 900px) {
  .p-functional_materials_list > li:nth-child(n+4) {
    margin-top: 0;
    height: auto;
  }
}
@media screen and (max-width: 900px) {
  .p-functional_materials_list > li:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .p-functional_materials_list > li:nth-child(n+3) {
    margin-top: 0px;
  }
}
@media screen and (max-width: 640px) {
  .p-functional_materials_list > li:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 900px) {
  .p-functional_materials_list > li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 640px) {
  .p-functional_materials_list > li {
    width: 100%;
    height: auto;
  }
}
.p-functional_materials__link {
  background-color: #f8fbfb;
  display: block;
  border-top: 2px solid #50648c;
  height: 100%;
  transition: 0.2s all;
}
.p-functional_materials__item dt {
  padding: 21px 19px 22px 19px;
  border-bottom: 1px solid #d5deee;
}
.p-functional_materials__item dt b {
  position: relative;
  padding: 0 0 0 1rem;
  color: #26346e;
  transition: 0.2s all;
}
.p-functional_materials__item dt b::before {
  content: "\f105";
  position: absolute;
  top: calc(50% - 6px);
  left: 0px;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 15px;
  color: #f15a5f;
  transition: 0.2s all;
}
.p-functional_materials__item dd {
  padding: 21px 19px 22px 25px;
}
.p-functional_materials__item dd li {
  position: relative;
  padding: 0 0 0 19px;
}
.p-functional_materials__item dd li::before {
  content: '\f111';
  color: #26346e;
  position: absolute;
  top: 0.08em;
  left: 0;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 1em;
  font-weight: 900;
  transform: scale(0.5);
}
.p-functional_materials__item dd li:not(:first-child) {
  margin-top: 10px;
}
.p-functional_materials .p-functional_materials__link:hover dt > b {
  color: #eb2e3b;
}
.p-functional_materials .p-functional_materials__link:hover dt > b::before {
  left: 2px;
}

.p-organic_pigment__table > thead tr th:first-child {
  width: 148px;
}
.p-organic_pigment__table > thead tr th:nth-child(2) {
  width: 168px;
}
.p-organic_pigment__table > thead tr th:nth-child(3) {
  width: 287px;
}
.p-organic_pigment__table > tbody tr > td span {
  display: block;
  padding: 10px 0 0;
}
@media screen and (max-width: 640px) {
  .p-organic_pigment__table th, .p-organic_pigment__table td {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 900px) {
  .p-liquid_dispersion__table .c-products__table {
    width: 100%;
  }
}
.p-liquid_dispersion__table > thead tr th:first-child {
  width: 225px;
}
.p-liquid_dispersion__table > thead tr th:nth-child(2) {
  width: 134px;
}
.p-liquid_dispersion__table > thead tr th:nth-child(3) {
  width: auto;
}
@media screen and (max-width: 900px) {
  .p-liquid_dispersion__table > thead tr th:first-child {
    width: auto;
  }
  .p-liquid_dispersion__table > thead tr th:nth-child(2) {
    width: auto;
  }
}
.p-liquid_dispersion__table > tbody tr > td span {
  display: block;
  padding: 10px 0 0;
}
.p-liquid_dispersion__table > tbody tr > td span:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 900px) {
  .p-liquid_dispersion__table > tbody tr > td span:not(:first-child) {
    margin-left: 0px;
  }
}

.l-contact_parts {
  margin-top: 64px;
}
@media screen and (max-width: 900px) {
  .l-contact_parts {
    margin-top: calc( 4.483vw + 23.655px );
  }
}

.p-products_card {
  width: 100%;
}
.p-products_card__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 94px;
}
@media screen and (max-width: 900px) {
  .p-products_card__list {
    margin-bottom: calc( -21.312vw + 285.803px );
  }
}
@media screen and (max-width: 778px) {
  .p-products_card__list {
    margin-bottom: calc( 8.117vw + 56.851px );
  }
}
@media screen and (max-width: 470px) {
  .p-products_card__list {
    margin-bottom: calc( 10.667vw + -10.134px );
  }
}
@media screen and (max-width: 320px) {
  .p-products_card__list {
    margin-bottom: 24px;
  }
}
.p-products_card__list li {
  width: 384px;
}
@media screen and (max-width: 900px) {
  .p-products_card__list li {
    width: 48.5%;
  }
}
@media screen and (max-width: 470px) {
  .p-products_card__list li {
    width: 100%;
  }
}
.p-products_card__list li:nth-child(n+4) {
  margin-top: 72px;
}
@media screen and (max-width: 900px) {
  .p-products_card__list li:nth-child(n+3) {
    margin-top: 72px;
  }
}
@media screen and (max-width: 778px) {
  .p-products_card__list li:nth-child(n+3) {
    margin-top: calc( 3.247vw + 69.74px );
  }
}
@media screen and (max-width: 470px) {
  .p-products_card__list li:nth-child(n+2) {
    margin-top: calc( 2vw + 5.6px );
  }
}
@media screen and (max-width: 320px) {
  .p-products_card__list li:nth-child(n+2) {
    margin-top: 12px;
  }
}
.p-products_card__link {
  width: 100%;
  display: block;
}
.p-products_card__item {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 470px) {
  .p-products_card__item {
    display: flex;
    min-height: 90px;
  }
}
.p-products_card__item .ttl {
  width: 348px;
  position: absolute;
  bottom: -32px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .p-products_card__item .ttl {
    width: 100%;
    max-width: 348px;
    bottom: calc( 10vw + -122px );
  }
}
@media screen and (max-width: 778px) {
  .p-products_card__item .ttl {
    top: 100%;
    bottom: auto;
  }
}
@media screen and (max-width: 470px) {
  .p-products_card__item .ttl {
    width: 53.4%;
    order: 2;
    position: static;
  }
}
.p-products_card__item .cont {
  width: 100%;
}
@media screen and (max-width: 470px) {
  .p-products_card__item .cont {
    width: 46.6%;
  }
}
.p-products_card__text {
  width: 100%;
  height: 64px;
  display: block;
  color: #26346e;
  background: #f8fbfb;
  /* fallback */
  background: linear-gradient(135deg, transparent 7px, #f8fbfb 0) top left, linear-gradient(225deg, transparent 0, #f8fbfb 0) top right, linear-gradient(315deg, transparent 7px, #f8fbfb 0) bottom right, linear-gradient(45deg, transparent 0, #f8fbfb 0) bottom left;
  background-size: 50.1% 50.1%;
  background-repeat: no-repeat;
  transition: color 0.3s ease-in-out;
  position: relative;
}
@media screen and (max-width: 778px) {
  .p-products_card__text {
    background: #f8fbfb;
  }
}
@media screen and (max-width: 470px) {
  .p-products_card__text {
    height: 100%;
  }
}
@-moz-document url-prefix() {
  .p-products_card__text {
    background-size: 50% 50%;
  }
}
.p-products_card__link:hover .p-products_card__text {
  color: #eb2e3b;
}
.p-products_card__text::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 24px);
  border-right: 1px dotted #d5deee;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .p-products_card__text::before {
    right: calc( 1.522vw + 10.304px );
  }
}
@media screen and (max-width: 440px) {
  .p-products_card__text::before {
    right: 17px;
  }
}
.p-products_card__text::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: inline-block;
  font-family: "FontAwesome";
  color: #ed1b29;
  font-weight: 900;
  font-size: 16px;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .p-products_card__text::after {
    right: calc( 0.652vw + 2.13px );
  }
}
@media screen and (max-width: 440px) {
  .p-products_card__text::after {
    right: 5px;
  }
}
.p-products_card__text .cont {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-products_card__text .cont {
    padding: 0 calc( -3.334vw + 50px ) 0 calc( 2.5vw + -2.5px );
    font-size: calc( 0.833vw + 8.5px );
    line-height: 1.42;
  }
}
@media screen and (max-width: 660px) {
  .p-products_card__text .cont {
    font-size: 14px;
    padding: 0 28px 0 14px;
  }
}
.p-products_card__text .cont::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 16px 16px;
  z-index: 5;
  opacity: 0;
  border-color: transparent transparent #ffffff transparent;
}
@media screen and (max-width: 778px) {
  .p-products_card__text .cont::after {
    opacity: 1;
    border-width: 0 0 calc( 1.034vw + 6.69px ) calc( 1.034vw + 6.69px );
  }
}
@media screen and (max-width: 320px) {
  .p-products_card__text .cont::after {
    border-width: 0 0 10px 10px;
  }
}
.p-products_card__text .cont ._item .__ib {
  display: inline-block;
}
.p-products_card__figure {
  width: 100%;
  height: 170px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-products_card__figure {
    height: calc( 17.209vw + 15.116px );
  }
}
@media screen and (max-width: 440px) {
  .p-products_card__figure {
    height: 100%;
    min-height: 90px;
  }
}
.p-products_card__figure::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 0;
  z-index: 5;
  border-color: #ffffff transparent transparent transparent;
}
@media screen and (max-width: 900px) {
  .p-products_card__figure::before {
    border-width: calc( 1.034vw + 6.69px ) calc( 1.034vw + 6.69px ) 0 0;
  }
}
@media screen and (max-width: 320px) {
  .p-products_card__figure::before {
    border-width: 10px 10px 0 0;
  }
}
.p-products_card__figure .photo {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
  background-size: 384px auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .p-products_card__figure .photo {
    background-size: cover;
  }
}
.p-products_card__link:hover .p-products_card__figure .photo {
  transform: scale(1.05);
}

.p-masterbatch-compound {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .p-masterbatch-compound {
    margin-bottom: 40px;
  }
}
.p-masterbatch-compound__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .p-masterbatch-compound__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 645px) {
  .p-masterbatch-compound__list {
    display: block;
  }
}
.p-masterbatch-compound__list > li {
  width: 438px;
  background: #f8fbfb;
  font-size: 15px;
  /*max-height: 100%;*/
  margin-top: -5.0025px;
  margin-bottom: -5.0025px;
  line-height: 1.667;
  /*
  &:last-child {
  	
  	@media screen and (max-width: $tablet-screen) {
  		margin-right: 50%;
  	}
  	
  	@media screen and (max-width: 860px) {
  		margin-right: auto;
  	}
  }*/
}
@media screen and (max-width: 900px) {
  .p-masterbatch-compound__list > li {
    width: 48.5%;
    max-width: 438px;
  }
}
@media screen and (max-width: 645px) {
  .p-masterbatch-compound__list > li {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .p-masterbatch-compound__list > li:nth-child(n+3) {
    margin-top: calc( 3.922vw + 4.706px );
  }
}
@media screen and (max-width: 645px) {
  .p-masterbatch-compound__list > li:not(:first-child) {
    margin-top: calc( 3.077vw + 10.154px );
  }
}
@media screen and (max-width: 320px) {
  .p-masterbatch-compound__list > li:not(:first-child) {
    margin-top: 20px;
  }
}
.p-masterbatch-compound__item {
  width: 100%;
}
.p-masterbatch-compound__item .top_menu {
  margin-bottom: 31px;
}
@media screen and (max-width: 900px) {
  .p-masterbatch-compound__item .top_menu {
    margin-bottom: calc( 1.034vw + 18.69px );
  }
}
@media screen and (max-width: 320px) {
  .p-masterbatch-compound__item .top_menu {
    margin-bottom: 22px;
  }
}
.p-masterbatch-compound__item .cont {
  width: 100%;
  padding: 0 25px 30px;
}
@media screen and (max-width: 900px) {
  .p-masterbatch-compound__item .cont {
    padding: 0 calc( 0.862vw + 17.241px ) calc( 1.724vw + 14.483px );
  }
}
@media screen and (max-width: 320px) {
  .p-masterbatch-compound__item .cont {
    padding: 0 20px 20px;
  }
}
.p-masterbatch-compound__item .cont p {
  font-size: 15px;
  /*max-height: 100%;*/
  margin-top: -6px;
  margin-bottom: -6px;
  line-height: 1.8;
}
.p-masterbatch-compound__link {
  width: 100%;
  display: block;
  color: #26346e;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}
.p-masterbatch-compound__link:hover {
  color: #eb2e3b;
}
.p-masterbatch-compound__link .block {
  padding: 0 25px;
}
@media screen and (max-width: 900px) {
  .p-masterbatch-compound__link .block {
    padding: 0 calc( 0.862vw + 17.241px );
  }
}
@media screen and (max-width: 320px) {
  .p-masterbatch-compound__link .block {
    padding: 0 20px;
  }
}
.p-masterbatch-compound__link .block ._cont {
  position: relative;
  display: flex;
  align-items: center;
  height: 76px;
  font-size: 17px;
  /*max-height: 100%;*/
  margin-top: -3.485px;
  margin-bottom: -3.485px;
  line-height: 1.41;
  border-bottom: 1px solid #d5deee;
}
.p-masterbatch-compound__link .block ._cont b {
  display: block;
  position: relative;
  padding-left: 16px;
}
.p-masterbatch-compound__link .block ._cont b::before {
  content: '\f105';
  position: absolute;
  top: 3px;
  left: 2px;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  font-weight: 900;
  color: #f15a5f;
}
.p-masterbatch-compound__photo {
  display: block;
  width: 100%;
  overflow: hidden;
}
.p-masterbatch-compound__photo img {
  display: block;
  transition: transform 0.3s ease-in-out;
}
.p-masterbatch-compound__link:hover .p-masterbatch-compound__photo img {
  transform: scale(1.05);
}
.p-masterbatch-compound__link_list {
  width: 100%;
  padding: 0 2px;
}
.p-masterbatch-compound__link_list > li {
  width: 100%;
  border-bottom: 1px dotted #d5deee;
}
.p-masterbatch-compound__sub_link {
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 3px 7px 22px;
  color: #26346e;
  transition: 0.3s ease-in-out;
  position: relative;
}
.p-masterbatch-compound__link_list li:first-child .p-masterbatch-compound__sub_link {
  padding-top: 0;
}
.p-masterbatch-compound__sub_link:hover {
  color: #eb2e3b;
}
.p-masterbatch-compound__sub_link::before {
  content: '\f0da';
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 9px;
  font-family: "FontAwesome";
  font-size: 15px;
  font-weight: 900;
  color: #f15a5f;
}
.p-masterbatch-compound__link_list li:first-child .p-masterbatch-compound__sub_link::before {
  top: 1px;
}

.mb20 {
  margin-bottom: 5px;
}

.p-organic_pigment {
  overflow: auto;
}
.p-organic_pigment p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 24px;
}
@media screen and (max-width: 900px) {
  .p-organic_pigment p {
    font-size: 15px;
  }
}
.p-organic_pigment p.c-text_set-mb24 {
  margin-bottom: 0;
}
.p-organic_pigment__image {
  float: right;
  width: 320px;
  margin-left: 32px;
}
@media screen and (max-width: 900px) {
  .p-organic_pigment__image {
    margin-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .p-organic_pigment__image {
    float: none;
    max-width: 320px;
    width: 100%;
    margin: 0 auto 12px;
  }
}
.p-organic_pigment__image > img {
  width: 100%;
}

.p-organic_pigment__spec {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .p-organic_pigment__spec {
    flex-direction: column;
  }
}
.p-organic_pigment__spec table {
  width: calc(50% - 12px);
  font-size: 15px;
  color: #515151;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .p-organic_pigment__spec table {
    width: 100%;
  }
  .p-organic_pigment__spec table:first-child {
    margin-bottom: 16px;
  }
}
.p-organic_pigment__spec table tr th {
  padding: 8px 15px;
  font-weight: 500;
  border-bottom: 1px solid #dadee3;
  border-top: 1px solid #dadee3;
}
@media screen and (max-width: 900px) {
  .p-organic_pigment__spec table tr th {
    font-size: 14px;
    width: 86px;
    white-space: nowrap;
  }
}
.p-organic_pigment__spec table tr:first-child th {
  background: #f9f9f9;
}
.p-organic_pigment__spec table td {
  padding: 12px 15px;
  border-left: 1px solid #dadee3;
  border-bottom: 1px solid #dadee3;
  border-top: 1px solid #dadee3;
}
@media screen and (max-width: 900px) {
  .p-organic_pigment__spec table td {
    font-size: 14px;
  }
}

.p-liquid_dispersion {
  min-height: 213px;
}
@media screen and (min-width: 900px) {
  .p-liquid_dispersion {
    min-height: 213px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .p-liquid_dispersion {
    margin-bottom: calc( 3.861vw + 5.29px );
  }
}
.p-liquid_dispersion p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 24px;
}
@media screen and (max-width: 900px) {
  .p-liquid_dispersion p {
    font-size: 15px;
  }
}
.p-liquid_dispersion__image {
  float: right;
  width: 320px;
  margin-left: 32px;
}
@media screen and (max-width: 900px) {
  .p-liquid_dispersion__image {
    margin-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .p-liquid_dispersion__image {
    float: none;
    max-width: 320px;
    width: 100%;
    margin: 0 auto 12px;
  }
}
.p-liquid_dispersion__image > img {
  width: 100%;
}

@media screen and (min-width: 900px) {
  .p-color_book {
    min-height: 213px;
  }
}

.p-color_book p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 24px;
}
@media screen and (max-width: 900px) {
  .p-color_book p {
    font-size: 15px;
  }
}
.p-color_book__image {
  float: right;
  width: 320px;
  margin-left: 32px;
}
@media screen and (max-width: 900px) {
  .p-color_book__image {
    margin-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .p-color_book__image {
    float: none;
    max-width: 320px;
    width: 100%;
    margin: 0 auto 12px;
  }
}
.p-color_book__image > img {
  width: 100%;
}

.p-functional_materials {
  overflow: hidden;
}
.p-functional_materials__image-l {
  float: left;
  width: 240px;
  margin-right: 24px;
}
@media screen and (max-width: 640px) {
  .p-functional_materials__image-l {
    float: none;
    margin: 0 auto 18px;
  }
}
.p-functional_materials__image-l img {
  width: 100%;
}

.c-functional_dye {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
@media screen and (max-width: 900px) {
  .c-functional_dye {
    margin-top: calc( 2.069vw + 13.379px );
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .c-functional_dye .c-swipe_set::before {
    display: none;
  }
}
@media screen and (max-width: 440px) {
  .c-functional_dye .c-swipe_set::before {
    display: block;
  }
}
.c-functional_dye__figure {
  width: 400px;
  height: 340px;
  background: #fbfaf6;
  padding: 16px 16px 16px 26px;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 900px) {
  .c-functional_dye__figure {
    margin: 0 auto;
  }
}
.c-functional_dye__figure figcaption {
  text-align: center;
  font-size: 15px;
  margin: 0 0 13px;
}
.c-functional_dye__txt {
  width: 400px;
  height: auto;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 900px) {
  .c-functional_dye__txt {
    width: 100%;
    margin: 0 auto;
  }
}
.c-functional_dye__spec {
  width: 470px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .c-functional_dye__spec {
    margin-top: calc( 2.069vw + 13.379px );
    display: block;
    width: 100%;
  }
}

.p-functional_dye__table {
  border-left: none;
  border-right: none;
}
.p-functional_dye__table thead th {
  background: #ececec;
  color: #333333;
  border: none;
}
.p-functional_dye__table thead th:first-child {
  border-right: 1px solid #dddddd;
}
.p-functional_dye__table tbody th {
  border-left: none;
}
@media screen and (max-width: 640px) {
  .p-functional_dye__table tbody th {
    font-size: 13px;
  }
}
.p-functional_dye__table tbody td {
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 640px) {
  .p-functional_dye__table tbody td {
    font-size: 13px;
  }
}
.p-functional_dye__table tbody td span {
  display: inline-block;
}

/*# sourceMappingURL=common_products.css.map */
