@charset "UTF-8";
/* =======================================================

バイオプラスチックについて TOP

======================================================= */
.section.bioplastic-top {
  padding-bottom: 70px;
}

.bioplastic-top__list {
  margin-bottom: 40px;
}

.bioplastic-top__list .bioplastic-top__list__item:last-child {
  border-bottom: unset;
}

@media (max-width: 428px) {
  .bioplastic-top__list .bioplastic-top__list__item:last-child {
    border-bottom: 1px solid #DEE0E6;
  }
}

.bioplastic-top__list__item {
  border-bottom: 1px solid #DEE0E6;
}

.bioplastic-top__list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  padding: 25px 0;
}

@media (max-width: 428px) {
  .bioplastic-top__list__link {
    padding: 17px 0;
  }
}

.bioplastic-top__list__link:hover {
  background: #F8FAFD;
}

.bioplastic-top__list__link:hover .bioplastic-top__list__img img {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1, 1.1);
          transform: translateX(-50%) translateY(-50%) scale(1.1, 1.1);
}

.bioplastic-top__list__link:hover .bioplastic-top__list__txts .title {
  color: #172A88;
}

.bioplastic-top__list__img {
  width: 250px;
  min-width: 250px;
  height: 150px;
  background: #eee;
  overflow: hidden;
  position: relative;
}

@media (max-width: 768px) {
  .bioplastic-top__list__img {
    width: 200px;
    min-width: 200px;
  }
}

@media (max-width: 428px) {
  .bioplastic-top__list__img {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
}

.bioplastic-top__list__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.bioplastic-top__list__txts {
  padding-left: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4em;
}

@media (max-width: 768px) {
  .bioplastic-top__list__txts {
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  .bioplastic-top__list__txts {
    padding-left: 15px;
  }
}

.bioplastic-top__list__txts .eng {
  color: #172A88;
}

@media (max-width: 428px) {
  .bioplastic-top__list__txts .eng {
    font-size: 1.2rem;
  }
}

.bioplastic-top__list__txts .eng span {
  font-weight: bold;
  font-size: 2rem;
  padding-right: 0.5em;
}

@media (max-width: 428px) {
  .bioplastic-top__list__txts .eng span {
    font-size: 1.2rem;
  }
}

.bioplastic-top__list__txts .title {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-top: 15px;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

@media (max-width: 428px) {
  .bioplastic-top__list__txts .title {
    font-size: 1.6rem;
    letter-spacing: unset;
    margin-top: 10px;
  }
}

.bioplastic-top__list__txts .characteristic {
  margin-top: 15px;
}

@media (max-width: 428px) {
  .bioplastic-top__list__txts .characteristic {
    margin-top: 10px;
  }
}

.bioplastic-top__list__txts .characteristic li {
  margin-bottom: 0.4em;
}

@media (max-width: 428px) {
  .bioplastic-top__list__txts .characteristic li {
    font-size: 1.3rem;
  }
}

.bioplastic-top__document__link {
  display: block;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  position: relative;
  overflow: hidden;
}

@media (max-width: 600px) {
  .bioplastic-top__document__link {
    max-width: 335px;
    margin: 0 auto;
  }
}

.bioplastic-top__document__link img {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  width: 100%;
}

@media (max-width: 600px) {
  .bioplastic-top__document__link img.pc {
    display: none;
  }
}

.bioplastic-top__document__link img.sp {
  display: none;
}

@media (max-width: 600px) {
  .bioplastic-top__document__link img.sp {
    display: block;
  }
}

.bioplastic-top__document__link:hover {
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
}

.bioplastic-top__document__link:hover img {
  -webkit-transform: scale(1.03, 1.03);
          transform: scale(1.03, 1.03);
}

/* =======================================================

シリコーンについて 下層共通

======================================================= */
.bioplastic-sub {
  background: #EEF0F7;
  position: relative;
  margin-top: 60px;
  margin-bottom: 70px;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .bioplastic-sub {
    padding-bottom: 0;
    margin-bottom: 50px;
  }
}

.bioplastic-sub::before {
  content: "";
  position: absolute;
  left: 0;
  top: -30px;
  background: #45549D;
  height: 100px;
  width: 40%;
  z-index: 1;
}

@media (max-width: 768px) {
  .bioplastic-sub::before {
    content: none;
  }
}

.bioplastic__page-title {
  height: 100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  padding: 0 20px;
  max-width: 1064px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .bioplastic__page-title {
    height: auto;
  }
}

.bioplastic__page-title__inner {
  background: #45549D;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 30px 5px 0;
}

@media (max-width: 768px) {
  .bioplastic__page-title__inner {
    padding: 10px 20px;
    height: 100%;
    margin-left: -20px;
  }
}

@media (max-width: 428px) {
  .bioplastic__page-title__inner {
    width: calc(100% + 20px);
  }
}

.bioplastic__page-title .eng {
  color: #fff;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}

.bioplastic__page-title .eng .num {
  font-size: 2.5rem;
  font-weight: bold;
  padding-right: 0.5em;
}

@media (max-width: 768px) {
  .bioplastic__page-title .eng .num {
    font-size: 2.2rem;
  }
}

.bioplastic__page-title .title {
  font-family: 'Zen Old Mincho', serif;
  font-size: 3.5rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.2em;
}

@media (max-width: 768px) {
  .bioplastic__page-title .title {
    font-size: 2.6rem;
    letter-spacing: 0;
  }
}

@media (max-width: 428px) {
  .bioplastic__page-title .title {
    font-size: 2.2rem;
  }
}

.bioplastic-sub-box {
  background: #fff;
  padding: 50px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .bioplastic-sub-box {
    margin-bottom: 0;
    background: unset;
    padding: 0;
  }
}

.font-big {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2em;
}

@media (max-width: 428px) {
  .font-big {
    font-size: 1.7rem;
    line-height: 1.7em;
  }
}

.marker {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FDDFBC));
  background: linear-gradient(transparent 60%, #FDDFBC 60%);
}

.marker_bl {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#8fb8e2));
  background: linear-gradient(#8fb8e2);
}

.marker_or {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffae5c));
  background: linear-gradient(#ffae5c);
}

.marker_b-o {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #ffae5c), color-stop(80%, #8fb8e2));
  background: linear-gradient(90deg, #ffae5c 30%, #8fb8e2 80%);
}

.small {
  font-size: 0.7rem;
}

.bioplastic-sub-box__title {
  color: #172A88;
  margin-top: -95px;
  margin-bottom: 20px;
  line-height: 1.4em;
}

@media (max-width: 768px) {
  .bioplastic-sub-box__title {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 20px;
  }
}

.bioplastic-sub-box__title > .eng {
  position: relative;
  margin-bottom: 0.5em;
}

.bioplastic-sub-box__title > .eng::before {
  position: absolute;
  left: -20px;
  top: 10px;
  content: "";
  width: 15px;
  height: 1px;
  background: #172A88;
}

.bioplastic-sub-box__title > .title {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4em;
}

@media (max-width: 768px) {
  .bioplastic-sub-box__title > .title {
    font-family: 'Zen Old Mincho', serif;
  }
}

@media (max-width: 428px) {
  .bioplastic-sub-box__title > .title {
    font-size: 2.2rem;
  }
}

.bioplastic-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  /* max-width: 730px; */
  margin: 0 auto;
}

@media (max-width: 768px) {
  .bioplastic-pager {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* max-width: 400px; */
  }
}

.bioplastic-pager__item {
  width: calc(50% - 20px);
  padding: 10px;
}

@media (max-width: 768px) {
  .bioplastic-pager__item {
    width: 100%;
  }
}

.bioplastic-pager__link:hover .bioplastic-pager__img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.bioplastic-pager__link:hover .bioplastic-pager__img img {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
          transform: translateX(-50%) translateY(-50%) scale(1.1);
}

.bioplastic-pager__img {
  height: 220px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

@media (max-width: 428px) {
  .bioplastic-pager__img {
    height: 150px;
  }
}

.bioplastic-pager__img img {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bioplastic-pager__text {
  font-weight: bold;
  line-height: 1.4em;
  color: #172A88;
}

@media (max-width: 768px) {
  .bioplastic-img-3transform.pc {
    display: none;
  }
}

.bioplastic-img-3transform.tab {
  display: none;
}

@media (max-width: 768px) {
  .bioplastic-img-3transform.tab {
    display: inline;
  }
}

@media (max-width: 428px) {
  .bioplastic-img-3transform.tab {
    display: none;
  }
}

.bioplastic-img-3transform.sp {
  display: none;
}

@media (max-width: 428px) {
  .bioplastic-img-3transform.sp {
    display: inline;
  }
}

.bioplastic-box__hr {
  margin: 35px 0;
  border-color: #DEE0E6;
}

@media (max-width: 768px) {
  .bioplastic-box__hr.tab-none {
    display: none;
  }
}

@media (max-width: 768px) {
  .bioplastic-box__hr.tab-blue {
    border-color: #172A88;
  }
}

/* =======================================================

01.バイオプラスチックとは？

======================================================= */
/* box01=============================================== */
@media (max-width: 768px) {
  .bioplastic-sub-box.bioplastic01-box01 {
    padding-bottom: 30px;
  }
}

.bioplastic01-box01__text01 {
  margin-bottom: 20px;
}

.bioplastic01-box01__img01 {
  margin-bottom: 30px;
  text-align: center;
}

.bioplastic01-box01__text02 {
  margin-bottom: 20px;
}

.bioplastic01-box01__img02 {
  background: #EEF0F7;
  padding: 30px 20px;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .bioplastic01-box01__img02 {
    background: #fff;
    margin-bottom: 20px;
    padding: 20px;
  }
}

.bioplastic01-box01__img02 > .title {
  margin-bottom: 20px;
}

.bioplastic01-box01__img02 > .title > span {
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 428px) {
  .bioplastic01-box01__img02 > .title > span {
    font-size: 1.8rem;
  }
}

.bioplastic01-box01__img03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .bioplastic01-box01__img03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .bioplastic01-box01__img03 img {
    margin-bottom: 20px;
  }
}

.bioplastic01-box01__img03 p {
  padding-left: 20px;
}

@media (max-width: 768px) {
  .bioplastic01-box01__img03 p {
    padding-left: 0;
  }
}

/* box02=============================================== */
.bioplastic-sub-box.bioplastic01-box02 {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .bioplastic-sub-box.bioplastic01-box02 {
    background: #fff;
    margin: 0 -20px 30px;
    padding: 20px;
    padding-top: 30px;
  }
}

.bioplastic01-box02__img01 {
  text-align: center;
  margin-bottom: 30px;
}

.bioplastic01-box02__text01 {
  margin-bottom: 30px;
}

.bioplastic01-box02__text02-1,
.bioplastic01-box02__text02-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .bioplastic01-box02__text02-1,
  .bioplastic01-box02__text02-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bioplastic01-box02__text02-1 div,
.bioplastic01-box02__text02-3 div {
  display: inline-block;
}

.bioplastic01-box02__text02-1 div:first-of-type,
.bioplastic01-box02__text02-3 div:first-of-type {
  padding-right: 20px;
}

.bioplastic01-box02__text02-1 div h4,
.bioplastic01-box02__text02-3 div h4 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.bioplastic01-box02__text02-1 div img,
.bioplastic01-box02__text02-3 div img {
  min-width: 250px;
  max-width: 100%;
  height: auto;
  width: 100%;
}

@media (max-width: 428px) {
  .bioplastic01-box02__text02-1 div img,
  .bioplastic01-box02__text02-3 div img {
    min-width: initial;
  }
}

@media (max-width: 768px) {
  .bioplastic01-box02__text02-1 div:first-of-type,
  .bioplastic01-box02__text02-3 div:first-of-type {
    padding: 0;
  }
}

.bioplastic01-box02__text02-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .bioplastic01-box02__text02-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bioplastic01-box02__text02-2 div {
  display: inline-block;
}

.bioplastic01-box02__text02-2 div:first-of-type {
  padding-left: 20px;
}

.bioplastic01-box02__text02-2 div h4 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.bioplastic01-box02__text02-2 div img {
  min-width: 250px;
  max-width: 100%;
  height: auto;
  width: 100%;
}

@media (max-width: 428px) {
  .bioplastic01-box02__text02-2 div img {
    min-width: initial;
  }
}

@media (max-width: 768px) {
  .bioplastic01-box02__text02-2 div:first-of-type {
    padding: 0;
  }
}

.bioplastic01-box02__text03 {
  margin: 30px 0 10px;
}

.bioplastic01-box02__img02 {
  width: 80%;
  margin: 50px auto 30px;
  text-align: center;
}

@media (max-width: 428px) {
  .bioplastic01-box02__img02 {
    width: 100%;
    height: auto;
  }
}

.bioplastic01-box02__text04 {
  margin-bottom: 30px;
}

.bioplastic01-box02__text05 {
  margin-bottom: 0px;
}

/* box03=============================================== */
.bioplastic-sub-box.bioplastic01-box03 {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .bioplastic-sub-box.bioplastic01-box03 {
    background: #fff;
    margin: 0 -20px 30px;
    padding: 20px;
    padding-top: 30px;
  }
}

.bioplastic01-box03__text01 {
  margin-bottom: 10px;
}

.bioplastic01-box03__text02 {
  font-size: 1rem;
  text-align: right;
  margin-bottom: 30px;
}

.bioplastic01-box03__text02 a {
  color: #317CBF;
  text-decoration: underline;
}

.bioplastic01-box03__text02 a:hover {
  text-decoration: none;
}

.bioplastic01-box03__img01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 30px;
}

@media (max-width: 428px) {
  .bioplastic01-box03__img01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bioplastic01-box03__img01 img {
  margin: 0 10px;
  min-width: 0;
  width: 100%;
}

@media (max-width: 428px) {
  .bioplastic01-box03__img01 img {
    width: 45%;
    margin: 0 2% 15px;
  }
}

.bioplastic01-box03__text02 {
  margin-bottom: 30px;
}

.bioplastic01-box03__text03 {
  margin: 0 auto 30px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #45549D;
  padding: 10px 10px;
  width: 100%;
  max-width: 480px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bioplastic01-box03__table {
  border-top: 2px solid #172A88;
  margin-bottom: 10px;
}

@media (max-width: 428px) {
  .bioplastic01-box03__table {
    margin-bottom: 60px;
  }
}

.bioplastic01-box03__table .row {
  border-bottom: 1px solid #E4E5EA;
  border-left: 1px solid #E4E5EA;
  border-right: 1px solid #E4E5EA;
}

.bioplastic01-box03__table .row .head {
  background-color: #EEF0F7;
  padding: 15px 0 15px;
  width: 250px;
}

@media (max-width: 768px) {
  .bioplastic01-box03__table .row .head {
    display: block;
    width: 100%;
  }
}

.bioplastic01-box03__table .row .head p {
  color: #172A88;
  padding-left: 15px;
}

.bioplastic01-box03__table .row .date {
  padding: 15px 15px 15px;
}

.bioplastic01-box03__table .row .date .date-pd {
  padding-left: 20px;
}

.bioplastic01-box03__table .row .date .number {
  list-style: decimal;
}

@media (max-width: 768px) {
  .bioplastic01-box03__table .row .date {
    display: block;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
}

.bioplastic01-box03__text04 {
  font-size: 1rem;
  line-height: 2em;
  text-align: right;
  margin-bottom: 30px;
  word-break: break-all;
}

.bioplastic01-box03__text04 a {
  color: #317CBF;
  text-decoration: underline;
}

.bioplastic01-box03__text04 a:hover {
  text-decoration: none;
}

.bioplastic01-box03 {
  background-color: #fff;
}

.bioplastic01-box03 .bioplastic01-box03__text05 {
  font-size: 1.8rem;
  margin: 50px auto;
  display: block;
  max-width: 580px;
  width: 100%;
}

.bioplastic01-box03 .bioplastic01-box03__text05 li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 17px;
}

@media (max-width: 768px) {
  .bioplastic01-box03 .bioplastic01-box03__text05 li {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .bioplastic01-box03 .bioplastic01-box03__text05 {
    font-size: 1.5rem;
  }
}

.bioplastic01-box03 .bioplastic01-box03__text05 p {
  line-height: 4rem;
}

@media (max-width: 768px) {
  .bioplastic01-box03 .bioplastic01-box03__text05 p {
    line-height: 3rem;
  }
}

@media (max-width: 428px) {
  .bioplastic01-box03 .bioplastic01-box03__text05 p {
    line-height: 2rem;
    padding-bottom: 20px;
  }
}

.bioplastic01-box03__text05 li:last-child {
  margin-bottom: 0px;
}

.bioplastic01-box03__text05 li::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  background: #ffffff;
  border: 4px solid #8E8E8F;
  left: 0;
  top: 2px;
  border-radius: 3px;
}

.bioplastic01-box03__text05 li::after {
  content: "";
  position: absolute;
  border-left: 4px solid #172A88;
  border-bottom: 4px solid #172A88;
  width: 20px;
  height: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 8px;
  top: 2px;
  -webkit-box-shadow: -3px 1px #fff;
          box-shadow: -3px 1px #fff;
}

.bioplastic01-box03__text05 li:last-child {
  margin-bottom: 0px;
}

.rinen li::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  background: #ffffff;
  border: 4px solid #8E8E8F;
  left: 0;
  top: 2px;
  border-radius: 3px;
}

.bioplastic01-box03__text05 li::after {
  content: "";
  position: absolute;
  border-left: 4px solid #172A88;
  border-bottom: 4px solid #172A88;
  width: 20px;
  height: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 8px;
  top: 2px;
  -webkit-box-shadow: -3px 1px #fff;
          box-shadow: -3px 1px #fff;
}

.bioplastic01-box03__linkbtn {
  width: 100%;
  max-width: 700px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #172A88;
  color: #fff;
  font-weight: bold;
  line-height: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 20px;
  text-decoration: none;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .bioplastic01-box03__linkbtn {
    width: 100%;
  }
}

.bioplastic01-box03__linkbtn:hover {
  background-color: #4c8dcb;
}

.bioplastic01-box03__text06 {
  text-align: center;
  margin: 30px auto;
  font-weight: bold;
}

.bioplastic01-box03__text07 {
  text-align: center;
  margin: 30px auto;
}

.bioplastic01-box03__text07 a {
  color: #317CBF;
  text-decoration: underline;
}

.bioplastic01-box03__text07 a:hover {
  text-decoration: none;
}

.bioplastic01-box03__img02 {
  display: block;
  margin: 20px auto;
}

.bioplastic01-box03__img02 img {
  width: 400px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* =======================================================

02. ニッシリのバイオプラスチック加工

======================================================= */
/* box01=============================================== */
.bioplastic-sub-box.bioplastic02-box01 {
  margin-bottom: 120px;
}

@media (max-width: 768px) {
  .bioplastic-sub-box.bioplastic02-box01 {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.bioplastic02-box01__text01 {
  margin-bottom: 1em;
}

.bioplastic02-box01__text02 {
  margin-bottom: 3em;
}

@media (max-width: 768px) {
  .bioplastic02-box01__text02 {
    margin-bottom: 1.5em;
  }
}

.bioplastic02-box01__img01 {
  text-align: center;
}

/* box02=============================================== */
.bioplastic-sub-box.bioplastic02-box02 {
  margin-bottom: 120px;
}

@media (max-width: 768px) {
  .bioplastic-sub-box.bioplastic02-box02 {
    background: #fff;
    margin: 0 -20px 30px;
    padding: 20px;
    padding-top: 30px;
  }
}

.bioplastic02-box02__title01 {
  text-align: center;
  margin: 20px auto;
}

.bioplastic02-box02__gallery {
  margin: 0 auto;
}

.bioplastic02-box02__linkbtn {
  width: 100%;
  max-width: 700px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #172A88;
  color: #fff;
  font-weight: bold;
  line-height: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 20px;
  text-decoration: none;
  margin: 30px auto 0;
}

@media (max-width: 600px) {
  .bioplastic02-box02__linkbtn {
    width: 100%;
  }
}

.bioplastic02-box02__linkbtn:hover {
  background-color: #4c8dcb;
}

.bioplastic02-box02__text01 {
  margin-bottom: 1em;
}

.bioplastic02-box02__text02 {
  margin-bottom: 1.5em;
}

.bioplastic02-box02__img01 {
  text-align: center;
  margin-bottom: 30px;
}

.bioplastic02-box02__text03 {
  margin-bottom: 2em;
}

.bioplastic02-box02__img02 {
  text-align: center;
  margin-bottom: 30px;
}

.bioplastic02-box02__text04 {
  margin-bottom: 2em;
}

.bioplastic02-box02__img03 {
  text-align: center;
}

@media (max-width: 768px) {
  .bioplastic02-box02__img03 {
    display: none;
  }
}

.bioplastic02-box02__img03--sp {
  display: none;
}

@media (max-width: 768px) {
  .bioplastic02-box02__img03--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bioplastic02-box02__img03--sp .img {
    text-align: center;
    width: 50%;
  }
}

@media (max-width: 768px) and (max-width: 428px) {
  .bioplastic02-box02__img03--sp .img {
    width: 100%;
  }
  .bioplastic02-box02__img03--sp .img:first-child {
    margin-bottom: 10px;
  }
}

/* box03=============================================== */
.bioplastic-sub-box.bioplastic02-box03 {
  margin-bottom: 120px;
}

@media (max-width: 768px) {
  .bioplastic-sub-box.bioplastic02-box03 {
    background: #fff;
    margin: 0 -20px 30px;
    padding: 20px;
    padding-top: 30px;
  }
}

.bioplastic02-box03__text01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .bioplastic02-box03__text01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bioplastic02-box03__text01 div:first-of-type {
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.bioplastic02-box03__text01 div:first-of-type img {
  width: 250px;
  margin: 0 auto;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .bioplastic02-box03__text01 div:first-of-type {
    margin: 0 0 30px;
  }
}

.bioplastic02-box03__text01-1 {
  font-weight: bold;
  margin-bottom: 20px;
}

.bioplastic02-box03__text01-2 {
  margin-bottom: 20px;
}

.bioplastic02-box03__img02 {
  text-align: center;
  margin: 20px auto;
}

.bioplastic02-box03__img03 {
  text-align: center;
  margin: 0 auto 30px;
}

.bioplastic02-box03__img04 {
  text-align: center;
  margin: 0 auto 15px;
}

.bioplastic02-box03__text02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  line-height: 1.2em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .bioplastic02-box03__text02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bioplastic02-box03__text02 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 1%;
  width: 19%;
}

.bioplastic02-box03__text02 div:last-of-type {
  margin-right: 0px;
}

.bioplastic02-box03__text02 div img {
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .bioplastic02-box03__text02 div {
    width: 32%;
  }
}

.bioplastic02-box03__table {
  border-top: 2px solid #172A88;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
  min-width: 700px;
  overflow-x: scroll;
}

@media (max-width: 428px) {
  .bioplastic02-box03__table {
    margin-bottom: 60px;
  }
}

.bioplastic02-box03__table .row {
  border-bottom: 1px solid #E4E5EA;
  border-left: 1px solid #E4E5EA;
  border-right: 1px solid #E4E5EA;
}

.bioplastic02-box03__table .row .head {
  background-color: #EEF0F7;
  padding: 15px 0 15px;
  width: 250px;
}

.bioplastic02-box03__table .row .head p {
  color: #172A88;
  padding-left: 15px;
}

.bioplastic02-box03__table .row .orange {
  background: #F39800;
}

.bioplastic02-box03__table .row .orange p {
  color: #fff;
}

.bioplastic02-box03__table .row .date {
  padding: 15px 15px 15px;
}

.bioplastic02-box03__table .row .date .date-pd {
  padding-left: 20px;
}

.bioplastic02-box03__table .row .date .number {
  list-style: decimal;
}

.bioplastic02-box03__btn {
  width: 100%;
  max-width: 700px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #172A88;
  color: #fff;
  font-weight: bold;
  line-height: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 20px;
  text-decoration: none;
  margin: 30px auto;
}

@media (max-width: 600px) {
  .bioplastic02-box03__btn {
    width: 100%;
  }
}

.bioplastic02-box03__btn:hover {
  background-color: #4c8dcb;
}

/* box04=============================================== */
.bioplastic-sub-box.bioplastic02-box04 {
  margin-bottom: 120px;
}

@media (max-width: 768px) {
  .bioplastic-sub-box.bioplastic02-box04 {
    background: #fff;
    margin: 0 -20px 30px;
    padding: 20px;
    padding-top: 30px;
  }
}

.bioplastic02-box04__title1 {
  display: block;
  border-bottom: 1px solid #192E86;
  padding: 10px 0;
  margin-bottom: 20px;
  margin-top: 40px;
}

.bioplastic02-box04__title1 span {
  font-weight: bold;
  display: inline-block;
  background-color: #317CBF;
  color: #fff;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bioplastic02-box04__title2 {
  display: block;
  border-bottom: 1px solid #192E86;
  padding: 10px 0;
  margin-bottom: 20px;
}

.bioplastic02-box04__title2 span {
  font-weight: bold;
  display: inline-block;
  background-color: #F39800;
  color: #fff;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bioplastic02-box04__title3 {
  display: block;
  border-bottom: 1px solid #192E86;
  padding: 10px 0;
  margin-bottom: 20px;
}

.bioplastic02-box04__title3 span {
  font-weight: bold;
  display: inline-block;
  background: #f39800;
  background: -webkit-gradient(linear, left top, right top, from(#f39800), to(#3671c1));
  background: linear-gradient(90deg, #f39800 0%, #3671c1 100%);
  color: #fff;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bioplastic_item__list {
  margin-bottom: 50px;
  margin-top: -25px;
}

@media (max-width: 428px) {
  .bioplastic_item__list {
    margin-top: -20px;
  }
}

.bioplastic_item__item {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #DEE0E6 1px solid;
}

.bioplastic_item__item:last-of-type {
  border-bottom: unset;
}

@media (max-width: 768px) {
  .bioplastic_item__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 428px) {
  .bioplastic_item__item {
    padding: 20px 0;
  }
}

.bioplastic_item__img {
  width: 180px;
  min-width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

@media (max-width: 768px) {
  .bioplastic_item__img {
    width: auto;
    min-width: unset;
    max-width: 268px;
    margin-bottom: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.bioplastic_item__img:hover img {
  opacity: 0.7;
}

.bioplastic_item__img > img {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  max-width: 100%;
  max-height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}

.bioplastic_item__txts {
  width: 100%;
  padding-left: 30px;
}

@media (max-width: 768px) {
  .bioplastic_item__txts {
    padding-left: 0;
  }
}

.bioplastic_item__txts > * {
  line-height: 1.7em;
}

.bioplastic_item__name {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 2rem;
  color: #172A88;
}

@media (max-width: 428px) {
  .bioplastic_item__name {
    font-size: 1.7rem;
  }
}

.bioplastic_item__company a {
  color: #317CBF;
  margin-bottom: 0.5em;
  text-decoration: underline;
}

.bioplastic_item__company a:hover {
  text-decoration: none;
}

.item_hidden {
  display: none;
}

.bioplastic02-box04__text01 {
  text-align: center;
  display: none;
  font-weight: bold;
}

.bioplastic02-box04__text01 img {
  margin: 20px auto 30px;
  width: auto;
}

.bioplastic02-box04 {
  background-color: #fff;
}

.bioplastic02-box04 .bioplastic02-box04__text02 {
  font-size: 1.8rem;
  margin: 50px auto;
  display: block;
  max-width: 580px;
  width: 100%;
}

.bioplastic02-box04 .bioplastic02-box04__text02 li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 17px;
}

@media (max-width: 768px) {
  .bioplastic02-box04 .bioplastic02-box04__text02 li {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .bioplastic02-box04 .bioplastic02-box04__text02 {
    font-size: 1.5rem;
  }
}

.bioplastic02-box04 .bioplastic02-box04__text02 p {
  line-height: 4rem;
}

@media (max-width: 768px) {
  .bioplastic02-box04 .bioplastic02-box04__text02 p {
    line-height: 3rem;
  }
}

@media (max-width: 428px) {
  .bioplastic02-box04 .bioplastic02-box04__text02 p {
    line-height: 2rem;
    padding-bottom: 20px;
  }
}

.bioplastic02-box04__text02 li:last-child {
  margin-bottom: 0px;
}

.bioplastic02-box04__text02 li::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  background: #ffffff;
  border: 4px solid #8E8E8F;
  left: 0;
  top: 2px;
  border-radius: 3px;
}

.bioplastic02-box04__text02 li::after {
  content: "";
  position: absolute;
  border-left: 4px solid #172A88;
  border-bottom: 4px solid #172A88;
  width: 20px;
  height: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 8px;
  top: 2px;
  -webkit-box-shadow: -3px 1px #fff;
          box-shadow: -3px 1px #fff;
}

.bioplastic02-box04__text02 li:last-child {
  margin-bottom: 0px;
}

.bioplastic02-box04__text02 li::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  background: #ffffff;
  border: 4px solid #8E8E8F;
  left: 0;
  top: 2px;
  border-radius: 3px;
}

.bioplastic02-box04__text02 li::after {
  content: "";
  position: absolute;
  border-left: 4px solid #172A88;
  border-bottom: 4px solid #172A88;
  width: 20px;
  height: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 8px;
  top: 2px;
  -webkit-box-shadow: -3px 1px #fff;
          box-shadow: -3px 1px #fff;
}

.bioplastic02-box04__linkbtn {
  width: 100%;
  max-width: 700px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #172A88;
  color: #fff;
  font-weight: bold;
  line-height: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 20px;
  text-decoration: none;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .bioplastic02-box04__linkbtn {
    width: 100%;
  }
}

.bioplastic02-box04__linkbtn:hover {
  background-color: #4c8dcb;
}

.bioplastic02-box04__text03 {
  text-align: center;
  margin: 30px auto;
  font-weight: bold;
}

.bioplastic02-box04__text04 {
  text-align: center;
  margin: 30px auto;
}

.bioplastic02-box04__text04 a {
  color: #317CBF;
  text-decoration: underline;
}

.bioplastic02-box04__text04 a:hover {
  text-decoration: none;
}

.bioplastic02-box04__img02 {
  display: block;
  margin: 20px auto;
}

.bioplastic02-box04__img02 img {
  width: 400px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* =======================================================

03. いろいろな製品形態を持つシリコーン

======================================================= */
@media (max-width: 990px) {
  .bioplastic-sub-03::before {
    content: none;
  }
  .bioplastic-sub-03 .bioplastic__page-title {
    height: auto;
  }
  .bioplastic-sub-03 .bioplastic__page-title__inner {
    height: auto;
    padding: 10px 20px;
    margin-left: -20px;
  }
}

/* box01=============================================== */
.bioplastic-sub-box.bioplastic03-box01 {
  margin-bottom: 120px;
}

@media (max-width: 768px) {
  .bioplastic-sub-box.bioplastic03-box01 {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}

.bioplastic03-box01__text01 {
  margin-bottom: 1rem;
}

.bioplastic03-box01__text02 {
  margin-bottom: 2em;
}

.bioplastic03-box01__img01 {
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .bioplastic03-box01__img01 {
    margin-bottom: 40px;
  }
}

.bioplastic03-box01__img02 {
  text-align: center;
}

/* box02=============================================== */
.bioplastic-sub-box.bioplastic03-box02 {
  margin-bottom: 120px;
}

@media (max-width: 768px) {
  .bioplastic-sub-box.bioplastic03-box02 {
    background: #fff;
    margin: 0 -20px 30px;
    padding: 30px 20px;
  }
}

.bioplastic03-box02__text01 {
  margin-bottom: 1em;
}

.bioplastic03-box02__text02 {
  margin-bottom: 1em;
}

.bioplastic03-box02__text02--right {
  text-align: right;
  font-size: 1.3rem;
  margin-bottom: 2em;
}

@media (max-width: 768px) {
  .bioplastic03-box02__text02--right {
    text-align: left;
  }
}

.bioplastic03-box02__img01 {
  text-align: center;
}

/* box03=============================================== */
.bioplastic-sub-box.bioplastic03-box03 {
  margin-bottom: 120px;
}

@media (max-width: 768px) {
  .bioplastic-sub-box.bioplastic03-box03 {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}

.bioplastic03-box03__text01 {
  margin-bottom: 1em;
}

.bioplastic03-box03__text02 {
  margin-bottom: 2em;
}

@media (max-width: 768px) {
  .bioplastic03-box03__text02 {
    margin-bottom: 1em;
  }
}

.bioplastic03-box03__text03 {
  margin-bottom: 0.5em;
}

.bioplastic03-box03__img01 {
  text-align: center;
}

@media (max-width: 768px) {
  .bioplastic03-box03__img01 {
    margin-bottom: 30px;
  }
}

.bioplastic03-box03__text04 {
  margin-bottom: 2em;
}

@media (max-width: 768px) {
  .bioplastic03-box03__text04 {
    margin-bottom: 1em;
  }
}

.bioplastic03-box03__text05 {
  margin-bottom: 0.5em;
}

.bioplastic03-box03__img02 {
  text-align: center;
}

@media (max-width: 768px) {
  .bioplastic03-box03__img02 {
    margin-bottom: 30px;
  }
}

.bioplastic03-box03__column01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .bioplastic03-box03__column01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 -20px;
    padding: 30px 20px;
    background: #fff;
  }
}

.bioplastic03-box03__column01__row {
  width: calc(50% - 10px);
}

@media (max-width: 768px) {
  .bioplastic03-box03__column01__row {
    width: 100%;
  }
}

.bioplastic03-box03__column01__row:first-child p:nth-child(2) {
  margin-bottom: 40px;
}

.bioplastic03-box03__column01__row:last-child {
  padding-top: 40px;
}

@media (max-width: 768px) {
  .bioplastic03-box03__column01__row:last-child {
    display: none;
  }
}

.bioplastic03-box03__column01 .img {
  text-align: center;
  width: 100%;
}

@media (max-width: 768px) {
  .bioplastic03-box03__column01 .img .pc {
    display: none;
  }
}

.bioplastic03-box03__column01 .img .sp {
  display: none;
}

@media (max-width: 768px) {
  .bioplastic03-box03__column01 .img .sp {
    display: inline;
  }
}

/* box04=============================================== */
.bioplastic-sub-box.bioplastic03-box04 {
  margin-bottom: 150px;
}

@media (max-width: 768px) {
  .bioplastic-sub-box.bioplastic03-box04 {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.bioplastic03-box04__text01 {
  margin-bottom: 0.5em;
}

.bioplastic03-box04__text02 {
  margin-bottom: 0.7rem;
}

.bioplastic03-box04__text02--right {
  margin-bottom: 3em;
  text-align: right;
}

@media (max-width: 768px) {
  .bioplastic03-box04__text02--right {
    margin-bottom: 2em;
    text-align: left;
  }
}

.bioplastic03-box04__img01 {
  text-align: center;
}

@media (max-width: 768px) {
  .bioplastic03-box04__block01 {
    background-color: #fff;
    margin: 30px -20px;
    padding: 30px 20px;
  }
}

.bioplastic03-box04__text03 {
  margin-bottom: 0.5em;
}

.bioplastic03-box04__text04 {
  margin-bottom: 2em;
}

.bioplastic03-box04__text05 {
  margin-bottom: 0.5em;
}

.bioplastic03-box04__img02 {
  text-align: center;
}

.bioplastic03-box04__text06 {
  margin-bottom: 2em;
}

.bioplastic03-box04__img03 {
  text-align: center;
  margin-bottom: 20px;
}

.bioplastic03-box04__text07 {
  margin-bottom: 2em;
}

.bioplastic03-box04__img04 {
  text-align: center;
  margin-bottom: 20px;
}

/* box05=============================================== */
.bioplastic-sub-box.bioplastic03-box05 {
  position: relative;
}

@media (max-width: 768px) {
  .bioplastic-sub-box.bioplastic03-box05 {
    background: #fff;
    margin: 0 -20px;
    padding: 20px;
    padding-top: 100px;
  }
}

.bioplastic03-box05__img01 {
  position: absolute;
  top: -100px;
  right: 50px;
  z-index: 1;
}

@media (max-width: 768px) {
  .bioplastic03-box05__img01 {
    top: -30px;
    right: 0;
  }
  .bioplastic03-box05__img01 img {
    width: 184px;
  }
}

.bioplastic03-box05__title {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 1em;
  width: 50%;
  text-align: center;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .bioplastic03-box05__title {
    font-family: 'Zen Old Mincho', serif;
    color: #172A88;
    width: unset;
    text-align: left;
  }
}

@media (max-width: 428px) {
  .bioplastic03-box05__title {
    font-size: 2.2rem;
  }
}

.bioplastic03-box05__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .bioplastic03-box05__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.bioplastic03-box05__column__row {
  min-width: 50%;
}

@media (max-width: 768px) {
  .bioplastic03-box05__column__row {
    width: 100%;
  }
}

.bioplastic03-box05__column__row:first-child {
  text-align: center;
}

.bioplastic03-box05__column__row:nth-child(2) {
  padding-left: 20px;
}

@media (max-width: 768px) {
  .bioplastic03-box05__column__row:nth-child(2) {
    padding-left: 0;
    margin-bottom: 20px;
  }
}

.bioplastic03-box05__text01 {
  font-size: 2rem;
  line-height: 2.2em;
}

@media (max-width: 428px) {
  .bioplastic03-box05__text01 {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .bioplastic03-box05__text01 br.tab-none {
    display: none;
  }
}

/* =======================================================

04.シリコンとシリコーンの違い

======================================================= */
/* box01=============================================== */
@media (max-width: 768px) {
  .bioplastic-sub-box.bioplastic04-box01 {
    padding-bottom: 60px;
  }
}

.bioplastic-sub-box.bioplastic04-box01 a {
  color: #317CBF;
  text-decoration: underline;
}

.bioplastic-sub-box.bioplastic04-box01 a:hover {
  text-decoration: none;
}

.bioplastic04-box01__text01 {
  margin-bottom: 20px;
}

.bioplastic04-box01__text02 {
  margin-bottom: 20px;
}

.bioplastic04-box01__img01 {
  background: #EEF0F7;
  padding: 30px 20px;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .bioplastic04-box01__img01 {
    background: #fff;
    margin-bottom: 20px;
    padding: 20px;
  }
}

.bioplastic04-box01__img01 > .title {
  margin-bottom: 20px;
}

.bioplastic04-box01__img01 > .title > span {
  font-size: 2.4rem;
  font-weight: bold;
}

@media (max-width: 428px) {
  .bioplastic04-box01__img01 > .title > span {
    font-size: 1.8rem;
  }
}

/* box02=============================================== */
@media (max-width: 768px) {
  .bioplastic-sub-box.bioplastic04-box02 {
    padding-bottom: 30px;
  }
}

.bioplastic-sub-box.bioplastic04-box02 a {
  color: #317CBF;
  text-decoration: underline;
}

.bioplastic-sub-box.bioplastic04-box02 a:hover {
  text-decoration: none;
}

.bioplastic04-box02__text01 {
  margin-bottom: 20px;
}

.bioplastic04-box02__text02 {
  margin-bottom: 0.7rem;
}

.bioplastic04-box02__text02--right {
  margin-bottom: 3em;
  text-align: right;
}

@media (max-width: 768px) {
  .bioplastic04-box02__text02--right {
    margin-bottom: 2em;
    text-align: left;
  }
}

.bioplastic04-box02__img01 {
  background: #EEF0F7;
  padding: 30px 20px;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .bioplastic04-box02__img01 {
    background: #fff;
    margin-bottom: 20px;
    padding: 20px;
  }
}

.bioplastic04-box02__img01 > .title {
  margin-bottom: 20px;
}

.bioplastic04-box02__img01 > .title > span {
  font-size: 2.4rem;
  font-weight: bold;
}

@media (max-width: 428px) {
  .bioplastic04-box02__img01 > .title > span {
    font-size: 1.8rem;
  }
}

.bioplastic04-box02__img02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.bioplastic04-box02__img02 img {
  max-width: 100%;
  margin-bottom: 30px;
}

/* box03=============================================== */
@media (max-width: 768px) {
  .bioplastic-sub-box.bioplastic04-box03 {
    padding-bottom: 30px;
  }
}

.bioplastic-sub-box.bioplastic04-box03 a {
  color: #317CBF;
  text-decoration: underline;
}

.bioplastic-sub-box.bioplastic04-box03 a:hover {
  text-decoration: none;
}

.bioplastic04-box03__title {
  margin-top: 40px;
}

.bioplastic04-box03__text01 {
  margin-bottom: 20px;
}

.bioplastic04-box03__text02 {
  margin-bottom: 20px;
}

.bioplastic04-box03__text03--right {
  margin-bottom: 3em;
  text-align: right;
}

@media (max-width: 768px) {
  .bioplastic04-box03__text03--right {
    margin-bottom: 2em;
    text-align: left;
  }
}

.bioplastic04-box03__img01 {
  background: #EEF0F7;
  padding: 40px 30px;
  text-align: center;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .bioplastic04-box03__img01 {
    background: #fff;
    margin-bottom: 20px;
    padding: 3rem;
  }
}

@media (max-width: 428px) {
  .bioplastic04-box03__img01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bioplastic04-box03__img01 > img {
  margin: 0 30px 20px;
  max-width: 32%;
  height: auto;
}

@media (max-width: 428px) {
  .bioplastic04-box03__img01 > img {
    margin: 0 auto 2em;
    max-width: 65%;
  }
}

.bioplastic04-box03__img02 {
  background: #EEF0F7;
  padding: 30px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bioplastic04-box03__img02 .title {
  font-weight: bold;
  font-size: 1.8rem;
}

.bioplastic04-box03__img02 dl {
  margin: 20px auto 0;
}

.bioplastic04-box03__img02 dl dd {
  margin-left: 45px;
}

.bioplastic04-box03__img02 div:first-of-type {
  width: 100%;
}

.bioplastic04-box03__img02 div > img {
  max-width: 60%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .bioplastic04-box03__img02 div > img {
    width: 100%;
    max-width: 100%;
    margin: 1rem auto 0;
  }
}

@media (max-width: 428px) {
  .bioplastic04-box03__img02 div > img {
    width: 100%;
    max-width: 100%;
    margin: 1rem auto 0;
  }
}

@media (max-width: 768px) {
  .bioplastic04-box03__img02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    margin-bottom: 20px;
    padding: 3rem;
  }
}

/* =======================================================

SiO備忘録

======================================================= */
.sio-memorandum-top {
  margin-bottom: 80px;
}

@media (max-width: 428px) {
  .sio-memorandum-top {
    margin-bottom: 50px;
  }
}

.memorandum-list__desc {
  padding: 50px;
  background: #222;
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .memorandum-list__desc {
    padding: 40px;
  }
}

@media (max-width: 428px) {
  .memorandum-list__desc {
    padding: 20px;
    padding-top: 130px;
  }
}

.memorandum-list__desc .txts {
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 1.8rem;
  max-width: 510px;
  width: 70%;
  line-height: 1.8em;
}

@media (max-width: 768px) {
  .memorandum-list__desc .txts {
    font-size: 1.6rem;
  }
}

@media (max-width: 428px) {
  .memorandum-list__desc .txts {
    width: 100%;
    font-size: 1.4rem;
  }
}

.memorandum-list__desc .imgs {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  background: url("../img/bioplastic/memorandum-desc__bg.jpg") no-repeat center;
  background-size: cover;
}

@media (max-width: 428px) {
  .memorandum-list__desc .imgs {
    width: 100%;
    height: 150px;
  }
}

.memorandum-list__desc::before {
  position: absolute;
  z-index: 2;
  content: "";
  left: 50%;
  top: 0;
  height: 100%;
  width: 25%;
  background: -webkit-gradient(linear, left top, right top, from(#222222), to(rgba(34, 34, 34, 0)));
  background: linear-gradient(90deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
}

@media (max-width: 428px) {
  .memorandum-list__desc::before {
    width: 100%;
    height: 70px;
    left: 0;
    top: unset;
    bottom: calc(100% - 150px);
    background: -webkit-gradient(linear, left bottom, left top, from(#222222), to(rgba(34, 34, 34, 0)));
    background: linear-gradient(0deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
  }
}

.memorandom-list__txts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 428px) {
  .memorandom-list__txts {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.memorandom-list__txts .news-list__title {
  margin-bottom: 0.5em;
}

.memorandom-list__txts .news-list__btn {
  margin-left: auto;
}
/*# sourceMappingURL=bioplastic.css.map */