@charset "UTF-8";
/*--- 共通 ---*/
img {
  max-width: 100%;
}

.table--primary thead tr th {
  min-height: 44px;
  background-color: #1D3A66;
  font-weight: 700;
  color: #fff;
  border: 1px solid #4A6185;
  padding: 0.857em;
}
.table--primary thead tr th a {
  color: #fff;
}

table.table--primary .th_sub {
  font-weight: 700;
  color: #001D4C;
  background-color: #AFC2DC;
  border: 1px solid #98B7D9;
  padding: 0.857em;
}

span:hover {
  cursor: auto;
}

figcaption {
  margin-top: 10px;
  text-align: center;
  line-height: 1.4;
}

@media all and (max-width: 767px) {
  figcaption {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
table {
  max-width: 960px;
  margin: 0 auto;
}

.catIconWrapper {
  padding: 30px 20px 0;
}
.catIconWrapper ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catIconWrapper ul li {
  display: inline-block;
  padding: 6px 12px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}
.catIconWrapper ul li.catIcon01 {
  background-color: #157f0a;
}
.catIconWrapper ul li.catIcon02 {
  background-color: #c00000;
}
.catIconWrapper ul li.catIcon03 {
  background-color: #004ea2;
}

.table--primary + .text--note {
  max-width: 960px;
  margin: 0 auto;
}

.tBold {
  font-weight: bold;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img__border {
  border: 1px solid #C5C5C5;
}

.box--red {
  white-space: nowrap;
  padding: 6px 12px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  background-color: #c72525;
}

@media all and (max-width: 767px) {
  .box--red {
    padding: 1.6vw 3.2vw;
    font-size: 3.2vw;
  }
}
.mrgn-b30 {
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  .mrgn {
    margin-bottom: 8vw;
  }
}
#MainVisual {
  background-image: url(../../images/micro/micropearl_mainvisual_bg.png);
}

h5 {
  color: #004EA2;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}

span.blue {
  color: #004EA2;
}
span.black {
  color: #000;
}

.column2.three-seven-ratio *:first-child {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.column2.three-seven-ratio *:last-child {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

.column2.six-four-ratio *:first-child {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.column2.six-four-ratio *:last-child {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

section .left-align {
  text-align: left;
}

table.table--primary tbody tr th {
  background-color: #1d3a66;
  color: white;
}

.btnWrapper {
  margin: 10px 0;
  min-width: 80px;
}
@media all and (max-width: 767px) {
  .btnWrapper {
    min-width: 21.3333333333vw;
  }
}
.btnWrapper a {
  margin: 0 auto;
  display: inline-block;
  background-color: #004ea2;
  border-radius: 6px;
  font-size: 14px;
  padding: 6px 12px;
  color: white;
  text-decoration: none;
}

/* リスト */
.list--dotted li {
  font-weight: normal;
  color: #333;
}
.list--dotted li::before {
  background-color: #333;
}

@media (max-width: 767px) {
  .list--dotted li {
    font-size: 4.2666666667vw;
  }
  .list--dotted li::before {
    margin: 0 2.1333333333vw 0.8vw 0;
    font-size: 4.2666666667vw;
  }
}
/* index & sp、gs 硬さラインナップ　横スクロール
------------------------------------------- */
#SectionHardnessLineup .-sp--scroll img {
  min-width: 960px;
}

/* 個別部分 */
/* micropearl-ex.html用css 
  ------------------------------------------- */
.micropearl-ex #SectionAdvantages .table--primary th:first-child {
  width: 110px;
}

/* gap-control-adhesive.html用css 
  ------------------------------------------- */
.gap-control-adhesive .process {
  width: 100%;
  overflow: auto;
}
.gap-control-adhesive .process .process_item_container {
  width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.gap-control-adhesive .process .process_item_container > p {
  color: white;
  font-size: 20px;
  background-color: #1d3a66;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0;
}
.gap-control-adhesive .process .process_item_container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  border: 1px solid #dddddd;
  padding: 0 20px;
}
.gap-control-adhesive .process .process_item_container .process_item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 45px 0 10px;
  background-image: url(../../images/micro/pic_u11_sign.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.gap-control-adhesive .process .process_item_container .process_item:last-of-type {
  background-image: none;
}
.gap-control-adhesive .process .process_item_container .process_item p {
  margin-bottom: 0;
  white-space: nowrap;
}
.gap-control-adhesive .process .process_item_container .process_item img + p {
  font-size: 12px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .gap-control-adhesive .process .process_item_container .process_item p {
    font-size: 14px;
  }
}
.gap-control-adhesive .process .process_item_container .process_item p.unnecessary {
  width: 235px;
  height: 115px;
  border: 2px dashed #ff0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gap-control-adhesive .process .process_item_container .process_item img {
  width: 90px;
}
.gap-control-adhesive #SectionSizeLineup .button__area {
  margin-top: 40px;
}

@media all and (max-width: 767px) {
  .gap-control-adhesive #SectionSizeLineup .button__area {
    margin-top: 10.6666666667vw;
  }
}
/*
index.html用css 
  ------------------------------------------- */
@media (max-width: 767px) {
  .micropearl-index h3:lang(en) {
    font-size: 8vw;
  }
}
@media (max-width: 767px) {
  .micropearl-index #PageNav .-tablet {
    display: block !important;
  }
}
.micropearl-index #SectionAbout .__inner > .column2 .txt__box p:last-of-type {
  margin-bottom: 0;
}
.micropearl-index #SectionAbout .__inner > .column2 .img__box {
  width: 42.7%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 10px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .micropearl-index #SectionAbout .__inner > .column2 .img__box {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.6666666667vw;
  }
}
.micropearl-index #SectionAbout .__inner > .column2 .img__box > div {
  padding: 0;
  border: none;
  line-height: 1;
}
.micropearl-index #SectionAbout .__inner .variation-list {
  gap: 20px;
}
@media (max-width: 767px) {
  .micropearl-index #SectionAbout .__inner .variation-list {
    gap: 5.3333333333vw;
  }
}
.micropearl-index #SectionAbout .__inner .variation-list__item {
  width: calc((100% - 60px) / 4);
  border: 8px solid #F2F2F2;
}
@media (max-width: 960px) {
  .micropearl-index #SectionAbout .__inner .variation-list__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .micropearl-index #SectionAbout .__inner .variation-list__item {
    width: 100%;
  }
}
.micropearl-index #SectionAbout .__inner .variation-list__item dl {
  padding: 0 13px 17px;
}
@media (max-width: 767px) {
  .micropearl-index #SectionAbout .__inner .variation-list__item dl {
    padding: 0 5.3333333333vw 4.5333333333vw;
  }
}
.micropearl-index #SectionAbout .__inner .variation-list__item dl dt {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .micropearl-index #SectionAbout .__inner .variation-list__item dl dt {
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
}
.micropearl-index #SectionAbout .__inner .variation-list__item dl dd {
  font-size: 15px;
}
@media (max-width: 767px) {
  .micropearl-index #SectionAbout .__inner .variation-list__item dl dd {
    font-size: 4vw;
  }
}
.micropearl-index #SectionAbout .__inner > h3 {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .micropearl-index #SectionAbout .__inner > h3 {
    margin-top: 21.3333333333vw;
  }
}
.micropearl-index #SectionAbout .__inner .performance-list {
  margin-top: 35px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .micropearl-index #SectionAbout .__inner .performance-list {
    margin-top: 9.3333333333vw;
  }
}
.micropearl-index #SectionAbout .__inner .performance-list__item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.micropearl-index #SectionAbout .__inner .performance-list__item figure {
  width: 130px;
  line-height: 1;
}
@media (max-width: 767px) {
  .micropearl-index #SectionAbout .__inner .performance-list__item figure {
    width: 34.6666666667vw;
  }
}
.micropearl-index #SectionAbout .__inner .performance-list__item dl {
  text-align: center;
}
.micropearl-index #SectionAbout .__inner .performance-list__item dl dt {
  margin-top: 15px;
  color: #004EA2;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .micropearl-index #SectionAbout .__inner .performance-list__item dl dt {
    margin-top: 4vw;
    font-size: 5.3333333333vw;
  }
}
.micropearl-index #SectionAbout .__inner .performance-list__item dl dt:lang(en) {
  height: 3.5rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 960px) {
  .micropearl-index #SectionAbout .__inner .performance-list__item dl dt:lang(en) {
    height: auto;
    line-height: inherit;
  }
}
.micropearl-index #SectionAbout .__inner .performance-list__item dl dd {
  margin-top: 7px;
}
.micropearl-index #SectionLineUpIndex {
  margin-top: 60px;
  margin-bottom: 85px;
  padding-top: 50px;
  padding-bottom: 70px;
  background-image: url(../../images/micro/index/lineup-index_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
.micropearl-index #SectionLineUpIndex::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 55px 0 55px;
  border-color: #5071A3 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -35px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.micropearl-index #SectionLineUpIndex h2 {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}
.micropearl-index #SectionLineUpIndex h2 + p {
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .micropearl-index #SectionLineUpIndex h2 + p {
    text-align: left;
  }
}
.micropearl-index #SectionLineUpIndex .lineup-index__list {
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .micropearl-index #SectionLineUpIndex .lineup-index__list {
    gap: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.micropearl-index #SectionLineUpIndex .lineup-index__item {
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 25px 0 20px;
  background-color: #fff;
  border-radius: 5px;
}
@media (max-width: 960px) {
  .micropearl-index #SectionLineUpIndex .lineup-index__item {
    width: calc(50% - 15px);
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .micropearl-index #SectionLineUpIndex .lineup-index__item {
    width: 100%;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .micropearl-index #SectionLineUpIndex .lineup-index__item {
    gap: 5.3333333333vw;
    padding: 4.2666666667vw 5.3333333333vw;
  }
}
.micropearl-index #SectionLineUpIndex .lineup-index__item figure {
  width: 100px;
  line-height: 1;
}
@media (max-width: 767px) {
  .micropearl-index #SectionLineUpIndex .lineup-index__item figure {
    width: 21.3333333333vw;
  }
}
.micropearl-index #SectionLineUpIndex .lineup-index__item .txt__box {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 20px;
}
@media (max-width: 960px) {
  .micropearl-index #SectionLineUpIndex .lineup-index__item .txt__box {
    padding-right: 0;
  }
}
.micropearl-index #SectionLineUpIndex .lineup-index__item .txt__box .ttl {
  width: 180px;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .micropearl-index #SectionLineUpIndex .lineup-index__item .txt__box .ttl {
    width: 48vw;
  }
}
.micropearl-index #SectionLineUpIndex .lineup-index__item .txt__box .__button {
  width: 200px;
  height: auto;
  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;
  padding: 5px 18px 6px 28px;
}
@media (max-width: 767px) {
  .micropearl-index #SectionLineUpIndex .lineup-index__item .txt__box .__button {
    width: 53.3333333333vw;
    margin-top: 2.6666666667vw;
    padding: 1.3333333333vw 4.8vw 1.6vw 7.4666666667vw;
  }
}
.micropearl-index #SectionLineUpIndex .lineup-index__item .txt__box .__button::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 767px) {
  .micropearl-index #SectionLineUpIndex .lineup-index__item .txt__box .__button::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.micropearl-index #SectionLineUpIndex .lineup-index__item:lang(en) .txt__box {
  gap: 8px;
  padding-right: 0;
}
@media (max-width: 767px) {
  .micropearl-index #SectionLineUpIndex .lineup-index__item:lang(en) .txt__box {
    gap: 2.1333333333vw;
  }
}
.micropearl-index #SectionLineUpIndex .lineup-index__item:lang(en) .txt__box .ttl {
  margin: 0 auto;
  padding-left: 0;
}
.micropearl-index #SectionLineUpIndex .lineup-index__item:lang(en) .txt__box .__button {
  width: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 5px 16px 6px;
}
@media (max-width: 767px) {
  .micropearl-index #SectionLineUpIndex .lineup-index__item:lang(en) .txt__box .__button {
    gap: 2.1333333333vw;
    padding: 1.3333333333vw 3.2vw 1.6vw;
    margin-top: 0;
  }
}
.micropearl-index #SectionPlastic .ttl-wrap, .micropearl-index #SectionMetal .ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.micropearl-index #SectionPlastic .ttl-wrap figure, .micropearl-index #SectionMetal .ttl-wrap figure {
  width: 90px;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .micropearl-index #SectionPlastic .ttl-wrap figure, .micropearl-index #SectionMetal .ttl-wrap figure {
    width: 21.3333333333vw;
  }
}
.micropearl-index #SectionPlastic .ttl-wrap h2, .micropearl-index #SectionMetal .ttl-wrap h2 {
  margin-bottom: 10px;
  font-size: 36px;
}
@media (max-width: 767px) {
  .micropearl-index #SectionPlastic .ttl-wrap h2, .micropearl-index #SectionMetal .ttl-wrap h2 {
    font-size: 8.5333333333vw;
  }
}
.micropearl-index #SectionPlastic h3, .micropearl-index #SectionMetal h3 {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .micropearl-index #SectionPlastic h3, .micropearl-index #SectionMetal h3 {
    margin-top: 21.3333333333vw;
  }
}
.micropearl-index #SectionPlastic .request-list, .micropearl-index #SectionMetal .request-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 0;
}
.micropearl-index #SectionPlastic .request-list__item, .micropearl-index #SectionMetal .request-list__item {
  width: calc((100% - 80px) / 3);
  padding: 12px 1em;
  background-color: #F2F2F2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionPlastic .feature, .micropearl-index #SectionMetal .feature {
    width: 256vw;
  }
}
.micropearl-index #SectionPlastic .feature-list, .micropearl-index #SectionMetal .feature-list {
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  background: -webkit-gradient(linear, left top, right bottom, from(#E8F9FC), color-stop(#DEE9F2), to(#EDDEF2));
  background: linear-gradient(to bottom right, #E8F9FC, #DEE9F2, #EDDEF2);
}
@media screen and (max-width: 960px) {
  .micropearl-index #SectionPlastic .feature-list:lang(en), .micropearl-index #SectionMetal .feature-list:lang(en) {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionPlastic .feature-list:lang(en), .micropearl-index #SectionMetal .feature-list:lang(en) {
    gap: 4.8vw;
  }
}
.micropearl-index #SectionPlastic .feature-list__item, .micropearl-index #SectionMetal .feature-list__item {
  width: calc((100% - 72px) / 5);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionPlastic .feature-list__item, .micropearl-index #SectionMetal .feature-list__item {
    width: calc((100% - 19.2vw) / 5);
  }
}
@media screen and (max-width: 960px) {
  .micropearl-index #SectionPlastic .feature-list__item:lang(en), .micropearl-index #SectionMetal .feature-list__item:lang(en) {
    width: calc((100% - 48px) / 5);
  }
  .micropearl-index #SectionPlastic .feature-list__item:lang(en) dl dt, .micropearl-index #SectionMetal .feature-list__item:lang(en) dl dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionPlastic .feature-list__item:lang(en), .micropearl-index #SectionMetal .feature-list__item:lang(en) {
    width: calc((100% - 19.2vw) / 5);
  }
  .micropearl-index #SectionPlastic .feature-list__item:lang(en) dl dt, .micropearl-index #SectionMetal .feature-list__item:lang(en) dl dt {
    font-size: 5.6vw;
  }
}
.micropearl-index #SectionPlastic .feature-list__item img, .micropearl-index #SectionMetal .feature-list__item img {
  height: 80px;
  -webkit-filter: drop-shadow(2px 2px 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(2px 2px 20px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionPlastic .feature-list__item img, .micropearl-index #SectionMetal .feature-list__item img {
    height: 21.3333333333vw;
  }
}
.micropearl-index #SectionPlastic .feature-list__item dl dt, .micropearl-index #SectionMetal .feature-list__item dl dt {
  margin-top: 15px;
  color: #004EA2;
  font-size: 21px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionPlastic .feature-list__item dl dt, .micropearl-index #SectionMetal .feature-list__item dl dt {
    margin-top: 4vw;
    font-size: 5.6vw;
  }
}
.micropearl-index #SectionPlastic .feature-list__item dl dd, .micropearl-index #SectionMetal .feature-list__item dl dd {
  margin-top: 10px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionPlastic .feature-list__item dl dd, .micropearl-index #SectionMetal .feature-list__item dl dd {
    margin-top: 2.6666666667vw;
    font-size: 4vw;
  }
}
.micropearl-index #SectionPlastic .box--blue, .micropearl-index #SectionMetal .box--blue {
  padding: 30px 1em;
  background-color: #F2F6FA;
  color: #004EA2;
  font-weight: 700;
  text-align: center;
}
.micropearl-index #SectionPlastic .box--blue .button__area.-center, .micropearl-index #SectionMetal .box--blue .button__area.-center {
  gap: 40px;
}
.micropearl-index #SectionPlastic .box--blue .button__area.-center .__button, .micropearl-index #SectionMetal .box--blue .button__area.-center .__button {
  max-width: 392px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionPlastic .box--blue .button__area.-center .__button, .micropearl-index #SectionMetal .box--blue .button__area.-center .__button {
    max-width: 100%;
    font-size: 4.5333333333vw;
  }
}
.micropearl-index #SectionPlastic .box--blue .button__area.-center .__button span, .micropearl-index #SectionMetal .box--blue .button__area.-center .__button span {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionPlastic .box--blue .button__area.-center .__button span, .micropearl-index #SectionMetal .box--blue .button__area.-center .__button span {
    font-size: 3.4666666667vw;
  }
}
.micropearl-index #SectionPlastic .replacement-list, .micropearl-index #SectionMetal .replacement-list {
  margin-bottom: 30px;
}
.micropearl-index #SectionPlastic .field-list, .micropearl-index #SectionMetal .field-list {
  margin-bottom: 80px;
}
.micropearl-index #SectionPlastic .field-list__item .img__box > div, .micropearl-index #SectionMetal .field-list__item .img__box > div {
  padding: 0;
  line-height: 1;
}
.micropearl-index #SectionPlastic .field-list__item .img__box > div img, .micropearl-index #SectionMetal .field-list__item .img__box > div img {
  display: block;
}
.micropearl-index #SectionPlastic .replacement-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionPlastic .replacement-list {
    gap: 8vw;
  }
}
.micropearl-index #SectionPlastic .replacement-list__item {
  width: calc((100% - 120px) / 5);
}
@media (max-width: 960px) {
  .micropearl-index #SectionPlastic .replacement-list__item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionPlastic .replacement-list__item {
    width: 100%;
  }
}
.micropearl-index #SectionPlastic .replacement-list__item figure {
  line-height: 1;
}
.micropearl-index #SectionPlastic .replacement-list__item figure img {
  width: 100%;
}
.micropearl-index #SectionContact {
  margin-top: 70px;
  padding: 50px 0 0;
  background-image: url(../../images/micro/index/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionContact {
    margin-top: 18.6666666667vw;
    padding-top: 13.3333333333vw;
  }
}
.micropearl-index #SectionContact .__inner {
  max-width: 1000px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionContact .__inner {
    padding: 0 5.3333333333vw;
  }
}
.micropearl-index #SectionContact h2 {
  margin-bottom: 20px;
  font-size: 36px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionContact h2 {
    font-size: 6.4vw;
  }
}
.micropearl-index #SectionContact p {
  color: #fff;
}
.micropearl-index #SectionContact .idea-list {
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionContact .idea-list {
    margin-top: 8vw;
    margin-bottom: 13.3333333333vw;
  }
}
.micropearl-index #SectionContact .idea-list__item {
  background-color: rgba(0, 0, 0, 0.5);
}
.micropearl-index #SectionContact .idea-list__item figure {
  line-height: 1;
}
.micropearl-index #SectionContact .idea-list__item dl {
  padding: 0 10px 25px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionContact .idea-list__item dl {
    padding-bottom: 6.6666666667vw;
  }
}
.micropearl-index #SectionContact .idea-list__item dl dt {
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionContact .idea-list__item dl dt {
    font-size: 5.6vw;
  }
}
.micropearl-index #SectionContact .idea-list__item dl dd {
  margin-top: 10px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionContact .idea-list__item dl dd {
    font-size: 4vw;
  }
}
.micropearl-index #SectionContact .button__area.-center {
  padding: 25px 20px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionContact .button__area.-center {
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
.micropearl-index #SectionBanner {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionBanner {
    padding-top: 18.6666666667vw;
  }
}
.micropearl-index #SectionBanner .__inner {
  padding: 11px 40px 27px 50px;
  background-image: url(../../images/technology/bg.png);
  background-repeat: repeat;
  background-size: 200px;
  background-position: left top;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionBanner .__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 10.6666666667vw 5.3333333333vw 4vw;
    background-size: 53.3333333333vw;
  }
}
.micropearl-index #SectionBanner .__inner .small {
  text-align: right;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionBanner .__inner .small {
    margin-top: 8vw;
    text-align: center;
    font-size: 2.9333333333vw;
  }
}
.micropearl-index #SectionBanner .column2 {
  margin-top: 11px;
  margin-bottom: 0;
  gap: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.micropearl-index #SectionBanner .column2 .box--left {
  width: 52.87%;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionBanner .column2 .box--left {
    width: 100%;
  }
}
.micropearl-index #SectionBanner .column2 .box--left h2 {
  margin-bottom: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 4px;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionBanner .column2 .box--left h2 {
    gap: 2.6666666667vw 1.0666666667vw;
    margin-bottom: 5.8666666667vw;
  }
}
.micropearl-index #SectionBanner .column2 .box--left h2 img {
  height: 36px;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionBanner .column2 .box--left h2 img {
    height: 9.6vw;
  }
}
.micropearl-index #SectionBanner .column2 .box--left .ttl-en {
  height: 13px;
  margin-bottom: 18px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionBanner .column2 .box--left .ttl-en {
    height: 3.4666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.micropearl-index #SectionBanner .column2 .box--left > p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionBanner .column2 .box--left > p {
    text-align: center;
    font-size: 3.7333333333vw;
  }
}
.micropearl-index #SectionBanner .column2 .box--left .box--white {
  margin-top: 15px;
  padding: 15px 25px 14px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionBanner .column2 .box--left .box--white {
    margin-top: 5.3333333333vw;
    padding: 4vw;
    border-radius: 5.3333333333vw;
  }
}
.micropearl-index #SectionBanner .column2 .box--left .box--white .athlete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #004EA2;
  font-size: 19px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionBanner .column2 .box--left .box--white .athlete {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 5.0666666667vw;
  }
}
.micropearl-index #SectionBanner .column2 .box--left .box--white .athlete .label {
  margin-left: 10px;
  padding: 5px 15px;
  border-radius: 100vh;
  display: inline-block;
  background-color: #DDE6F2;
  color: #000;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionBanner .column2 .box--left .box--white .athlete .label {
    margin-left: 2.6666666667vw;
    padding: 1.3333333333vw 4vw;
    font-size: 3.2vw;
  }
}
.micropearl-index #SectionBanner .column2 .box--left .box--white .athlete-ttl {
  margin-top: 5px;
  margin-bottom: 0;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionBanner .column2 .box--left .box--white .athlete-ttl {
    margin-top: 2.6666666667vw;
    text-align: center;
    font-size: 5.3333333333vw;
  }
}
.micropearl-index #SectionBanner .column2 .box--right {
  width: 42.84%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionBanner .column2 .box--right {
    width: 100%;
    margin-top: 4vw;
  }
}
.micropearl-index #SectionBanner .column2 .box--right figure {
  margin-right: 15px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionBanner .column2 .box--right figure {
    margin: 0 7.2vw;
  }
}
.micropearl-index #SectionBanner .column2 .box--right .link-wrap {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionBanner .column2 .box--right .link-wrap {
    margin-top: 5.0666666667vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.micropearl-index #SectionBanner .column2 .box--right .link-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionBanner .column2 .box--right .link-wrap a {
    gap: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
.micropearl-index #SectionBanner .column2 .box--right .link-wrap a::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../../images/micro/index/banner_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .micropearl-index #SectionBanner .column2 .box--right .link-wrap a::after {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}

#SectionLineUp > div > div > table > tbody > tr.text > td {
  font-size: 12px;
  line-height: 1.4em;
}

#SectionUsage > div > div.button__area > a:nth-child(1) {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* micropearl-ez.html用css 
  ------------------------------------------- */
.micropearl-ez #SectionAdvantages .__inner .img__box {
  margin-top: 30px;
}
.micropearl-ez .text--note li:first-child::before {
  content: " ";
}

/* micropearl-scl.html用css 
  ------------------------------------------- */
.micropearl-scl #SectionFeature .img__box div {
  border: none;
  background-color: transparent;
  padding-top: 0;
}

/* micropearl-au.html用css 
  ------------------------------------------- */
.micropearl-au .area {
  display: none;
  margin-bottom: 70px;
  padding-top: 0;
  background: #fff;
}
@media all and (max-width: 767px) {
  .micropearl-au .area {
    margin-bottom: 18.6666666667vw;
  }
}
.micropearl-au .area.is-active {
  display: block;
  -webkit-animation-name: switchAnime;
          animation-name: switchAnime;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes switchAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes switchAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.micropearl-au h3 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .micropearl-au h3 {
    margin-top: 21.3333333333vw;
  }
}
.micropearl-au .box--blue {
  padding: 30px 1em;
  background-color: #F2F6FA;
  color: #004EA2;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .micropearl-au .box--blue {
    padding: 5.3333333333vw 1em;
  }
}
.micropearl-au .box--blue span {
  display: inline-block;
}
.micropearl-au .box--blue p:last-of-type {
  margin-bottom: 0;
}
.micropearl-au p .strong {
  color: #004EA2;
  font-weight: 700;
}
.micropearl-au .list--dotted li::before {
  background-color: #004EA2;
}
.micropearl-au #SectionIntroduction {
  padding-bottom: 0;
  border-bottom: 2px solid #094EA2;
}
.micropearl-au #SectionIntroduction .column2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionIntroduction .column2 {
    margin-bottom: 13.3333333333vw;
  }
}
.micropearl-au #SectionIntroduction .column2 .txt__box {
  width: 100%;
}
.micropearl-au #SectionIntroduction .column2 .txt__box > p:last-of-type {
  margin-bottom: 0;
}
.micropearl-au #SectionIntroduction .column2 .img__box {
  width: 30.52%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionIntroduction .column2 .img__box {
    width: 100%;
  }
}
.micropearl-au #SectionIntroduction .column2 .img__box > div {
  padding: 0;
  border: none;
}
.micropearl-au #SectionIntroduction .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  width: 100%;
}
@media all and (max-width: 767px) {
  .micropearl-au #SectionIntroduction .tab {
    gap: 2.1333333333vw;
  }
}
.micropearl-au #SectionIntroduction .tab li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 300px;
  height: 50px;
  background: #fff;
  border-top: 1px solid #0A4EA2;
  border-left: 1px solid #0A4EA2;
  border-right: 1px solid #0A4EA2;
  border-radius: 6px 6px 0 0;
  padding: 1vw;
}
@media all and (max-width: 767px) {
  .micropearl-au #SectionIntroduction .tab li {
    height: 13.3333333333vw;
    border-radius: 1.6vw 1.6vw 0 0;
  }
  body:lang(en) .micropearl-au #SectionIntroduction .tab li {
    height: auto;
  }
}
.micropearl-au #SectionIntroduction .tab li.selected {
  background: #094EA2;
}
.micropearl-au #SectionIntroduction .tab li.selected a {
  color: #fff;
}
.micropearl-au #SectionIntroduction .tab li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #004EA2;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
}
body:lang(en) .micropearl-au #SectionIntroduction .tab li a {
  line-height: 1.2;
}
@media all and (max-width: 767px) {
  .micropearl-au #SectionIntroduction .tab li a {
    font-size: 3.4666666667vw;
  }
}
.micropearl-au #SectionIntroduction .tab li a .-tab {
  display: none;
}
@media screen and (max-width: 960px) {
  .micropearl-au #SectionIntroduction .tab li a .-tab {
    display: block;
  }
}
.micropearl-au #SectionUseExample {
  scroll-margin-top: 240px;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionUseExample {
    scroll-margin-top: 53.3333333333vw;
  }
}
.micropearl-au #SectionUseExample .__inner.--acf h3 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionUseExample .__inner.--acf h3 {
    margin-top: 13.3333333333vw;
  }
}
.micropearl-au #SectionUseExample .__inner.--acf .column2 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionUseExample .__inner.--acf .column2 {
    margin-top: 10.6666666667vw;
  }
}
.micropearl-au #SectionUseExample .__inner.--acf .column2 .txt__box h4 {
  margin-top: 0;
}
.micropearl-au #SectionUseExample .__inner.--acf .column2 .txt__box .list--dotted > li:last-of-type {
  margin-bottom: 0;
}
.micropearl-au #SectionUseExample .__inner.--acf .column2 .img__box {
  line-height: 1;
}
.micropearl-au #SectionUseExample .__inner.--acf .column2 .img__box > div {
  padding: 0;
}
.micropearl-au #SectionUseExample .__inner.--acf .box--blue {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionUseExample .__inner.--acf .box--blue {
    margin-top: 8vw;
  }
}
.micropearl-au #SectionUseExample .__inner.--acf .box--blue + .text--note {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionUseExample .__inner.--acf .box--blue + .text--note {
    margin-top: 1.6vw;
  }
}
.micropearl-au #SectionUseExample .__inner.--acf .box--gray {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionUseExample .__inner.--acf .box--gray {
    margin-top: 10.6666666667vw;
  }
}
.micropearl-au #SectionUseExample .__inner.--acf .box--gray.mechanism {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionUseExample .__inner.--acf .box--gray.mechanism {
    margin-top: 13.3333333333vw;
  }
}
.micropearl-au #SectionUseExample .__inner.--acf .box--gray.mechanism .column3 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionUseExample .__inner.--acf .box--gray.mechanism .column3 {
    margin-top: 5.3333333333vw;
  }
}
.micropearl-au #SectionUseExample .__inner.--acf .box--gray.flat .txt__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 11px;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionUseExample .__inner.--acf .box--gray.flat .txt__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.9333333333vw;
  }
}
.micropearl-au #SectionUseExample .__inner.--acf .box--gray.flat .txt__box .label {
  display: block;
  padding: 3px 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #004EA2;
  color: #fff;
}
.micropearl-au #SectionUseExample .__inner.--acf .box--gray.flat .txt__box .txt-wrap p:last-of-type {
  margin-bottom: 0;
}
.micropearl-au #SectionUseExample .__inner.--acf .box--gray.flat .column3 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionUseExample .__inner.--acf .box--gray.flat .column3 {
    margin-top: 8vw;
  }
}
.micropearl-au #SectionUseExample .__inner.--acf .box--gray h4 {
  margin-top: 0;
}
.micropearl-au #SectionUseExample .__inner.--acf .box--gray .column3 {
  margin-bottom: 0;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionUseExample .__inner.--acf .box--gray .column3 {
    gap: 8vw;
  }
}
.micropearl-au #SectionUseExample .__inner.--acf .box--gray .column3 .img__box > div {
  padding: 0;
  line-height: 1;
}
.micropearl-au #SectionUseExample .__inner.--shield .column2 .txt__box {
  width: 100%;
}
.micropearl-au #SectionUseExample .__inner.--shield .column2 .txt__box h4 {
  margin-top: 0;
}
.micropearl-au #SectionUseExample .__inner.--shield .column2 .txt__box > p:last-of-type {
  margin-bottom: 0;
}
.micropearl-au #SectionUseExample .__inner.--shield .column2 .img__box {
  width: 30.52%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionUseExample .__inner.--shield .column2 .img__box {
    width: 100%;
  }
}
.micropearl-au #SectionUseExample .__inner.--shield .column2 .img__box > div {
  padding: 0;
  line-height: 1;
}
.micropearl-au #SectionUseExample .__inner.--different-materials h4:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionUseExample .__inner.--different-materials h4:not(:first-of-type) {
    margin-top: 10.6666666667vw;
  }
}
.micropearl-au #SectionUseExample .__inner.--different-materials .list--dotted {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionUseExample .__inner.--different-materials .list--dotted {
    margin-bottom: 8vw;
  }
}
.micropearl-au #SectionUseExample .__inner.--different-materials .column2 .img__box {
  line-height: 1;
}
.micropearl-au #SectionUseExample .__inner.--different-materials .column2 .img__box > div {
  padding: 0;
}
.micropearl-au #SectionUseExample .__inner.--different-materials .column2 .img__box.-blue figcaption {
  color: #004EA2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionUseExample .__inner.--different-materials .column2 .img__box figcaption {
    font-size: 4vw;
  }
}
.micropearl-au #SectionLineUp {
  scroll-margin-top: 240px;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionLineUp {
    scroll-margin-top: 53.3333333333vw;
  }
}
.micropearl-au #SectionLineUp .__inner.--lineup h3 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionLineUp .__inner.--lineup h3 {
    margin-top: 13.3333333333vw;
  }
}
.micropearl-au #SectionLineUp .__inner.--lineup > .column2 {
  gap: 50px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionLineUp .__inner.--lineup > .column2 {
    gap: 10.6666666667vw;
  }
}
.micropearl-au #SectionLineUp .__inner.--lineup > .column2 h4 {
  min-height: 55px;
  margin-top: 0;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionLineUp .__inner.--lineup > .column2 h4 {
    min-height: auto;
  }
}
.micropearl-au #SectionLineUp .__inner.--lineup > .column2 .column2 {
  gap: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionLineUp .__inner.--lineup > .column2 .column2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.6666666667vw;
  }
}
.micropearl-au #SectionLineUp .__inner.--lineup > .column2 .column2 .box {
  width: calc((100% - 20px) / 2);
  border: 1px solid #C5C5C5;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionLineUp .__inner.--lineup > .column2 .column2 .box {
    width: calc((100% - 2.6666666667vw) / 2);
  }
}
.micropearl-au #SectionLineUp .__inner.--lineup > .column2 .column2 .box.--ni .ttl {
  background: -webkit-gradient(linear, left top, right top, from(#6B6B6B), color-stop(#919191), to(#6B6B6B));
  background: linear-gradient(to right, #6B6B6B, #919191, #6B6B6B);
}
.micropearl-au #SectionLineUp .__inner.--lineup > .column2 .column2 .box.--au .ttl {
  background: -webkit-gradient(linear, left top, right top, from(#B57F23), color-stop(#D8AD4C), to(#B57F23));
  background: linear-gradient(to right, #B57F23, #D8AD4C, #B57F23);
}
.micropearl-au #SectionLineUp .__inner.--lineup > .column2 .column2 .box .ttl {
  padding: 4px 1em;
  color: #fff;
  text-align: center;
}
.micropearl-au #SectionLineUp .__inner.--lineup > .column2 .column2 .box .ttl .jp {
  display: inline-block;
  margin-left: 5px;
  font-weight: 700;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionLineUp .__inner.--lineup > .column2 .column2 .box .ttl .jp {
    font-size: 4.5333333333vw;
  }
}
.micropearl-au #SectionLineUp .__inner.--lineup > .column2 .column2 .box figure {
  margin: 15px 29px 0;
  line-height: 1;
}
.micropearl-au #SectionLineUp .__inner.--lineup > .column2 .column2 .box .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
  margin: 11px 15px 12px;
}
.micropearl-au #SectionLineUp .__inner.--lineup > .column2 .column2 .box .feature dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #004EA2;
  font-weight: 700;
}
.micropearl-au #SectionLineUp .__inner.--lineup > .column2 .column2 .box .feature dd .list--dotted {
  margin-bottom: 0;
}
.micropearl-au #SectionLineUp .__inner.--lineup > .column2 .column2 .box .feature dd .list--dotted li {
  margin-bottom: 1px;
}
.micropearl-au #SectionLineUp .__inner.--lineup > .column2 .typical {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.micropearl-au #SectionLineUp .__inner.--lineup > .column2 .other {
  width: 44.79%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionLineUp .__inner.--lineup > .column2 .other {
    width: 100%;
  }
}
.micropearl-au #SectionLineUp .__inner.--lineup > .column2 .other h4 {
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionLineUp .__inner.--lineup > .column2 .other h4 {
    font-size: 5.3333333333vw;
  }
}
.micropearl-au #SectionLineUp .__inner.--lineup > .column2 .other .img__box > div {
  padding: 0;
  line-height: 1;
}
.micropearl-au #SectionLineUp .__inner.--lineup > .column2 .other .text--note li {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionLineUp .__inner.--lineup > .column2 .other .text--note li {
    font-size: 3.2vw;
  }
}
.micropearl-au #SectionLineUp .__inner.--hardness .-sp--scroll img {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionLineUp .__inner.--hardness .-sp--scroll img {
    max-width: none;
    width: 256vw;
  }
}
.micropearl-au #SectionLineUp .__inner.--graph .column2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionLineUp .__inner.--graph .column2 {
    gap: 0;
    margin-bottom: 5.3333333333vw;
  }
}
.micropearl-au #SectionLineUp .__inner.--graph .img__box > div {
  padding: 0;
  line-height: 1;
}
.micropearl-au #SectionLineUp .__inner.--graph .img__box figcaption {
  text-align: left;
}
.micropearl-au #SectionLineUp .__inner.--metal-powder table.table--primary {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionLineUp .__inner.--metal-powder table.table--primary {
    width: 256vw;
  }
}
.micropearl-au #SectionLineUp .__inner.--metal-powder table.table--primary thead tr th.small {
  width: 60px;
  border-right: none;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionLineUp .__inner.--metal-powder table.table--primary thead tr th.small {
    width: 16vw;
  }
}
.micropearl-au #SectionLineUp .__inner.--metal-powder table.table--primary thead tr th.wide {
  width: 305px;
  border-left: none;
}
@media screen and (max-width: 767px) {
  .micropearl-au #SectionLineUp .__inner.--metal-powder table.table--primary thead tr th.wide {
    width: 81.3333333333vw;
  }
}
.micropearl-au #SectionLineUp .__inner.--metal-powder table.table--primary tbody tr th {
  background-color: #AFC2DC;
  border-color: #98B7D9;
  color: #001D4C;
}
.micropearl-au #SectionLineUp .__inner.--metal-powder table.table--primary tbody tr th.-strong {
  position: relative;
}
.micropearl-au #SectionLineUp .__inner.--metal-powder table.table--primary tbody tr th.-strong::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #094DA0;
  position: absolute;
  left: 0;
  top: 0;
}
.micropearl-au #SectionLineUp .__inner.--metal-powder table.table--primary tbody tr td {
  background-color: #F2F6FA;
}
.micropearl-au #SectionLineUp .__inner.--metal-powder table.table--primary tbody tr td.-strong {
  background-color: #D9E5F1;
}
.micropearl-au #SectionLineUp .__inner.--metal-powder table.table--primary tbody tr td.-strong:last-of-type {
  border-right: 2px solid #094DA0;
}
.micropearl-au #SectionLineUp .__inner.--metal-powder table.table--primary tbody tr .-strong {
  border-top: 2px solid #094DA0;
  border-bottom: 2px solid #094DA0;
}
.micropearl-au #SectionLineUp .__inner.--metal-powder table.table--primary tbody .txt-vertical span {
  white-space: pre;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: inline-block;
  letter-spacing: 0.1em;
}

/* micropearl-sol.html用css 
  ------------------------------------------- */
.micropearl-sol .table--primary {
  margin-top: 0;
}
.micropearl-sol #SectionInstructions .column2 {
  margin-top: 30px;
}
.micropearl-sol #SectionInstructions .column2 > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.micropearl-sol #SectionInstructions .column2 figure > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.micropearl-sol #SectionInstructions .column2 .table--primary {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.micropearl-sol #SectionInstructions .column2 .table--primary td:first-child {
  width: 30%;
}
.micropearl-sol #SectionInstructions .column2 .table--primary td img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .micropearl-sol #SectionInstructions .column2 .table--primary {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .micropearl-sol #SectionInstructions .column2 figure > div {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.micropearl-sol #SectionExamples .column2 > div table th:first-child {
  width: 28%;
}
.micropearl-sol #SectionExamples div + h4 {
  margin-top: 70px;
}

/* micropearl-kb.html用css 
  ------------------------------------------- */
.micropearl-kb .img__box div {
  border: none;
  padding: 0;
}
.micropearl-kb .img__box div img {
  border: 1px solid #C5C5C5;
}
@media all and (max-width: 767px) {
  .micropearl-kb .img__box div img {
    border: 0.2666666667vw solid #C5C5C5;
  }
}

/* micropearl-spgs.html用css 
  ------------------------------------------- */
.micropearl-spgs .area {
  display: none;
  margin-bottom: 70px;
  padding-top: 0;
  background: #fff;
}
@media all and (max-width: 767px) {
  .micropearl-spgs .area {
    margin-bottom: 18.6666666667vw;
  }
}
.micropearl-spgs .area.is-active {
  display: block;
  -webkit-animation-name: switchAnime;
          animation-name: switchAnime;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@keyframes switchAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.micropearl-spgs h3 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs h3 {
    margin-top: 21.3333333333vw;
  }
}
.micropearl-spgs h3 + h4 {
  margin-top: 25px;
}
.micropearl-spgs h4 {
  margin-top: 40px;
}
.micropearl-spgs .list--dotted li::before {
  background-color: #004EA2;
}
.micropearl-spgs #SectionIntroduction {
  padding-bottom: 0;
  border-bottom: 2px solid #094EA2;
}
.micropearl-spgs #SectionIntroduction .column2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionIntroduction .column2 {
    margin-bottom: 13.3333333333vw;
  }
}
.micropearl-spgs #SectionIntroduction .column2 .txt__box {
  width: 100%;
}
.micropearl-spgs #SectionIntroduction .column2 .txt__box > p:last-of-type {
  margin-bottom: 0;
}
.micropearl-spgs #SectionIntroduction .column2 .img__box {
  width: 30.52%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionIntroduction .column2 .img__box {
    width: 100%;
  }
}
.micropearl-spgs #SectionIntroduction .column2 .img__box > div {
  padding: 0;
  border: none;
}
.micropearl-spgs #SectionIntroduction .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  width: 100%;
}
@media all and (max-width: 767px) {
  .micropearl-spgs #SectionIntroduction .tab {
    gap: 2.1333333333vw;
  }
}
.micropearl-spgs #SectionIntroduction .tab li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 300px;
  height: 50px;
  background: #fff;
  border-top: 1px solid #0A4EA2;
  border-left: 1px solid #0A4EA2;
  border-right: 1px solid #0A4EA2;
  border-radius: 6px 6px 0 0;
  padding: 1vw;
}
@media all and (max-width: 767px) {
  .micropearl-spgs #SectionIntroduction .tab li {
    height: 13.3333333333vw;
    border-radius: 1.6vw 1.6vw 0 0;
  }
  body:lang(en) .micropearl-spgs #SectionIntroduction .tab li {
    height: auto;
  }
}
.micropearl-spgs #SectionIntroduction .tab li.selected {
  background: #094EA2;
}
.micropearl-spgs #SectionIntroduction .tab li.selected a {
  color: #fff;
}
.micropearl-spgs #SectionIntroduction .tab li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #004EA2;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
}
body:lang(en) .micropearl-spgs #SectionIntroduction .tab li a {
  line-height: 1.2;
}
@media all and (max-width: 767px) {
  .micropearl-spgs #SectionIntroduction .tab li a {
    font-size: 3.4666666667vw;
  }
}
.micropearl-spgs #SectionIntroduction .tab li a .-tab {
  display: none;
}
@media screen and (max-width: 960px) {
  .micropearl-spgs #SectionIntroduction .tab li a .-tab {
    display: block;
  }
}
.micropearl-spgs #SectionUseExample {
  scroll-margin-top: 240px;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionUseExample {
    scroll-margin-top: 53.3333333333vw;
  }
}
.micropearl-spgs #SectionUseExample .--display .column2 {
  margin-top: 30px;
}
.micropearl-spgs #SectionUseExample .--display .column2 .img__box > div {
  padding: 0;
  line-height: 1;
}
.micropearl-spgs #SectionUseExample .--battery .column2 {
  margin-top: 25px;
}
.micropearl-spgs #SectionUseExample .--battery .column2 h4 {
  margin-top: 0;
}
.micropearl-spgs #SectionUseExample .--battery .column2 .txt__box {
  width: 100%;
}
.micropearl-spgs #SectionUseExample .--battery .column2 .txt__box > p:last-of-type {
  margin-bottom: 0;
}
.micropearl-spgs #SectionUseExample .--battery .column2 .img__box {
  width: 30.52%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionUseExample .--battery .column2 .img__box {
    width: 100%;
  }
}
.micropearl-spgs #SectionUseExample .--battery .column2 .img__box > div {
  padding: 0;
  line-height: 1;
}
.micropearl-spgs #SectionUseExample .--semiconductor .column2 {
  margin-top: 25px;
}
.micropearl-spgs #SectionUseExample .--semiconductor .column2 h4 {
  margin-top: 0;
}
.micropearl-spgs #SectionUseExample .--semiconductor .column2 .txt__box {
  width: 100%;
}
.micropearl-spgs #SectionUseExample .--semiconductor .column2 .txt__box > p:last-of-type {
  margin-bottom: 0;
}
.micropearl-spgs #SectionUseExample .--semiconductor .column2 .img__box {
  width: 30.52%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionUseExample .--semiconductor .column2 .img__box {
    width: 100%;
  }
}
.micropearl-spgs #SectionUseExample .--semiconductor .column2 .img__box > div {
  padding: 0;
  line-height: 1;
}
.micropearl-spgs #SectionUseExample .--glass .column2 {
  margin-top: 30px;
}
.micropearl-spgs #SectionUseExample .--glass .column2 .img__box > div {
  padding: 0;
  line-height: 1;
}
.micropearl-spgs #SectionLineUp {
  scroll-margin-top: 240px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp {
    scroll-margin-top: 53.3333333333vw;
  }
}
.micropearl-spgs #SectionLineUp .__inner {
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .__inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.micropearl-spgs #SectionLineUp hr {
  margin-top: 130px;
  margin-bottom: 60px;
}
.micropearl-spgs #SectionLineUp .lineup-content {
  width: calc(50% - 20px);
  border: 1px solid #C5C5C5;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .lineup-content {
    width: 100%;
  }
}
.micropearl-spgs #SectionLineUp .lineup-content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F2F6FA;
}
.micropearl-spgs #SectionLineUp .lineup-content__head .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding: 13px 1em 13px 20px;
  color: #004EA2;
  font-size: 17px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .micropearl-spgs #SectionLineUp .lineup-content__head .name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .lineup-content__head .name {
    padding: 3.4666666667vw 0.5em 3.4666666667vw 4vw;
    font-size: 4.5333333333vw;
  }
}
.micropearl-spgs #SectionLineUp .lineup-content__head .name .type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.micropearl-spgs #SectionLineUp .lineup-content__head .name .type-list li {
  padding: 0 10px 2px;
  background-color: #CDDCEB;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .lineup-content__head .name .type-list li {
    padding: 0 2.6666666667vw 0.5333333333vw 2.6666666667vw;
    font-size: 5.0666666667vw;
  }
}
.micropearl-spgs #SectionLineUp .lineup-content__head .link-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 31px;
  padding-right: 17px;
  background-color: #004EA2;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .lineup-content__head .link-overview {
    padding-left: 3.7333333333vw;
    padding-right: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .lineup-content__head .link-overview span {
    display: none;
  }
}
.micropearl-spgs #SectionLineUp .lineup-content__head .link-overview::after {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .lineup-content__head .link-overview::after {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.micropearl-spgs #SectionLineUp .lineup-content__main {
  padding: 15px 0 20px;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .lineup-content__main {
    padding: 4vw 0 5.3333333333vw;
  }
}
.micropearl-spgs #SectionLineUp .lineup-content__main.column2 {
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .lineup-content__main.column2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5.8666666667vw;
  }
}
.micropearl-spgs #SectionLineUp .lineup-content__main.column2 .img__box {
  margin-left: 18px;
}
.micropearl-spgs #SectionLineUp .lineup-content__main .img__box {
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 22px;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .lineup-content__main .img__box {
    width: 16.8vw;
    margin-left: 4vw;
  }
}
.micropearl-spgs #SectionLineUp .lineup-content__main .img__box.--narrow {
  width: 80px;
  margin-left: 30px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .lineup-content__main .img__box.--narrow {
    width: 16.8vw;
    margin-left: 4vw;
    margin-right: 0;
  }
}
.micropearl-spgs #SectionLineUp .lineup-content__main .txt__box {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .lineup-content__main .txt__box {
    margin-right: 5.3333333333vw;
  }
}
.micropearl-spgs #SectionLineUp .lineup-content__main .txt__box .type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-bottom: 5px;
}
.micropearl-spgs #SectionLineUp .lineup-content__main .txt__box .type-list li {
  padding: 0 10px 1px;
  background-color: #F2F6FA;
  color: #004EA2;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .lineup-content__main .txt__box .type-list li {
    padding: 0 2.6666666667vw 0.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
.micropearl-spgs #SectionLineUp .lineup-content__main .txt__box .list--dotted {
  margin-bottom: 0;
}
.micropearl-spgs #SectionLineUp .lineup-content__main .txt__box .list--dotted li {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .lineup-content__main .txt__box .list--dotted li {
    font-size: 4vw;
  }
}
.micropearl-spgs #SectionLineUp .lineup-content__main .txt__box .list--dotted li .--blue {
  color: #004EA2;
  font-weight: 700;
}
.micropearl-spgs #SectionLineUp .lineup-content__main .txt__box .list--dotted li:last-of-type {
  margin-bottom: 0;
}
.micropearl-spgs #SectionLineUp .lineup-content__item-list > li:not(:first-of-type) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #C5C5C5;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .lineup-content__item-list > li:not(:first-of-type) {
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw;
  }
}
.micropearl-spgs #SectionLineUp .lineup-content__item-list > li.column2 {
  gap: 25px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .lineup-content__item-list > li.column2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5.8666666667vw;
  }
}
.micropearl-spgs #SectionLineUp .lineup-content__item-list > li.column2 .txt__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .--hardness .-sp--scroll .img__box {
    width: 256vw;
  }
}
.micropearl-spgs #SectionLineUp .--hardness .-sp--scroll .img__box > div {
  padding: 0;
  line-height: 1;
}
.micropearl-spgs #SectionLineUp .--hardness .table--primary.--dia {
  width: 620px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .--hardness .table--primary.--dia {
    width: 165.3333333333vw;
  }
}
.micropearl-spgs #SectionLineUp .--hardness .table--primary.--dia thead tr th {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .--hardness .table--primary.--dia thead tr th {
    width: 58.6666666667vw;
  }
}
.micropearl-spgs #SectionLineUp .--hardness .table--primary.--dia thead tr th:first-of-type {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .--hardness .table--primary.--dia thead tr th:first-of-type {
    width: 48vw;
  }
}
.micropearl-spgs #SectionLineUp .--hardness .table--primary.--dia tbody tr th {
  background-color: #AFC2DC;
  color: #001D4C;
}
.micropearl-spgs #SectionLineUp .--hardness .table--primary.--dia tbody tr td {
  background-color: #F2F6FA !important;
}
.micropearl-spgs #SectionLineUp .--hardness .table--primary.--dia tbody tr td .dia-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.micropearl-spgs #SectionLineUp .--hardness .table--primary.--dia tbody tr td .dia-img.--ex {
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .--hardness .table--primary.--dia tbody tr td .dia-img.--ex {
    gap: 2.6666666667vw;
  }
}
.micropearl-spgs #SectionLineUp .--hardness .table--primary.--dia tbody tr td .dia-img.--ex img {
  width: 8px;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .--hardness .table--primary.--dia tbody tr td .dia-img.--ex img {
    width: 2.1333333333vw;
  }
}
.micropearl-spgs #SectionLineUp .--hardness .table--primary.--dia tbody tr td .dia-img.--sp {
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .--hardness .table--primary.--dia tbody tr td .dia-img.--sp {
    gap: 3.7333333333vw;
  }
}
.micropearl-spgs #SectionLineUp .--hardness .table--primary.--dia tbody tr td .dia-img.--sp img {
  width: 16px;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .--hardness .table--primary.--dia tbody tr td .dia-img.--sp img {
    width: 4.2666666667vw;
  }
}
.micropearl-spgs #SectionLineUp .--hardness .table--primary.--dia tbody tr td .dia-img.--gs {
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .--hardness .table--primary.--dia tbody tr td .dia-img.--gs {
    gap: 2.6666666667vw;
  }
}
.micropearl-spgs #SectionLineUp .--hardness .table--primary.--dia tbody tr td .dia-img.--gs img {
  width: 24px;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .--hardness .table--primary.--dia tbody tr td .dia-img.--gs img {
    width: 6.4vw;
  }
}
.micropearl-spgs #SectionLineUp .--hardness .table--primary.--dia tbody tr td .dia-img figure {
  width: 24px;
  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;
  margin-left: 36px;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .--hardness .table--primary.--dia tbody tr td .dia-img figure {
    width: 6.4vw;
    margin-left: 9.6vw;
  }
}
.micropearl-spgs #SectionLineUp .lineup-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 50px;
  padding-top: 40px;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .lineup-heading {
    gap: 4vw;
    margin-bottom: 13.3333333333vw;
    padding-top: 10.6666666667vw;
    font-size: 8vw;
  }
}
.micropearl-spgs #SectionLineUp .lineup-heading .img__box {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .lineup-heading .img__box {
    gap: 2.1333333333vw;
  }
}
.micropearl-spgs #SectionLineUp .lineup-heading .img__box img {
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .lineup-heading .img__box img {
    width: 13.3333333333vw;
  }
}
.micropearl-spgs #SectionLineUp .characteristics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .characteristics {
    gap: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.micropearl-spgs #SectionLineUp .characteristics span {
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.micropearl-spgs #SectionLineUp .characteristics-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .characteristics-list {
    gap: 1.3333333333vw;
  }
}
.micropearl-spgs #SectionLineUp .characteristics-list li {
  padding: 0 10px 2px 10px;
  background-color: #004EA2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp .characteristics-list li {
    padding: 0 2.6666666667vw 0.5333333333vw 2.6666666667vw;
  }
}
.micropearl-spgs #SectionLineUp .characteristics-list li.--red {
  background-color: #C00000;
}
.micropearl-spgs #SectionLineUp .characteristics-list li.--green {
  background-color: #157F0A;
}
.micropearl-spgs #SectionLineUp .box--gray {
  margin-top: 20px;
}
.micropearl-spgs #SectionLineUp .box--gray > *:last-child {
  margin-bottom: 0;
}
.micropearl-spgs #SectionLineUp .box--gray .list--dotted > li {
  color: #004EA2;
  font-weight: 700;
}
.micropearl-spgs #SectionLineUp .box--gray .list--dotted > li:last-child {
  margin-bottom: 0;
}
.micropearl-spgs #SectionLineUp #SpGsEx .column2.--merit2 {
  margin-bottom: 0;
}
.micropearl-spgs #SectionLineUp #SpGsEx .column2.--merit2 .table--primary {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp #SpGsEx .column2.--merit2 .table--primary {
    width: 165.3333333333vw;
  }
}
.micropearl-spgs #SectionLineUp #SpGsEx .column2.--merit2 .table--primary thead th:first-of-type {
  width: 109px;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp #SpGsEx .column2.--merit2 .table--primary thead th:first-of-type {
    width: 29.0666666667vw;
  }
}
.micropearl-spgs #SectionLineUp #SpGsEx .column2.--merit2 .table--primary thead th.-strong {
  border-top: 2px solid #094DA0;
  border-left: 2px solid #094DA0;
  border-right: 2px solid #094DA0;
}
.micropearl-spgs #SectionLineUp #SpGsEx .column2.--merit2 .table--primary tbody tr th {
  background-color: #AFC2DC;
  color: #001D4C;
}
.micropearl-spgs #SectionLineUp #SpGsEx .column2.--merit2 .table--primary tbody tr td {
  background-color: #F2F6FA;
}
.micropearl-spgs #SectionLineUp #SpGsEx .column2.--merit2 .table--primary tbody tr td.-strong {
  background-color: #D9E5F1;
  border-left: 2px solid #094DA0;
  border-right: 2px solid #094DA0;
}
.micropearl-spgs #SectionLineUp #SpGsEx .column2.--merit2 .table--primary tbody tr td.--image {
  line-height: 1;
}
.micropearl-spgs #SectionLineUp #SpGsEx .column2.--merit2 .table--primary tbody tr:last-of-type td.-strong {
  border-bottom: 2px solid #094DA0;
}
.micropearl-spgs #SectionLineUp #SpGsEx .column2.--merit2 > .img__box {
  width: 30.52%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp #SpGsEx .column2.--merit2 > .img__box {
    width: 100%;
  }
}
.micropearl-spgs #SectionLineUp #SpGsEx .column2.--merit2 > .img__box > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.micropearl-spgs #SectionLineUp #SpGsEx .column2.--merit3 {
  margin-bottom: 0;
}
.micropearl-spgs #SectionLineUp #SpGsEx .column2.--merit3 .txt__box {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp #SpGsEx .column2.--merit3 .txt__box {
    width: 100%;
  }
}
.micropearl-spgs #SectionLineUp #SpGsEx .column2.--merit3 .img__box {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp #SpGsEx .column2.--merit3 .img__box {
    width: 100%;
  }
}
.micropearl-spgs #SectionLineUp #SpGsEx .column2.--merit3 .img__box > div {
  padding: 0;
  line-height: 1;
}
.micropearl-spgs #SectionLineUp #KbKy > .column2 {
  margin-bottom: 0;
}
.micropearl-spgs #SectionLineUp #KbKy > .column2 .img__box > div {
  padding: 0;
  line-height: 1;
  border: none;
}
.micropearl-spgs #SectionLineUp #Exh > .column2 {
  margin-bottom: 0;
}
.micropearl-spgs #SectionLineUp #Exh > .column2 .img__box {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp #Exh > .column2 .img__box {
    width: 100%;
  }
}
.micropearl-spgs #SectionLineUp #Exh > .column2 .img__box > div {
  padding: 0;
  line-height: 1;
}
.micropearl-spgs #SectionLineUp #EzSlc h3 > span {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.micropearl-spgs #SectionLineUp #EzSlc h3 .label {
  display: block;
  margin-top: 10px;
  margin-right: 14px;
  padding: 0 10px 2px 10px;
  background-color: #CDDCEB;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp #EzSlc h3 .label {
    margin-top: 2.6666666667vw;
    margin-right: 3.7333333333vw;
    padding: 0 2.6666666667vw 0.5333333333vw 2.6666666667vw;
    font-size: 5.0666666667vw;
  }
}
.micropearl-spgs #SectionLineUp #EzSlc h3 .label::before {
  content: none;
}
.micropearl-spgs #SectionLineUp #EzSlc .column2.--slc-merit {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp #EzSlc .column2.--slc-merit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5.3333333333vw;
  }
}
.micropearl-spgs #SectionLineUp #EzSlc .column2.--slc-merit .img__box {
  width: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp #EzSlc .column2.--slc-merit .img__box {
    width: 26.6666666667vw;
  }
}
.micropearl-spgs #SectionLineUp #EzSlc .column2.--slc-merit .img__box > div {
  padding: 0;
  line-height: 1;
}
.micropearl-spgs #SectionLineUp #EzSlc .column2.--slc-merit .txt__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.micropearl-spgs #SectionLineUp #EzSlc .column2.--ez-merit {
  margin-bottom: 0;
}
.micropearl-spgs #SectionLineUp #EzSlc .column2.--ez-merit .img__box {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp #EzSlc .column2.--ez-merit .img__box {
    width: 100%;
  }
}
.micropearl-spgs #SectionLineUp #EzSlc .column2.--ez-merit .img__box > div {
  padding: 0;
  line-height: 1;
}
.micropearl-spgs #SectionLineUp #EzSlc .column2.--ez-merit .list--dotted {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .micropearl-spgs #SectionLineUp #EzSlc .column2.--ez-merit .list--dotted {
    width: 100%;
  }
}

body:lang(en) .text--note li::before {
  content: "*";
}