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

/*　下層共通　*/
/* ============================================ */
@media screen and (min-width: 960px) {
}
@media screen and (max-width: 959px) {
}


/*　CAFBLO Pellet　*/
/* ============================================ */
.wrap-pellet02 > div {
  display: flex;
}
.wrap-pellet02 > div:nth-child(2n) {
  flex-direction: row-reverse;
}
.wrap-pellet02 > div > * {
  width: 50%;
}
.wrap-pellet02 > div > section {
  background: var(--gray);
  padding: 3em 2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 959px) {
  .wrap-pellet02 > div {
    display: block;
    max-width: 480px;
    margin: 1em auto 0;
  }
  .wrap-pellet02 > div > * {
    width: 100%;
  }
  .wrap-pellet02 .heading-2 {
    margin-bottom: 1em;
  }
}

/*　CAFBLO Pellet　詳細　*/
/* ============================================ */
.img-more-01,
.img-more-02 {
  display: flex;
  justify-content: space-between;
}
.img-more-01 > *:first-child {
  width: 35%;
}
.img-more-01 > *:last-child {
  width: 60%;
}
.img-more-02 > * {
  width: 47%;
}
table.more03 td {
  text-align: center;
}
table.more03 span {
  display: block;
}
@media screen and (min-width: 960px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
.img-more-01,
.img-more-02 {
    display: block;
  }
.img-more-01 > *,
.img-more-02 > * {
  width: 100% !important;
}
.img-more-01 > *:last-child {
 margin-top: 2em;
}
.img-more-02 > *:first-child {
  margin-bottom: 1em;
}
table.more03 {
    width: 800px;
  }
table.more03 th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
}
.fixied-item {
  z-index: 2 !important;
}
}


/*　CAFBLO Flake　*/
/* ============================================ */
table.flake01 th,
table.flake01 td,
table.triacetate01 th,
table.triacetate01 td {
  text-align: center;
}
@media screen and (max-width: 767px) {
table.flake01,
.flake02 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  }
  .flake02 {
  max-width: 600px;
    width: 100%;
  }
table.flake01 th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
}
}


/*　認証　*/
/* ============================================ */
table.certifications th,
table.certifications td {
  text-align: center;
}
.wrap-logo {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: -1px;
  padding: 2em 0;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.wrap-logo > *:first-child {
  width: calc(100% - 220px);
}
.img-logo {
  width: 180px;
  height: 110px;
  display: flex;
  justify-content: center;
  line-height: 1.5;
}
p.img-logo {
  align-items: center;
  text-align: center;
}
.img-logo img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .wrap-logo .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
table.certifications {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
table.certifications thead tr:first-child th:first-child,
table.certifications tbody th {
position: sticky;
left: 0;
z-index: 1;
}
table.certifications tbody th.sp-sticky {
position: sticky;
left: 90px;
z-index: 2;
  }
  .wrap-logo {
    flex-direction: column-reverse;
  }
  .wrap-logo p.img-logo {
    display: none;
  }
  .wrap-logo > *:first-child {
  width: 100%;
    margin-top: 1em;
}
}


