@charset "UTF-8";
#MainVisual {
  background-image: url(../../images/extruded/mainvisual-bg.png);
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.black {
  color: #000 !important;
}

img {
  max-width: 100%;
}

hr {
  margin: 40px 0px;
}

@media (max-width: 767px) {
  .mt-80 {
    margin-top: 21.3333333333vw;
  }
  hr {
    margin: 10.6666666667vw 0px;
  }
}
section figure {
  width: 90%;
}

section figure img {
  width: 100%;
}

section .__inner .column2 {
  margin-bottom: 0;
}
section .__inner .column2 > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
section .__inner .column2 > figure {
  width: 410px;
}
@media (max-width: 767px) {
  section .__inner .column2 > figure {
    width: 100%;
  }
}

/* -- polyele --*/
#sec1 .__inner .column2 > figure {
  width: 470px;
}
@media (max-width: 767px) {
  #sec1 .__inner .column2 > figure {
    width: 100%;
  }
}

/* -- enpla --*/
.en-pla h3 {
  margin-top: 80px;
}
.en-pla h3:nth-child(2) {
  margin-top: 40px;
}
.en-pla .column2 .box__left {
  width: 390px;
}
.en-pla .column2 .box__right {
  width: 460px;
}
@media (max-width: 767px) {
  .en-pla .column2 .box__left {
    width: 100%;
  }
  .en-pla .column2 .box__right {
    width: 100%;
  }
}
.en-pla .list--dotted.m-PPE {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.en-pla .list--dotted.m-PPE li {
  width: 50%;
}
@media (max-width: 767px) {
  .en-pla #MainVisual h1 {
    font-size: 6vw;
  }
  .en-pla h3 {
    margin-top: 21.3333333333vw;
  }
  .en-pla h3:nth-child(2) {
    margin-top: 10.6666666667vw;
  }
  .en-pla .column2 .box__right {
    width: 100%;
  }
  .en-pla .list--dotted.m-PPE li {
    width: 100%;
  }
}

section .column2.pnn-images {
  width: 40%;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767px) {
  section .column2.pnn-images {
    width: 100%;
    gap: 2.6666666667vw;
  }
}
section .column2.pnn-images .img__box div {
  padding: 0;
}

section .pnn-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}
@media (max-width: 767px) {
  section .pnn-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-area: 10.6666666667vw;
  }
  section .pnn-info > div {
    width: 100%;
  }
  section .pnn-info > div > .compare {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  section .pnn-info > div:first-child {
    width: 30%;
  }
}

section .pnn-info .compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  section .pnn-info .compare {
    gap: 2.6666666667vw;
  }
}
section .pnn-info .compare .img__box div {
  padding: 0;
}

section .pnn-info .compare figure {
  width: 100%;
}

section .pnn-info .column2 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

section .yellow-card {
  width: 50%;
}
section .yellow-card figure {
  max-width: 340px;
}
@media (max-width: 767px) {
  section .yellow-card figure {
    width: 100%;
    max-width: 100%;
  }
}

/* 追記 */
.img__box div {
  border: none;
  padding: 0;
}

.__inner ul.horizontal-tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 15px;
}
.__inner ul.horizontal-tiles:not(:last-of-type) {
  margin-bottom: 15px;
}
.__inner ul.horizontal-tiles li {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  background: #1D3A66;
  text-align: center;
  width: calc((100% - 60px) / 5);
  padding: 10px;
}
@media (max-width: 767px) {
  .__inner ul.horizontal-tiles li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 767px) {
  .__inner ul.horizontal-tiles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
  }
  .__inner ul.horizontal-tiles:not(:last-of-type) {
    margin-bottom: 4vw;
  }
  .__inner ul.horizontal-tiles li {
    width: 100%;
    padding: 2.6666666667vw;
    height: 18.6666666667vw;
  }
}

.__inner ul.horizontal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
}
@media (max-width: 767px) {
  .__inner ul.horizontal-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8vw;
    padding: 8vw;
  }
}
.__inner ul.horizontal-list li {
  font-size: 16px;
  line-height: 1.625;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.__inner ul.horizontal-list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #004EA2;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media (max-width: 767px) {
  .__inner ul.horizontal-list li {
    font-size: 4.2666666667vw;
    gap: 2.1333333333vw;
  }
  .__inner ul.horizontal-list li::before {
    width: 1.6vw;
    height: 1.6vw;
  }
}

.--gray-bg {
  margin: 0 auto 60px;
  max-width: 960px;
}
@media (max-width: 767px) {
  .--gray-bg {
    margin-bottom: 16vw;
  }
}

h3 span span {
  font-size: 16px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 15px;
}
@media (max-width: 767px) {
  h3 span span {
    font-size: 4.2666666667vw;
    margin-left: 3vw;
  }
}
h3 span span::before {
  content: "";
  display: none;
}

body.en-pla:lang(en) section:nth-of-type(3) h3:last-of-type {
  white-space: nowrap;
}
body.en-pla:lang(en) section:nth-of-type(3) h3:last-of-type span span {
  white-space: normal;
}