@charset "UTF-8";
/*共通部分
****************************************************/
.content .main {
  width: 100%;
}
/*ページタイトル
*********************************/
.page-head__heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.page-head__heading:before {
  background-image: url("/sys/wp-content/themes/soc/assets/images/service/optical/icon_page-head01.jpg");
  background-position: left center;
  background-repeat: no-repeat;
  content: "";
  height: 46px;
  width: 55px;
}

/*セクションタイトルのグリーン背景
*********************************/
.page-section__heading .page-section__heading__label {
  background: #7fb34d;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-right: 20px;
  padding: 8px 10px;
  vertical-align: middle;
}

.page-section__heading br {
  display: none;
}

.page-section__heading br.pc_block {
  display: block;
}

.page-section__heading.long-text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-section__heading.long-text .page-section__heading__label {
  min-width: 95px;
}

/*サブメニュー
****************************************************/
.page-head__submenu {
  background-color: #f7f7f7;
  border-top: 1px solid #fff;
  padding: 15px 0;
}

.page-head__submenu .page-head__submenu--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-head__submenu .page-head__submenu--list li {
  margin: 0 15px;
}

.page-head__submenu .page-head__submenu--list li:before {
  color: #bbb;
  content: "＞";
}

.page-head__submenu .page-head__submenu--list li a:hover {
  color: #62a024;
}

.page-head__submenu .page-head__submenu--list li.is-active:before {
  color: #62a024;
}

.page-head__submenu .page-head__submenu--list li.is-active a {
  color: #62a024;
  text-decoration: underline;
}

.page-head__submenu .page-head__submenu--list + .page-head__submenu--list {
  border-top: 1px solid #dcdcdc;
  margin-top: 10px;
  padding-top: 10px;
}

#nano-top .page-nav .page-nav__item {
  width: 49%;
}
@media only screen and (max-width: 767px) {
  #nano-top .page-nav .page-nav__item {
    width: 100%;

  }
  #nano-top .page-nav .page-nav__item + .page-nav__item {
    margin-top: 10px;
  }
}

/*サイドメニュー
*********************************/
.side-bar__item a:before {
  content: "ー";
}

.side-bar__item ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.side-bar__item ul li {
  margin-bottom: 5px;
}

.side-bar__item ul a {
  color: #333 !important;
  font-size: 1.2rem;
  padding-bottom: 0;
  padding-left: 1em;
  padding-top: 0;
  text-indent: -1em;
}

.side-bar__item ul a:before {
  content: ">";
}

.side-bar__item ul a:hover {
  color: #7dbd33 !important;
}

.side-bar__item ul li.is-active a {
  color: #999 !important;
}

/*メニューへ一覧ボタン
*********************************/
.indexlink-block {
  border: 4px solid #eee;
  margin: 60px auto 20px;
  width: 49%;
}

.indexlink-block a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(/sys/wp-content/themes/soc/assets/images/service/minerals/icon_box02.jpg) 15px 50% no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 96px;
  text-align: center;
  width: 100%;
}

/*下部お問い合わせ
*********************************/
.contact-block {
  border: 4px solid #eee;
  padding: 5px;
      margin: 20px 0 110px;
}

.contact-block .contact-block__box {
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 24px 13px 17px;
}

.contact-block .contact-block__box .contact-block__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-block .contact-block__box .contact-block__title:before {
  background-image: url("/sys/wp-content/themes/soc/assets/images/service/cement/recycle/img_box01.png");
  background-position: center left 0;
  background-repeat: no-repeat;
  content: "";
  height: 70px;
  width: 86px;
}

.contact-block .contact-block__box .contact-block__title br {
  display: none;
}

.contact-block .contact-block__box .contact-block__link {
  min-width: 180px;
  width: 30%;
}

/*光電子事業TOP
*********************************/
#hp-products .page-head {
  border-bottom: none;
  padding-bottom: 0;
}

#hp-products .page-head__heading {
  background: url("/sys/wp-content/themes/soc/assets/images/service/optical/bg_index_page-head01.jpg");
  background-size: cover;
  color: #fff;
  margin-top: 0;
  padding-bottom: 70px;
  padding-top: 70px;
}

#hp-products .page-head__heading:before {
  display: none;
}

#hp-products .main--one_column {
  width: 100%;
}

#hp-products .page-section__heading {
  border-bottom: 2px solid #eee;
  font-size: 3rem;
  margin-bottom: 20px;
  padding-bottom: 7px;
}

#hp-products .page-section__heading::before {
  background: url("/sys/wp-content/themes/soc/assets/images/service/optical/icon_page-head01.jpg") 50% 50% no-repeat;
  content: "";
  display: inline-block;
  height: 46px;
  margin-right: 10px;
  vertical-align: middle;
  width: 46px;
}

#hp-products .opticalmenu-block {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#hp-products .opticalmenu-block .service-nav__box {
  width: 100%;
  display: flex;
}

#hp-products .opticalmenu-block .service-nav__box .service-nav__box__item .service-nav__box__item__inner{
  padding: 25px;
}

#hp-products .opticalmenu-block .service-nav__box .service-nav__box__item {
  background-color: #f7f7f7;
  width: 78%;
}

#hp-products .opticalmenu-block .service-nav__box .image img {
  width: 100%;
      object-fit: cover;
    height: 100%;
}

#hp-products .opticalmenu-block .service-nav__box .service-nav__box__item .title {
  background-color: #f7f7f7;
  border-bottom: 2px solid #fff;
  font-size: 2rem;
  margin-bottom: 0;
  padding: 18px 0;
  text-align: left;
}


#hp-products .opticalmenu-block .service-nav__box .service-nav__box__item .title::after {
  color: #8fc850;
  content: "＞";
  font-size: 1em;
  left: 0;
  margin-left: 5px;
  top: 1px;
  font-weight: 900;
}

#hp-products .opticalmenu-block .service-nav__box .service-nav__box__item .list {
  padding: 25px 0;
  columns: 2;
}
#hp-products .opticalmenu-block .service-nav__box .service-nav__box__item .list > ul {
  width: 100%;
  break-inside: avoid;
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}
#hp-products .opticalmenu-block .service-nav__box .service-nav__box__item .list > ul li {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 7px;
  padding-left: 15px;
  position: relative;
}

#hp-products .opticalmenu-block .service-nav__box .service-nav__box__item .list > ul li.sub_title {
  font-weight: bold;
  padding-left: 0;
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 10px;
}

#hp-products .opticalmenu-block .service-nav__box .service-nav__box__item .list > ul li.icon_none {
  padding-left: 0;
}

#hp-products .opticalmenu-block .service-nav__box .service-nav__box__item .list > ul li a::before {
  color: #8fc850;
  content: "＞";
  font-size: 1.2rem;
  left: 0;
  margin-right: 3px;
  position: absolute;
  top: 1px;
}

#hp-products .opticalmenu-block .service-nav__box .service-nav__box__item .list > ul li.icon_none a::before {
  content: none;
}

#hp-products .opticalmenu-block .service-nav__box .service-nav__box__item .list > ul li:last-child {
  margin-bottom: 0;
}

#hp-products .opticalmenu-block .contact-block {
  width: 49%;
}

#hp-products .opticalmenu-block .contact-block .contact-block__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

#hp-products .opticalmenu-block .contact-block .contact-block__box .contact-block__title {
  line-height: 1.4;
  margin-bottom: 10px;
}

#hp-products .opticalmenu-block .contact-block .contact-block__box .contact-block__title br {
  display: block;
}

#hp-products .opticalmenu-block .contact-block .contact-block__box .contact-block__link {
  width: 100%;
}

/*LN変調器
*********************************/


#ln .lnlist-block .lnlist-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#ln .lnlist-block .lnlist-block__list li {
  background-color: #f7f7f7;
  margin-bottom: 20px;
  padding: 15px 20px 20px;
  width: 49%;
}

#ln .lnlist-block .lnlist-block__list li .lnlist-block__list__title {
  border-bottom: 2px solid #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

#ln .lnlist-block .lnlist-block__list li .lnlist-block__list__buttonarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#ln .lnlist-block .lnlist-block__list li .lnlist-block__list__buttonarea .lnlist-block__list__button {
  width: 49%;
}

#ln .lnlist-block .lnlist-block__list li .lnlist-block__list__buttonarea .lnlist-block__list__button a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  padding: 10px 0 5px;
  text-align: center;
}

#ln .lnlist-block .lnlist-block__list li .lnlist-block__list__buttonarea .lnlist-block__list__button a:before {
  color: #8fc850;
  content: "＞";
  font-size: 1.2rem;
  margin-right: 3px;
}

#ln .lnlist-block .lnlist-block__list li .lnlist-block__list__buttonarea .lnlist-block__list__button a:hover {
  color: #8fc850;
  text-decoration: none;
}

#ln .lnlist-block .lnlist-block__list li .lnlist-block__list__buttonarea .lnlist-block__list__button:last-child a::before {
  margin-bottom: 14px;
}

/*各LN変調器ページ
*********************************/
#ln01 .grey-box .heading-h3,
#ln03 .grey-box .heading-h3,
#ln04 .grey-box .heading-h3,
#ln05 .grey-box .heading-h3,
#ln06 .grey-box .heading-h3,
#ln09 .grey-box .heading-h3,
#ln10 .grey-box .heading-h3,
#ln12 .grey-box .heading-h3 {
  margin-bottom: 25px;
}

#ln01 .specification-block .specification-block__tablebox,
#ln03 .specification-block .specification-block__tablebox,
#ln04 .specification-block .specification-block__tablebox,
#ln05 .specification-block .specification-block__tablebox,
#ln06 .specification-block .specification-block__tablebox,
#ln09 .specification-block .specification-block__tablebox,
#ln10 .specification-block .specification-block__tablebox,
#ln12 .specification-block .specification-block__tablebox {
  background-color: #fff;
  padding: 25px;
}
#ln10 .specification-block .specification-block__tablebox {
  padding: 10px;
}
#ln01 .specification-block .specification-block__tablebox .specification-block__table .sp_text,
#ln03 .specification-block .specification-block__tablebox .specification-block__table .sp_text,
#ln04 .specification-block .specification-block__tablebox .specification-block__table .sp_text,
#ln05 .specification-block .specification-block__tablebox .specification-block__table .sp_text,
#ln06 .specification-block .specification-block__tablebox .specification-block__table .sp_text,
#ln09 .specification-block .specification-block__tablebox .specification-block__table .sp_text,
#ln10 .specification-block .specification-block__tablebox .specification-block__table .sp_text,
#ln12 .specification-block .specification-block__tablebox .specification-block__table .sp_text {
  display: none;
}

.specification-block .specification-block__tablebox .specification-block__table table.sp-table + .pd-table {
  table-layout: fixed;
}

#ln01 .specification-block .specification-block__tablebox .specification-block__table table thead td,
#ln03 .specification-block .specification-block__tablebox .specification-block__table table thead td,
#ln04 .specification-block .specification-block__tablebox .specification-block__table table thead td,
#ln05 .specification-block .specification-block__tablebox .specification-block__table table thead td,
#ln06 .specification-block .specification-block__tablebox .specification-block__table table thead td,
#ln09 .specification-block .specification-block__tablebox .specification-block__table table thead td,
#ln10 .specification-block .specification-block__tablebox .specification-block__table table thead td,
#ln12 .specification-block .specification-block__tablebox .specification-block__table table thead td {
  background: #ededed;
  border-right: 0;
  border-top: 1px solid #e5e5e5;
  font-weight: bold;
  padding: 4px 0;
  text-align: center;
  width: auto;
}

#ln01 .specification-block .specification-block__tablebox .specification-block__table table thead td span,
#ln03 .specification-block .specification-block__tablebox .specification-block__table table thead td span,
#ln04 .specification-block .specification-block__tablebox .specification-block__table table thead td span,
#ln05 .specification-block .specification-block__tablebox .specification-block__table table thead td span,
#ln06 .specification-block .specification-block__tablebox .specification-block__table table thead td span,
#ln09 .specification-block .specification-block__tablebox .specification-block__table table thead td span,
#ln10 .specification-block .specification-block__tablebox .specification-block__table table thead td span,
#ln12 .specification-block .specification-block__tablebox .specification-block__table table thead td span {
  border-left: 2px solid #fff;
  display: block;
  padding-bottom: 6px;
  padding-top: 6px;
  width: 100%;
}

#ln01 .specification-block .specification-block__tablebox .specification-block__table table thead td:first-child span,
#ln03 .specification-block .specification-block__tablebox .specification-block__table table thead td:first-child span,
#ln04 .specification-block .specification-block__tablebox .specification-block__table table thead td:first-child span,
#ln05 .specification-block .specification-block__tablebox .specification-block__table table thead td:first-child span,
#ln06 .specification-block .specification-block__tablebox .specification-block__table table thead td:first-child span,
#ln09 .specification-block .specification-block__tablebox .specification-block__table table thead td:first-child span,
#ln10 .specification-block .specification-block__tablebox .specification-block__table table thead td:first-child span,
#ln12 .specification-block .specification-block__tablebox .specification-block__table table thead td:first-child span {
  border-left: none;
}

#ln01 .specification-block .specification-block__tablebox .specification-block__table table thead td:last-child,
#ln03 .specification-block .specification-block__tablebox .specification-block__table table thead td:last-child,
#ln04 .specification-block .specification-block__tablebox .specification-block__table table thead td:last-child,
#ln05 .specification-block .specification-block__tablebox .specification-block__table table thead td:last-child,
#ln06 .specification-block .specification-block__tablebox .specification-block__table table thead td:last-child,
#ln09 .specification-block .specification-block__tablebox .specification-block__table table thead td:last-child,
#ln10 .specification-block .specification-block__tablebox .specification-block__table table thead td:last-child,
#ln12 .specification-block .specification-block__tablebox .specification-block__table table thead td:last-child {
  width: 62%;
}



#ln01 .specification-block .specification-block__tablebox .specification-block__table table tbody tr th,
#ln03 .specification-block .specification-block__tablebox .specification-block__table table tbody tr th,
#ln04 .specification-block .specification-block__tablebox .specification-block__table table tbody tr th,
#ln05 .specification-block .specification-block__tablebox .specification-block__table table tbody tr th,
#ln06 .specification-block .specification-block__tablebox .specification-block__table table tbody tr th,
#ln09 .specification-block .specification-block__tablebox .specification-block__table table tbody tr th,
#ln10 .specification-block .specification-block__tablebox .specification-block__table table tbody tr th,
#ln12 .specification-block .specification-block__tablebox .specification-block__table table tbody tr th {
  background-color: #f7f7f7;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  font-weight: bold;
  padding: 10px 20px;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}

#ln01 .specification-block .specification-block__tablebox .specification-block__table table tbody tr td,
#ln03 .specification-block .specification-block__tablebox .specification-block__table table tbody tr td,
#ln04 .specification-block .specification-block__tablebox .specification-block__table table tbody tr td,
#ln05 .specification-block .specification-block__tablebox .specification-block__table table tbody tr td,
#ln06 .specification-block .specification-block__tablebox .specification-block__table table tbody tr td,
#ln09 .specification-block .specification-block__tablebox .specification-block__table table tbody tr td,
#ln10 .specification-block .specification-block__tablebox .specification-block__table table tbody tr td,
#ln12 .specification-block .specification-block__tablebox .specification-block__table table tbody tr td {
  border-top: 1px solid #e5e5e5;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

#ln01 .specification-block .specification-block__tablebox .specification-block__table table tbody tr:last-child th,
#ln03 .specification-block .specification-block__tablebox .specification-block__table table tbody tr:last-child th,
#ln04 .specification-block .specification-block__tablebox .specification-block__table table tbody tr:last-child th,
#ln05 .specification-block .specification-block__tablebox .specification-block__table table tbody tr:last-child th,
#ln06 .specification-block .specification-block__tablebox .specification-block__table table tbody tr:last-child th,
#ln09 .specification-block .specification-block__tablebox .specification-block__table table tbody tr:last-child th,
#ln10 .specification-block .specification-block__tablebox .specification-block__table table tbody tr:last-child th,
#ln12 .specification-block .specification-block__tablebox .specification-block__table table tbody tr:last-child th {
  border-bottom: 1px solid #e5e5e5;
}

#ln01 .specification-block .specification-block__tablebox .specification-block__table table tbody tr:last-child td,
#ln03 .specification-block .specification-block__tablebox .specification-block__table table tbody tr:last-child td,
#ln04 .specification-block .specification-block__tablebox .specification-block__table table tbody tr:last-child td,
#ln05 .specification-block .specification-block__tablebox .specification-block__table table tbody tr:last-child td,
#ln06 .specification-block .specification-block__tablebox .specification-block__table table tbody tr:last-child td,
#ln09 .specification-block .specification-block__tablebox .specification-block__table table tbody tr:last-child td,
#ln10 .specification-block .specification-block__tablebox .specification-block__table table tbody tr:last-child td,
#ln12 .specification-block .specification-block__tablebox .specification-block__table table tbody tr:last-child td {
  border-bottom: 1px solid #e5e5e5;
  width: 62%;
}

#ln06 .specification-block .specification-block__tablebox .specification-block__table table thead td.middle-table-head,
#ln01 .specification-block .specification-block__tablebox .specification-block__table table thead td.middle-table-head,
#ln03 .specification-block .specification-block__tablebox .specification-block__table table thead td.middle-table-head,
#ln04 .specification-block .specification-block__tablebox .specification-block__table table thead td.middle-table-head,
#ln10 .specification-block .specification-block__tablebox .specification-block__table table thead td.middle-table-head,
#ln12 .specification-block .specification-block__tablebox .specification-block__table table thead td.middle-table-head {
  width: 25%; 
}
#ln03 .specification-block .specification-block__tablebox .specification-block__table table tbody tr th.middle-table-head,
#ln01 .specification-block .specification-block__tablebox .specification-block__table table tbody tr th.middle-table-head,
#ln04 .specification-block .specification-block__tablebox .specification-block__table table tbody tr th.middle-table-head,
#ln10 .specification-block .specification-block__tablebox .specification-block__table table tbody tr th.middle-table-head,
#ln12 .specification-block .specification-block__tablebox .specification-block__table table tbody tr th.middle-table-head {
  width: 30.5%; 

}
#ln05 .specification-block .specification-block__tablebox .specification-block__table table thead tr td.middle-table-head {
  width: 49.5%; 
}
#ln05 .specification-block .specification-block__tablebox .specification-block__table table tbody tr th.middle-table-head {
  width: 29%; 

}
#ln01 .specification-block .specification-block__tablebox .specification-block__table table + table,
#ln03 .specification-block .specification-block__tablebox .specification-block__table table + table,
#ln04 .specification-block .specification-block__tablebox .specification-block__table table + table,
#ln05 .specification-block .specification-block__tablebox .specification-block__table table + table,
#ln06 .specification-block .specification-block__tablebox .specification-block__table table + table,
#ln09 .specification-block .specification-block__tablebox .specification-block__table table + table,
#ln10 .specification-block .specification-block__tablebox .specification-block__table table + table,
#ln12 .specification-block .specification-block__tablebox .specification-block__table table + table {
  margin-top: 20px;
}

#ln01 .specification-block .specification-block__list,
#ln03 .specification-block .specification-block__list,
#ln04 .specification-block .specification-block__list,
#ln05 .specification-block .specification-block__list,
#ln06 .specification-block .specification-block__list,
#ln09 .specification-block .specification-block__list,
#ln10 .specification-block .specification-block__list,
#ln12 .specification-block .specification-block__list {
  margin-top: 15px;
}

#ln01 .specification-block .specification-block__list li,
#ln03 .specification-block .specification-block__list li,
#ln04 .specification-block .specification-block__list li,
#ln05 .specification-block .specification-block__list li,
#ln06 .specification-block .specification-block__list li,
#ln09 .specification-block .specification-block__list li,
#ln10 .specification-block .specification-block__list li,
#ln12 .specification-block .specification-block__list li {
  color: #666;
  font-size: 1.2rem;
  padding-left: 2.5em;
  text-indent: -2.5em;
}

#ln01 .code-block .code-block__box,
#ln03 .code-block .code-block__box,
#ln04 .code-block .code-block__box,
#ln05 .code-block .code-block__box,
#ln06 .code-block .code-block__box,
#ln09 .code-block .code-block__box,
#ln10 .code-block .code-block__box,
#ln12 .code-block .code-block__box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px;
}

#ln01 .code-block .code-block__box .code-block__box__code,
#ln03 .code-block .code-block__box .code-block__box__code,
#ln04 .code-block .code-block__box .code-block__box__code,
#ln05 .code-block .code-block__box .code-block__box__code,
#ln06 .code-block .code-block__box .code-block__box__code,
#ln09 .code-block .code-block__box .code-block__box__code,
#ln10 .code-block .code-block__box .code-block__box__code,
#ln12 .code-block .code-block__box .code-block__box__code {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  width: 50%;
}

#ln01 .code-block .code-block__box .code-block__box__text,
#ln03 .code-block .code-block__box .code-block__box__text,
#ln04 .code-block .code-block__box .code-block__box__text,
#ln05 .code-block .code-block__box .code-block__box__text,
#ln06 .code-block .code-block__box .code-block__box__text,
#ln09 .code-block .code-block__box .code-block__box__text,
#ln10 .code-block .code-block__box .code-block__box__text,
#ln12 .code-block .code-block__box .code-block__box__text {
  /*  width: 50%;*/
}

#ln01 .code-block .code-block__box .code-block__box__text li,
#ln03 .code-block .code-block__box .code-block__box__text li,
#ln04 .code-block .code-block__box .code-block__box__text li,
#ln05 .code-block .code-block__box .code-block__box__text li,
#ln06 .code-block .code-block__box .code-block__box__text li,
#ln09 .code-block .code-block__box .code-block__box__text li,
#ln10 .code-block .code-block__box .code-block__box__text li,
#ln12 .code-block .code-block__box .code-block__box__text li {
  color: #666;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 8px;
  padding-left: 1em;
  position: relative;
}

#ln01 .code-block .code-block__box .code-block__box__text li:last-child,
#ln03 .code-block .code-block__box .code-block__box__text li:last-child,
#ln04 .code-block .code-block__box .code-block__box__text li:last-child,
#ln05 .code-block .code-block__box .code-block__box__text li:last-child,
#ln06 .code-block .code-block__box .code-block__box__text li:last-child,
#ln09 .code-block .code-block__box .code-block__box__text li:last-child,
#ln10 .code-block .code-block__box .code-block__box__text li:last-child,
#ln12 .code-block .code-block__box .code-block__box__text li:last-child {
  margin-bottom: 0;
}

#ln01 .code-block .code-block__box .code-block__box__text li:before,
#ln03 .code-block .code-block__box .code-block__box__text li:before,
#ln04 .code-block .code-block__box .code-block__box__text li:before,
#ln05 .code-block .code-block__box .code-block__box__text li:before,
#ln06 .code-block .code-block__box .code-block__box__text li:before,
#ln09 .code-block .code-block__box .code-block__box__text li:before,
#ln10 .code-block .code-block__box .code-block__box__text li:before,
#ln12 .code-block .code-block__box .code-block__box__text li:before {
  content: "＊";
  left: 0;
  position: absolute;
  top: 0;
}

#ln01 .package-block .package-block__box,
#ln03 .package-block .package-block__box,
#ln04 .package-block .package-block__box,
#ln05 .package-block .package-block__box,
#ln06 .package-block .package-block__box,
#ln09 .package-block .package-block__box,
#ln10 .package-block .package-block__box,
#ln12 .package-block .package-block__box {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 50px 25px 25px;
}

#ln01 .package-block .package-block__box .package-block__image,
#ln03 .package-block .package-block__box .package-block__image,
#ln04 .package-block .package-block__box .package-block__image,
#ln05 .package-block .package-block__box .package-block__image,
#ln06 .package-block .package-block__box .package-block__image,
#ln09 .package-block .package-block__box .package-block__image,
#ln10 .package-block .package-block__box .package-block__image,
#ln12 .package-block .package-block__box .package-block__image {
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}

#ln01 .package-block .package-block__box .package-block__text dt,
#ln03 .package-block .package-block__box .package-block__text dt,
#ln04 .package-block .package-block__box .package-block__text dt,
#ln05 .package-block .package-block__box .package-block__text dt,
#ln06 .package-block .package-block__box .package-block__text dt,
#ln09 .package-block .package-block__box .package-block__text dt,
#ln10 .package-block .package-block__box .package-block__text dt,
#ln12 .package-block .package-block__box .package-block__text dt {
  font-weight: bold;
}

#ln01 .package-block .package-block__box .package-block__text dd,
#ln03 .package-block .package-block__box .package-block__text dd,
#ln04 .package-block .package-block__box .package-block__text dd,
#ln05 .package-block .package-block__box .package-block__text dd,
#ln06 .package-block .package-block__box .package-block__text dd,
#ln09 .package-block .package-block__box .package-block__text dd,
#ln10 .package-block .package-block__box .package-block__text dd,
#ln12 .package-block .package-block__box .package-block__text dd {
  color: #666;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 0 0 0 1em;
  position: relative;
}

#ln01 .package-block .package-block__box .package-block__text dd:before,
#ln03 .package-block .package-block__box .package-block__text dd:before,
#ln04 .package-block .package-block__box .package-block__text dd:before,
#ln05 .package-block .package-block__box .package-block__text dd:before,
#ln06 .package-block .package-block__box .package-block__text dd:before,
#ln09 .package-block .package-block__box .package-block__text dd:before,
#ln10 .package-block .package-block__box .package-block__text dd:before,
#ln12 .package-block .package-block__box .package-block__text dd:before {
  content: "＊";
  left: 0;
  position: absolute;
  top: 0;
}

#ln01 .downlode-block .grey-box,
#ln03 .downlode-block .grey-box,
#ln04 .downlode-block .grey-box,
#ln05 .downlode-block .grey-box,
#ln06 .downlode-block .grey-box,
#ln09 .downlode-block .grey-box,
#ln10 .downlode-block .grey-box,
#ln12 .downlode-block .grey-box {
  padding: 30px 0;
}

#ln01 .downlode-block .grey-box a,
#ln03 .downlode-block .grey-box a,
#ln04 .downlode-block .grey-box a,
#ln05 .downlode-block .grey-box a,
#ln06 .downlode-block .grey-box a,
#ln09 .downlode-block .grey-box a,
#ln10 .downlode-block .grey-box a,
#ln12 .downlode-block .grey-box a {
  margin: 0 auto;
  width: 44.5%;
}

/*アプリケーションノート
*********************************/
#ln13 .applicationnote-link-list .page-nav__item {
  width: 50%;
}

#ln13 .applicationnote-link-list .page-nav__item span {
  background-position: left 6px;
  line-height: 1.4;
}

#ln13 .application01-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#ln13 .application01-block .application01-block__box {
  background-color: #fff;
  margin-bottom: 12px;
  padding: 15px 20px 20px;
  width: 49%;
}

#ln13 .application01-block .application01-block__box dt {
  color: #76b52e;
  font-size: 1.6rem;
  font-weight: bold;
}

#ln13 .application01-block .application01-block__box dd {
  text-align: center;
}

#ln13 .application02-block__tablebox {
  background-color: #fff;
  padding: 25px;
}

#ln13 .application02-block__tablebox .application02-block__table .sp_text {
  display: none;
}

#ln13 .application02-block__tablebox .application02-block__table table thead td {
  background: #ededed;
  border-right: 0;
  border-top: 1px solid #e5e5e5;
  font-weight: bold;
  padding: 4px 0;
  text-align: center;
  width: auto;
}

#ln13 .application02-block__tablebox .application02-block__table table thead td span {
  border-left: 2px solid #fff;
  display: block;
  padding-bottom: 6px;
  padding-top: 6px;
  width: 100%;
}

#ln13 .application02-block__tablebox .application02-block__table table thead td:first-child span {
  border-left: none;
}

#ln13 .application02-block__tablebox .application02-block__table table thead td:last-child {
  width: 55%;
}

#ln13 .application02-block__tablebox .application02-block__table table tbody tr td {
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

#ln13 .application02-block__tablebox .application02-block__table table tbody tr td:nth-child(2) {
  background-color: #f7f7f7;
}

#ln13 .application02-block__tablebox .application02-block__table table tbody tr td:last-child {
  border-right: none;
  text-align: left;
}

#ln13 .application02-block__tablebox .application02-block__table table tbody tr:last-child td {
  border-bottom: 1px solid #e5e5e5;
}

#ln13 .application03-block .application03-block__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

#ln13 .application03-block .application03-block__images .application03-block__image {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  width: 49%;
}

#ln13 .application03-block .application03-block__textarea .application03-block__title {
  font-size: 1.6rem;
  font-weight: bold;
}

#ln13 .application03-block .application03-block__textarea .common-list .common-list__item + .common-list__item {
  margin-top: 10px;
}

#ln13 .application03-block .application03-block__textarea .common-list + h4 {
  margin-top: 30px;
}

#ln13 .application03-block .application03-block__textarea .application03-block__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#ln13 .application03-block .application03-block__textarea .application03-block__box .application03-block__box_textarea {
  width: 55%;
}

#ln13 .application03-block .application03-block__textarea .application03-block__box .application03-block__box__textarea__text {
  margin-bottom: 1em;
}

#ln13 .application03-block .application03-block__textarea .application03-block__box .application03-block__box_image {
  width: 41%;
}

#ln13 .application04-block .application04-block__image {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 25px;
  text-align: center;
}

#ln13 .application07-block .application07-block__text {
  margin-bottom: 30px;
}

#ln13 .application07-block .application07-block__image__title {
  color: #76b52e;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

#ln13 .application07-block .application07-block__image {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 25px;
  text-align: center;
}

#ln13 .application07-block .application07-block__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#ln13 .application07-block .application07-block__box .application07-block__box_textarea {
  width: 55%;
}

#ln13 .application07-block .application07-block__box .application07-block__box__textarea__text {
  margin-bottom: 1em;
}

#ln13 .application07-block .application07-block__box .application07-block__box_image {
  width: 41%;
}

#ln13 .application07-block .application07-block__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#ln13 .application07-block .application07-block__images dl {
  width: 49%;
}

#ln13 .application07-block .application07-block__images dl dd {
  padding: 0;
}
@media only screen and (max-width: 1171px) {
  
#ln10 .specification-block .specification-block__tablebox{
    padding: 10px;
  }
#ln10 .specification-block .specification-block__tablebox .specification-block__table {
    overflow-x: scroll;
    position: relative;
  }
#ln10 .specification-block .specification-block__tablebox .specification-block__table .sp_text {
    display: block;
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 880px) {
  
  #ln01 .specification-block .specification-block__tablebox,
  #ln03 .specification-block .specification-block__tablebox,
  #ln04 .specification-block .specification-block__tablebox,
  #ln05 .specification-block .specification-block__tablebox,
  #ln06 .specification-block .specification-block__tablebox,
  #ln09 .specification-block .specification-block__tablebox,
  #ln10 .specification-block .specification-block__tablebox,
  #ln12 .specification-block .specification-block__tablebox {
      padding: 10px;
    }
    #ln01 .specification-block .specification-block__tablebox .specification-block__table,
  #ln03 .specification-block .specification-block__tablebox .specification-block__table,
  #ln04 .specification-block .specification-block__tablebox .specification-block__table,
  #ln05 .specification-block .specification-block__tablebox .specification-block__table,
  #ln06 .specification-block .specification-block__tablebox .specification-block__table,
  #ln09 .specification-block .specification-block__tablebox .specification-block__table,
  #ln10 .specification-block .specification-block__tablebox .specification-block__table,
  #ln12 .specification-block .specification-block__tablebox .specification-block__table {
      overflow-x: scroll;
      position: relative;
    }
    #ln01 .specification-block .specification-block__tablebox .specification-block__table .sp_text,
    #ln03 .specification-block .specification-block__tablebox .specification-block__table .sp_text,
    #ln04 .specification-block .specification-block__tablebox .specification-block__table .sp_text,
    #ln05 .specification-block .specification-block__tablebox .specification-block__table .sp_text,
    #ln06 .specification-block .specification-block__tablebox .specification-block__table .sp_text,
    #ln09 .specification-block .specification-block__tablebox .specification-block__table .sp_text,
    #ln10 .specification-block .specification-block__tablebox .specification-block__table .sp_text,
    #ln12 .specification-block .specification-block__tablebox .specification-block__table .sp_text {
        display: block;
        font-size: 1.1rem;
      }
  }
@media only screen and (max-width: 767px) {
  .page-section__heading .page-section__heading__label {
    margin-bottom: 10px;
  }
  .page-section__heading br {
    display: block;
  }
  .page-section__heading.long-text {
    display: block;
  }
  .page-head__submenu .page-head__submenu--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .indexlink-block {
    margin: 30px auto 10px;
    width: 100%;
  }
  .indexlink-block a {
    background-position: 5px 50%;
    background-size: 20% auto;
    font-size: 1.6rem;
    height: 80px;
    padding-left: 25%;
    text-align: left;
    width: 100%;
  }
  .contact-block {
    border: 4px solid #eee;
    padding: 5px;
  }
  .contact-block .contact-block__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 7px 10px;
  }
  .contact-block .contact-block__box .contact-block__title {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .contact-block .contact-block__box .contact-block__title:before {
    background-size: 60px;
    height: 60px;
    width: 70px;
  }
  .contact-block .contact-block__box .contact-block__title br {
    display: block;
  }
  .contact-block .contact-block__box .contact-block__link {
    width: 100%;
  }
  #hp-products .page-head__heading {
    padding-bottom: 10%;
    padding-top: 10%;
  }
  #hp-products .opticalmenu-block {
    display: block;
  }
  #hp-products .opticalmenu-block .service-nav__box {
    margin-bottom: 15px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  #hp-products .opticalmenu-block .service-nav__box .image {
    width: 100%;
  }
  #hp-products .opticalmenu-block .service-nav__box .service-nav__box__item {
    margin: 0;
    width: 100%;
  }
  #hp-products .opticalmenu-block .service-nav__box .service-nav__box__item .title {
    font-size: 1.6rem;
    margin-bottom: 0;
    padding: 10px 0;
  }
  #hp-products .opticalmenu-block .service-nav__box .service-nav__box__item .list {
    display: block;
    padding: 15px;
    columns: 1;
  }
  #hp-products .opticalmenu-block .service-nav__box .service-nav__box__item .list > ul {
    width: 100%;
  }
  #hp-products .opticalmenu-block .contact-block {
    width: 100%;
  }
  #ln .lnlist-block .lnlist-block__list li {
    margin-bottom: 10px;
    padding: 5px 10px 10px;
  }
  #ln .lnlist-block .lnlist-block__list li .lnlist-block__list__title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  #ln .lnlist-block .lnlist-block__list li .lnlist-block__list__buttonarea {
    display: block;
  }
  #ln .lnlist-block .lnlist-block__list li .lnlist-block__list__buttonarea .lnlist-block__list__button {
    width: 100%;
  }
  #ln .lnlist-block .lnlist-block__list li .lnlist-block__list__buttonarea .lnlist-block__list__button:last-child {
    margin-top: 10px;
  }
  #ln01 .grey-box .heading-h3,
#ln03 .grey-box .heading-h3,
#ln04 .grey-box .heading-h3,
#ln05 .grey-box .heading-h3,
#ln06 .grey-box .heading-h3,
#ln09 .grey-box .heading-h3,
#ln10 .grey-box .heading-h3,
#ln12 .grey-box .heading-h3 {
    margin-bottom: 25px;
  }
  #ln01 .specification-block .specification-block__tablebox,
#ln03 .specification-block .specification-block__tablebox,
#ln04 .specification-block .specification-block__tablebox,
#ln05 .specification-block .specification-block__tablebox,
#ln06 .specification-block .specification-block__tablebox,
#ln09 .specification-block .specification-block__tablebox,
#ln10 .specification-block .specification-block__tablebox,
#ln12 .specification-block .specification-block__tablebox {
    padding: 10px;
  }
  #ln01 .specification-block .specification-block__tablebox .specification-block__table,
#ln03 .specification-block .specification-block__tablebox .specification-block__table,
#ln04 .specification-block .specification-block__tablebox .specification-block__table,
#ln05 .specification-block .specification-block__tablebox .specification-block__table,
#ln06 .specification-block .specification-block__tablebox .specification-block__table,
#ln09 .specification-block .specification-block__tablebox .specification-block__table,
#ln10 .specification-block .specification-block__tablebox .specification-block__table,
#ln12 .specification-block .specification-block__tablebox .specification-block__table {
    overflow-x: scroll;
    position: relative;
  }
  #ln01 .specification-block .specification-block__tablebox .specification-block__table .sp_text,
#ln03 .specification-block .specification-block__tablebox .specification-block__table .sp_text,
#ln04 .specification-block .specification-block__tablebox .specification-block__table .sp_text,
#ln05 .specification-block .specification-block__tablebox .specification-block__table .sp_text,
#ln06 .specification-block .specification-block__tablebox .specification-block__table .sp_text,
#ln09 .specification-block .specification-block__tablebox .specification-block__table .sp_text,
#ln10 .specification-block .specification-block__tablebox .specification-block__table .sp_text,
#ln12 .specification-block .specification-block__tablebox .specification-block__table .sp_text {
    display: block;
    font-size: 1.1rem;
  }
  #ln01 .specification-block .specification-block__tablebox .specification-block__table table,
#ln03 .specification-block .specification-block__tablebox .specification-block__table table,
#ln04 .specification-block .specification-block__tablebox .specification-block__table table,
#ln05 .specification-block .specification-block__tablebox .specification-block__table table,
#ln06 .specification-block .specification-block__tablebox .specification-block__table table,
#ln09 .specification-block .specification-block__tablebox .specification-block__table table,
#ln10 .specification-block .specification-block__tablebox .specification-block__table table,
#ln12 .specification-block .specification-block__tablebox .specification-block__table table {
    font-size: 1.1rem;
    min-width: 450px;
  }
  #ln01 .specification-block .specification-block__tablebox .specification-block__table table thead th,
#ln03 .specification-block .specification-block__tablebox .specification-block__table table thead th,
#ln04 .specification-block .specification-block__tablebox .specification-block__table table thead th,
#ln05 .specification-block .specification-block__tablebox .specification-block__table table thead th,
#ln06 .specification-block .specification-block__tablebox .specification-block__table table thead th,
#ln09 .specification-block .specification-block__tablebox .specification-block__table table thead th,
#ln10 .specification-block .specification-block__tablebox .specification-block__table table thead th,
#ln12 .specification-block .specification-block__tablebox .specification-block__table table thead th {
    padding: 2px 0;
  }
  #ln01 .specification-block .specification-block__tablebox .specification-block__table table thead th span,
#ln03 .specification-block .specification-block__tablebox .specification-block__table table thead th span,
#ln04 .specification-block .specification-block__tablebox .specification-block__table table thead th span,
#ln05 .specification-block .specification-block__tablebox .specification-block__table table thead th span,
#ln06 .specification-block .specification-block__tablebox .specification-block__table table thead th span,
#ln09 .specification-block .specification-block__tablebox .specification-block__table table thead th span,
#ln10 .specification-block .specification-block__tablebox .specification-block__table table thead th span,
#ln12 .specification-block .specification-block__tablebox .specification-block__table table thead th span {
    padding-bottom: 3px;
    padding-top: 3px;
  }
  #ln01 .specification-block .specification-block__tablebox .specification-block__table table tbody tr th,
#ln03 .specification-block .specification-block__tablebox .specification-block__table table tbody tr th,
#ln04 .specification-block .specification-block__tablebox .specification-block__table table tbody tr th,
#ln05 .specification-block .specification-block__tablebox .specification-block__table table tbody tr th,
#ln06 .specification-block .specification-block__tablebox .specification-block__table table tbody tr th,
#ln09 .specification-block .specification-block__tablebox .specification-block__table table tbody tr th,
#ln10 .specification-block .specification-block__tablebox .specification-block__table table tbody tr th,
#ln12 .specification-block .specification-block__tablebox .specification-block__table table tbody tr th {
    padding: 5px;
  }
  #ln01 .specification-block .specification-block__tablebox .specification-block__table table tbody tr td,
#ln03 .specification-block .specification-block__tablebox .specification-block__table table tbody tr td,
#ln04 .specification-block .specification-block__tablebox .specification-block__table table tbody tr td,
#ln05 .specification-block .specification-block__tablebox .specification-block__table table tbody tr td,
#ln06 .specification-block .specification-block__tablebox .specification-block__table table tbody tr td,
#ln09 .specification-block .specification-block__tablebox .specification-block__table table tbody tr td,
#ln10 .specification-block .specification-block__tablebox .specification-block__table table tbody tr td,
#ln12 .specification-block .specification-block__tablebox .specification-block__table table tbody tr td {
    padding: 5px;
  }
  #ln01 .specification-block .specification-block__list,
#ln03 .specification-block .specification-block__list,
#ln04 .specification-block .specification-block__list,
#ln05 .specification-block .specification-block__list,
#ln06 .specification-block .specification-block__list,
#ln09 .specification-block .specification-block__list,
#ln10 .specification-block .specification-block__list,
#ln12 .specification-block .specification-block__list {
    margin-top: 10px;
  }
  #ln01 .specification-block .specification-block__list li,
#ln03 .specification-block .specification-block__list li,
#ln04 .specification-block .specification-block__list li,
#ln05 .specification-block .specification-block__list li,
#ln06 .specification-block .specification-block__list li,
#ln09 .specification-block .specification-block__list li,
#ln10 .specification-block .specification-block__list li,
#ln12 .specification-block .specification-block__list li {
    line-height: 1.4;
    margin-bottom: 5px;
  }
  #ln01 .code-block .code-block__box,
#ln03 .code-block .code-block__box,
#ln04 .code-block .code-block__box,
#ln05 .code-block .code-block__box,
#ln06 .code-block .code-block__box,
#ln09 .code-block .code-block__box,
#ln10 .code-block .code-block__box,
#ln12 .code-block .code-block__box {
    display: block;
    padding: 15px;
  }
  #ln01 .code-block .code-block__box .code-block__box__code,
#ln03 .code-block .code-block__box .code-block__box__code,
#ln04 .code-block .code-block__box .code-block__box__code,
#ln05 .code-block .code-block__box .code-block__box__code,
#ln06 .code-block .code-block__box .code-block__box__code,
#ln09 .code-block .code-block__box .code-block__box__code,
#ln10 .code-block .code-block__box .code-block__box__code,
#ln12 .code-block .code-block__box .code-block__box__code {
    font-size: 1.6rem;
    margin-bottom: 10px;
    width: 100%;
  }
  #ln01 .code-block .code-block__box .code-block__box__text,
#ln03 .code-block .code-block__box .code-block__box__text,
#ln04 .code-block .code-block__box .code-block__box__text,
#ln05 .code-block .code-block__box .code-block__box__text,
#ln06 .code-block .code-block__box .code-block__box__text,
#ln09 .code-block .code-block__box .code-block__box__text,
#ln10 .code-block .code-block__box .code-block__box__text,
#ln12 .code-block .code-block__box .code-block__box__text {
    width: 100%;
  }
  #ln01 .package-block .package-block__box,
#ln03 .package-block .package-block__box,
#ln04 .package-block .package-block__box,
#ln05 .package-block .package-block__box,
#ln06 .package-block .package-block__box,
#ln09 .package-block .package-block__box,
#ln10 .package-block .package-block__box,
#ln12 .package-block .package-block__box {
    padding: 15px 10px 10px;
  }
  #ln01 .package-block .package-block__box .package-block__image,
#ln03 .package-block .package-block__box .package-block__image,
#ln04 .package-block .package-block__box .package-block__image,
#ln05 .package-block .package-block__box .package-block__image,
#ln06 .package-block .package-block__box .package-block__image,
#ln09 .package-block .package-block__box .package-block__image,
#ln10 .package-block .package-block__box .package-block__image,
#ln12 .package-block .package-block__box .package-block__image {
    margin-bottom: 10px;
  }
  #ln01 .downlode-block .grey-box,
#ln03 .downlode-block .grey-box,
#ln04 .downlode-block .grey-box,
#ln05 .downlode-block .grey-box,
#ln06 .downlode-block .grey-box,
#ln09 .downlode-block .grey-box,
#ln10 .downlode-block .grey-box,
#ln12 .downlode-block .grey-box {
    padding: 15px 10px;
  }
  #ln01 .downlode-block .grey-box a,
#ln03 .downlode-block .grey-box a,
#ln04 .downlode-block .grey-box a,
#ln05 .downlode-block .grey-box a,
#ln06 .downlode-block .grey-box a,
#ln09 .downlode-block .grey-box a,
#ln10 .downlode-block .grey-box a,
#ln12 .downlode-block .grey-box a {
    width: 100%;
  }
  #ln13 .application01-block .application01-block__box {
    margin-bottom: 7px;
    padding: 5px 10px 10px;
  }
  #ln13 .application01-block .application01-block__box dt {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #ln13 .application02-block__tablebox {
    padding: 10px;
  }
  #ln13 .application02-block__tablebox .application02-block__table {
    overflow-x: scroll;
    position: relative;
  }
  #ln13 .application02-block__tablebox .application02-block__table .sp_text {
    display: block;
    font-size: 1.1rem;
  }
  #ln13 .application02-block__tablebox .application02-block__table table {
    font-size: 1.1rem;
    min-width: 450px;
  }
  #ln13 .application02-block__tablebox .application02-block__table table thead td {
    padding: 2px 0;
  }
  #ln13 .application02-block__tablebox .application02-block__table table thead td span {
    padding-bottom: 3px;
    padding-top: 3px;
  }
  #ln13 .application02-block__tablebox .application02-block__table table tbody tr td {
    padding: 5px;
  }
  #ln13 .application03-block .application03-block__images {
    display: block;
    margin-bottom: 10px;
  }
  #ln13 .application03-block .application03-block__images .application03-block__image {
    padding: 10px;
    width: 100%;
  }
  #ln13 .application03-block .application03-block__textarea .application03-block__title {
    font-size: 1.4rem;
  }
  #ln13 .application03-block .application03-block__textarea .common-list .common-list__item + .common-list__item {
    margin-top: 5px;
  }
  #ln13 .application03-block .application03-block__textarea .common-list + h4 {
    margin-top: 15px;
  }
  #ln13 .application03-block .application03-block__textarea .application03-block__box {
    display: block;
  }
  #ln13 .application03-block .application03-block__textarea .application03-block__box .application03-block__box_textarea {
    width: 100%;
  }
  #ln13 .application03-block .application03-block__textarea .application03-block__box .application03-block__box_image {
    margin: 10px 0;
    width: 100%;
  }
  #ln13 .application04-block .application04-block__image {
    margin-bottom: 10px;
    padding: 10px;
  }
  #ln13 .application07-block .application07-block__text {
    margin-bottom: 15px;
  }
  #ln13 .application07-block .application07-block__image__title {
    font-size: 1.4rem;
  }
  #ln13 .application07-block .application07-block__image {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
  }
  #ln13 .application07-block .application07-block__image img {
    width: 100%;
  }
  #ln13 .application07-block .application07-block__image img + img {
    margin-top: 15px;
  }
  #ln13 .application07-block .application07-block__images {
    display: block;
  }
  #ln13 .application07-block .application07-block__images dl {
    margin-bottom: 15px;
    width: 100%;
  }
  #ln13 .application07-block .application07-block__images dl dd {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-block .contact-block__box .contact-block__title br {
    display: block;
  }
  #ln .lnlist-block .lnlist-block__list li {
    margin-bottom: 10px;
    padding: 5px 10px 10px;
  }
  #ln .lnlist-block .lnlist-block__list li .lnlist-block__list__title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  #ln .lnlist-block .lnlist-block__list li .lnlist-block__list__buttonarea {
    display: block;
  }
  #ln .lnlist-block .lnlist-block__list li .lnlist-block__list__buttonarea .lnlist-block__list__button {
    width: 100%;
  }
  #ln .lnlist-block .lnlist-block__list li .lnlist-block__list__buttonarea .lnlist-block__list__button:last-child {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .page-nav {
    margin-bottom: 43px;
  }
  .page-nav--col5 .page-nav__item {
    width: 18.5%;
  }
}
@media only screen and (max-width: 991px) {
  #hp-products .is-pc.is-tb {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #hp-products .is-pc.is-tb {
    display: none;
  }
}
#hp-products section + section {
  margin-top: 45px;
}
#hp-products .heading-h3 {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 768px) {
  #hp-products .heading-h3 {
    margin-bottom: 15px;
  }
}
#hp-products .grey-box {
  padding-bottom: 38px;
}
@media screen and (min-width: 769px) {
  #hp-products .grey-box {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media print, screen and (max-width: 768px) {
  #hp-products .grey-box {
    padding-bottom: 30px;
  }
}
#hp-products .bg-white-box {
  padding: 30px 35px 35px;
  background: #fff;
}
@media print, screen and (max-width: 768px) {
  #hp-products .bg-white-box {
    padding: 15px 15px 25px;
  }
}
#hp-products .bg-white-box + .bg-white-box {
  margin-top: 25px;
}
#hp-products .location__map {
  border: 10px solid #fff;
}
@media print, screen and (max-width: 768px) {
  #hp-products .location__map {
    display: none !important;
  }
}
#hp-products .location__map_sp {
  border: 4px solid #fff;
}
#hp-products .location__map_sp img {
  width: 100%;
}
#hp-products .location__list {
  counter-reset: number 0;
}
#hp-products .location__item {
  position: relative;
  padding-left: 25px;
  margin-top: 20px;
  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;
  width: 100%;
}
#hp-products .location__item::before {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  left: -2px;
  top: -1px;
  width: 22px;
  height: 22px;
  background: #173b83;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  padding-top: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#hp-products .location__item img {
  vertical-align: middle;
}
#hp-products .location__item--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#hp-products .location__item--main .title {
  margin-bottom: 0 !important;
}
#hp-products .location__item--optical .image-area {
  width: 100%;
  margin-top: 5px;
}
#hp-products .location__item--sub .text-area {
  width: 38.3%;
}
#hp-products .location__item--sub .image-area {
  width: 61.7%;
}
#hp-products .location__item--min .text-area {
  width: 56.4%;
}
#hp-products .location__item--min .image-area {
  width: 43.6%;
}
#hp-products .location__item .title {
  font-size: 1.65rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 8px;
}
#hp-products .location__item .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
#hp-products .location__item .tag li {
  width: 45px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5rem;
  text-align: center;
  margin-right: 5px;
}
#hp-products .location__item .tag li.sales {
  background: #fb6d19;
}
#hp-products .location__item .tag li.manufacture {
  background: #173b83;
}
#hp-products .location__item .tag li.development {
  background: #7dbd33;
}
#hp-products .location__item .map-btn {
  width: 50px;
  display: inline-block;
  margin-left: 5px;
}
#hp-products .location__item .pref {
  font-weight: bold;
  font-size: 1.3rem;
  text-indent: -0.5em;
}
#hp-products .location__item .pref.min-space {
  letter-spacing: -0.05em;
  font-size: 1.2rem;
}
#hp-products .location__item .image-area img {
  width: 100%;
}
#hp-products .history .bg-white-box {
  padding: 30px 20px 30px;
}
@media print, screen and (max-width: 768px) {
  #hp-products .history .bg-white-box {
    padding: 30px 10px 20px;
  }
}
#hp-products .history .pg-history-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
}
#hp-products .history .pg-history-list::before {
  content: "";
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  width: 30px;
  height: 30px;
  background: #eee;
  border-radius: 50%;
  left: 120px;
}
@media print, screen and (max-width: 768px) {
  #hp-products .history .pg-history-list::before {
    width: 18px;
    height: 18px;
    left: 77px;
  }
}
#hp-products .history .pg-history-list::after {
  content: "";
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 35px 0 35px;
  border-color: #eeeeee transparent transparent transparent;
  left: 100px;
}
@media print, screen and (max-width: 768px) {
  #hp-products .history .pg-history-list::after {
    border-width: 20px 20px 0 20px;
    left: 66px;
  }
}
#hp-products .history .pg-history-list dt,
#hp-products .history .pg-history-list dd {
  font-size: 1.4rem;
  padding: 7px 0 3px;
}
@media print, screen and (max-width: 768px) {
  #hp-products .history .pg-history-list dt,
#hp-products .history .pg-history-list dd {
    font-size: 1.3rem;
    padding: 6px 0 2px;
  }
}
#hp-products .history .pg-history-list dt {
  color: #68aa23;
  font-size: 1.6rem;
  font-weight: bold;
  padding-right: 42px;
  position: relative;
  text-align: right;
  width: 150px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media print, screen and (max-width: 768px) {
  #hp-products .history .pg-history-list dt {
    font-size: 1.2rem;
    width: 95px;
    padding-right: 22px;
  }
}
#hp-products .history .pg-history-list dt:after {
  background: #8fc850;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 14px;
  width: 10px;
  z-index: 2;
}
@media print, screen and (max-width: 768px) {
  #hp-products .history .pg-history-list dt:after {
    right: 6px;
    top: 13px;
    width: 7px;
    height: 7px;
  }
}
#hp-products .history .pg-history-list dt:before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  right: 6px;
  top: 10px;
  width: 18px;
  z-index: 1;
}
@media print, screen and (max-width: 768px) {
  #hp-products .history .pg-history-list dt:before {
    right: 3px;
    top: 11px;
    width: 12px;
    height: 12px;
  }
}
#hp-products .history .pg-history-list dd {
  width: calc(100% - 150px);
  padding-left: 18px;
  font-weight: 500;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  #hp-products .history .pg-history-list dd {
    width: calc(100% - 95px);
    padding-left: 10px;
  }
}
#hp-products .history .pg-history-list dd img {
  display: block;
  margin: 5px 0 0;
}
#hp-products .history .pg-history-list dd sup {
  vertical-align: top;
  font-size: 1rem;
}
#hp-products .history .pg-history-list dd .c-link a {
  color: #3399cc;
  position: relative;
  text-decoration: underline;
  padding-left: 10px;
  font-size: 1.2rem;
}
#hp-products .history .pg-history-list dd .c-link a::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  border-left: 8px solid #3399cc;
  border-top: 6px transparent solid;
  border-bottom: 6px transparent solid;
}
#hp-products .history .pg-history-list dd::before {
  content: "";
  width: 30px;
  height: 100%;
  left: -30px;
  top: 0;
  background: #eee;
  display: block;
  position: absolute;
}
@media print, screen and (max-width: 768px) {
  #hp-products .history .pg-history-list dd::before {
    width: 18px;
    left: -18px;
  }
}
#hp-products .history .pg-history-list dd:last-child {
  padding-bottom: 13px;
  margin-bottom: 36px;
}
@media print, screen and (max-width: 768px) {
  #hp-products .history .pg-history-list dd:last-child {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
#hp-products .business .image-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 768px) {
  #hp-products .business .image-text-wrap {
    display: block;
  }
}
#hp-products .business .image-text-wrap .text-area {
  width: 57%;
  margin-top: -10px;
}
@media print, screen and (max-width: 768px) {
  #hp-products .business .image-text-wrap .text-area {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0;
  }
}
#hp-products .business .image-text-wrap .text-area__title {
  font-size: 2.6rem;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 768px) {
  #hp-products .business .image-text-wrap .text-area__title {
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 1.2;
  }
}
#hp-products .business .image-text-wrap .image-area {
  width: 38.2365%;
}
@media print, screen and (max-width: 768px) {
  #hp-products .business .image-text-wrap .image-area {
    width: 100%;
    text-align: center;
  }
}
#hp-products .example__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 768px) {
  #hp-products .example__head {
    display: block;
    margin-bottom: 15px;
  }
}
#hp-products .example__head dt {
  width: 92px;
  text-align: center;
  background: #7fb34d;
  line-height: 2em;
  margin-right: 13px;
  font-weight: bold;
  padding: 0;
  color: #fff;
}
#hp-products .example__head dd {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0;
  line-height: 1.5;
}
@media print, screen and (max-width: 768px) {
  #hp-products .example__head dd {
    margin-top: 10px;
    font-size: 1.55rem;
    letter-spacing: -0.045em;
  }
}
#hp-products .example__schema {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -40px;
}
@media print, screen and (max-width: 768px) {
  #hp-products .example__schema {
    margin-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#hp-products .example__schema .text-area {
  width: 269px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-top: 65px;
}
@media print, screen and (max-width: 768px) {
  #hp-products .example__schema .text-area {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 20px;
    max-width: 269px;
  }
}
#hp-products .example__schema .text-area .head {
  text-align: center;
  margin-bottom: 20px;
}
#hp-products .example__schema .text-area .title {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
#hp-products .example__schema .text-area .body {
  border: 3px solid #e8e8e8;
  border-radius: 10px;
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 30px;
}
#hp-products .example__schema .text-area .body::after, #hp-products .example__schema .text-area .body::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/service/optical/icon_optical_tri.png) no-repeat center center;
  width: 26px;
  height: 20px;
  top: -19px;
  left: 35%;
}
#hp-products .example__schema .text-area .body::after {
  left: 55%;
}
#hp-products .example__schema .text-area .body .item-list li p,
#hp-products .example__schema .text-area .body .item-list li a {
  color: #3399cc;
  font-size: 1.2rem;
}
#hp-products .example__schema .text-area .body .item-list li .link {
  position: relative;
  text-decoration: underline;
  padding-left: 10px;
}
#hp-products .example__schema .text-area .body .item-list li .link::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  border-left: 8px solid #3399cc;
  border-top: 6px transparent solid;
  border-bottom: 6px transparent solid;
}
#hp-products .example__schema .text-area .body .item-list li + li {
  margin-top: 20px;
}
#hp-products .example__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 768px) {
  #hp-products .example__wrap {
    display: block;
  }
}
#hp-products .example__wrap .box {
  width: 47.4%;
  background: #f7f7f7;
  padding: 15px 19px;
}
@media print, screen and (max-width: 768px) {
  #hp-products .example__wrap .box {
    width: 100%;
    background: none;
    padding: 0;
  }
  #hp-products .example__wrap .box + .box {
    margin-top: 25px;
  }
  #hp-products .example__wrap .box p {
    background: #f7f7f7;
    padding: 10px;
    margin-bottom: 15px;
  }
}
#hp-products .example .image-link-box {
  margin-top: 35px;
  max-width: 842px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  #hp-products .example .image-link-box {
    margin-top: 0;
  }
  #hp-products .example .image-link-box img {
    width: 100%;
  }
}
#hp-products .example .image-link-box a {
  display: block;
  position: absolute;
  width: 130px;
  height: 130px;
}
@media print, screen and (min-width: 769px) and (max-width: 1050px) {
  #hp-products .example .image-link-box a {
    width: 12.4vw;
    height: 12.4vw;
  }
}
@media print, screen and (max-width: 768px) {
  #hp-products .example .image-link-box a {
    width: 32%;
    height: 32%;
  }
}
#hp-products .example .image-link-box a.link01 {
  bottom: 23px;
  right: 223px;
}
@media print, screen and (min-width: 769px) and (max-width: 1050px) {
  #hp-products .example .image-link-box a.link01 {
    bottom: 5%;
    right: 26.4%;
  }
}
@media print, screen and (max-width: 768px) {
  #hp-products .example .image-link-box a.link01 {
    bottom: 0;
    right: 6%;
  }
}
#hp-products .example .image-link-box a.link02 {
  bottom: 23px;
  right: 68px;
}
@media print, screen and (min-width: 769px) and (max-width: 1050px) {
  #hp-products .example .image-link-box a.link02 {
    bottom: 5%;
    right: 8%;
  }
}
@media print, screen and (max-width: 768px) {
  #hp-products .example .image-link-box a.link02 {
    bottom: 0;
    right: 23%;
    width: 33%;
    height: 33%;
  }
}
#hp-products .opticalmenu-block {
  margin-top: 45px;
}




















/*new materal*/



/*製品リスト
*********************************/
.product-block {
  margin-bottom: 50px;
}

.product-block .img-card__text {
  flex-grow: 1;
}

.product-block .img-card__text .heading-h3 {
  margin-bottom: 15px;
}

.product-block__box {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.product-block__box p {
  flex-basis: 70%;
}

.product-block__box a {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  display: flex;
  justify-content: center;
  line-height: 1.4;
  min-width: 145px;
  padding: 15px;
  position: relative;
  text-align: center;
}

.product-block__box a:before {
  color: #8fc850;
  content: "＞";
  font-size: 1.1rem;
  margin-right: 3px;
}

.product-block__box a:hover {
  text-decoration: none;
}

/*下部横並びバナー
*********************************/
.link-block {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 800px;
      gap: 12px;
}

.link-block.is_col1 {
  justify-content: center;
}

.link-block__item {
  width: 49%;
}

.link-block__item a {
  align-items: center;
  background: #fff url("/sys/wp-content/themes/soc/assets/images/service/new_material/icon_index_box02.png") 15px 50% no-repeat;
  border: 4px solid #eee;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  height: 110px;
  justify-content: center;
  padding: 15px 0 15px 100px;
  width: 100%;
}

.link-block__item a:hover {
  text-decoration: none;
}

.link-block__item.is_about a {
  background-image: url("/sys/wp-content/themes/soc/assets/images/service/new_material/icon_index_box02.png");
}

.link-block__item.is_document a {
  background-image: url("/sys/wp-content/themes/soc/assets/images/service/new_material/icon_index_box03.png");
}

.link-block__item.is_index a {
  background-image: url("/sys/wp-content/themes/soc/assets/images/service/new_material/icon_page-foot02.png");
}

.link-block__item.is_page a {
  background-image: url("/sys/wp-content/themes/soc/assets/images/service/new_material/icon_page-foot03.png");
}



/*新材料事業トップ
****************************************************/
#hp-products #nano-top .page-head {
  border-bottom: none;
  padding-bottom: 0;
}

#hp-products #nano-top .page-head__heading {
  background: url(/sys/wp-content/themes/soc/assets/images/service/new_material/bg_index_page-head01.jpg);
  background-size: cover;
  color: #fff;
  margin-top: 0;
  padding-bottom: 70px;
  padding-top: 70px;
}

#hp-products #nano-top .page-head__heading:before {
  display: none;
}

#hp-products #nano-top .top-read {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 4rem;
}

#hp-products #nano-top .service-nav__heading {
  border-bottom: 2px solid #eee;
  font-size: 3rem;
  margin-bottom: 20px;
  padding-bottom: 7px;
}

#hp-products #nano-top .service-nav__heading::before {
  background: url(/sys/wp-content/themes/soc/assets/images/service/optical/icon_page-head01.jpg) 50% 50% no-repeat;
  content: "";
  display: inline-block;
  height: 46px;
  margin-right: 10px;
  vertical-align: middle;
  width: 46px;
}

#hp-products #nano-top .service-nav__box {
  display: flex;
  margin: 0 -10px;
}

#hp-products #nano-top .service-nav__box__around {
  background-color: #f7f7f7;
  flex-basis: calc(33.3333% - 20px);
  flex-shrink: 0;
  margin: 0 10px;
}

#hp-products #nano-top .service-nav__box__around:last-child {
  flex-grow: 1;
}

#hp-products #nano-top .service-nav__box__title {
  background-color: #7d7d7d;
  border: none;
  color: #fff;
  margin: 0;
  padding: 5px 0;
  text-align: center;
}

#hp-products #nano-top .service-nav__box__item {
  border-top: 20px solid #fff;
  flex-basis: calc(50% - 10px);
  height: 100%;
  margin: 0;
  width: 100%;
}

#hp-products #nano-top .service-nav__box__item img {
  width: 100%;
}

#hp-products #nano-top .service-nav__box__item__wrap {
  display: flex;
  height: 100%;
}

#hp-products #nano-top .service-nav__box__item__wrap > *:not(:first-child) {
  border-left: 20px solid #fff;
  flex-basis: calc(50% + 10px);
}

#hp-products #nano-top .service-nav__box__item .title {
  background-color: #f7f7f7;
  border-bottom: 2px solid #fff;
  font-size: 2rem;
  margin-bottom: 0;
  padding: 18px 0;
  text-align: center;
}

#hp-products #nano-top .service-nav__box__item .list {
  display: flex;
  padding: 25px;
}

#hp-products #nano-top .service-nav__box__item .list > ul li {
  padding-left: 15px;
  position: relative;
}

#hp-products #nano-top .service-nav__box__item .list > ul li a::before {
  color: #62a024;
  content: "＞";
  font-size: 1.2rem;
  left: 0;
  margin-right: 3px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#hp-products #nano-top .service-nav__box__item .list > ul li span::before {
  background: #8fc850;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  margin-right: 3px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
}

#hp-products #nano-top .searchmenu-block {
  border: 6px solid #eee;
  padding: 30px 34px 23px;
}

#hp-products #nano-top .searchmenu-block__title {
  align-items: center;
  border-bottom: 4px solid #eee;
  color: #000;
  display: flex;
  font-size: 2.6rem;
  font-weight: bold;
  justify-content: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#hp-products #nano-top .searchmenu-block__title:before {
  background-image: url("/sys/wp-content/themes/soc/assets/images/service/cement/icon_index_search01.jpg");
  background-position: 0 50%;
  background-repeat: no-repeat;
  content: "";
  height: 28px;
  width: 37px;
}

#hp-products #nano-top .searchmenu-block__box {
  display: flex;
  margin: 0 -10px;
}

#hp-products #nano-top .searchmenu-block__box__item {
  background-color: #f7f7f7;
  flex-basis: calc(33.3333% - 20px);
  margin: 0 10px;
}

#hp-products #nano-top .searchmenu-block__box__item .title {
  background-color: #f7f7f7;
  border-bottom: 2px solid #fff;
  font-size: 2rem;
  margin: 0 20px;
  padding: 18px 0;
  text-align: center;
}

#hp-products #nano-top .searchmenu-block__box__item .list {
  padding: 25px;
}

#hp-products #nano-top .searchmenu-block__box__item .list > ul li {
  padding-left: 15px;
  position: relative;
}

#hp-products #nano-top .searchmenu-block__box__item .list > ul li a::before {
  color: #62a024;
  content: "＞";
  font-size: 1.2rem;
  left: 0;
  margin-right: 3px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#hp-products #nano-top .searchmenu-block__box__item .list > ul li span::before {
  background: #8fc850;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  margin-right: 3px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
}

#hp-products #nano-top .searchmenu-block__box__item .list.is_col2 {
  display: flex;
}

#hp-products #nano-top .searchmenu-block__box__item .list.is_col2 > ul {
  flex-basis: 50%;
}

#hp-products #nano-top #nano-top_links {
  background-color: #f4f4f4;
  margin: 40px 0 150px;
  padding: 30px 0 30px;
}

#hp-products #nano-top .contact-block .contact-block__title {
  padding: 18px 0 18px 86px;
}

#hp-products #nano-top .contact-block .contact-block__title br {
  display: none;
}

/*技術資料
****************************************************/
#document .document-block__list li {
  display: flex;
  margin-top: 10px;
}

#document .document-block__list li::before {
  color: #8fc850;
  content: ">";
  font-size: 1.2rem;
  margin-right: 3px;
}

#document .document-block__list li a span {
  display: inline-block;
  padding-left: 18px;
  position: relative;
}

#document .document-block__list li a span::before {
  background-image: url("/sys/wp-content/themes/soc/assets/images/service/new_material/icon_document_box01.png");
  background-repeat: no-repeat;
  content: "";
  height: 16px;
  left: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
}

#document .document-block__list li a:hover span {
  text-decoration: underline;
}

#document .link-block {
  justify-content: center;
}

/*テーブルのベースcss
****************************************************/
.new_material__table .sp_text {
  display: none;
}

.new_material__table table thead td {
  background: #ededed;
  border-right: 0;
  border-top: 1px solid #e5e5e5;
  font-weight: bold;
  padding: 4px 0;
  text-align: center;
  width: auto;
}

.new_material__table table thead td span {
  border-right: 2px solid #fff;
  display: block;
  padding-bottom: 6px;
  padding-top: 6px;
  width: 100%;
}

.new_material__table table thead td:last-child span {
  border-right: none;
}

.new_material__table table tbody tr th {
  background-color: #f7f7f7;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  font-weight: bold;
  padding: 10px 20px;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}

.new_material__table table tbody tr td {
  border-top: 1px solid #e5e5e5;
  padding: 10px;
  vertical-align: middle;
  white-space: nowrap;
}

.new_material__table table tbody tr:last-child th {
  border-bottom: 1px solid #e5e5e5;
}

.new_material__table table tbody tr:last-child td {
  border-bottom: 1px solid #e5e5e5;
}

.grey-box .heading-h3 {
  margin-bottom: 15px;
}

.grey-box + .pdf-block {
  margin-top: 60px;
}

.top-read {
  font-size: 1.6rem;
  margin-bottom: 2em;
}

/*高性能静電チャック
****************************************************/
.material-twocolumn {
  display: flex;
  justify-content: space-between;
}

.material-twocolumn .material-twocolumn__photo {
  width: 50%;
}

.material-twocolumn .material-twocolumn__photo img {
  border: 1px solid #e5e5e5;
  padding: 4px;
  width: 100%;
}

.material-twocolumn .material-twocolumn__text {
  width: 48%;
}

.characteristic-block .characteristic-block__list li {
  margin-top: 5px;
}

.characteristic-block .characteristic-block__list li span {
  font-weight: bold;
}

.chack-block__table {
  margin-bottom: 60px;
  margin-top: 40px;
}

.chack-block__table table tbody tr th {
  border-left: 1px solid #e5e5e5;
  font-weight: normal;
  text-align: center;
  width: 25%;
}

.chack-block__table table tbody tr td:first-child {
  font-weight: bold;
  width: 45%;
}

.chack-block__table table tbody tr td:last-child {
  text-align: center;
  width: 30%;
}

.pdf-block {
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  padding: 30px 35px;
}

.pdf-block .pdf-block__link {
  width: 49%;
}

.material-link {
  justify-content: center;
}

/*パルスヒートツール（SiCヒーター）
****************************************************/
.heater-block__table__box .heater-block__table table thead tr td span {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1.4;
  min-height: 50px;
}

.heater-block__table__box .heater-block__table table tbody tr td {
  border-right: 1px solid #e5e5e5;
  line-height: 1.4;
  text-align: center;
}

.heater-block__table__box .heater-block__table table tbody tr td:first-child {
  font-weight: bold;
}

.heater-block__table__box .heater-block__table table tbody tr td:last-child {
  border-right: none;
}

.heater-block__table__box .table-caption {
  margin-top: 10px;
}

.heater-block__table__box .table-caption li {
  color: #666;
  font-size: 1.2rem;
  line-height: 1.4;
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.heater-block .heater-block__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.heater-block .heater-block__list figure {
  margin-bottom: 35px;
  width: 49%;
}

.heater-block .heater-block__list figure img {
  width: 100%;
}

.heater-block .heater-block__list figure figcaption {
  margin-top: 5px;
}

/*高純度SiCスパッタリングターゲット
****************************************************/
.sic-block__table table tbody tr td {
  border-right: 1px solid #e5e5e5;
  text-align: center;
}

.sic-block__table table tbody tr td:last-child {
  border-right: none;
}

/*SiCセラミック部品
****************************************************/
.ceramic-column {
  display: flex;
  justify-content: space-between;
}

.ceramic-column .ceramic-column__box {
  width: 43%;
}

.ceramic-column figure {
  align-items: center;
  display: flex;
  justify-content: center;
}

.ceramic-block__table {
  margin-bottom: 40px;
}

.ceramic-block__table table tbody tr th {
  border-left: 1px solid #e5e5e5;
  font-weight: normal;
  text-align: center;
}

.ceramic-block {
  display: flex;
  justify-content: space-between;
}

.ceramic-block figure {
  width: 49%;
}

.ceramic-block figure img {
  width: 100%;
}

.ceramic-block figure figcaption {
  margin-top: 5px;
  text-align: center;
}

/*化粧品用酸化亜鉛
****************************************************/
.heading-h3 + .grey-box {
  margin-top: 0;
}

.zinc-block__table table thead tr td:nth-child(2) span {
  border-left: 2px solid #fff;
}

.zinc-block__table table tbody tr th {
  background-color: #fff;
  text-align: center;
}

.zinc-block__table table tbody tr td {
  border-right: 1px solid #e5e5e5;
  text-align: center;
}

.zinc-block__table table tbody tr td:last-child {
  border-right: none;
}

.zinc-block__table .table-caption__right {
  color: #666;
  font-size: 1.2rem;
  margin-top: 5px;
  text-align: right;
}

.zinc-block__photo {
  text-align: center;
}

.zinc-block__photo figcaption {
  font-size: 1.6rem;
  margin-top: 5px;
}

.zinc-block__box {
  display: flex;
}

.zinc-block__box .white-box {
  width: 49%;
}

.zinc-block__box .white-box .zinc-block__box__text {
  line-height: 1.4;
  margin-bottom: 10px;
}

.zinc-block__box .white-box .zinc-block__box__image {
  text-align: center;
}

.zinc-block__box .white-box .zinc-block__box__image img {
  width: 100%;
}

/*化粧品用ST-K4-Si（星型酸化チタン微粒子）
****************************************************/
.titanium-block__photo {
  display: flex;
  justify-content: center;
}

.titanium-block__photo figure {
  text-align: center;
  width: 50%;
}

.titanium-block__photo figure img {
  border: 1px solid #e5e5e5;
  padding: 4px;
  width: 100%;
}

.titanium-block__photo figure figcaption {
  font-size: 1.2rem;
  margin-top: 5px;
}


.characteristic-block .characteristic-block__box .characteristic-block__list__red {
  color: #e20101;
  font-size: 1.6rem;
  font-weight: bold;
}

.titanium-block {
  display: flex;
  justify-content: space-between;
}

.titanium-block .white-box {
  margin-top: 0;
  width: 67%;
}

.titanium-block .titanium-block__text {
  width: 31%;
}

.titanium-block .titanium-block__text p:first-child span {
  color: #62a024;
  font-size: 1.6rem;
  font-weight: bold;
}

.titanium-block .titanium-block__text p:last-child {
  color: #e20101;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.titanium-block .titanium-block__text figure {
  margin: 15px 0;
  text-align: center;
}

.comparison-block {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.comparison-block .comparison-block__img {
  width: 50%;
}

.comparison-block .comparison-block__img img {
  width: 100%;
}

.comparison-block .comparison01-block__text {
  text-align: center;
  width: 50%;
}

.comparison-block .comparison01-block__text p {
  font-weight: bold;
  margin: 0 auto;
  width: 66%;
}

.comparison-block .comparison01-block__text p:last-child {
  border-bottom: 2px solid #eee;
  border-top: 2px solid #eee;
  color: #62a024;
  font-size: 1.6rem;
  padding: 10px;
}

.comparison-block .comparison02-block__text {
  text-align: center;
  width: 50%;
}

.comparison-block .comparison02-block__text p {
  font-weight: bold;
}

.comparison-block .comparison02-block__text p:last-child {
  color: #e20101;
  font-size: 1.6rem;
  font-weight: bold;
}

.comparison-block .comparison02-block__text ul {
  border-bottom: 2px solid #eee;
  border-top: 2px solid #eee;
  color: #62a024;
  font-size: 1.6rem;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: left;
  width: 66%;
}

.comparison-block .comparison02-block__text ul li {
  display: flex;
}

.comparison-block .comparison02-block__text ul li::before {
  color: #adce8c;
  content: "●";
  font-size: 1.2rem;
  margin-right: 3px;
  margin-top: 4px;
}

.comparison-block .comparison02-block__text figure {
  margin: 15px 0;
}

/*抗菌剤
****************************************************/
.effect-block .effect-block__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.effect-block .effect-block__title + .white-box {
  margin-top: 0;
}

.effect-block .effect-block__photo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}

.effect-block .effect-block__photo figure {
  text-align: center;
  width: 49%;
}

.effect-block .effect-block__photo figure img {
  width: 100%;
}

.effect-block .effect-block__photo figure figcaption {
  margin-top: 5px;
}

.effect-block .effect-block__table table thead tr td span {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1.4;
  min-height: 50px;
}

.effect-block .effect-block__table table tbody tr th {
  background-color: #fff;
  text-align: center;
}

.effect-block .effect-block__table table tbody tr td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  text-align: center;
}

.effect-block .effect-block__table table tbody tr td:last-child {
  border-right: none;
}

/*親水性イージークリーンコーティング液
****************************************************/
.mechanism-image {
  text-align: center;
}

.durability-block .durability-block__title {
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.durability-block .durability-block__table table tbody tr th {
  background-color: #fff;
  font-weight: normal;
  text-align: center;
}

.durability-block .durability-block__table table tbody tr td {
  background-color: #f7f7f7;
  border-right: 1px solid #e5e5e5;
  line-height: 1.4;
  text-align: center;
}

.durability-block .durability-block__table table tbody tr td:last-child {
  border-right: none;
}

.durability-block .durability-block__text {
  margin-top: 5px;
}

.durability-block .durability-block__photo {
  display: flex;
  justify-content: space-between;
}

.durability-block .durability-block__photo figure {
  width: 49%;
}

.durability-block .durability-block__photo figure img {
  width: 100%;
}

.durability-block .durability-block__photo figure figcaption {
  margin-top: 5px;
}

#ultrafine02 .rowspan__table th {
  background: #ededed;
  border-right: 0;
  border-top: 1px solid #e5e5e5;
  font-weight: bold;
  padding: 4px 0;
  text-align: center;
  width: auto;
}
#ultrafine02 .rowspan__table th span{
  border-right: 2px solid #fff;
  display: block;
  padding-bottom: 6px;
  padding-top: 6px;
  width: 100%;
}
#ultrafine02 .rowspan__table tr:first-child th:first-child span,
#ultrafine02 .rowspan__table tr:first-child th:last-child span{
  border-right: none;
}
#ultrafine02 .rowspan__table tr:first-child th:nth-child(2) span{
  border-left: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
  .page-section__heading .page-section__heading__label {
    margin-bottom: 10px;
  }
  .page-section__heading br {
    display: block;
  }
  .page-head__submenu .page-head__submenu--list {
    flex-flow: column;
  }
  .product-block {
    margin-bottom: 30px;
  }
  .product-block .img-card {
    padding-top: 15px;
  }
  .product-block__box {
    display: block;
  }
  .product-block__box p {
    width: 100%;
  }
  .product-block__box a {
    margin-top: 10px;
    width: 100%;
  }
  .link-block {
    display: block;
  }
  .link-block__item {
    width: 100%;
  }
  .link-block__item a {
    background-size: 50px;
    border: 4px solid #eee;
    font-size: 1.6rem;
    height: auto;
    margin-bottom: 12px;
    padding: 20px 0 20px 70px;
    width: 100%;
  }
  .contact-block {
    border: 4px solid #eee;
    margin: 20px 0 60px;
    padding: 5px;
  }
  .contact-block .contact-block__box {
    display: flex;
    flex-flow: column;
    padding: 7px 10px;
  }
  .contact-block .contact-block__box .contact-block__title {
    background-size: 40px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 5px;
    padding: 10px 0 10px 50px;
  }
  .contact-block .contact-block__box .contact-block__title br {
    display: block;
  }
  .contact-block .contact-block__box .contact-block__link {
    width: 100%;
  }
  #hp-products #nano-top .page-head__heading {
    padding-bottom: 10%;
    padding-top: 10%;
  }
  #hp-products #nano-top .top-read {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  #hp-products #nano-top .service-nav__heading {
    font-size: 2.0rem;
    margin-bottom: 20px;
    padding-bottom: 7px;
  }
  #hp-products #nano-top .service-nav__heading::before {
    background-size: 3.5rem auto;
    content: "";
    display: inline-block;
    height: 3.5rem;
    margin-right: 5px;
    width: 3.5rem;
  }
  #hp-products #nano-top .service-nav__box {
    display: block;
    margin: 0;
  }
  #hp-products #nano-top .service-nav__box__around {
    margin: 0;
  }
  #hp-products #nano-top .service-nav__box__around:not(:first-child) {
    margin-top: 20px;
  }
  #hp-products #nano-top .service-nav__box__title {
    font-size: 1.8rem;
    padding: 5px 0;
  }
  #hp-products #nano-top .service-nav__box__item {
    border-top: 10px solid #fff;
  }
  #hp-products #nano-top .service-nav__box__item__wrap {
    display: block;
  }
  #hp-products #nano-top .service-nav__box__item__wrap > *:not(:first-child) {
    border-left: none;
  }
  #hp-products #nano-top .service-nav__box__item .title {
    border-bottom: 2px solid #fff;
    font-size: 1.8rem;
    padding: 10px 0;
  }
  #hp-products #nano-top .service-nav__box__item .list {
    display: block;
    padding: 15px;
  }
  #hp-products #nano-top .service-nav__box__item .list > ul {
    width: 100%;
  }
  #hp-products #nano-top .searchmenu-block {
    border: 3px solid #eee;
    padding: 15px;
  }
  #hp-products #nano-top .searchmenu-block__title {
    border-bottom: 2px solid #eee;
    font-size: 2rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  #hp-products #nano-top .searchmenu-block__title:before {
    background-size: 18px;
    height: 28px;
    width: 23px;
  }
  #hp-products #nano-top .searchmenu-block__box {
    display: block;
    margin: 0;
  }
  #hp-products #nano-top .searchmenu-block__box__item:not(:first-child) {
    margin-top: 10px;
  }
  #hp-products #nano-top .searchmenu-block__box__item .title {
    border-bottom: 2px solid #fff;
    font-size: 1.6rem;
    margin: 0;
    padding: 10px 0;
  }
  #hp-products #nano-top .searchmenu-block__box__item .list {
    padding: 15px;
  }
  #hp-products #nano-top #nano-top_links {
    margin: 30px 0 10px;
    padding: 20px 0;
  }
  #hp-products #nano-top .contact-block .contact-block__title {
    padding: 10px 0 10px 50px;
  }
  #hp-products #nano-top .contact-block .contact-block__title br {
    display: inline;
  }
  .new_material__table {
    overflow-x: scroll;
    position: relative;
  }
  .new_material__table .sp_text {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
  .new_material__table table {
    font-size: 1.1rem;
    min-width: 450px;
  }
  .new_material__table table thead th {
    padding: 2px 0;
  }
  .new_material__table table thead th span {
    padding-bottom: 3px;
    padding-top: 3px;
  }
  .new_material__table table tbody tr th {
    padding: 5px;
  }
  .new_material__table table tbody tr td {
    padding: 5px;
  }
  .grey-box .heading-h3 {
    margin-bottom: 10px;
  }
  .grey-box + .pdf-block {
    margin-top: 30px;
  }
  .top-read {
    font-size: 1.4rem;
  }
  .material-twocolumn {
    display: block;
  }
  .material-twocolumn .material-twocolumn__photo {
    margin-bottom: 15px;
    width: 100%;
  }
  .material-twocolumn .material-twocolumn__text {
    width: 100%;
  }
  .chack-block__table {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .pdf-block {
    display: block;
    margin-bottom: 30px;
    padding: 5px 15px;
  }
  .pdf-block .pdf-block__link {
    margin: 10px 0;
    width: 100%;
  }
  .heater-block {
    margin-bottom: 30px;
  }
  .heater-block .heater-block__list {
    display: block;
  }
  .heater-block .heater-block__list figure {
    margin-bottom: 15px;
    width: 100%;
  }
  .ceramic-column {
    display: block;
  }
  .ceramic-column .ceramic-column__box {
    width: 100%;
  }
  .ceramic-column figure {
    margin: 15px;
  }
  .ceramic-column figure img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .ceramic-block__table {
    margin-bottom: 20px;
  }
  .ceramic-block {
    display: block;
  }
  .ceramic-block figure {
    margin-bottom: 15px;
    width: 100%;
  }
  .zinc-block__photo figcaption {
    font-size: 1.4rem;
  }
  .zinc-block__box {
    display: flex;
    justify-content: center;
  }
  .zinc-block__box .white-box {
    width: 100%;
  }
  .zinc-block__box .white-box .zinc-block__box__text {
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .zinc-block__box .white-box .zinc-block__box__image {
    text-align: center;
  }
  .zinc-block__box .white-box .zinc-block__box__image img {
    width: 100%;
  }
  .titanium-block__photo figure {
    width: 100%;
  }
  .characteristic-block {
    display: block;
  }
  .characteristic-block figure {
    margin: 15px 0;
  }
  .characteristic-block figure img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .characteristic-block .characteristic-block__box .characteristic-block__list__red {
    font-size: 1.4rem;
  }
  .titanium-block {
    display: block;
  }
  .titanium-block .white-box {
    margin-bottom: 15px;
    width: 100%;
  }
  .titanium-block .titanium-block__text {
    width: 100%;
  }
  .titanium-block .titanium-block__text p:first-child span {
    font-size: 1.4rem;
  }
  .titanium-block .titanium-block__text p:last-child {
    font-size: 1.4rem;
  }
  .titanium-block .titanium-block__text figure {
    margin: 10px 0;
  }
  .comparison-block {
    display: block;
  }
  .comparison-block .comparison-block__img {
    margin-bottom: 15px;
    width: 100%;
  }
  .comparison-block .comparison01-block__text {
    width: 100%;
  }
  .comparison-block .comparison01-block__text p:last-child {
    font-size: 1.4rem;
  }
  .comparison-block .comparison02-block__text {
    width: 100%;
  }
  .comparison-block .comparison02-block__text p:last-child {
    font-size: 1.4rem;
  }
  .comparison-block .comparison02-block__text ul {
    font-size: 1.4rem;
    padding: 5px 0;
  }
  .comparison-block .comparison02-block__text ul li {
    display: flex;
  }
  .comparison-block .comparison02-block__text ul li::before {
    color: #adce8c;
    content: "●";
    font-size: 1.1rem;
    margin-right: 2px;
    margin-top: 2px;
  }
  .comparison-block .comparison02-block__text figure {
    margin: 10px 0;
  }
  .effect-block .effect-block__title {
    font-size: 1.4rem;
  }
  .effect-block .effect-block__photo {
    display: block;
    margin-bottom: 10px;
  }
  .effect-block .effect-block__photo figure {
    margin-bottom: 10px;
    width: 100%;
  }
  .effect-block .effect-block__photo figure figcaption {
    font-size: 1.2rem;
  }
  .durability-block .durability-block__title {
    font-size: 1.4rem;
  }
  .durability-block .durability-block__text {
    font-size: 1.2rem;
  }
  .durability-block .durability-block__photo {
    display: block;
  }
  .durability-block .durability-block__photo figure {
    margin-bottom: 10px;
    width: 100%;
  }
  .durability-block .durability-block__photo figure figcaption {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .link-block__item a {
    background-size: 60px;
    font-size: 1.6rem;
    padding: 15px 0 15px 80px;
  }
  .effect-block .white-box {
    padding: 15px;
  }
  .effect-block .effect-block__table {
    font-size: 1.1rem;
  }
  .durability-block .white-box {
    padding: 15px;
  }
  .durability-block .durability-block__table {
    font-size: 1.1rem;
  }
  .durability-block .durability-block__table thead th {
    padding: 2px 0;
  }
  .durability-block .durability-block__table thead th span {
    padding-bottom: 3px;
    padding-top: 3px;
  }
  .durability-block .durability-block__table tbody tr th {
    padding: 5px;
  }
  .durability-block .durability-block__table tbody tr td {
    padding: 5px;
  }
}


#health03 .durability-block .durability-block__table table tbody tr th {
      background-color: #f7f7f7;
      width: 50%;
      text-align: left;
      word-break: break-word;    white-space: break-spaces;
}
#health03 .durability-block__table + .durability-block__title {
  margin-top: 40px;
}
#health03 .durability-block .durability-block__table table tbody tr td {
      background-color: #fff;
      width: 50%;
      word-break: break-word;    white-space: break-spaces;
}

.nm-feature {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 10px;
  justify-content: space-between;
}

.nm-feature__item {
  width: calc((100% - 40px) / 5);
  text-align: center;
}

.nm-feature__icon {
  max-width: 106px;
  margin: 0 auto 12px;
}

.nm-feature__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.nm-feature__name {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  border-bottom: none;
  max-width: 127px;
      margin: 0 auto 0;
}

.nm-feature__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  max-width: 127px;
      margin: 0 auto 0;
}

.nm-feature__text.u-text-center {
  text-align: center;
}
.nm-panel {
  padding: 24px;
}


.nm-magic-test {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.nm-magic-test__item {
  position: relative;
  width: calc((100% - 56px) / 3);
}


.nm-magic-test__item--arrow::before {
  content: "";
  position: absolute;
  top: 50%;
left: -20px;
    width: 14px;
  height: 39px;
  background: #88ba3f;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateY(-100%);
}

.nm-magic-test__image img,
.nm-mechanism img,
.nm-photo-pair__image img {
  display: block;
  width: 100%;
  height: auto;
}

.nm-magic-test__caption,
.nm-photo-pair__caption {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.6;
}

.nm-photo-pair {
  display: flex;
  gap: 28px;
}

.nm-photo-pair__item {
  width: calc((100% - 28px) / 2);
  display: flex;
  flex-direction: column;
}


@media only screen and (max-width: 767px) {
  .nm-feature {
        justify-content: space-around;
  }

  .nm-feature__item {
    width: calc((100% - 40px) / 3);
    text-align: center;
  }
  
  .nm-magic-test__item {
    position: relative;
    width: calc((100% - 56px) / 2);
  }
  .nm-photo-pair {
    flex-wrap: wrap;
  }

  .nm-photo-pair__item {
    width: 100%;
  }
}
.nm-photo-pair__title {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  flex: 1;
  border-bottom: 0;
      display: flex;
      align-items: center;
}

.bold-text {
      font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}

#health03 .grey-box+.grey-box {
  margin-top: 30px;
}
#health03 .grey-box + .pdf-block {
  margin-top: 30px;
}