@charset "UTF-8";
main {
  margin: 0 auto;
  padding-top: 26.6666666667vw;
}

header {
  border-bottom: 0.1333333333vw solid #ccc;
}

[data-ruby] {
  position: relative;
  color: #333;
  font-weight: bold;
  font-size: 4.5333333333vw;
  position: relative;
  text-align: center;
}
[data-ruby]::before {
  content: attr(data-ruby);
  white-space: pre;
}

#breadcrumb {
  width: 92vw;
  margin: 0 auto;
  color: #777777;
  padding-top: 4.6666666667vw;
}
#breadcrumb .breadcrumb-lists li.breadcrumb-home::before {
  display: none;
}
#breadcrumb .breadcrumb-lists li:before {
  content: "";
  display: inline-block;
  margin: 0 1.6vw 0 1.6vw;
  color: #333333;
  width: 1.4666666667vw;
  height: 2.4vw;
  background: url(../img/common/arrow-right-bk@2x.png) left center no-repeat;
  background-size: contain;
}
#breadcrumb .breadcrumb-lists li strong {
  border-bottom: 0.1333333333vw solid #777;
  padding-bottom: 0.5333333333vw;
  font-weight: normal;
}
#breadcrumb .breadcrumb-lists li a {
  text-decoration: none;
  color: #777777;
}

#single-products {
  width: 92vw;
  margin: 5.3333333333vw auto 0;
  padding-bottom: 16vw;
}
#single-products h3 {
  font-size: 3.7333333333vw;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  color: #0b80c6;
  background-color: #d1d8dd;
  padding: 1.8666666667vw 2.6666666667vw;
}
#single-products .post-categories {
  margin-top: 2.4vw;
}
#single-products .post-categories dl {
  font-size: 2.4vw;
  line-height: 1;
  display: flex;
  align-items: center;
}
#single-products .post-categories dl + dl {
  margin-top: 1.0666666667vw;
}
#single-products .post-categories dl dt {
  width: 17.4666666667vw;
  height: 4.9333333333vw;
  background: url(../img/common/bg-category.png) center center no-repeat;
  background-size: contain;
  color: #333;
  display: flex;
  align-items: center;
  padding-left: 1.0666666667vw;
}
#single-products .post-categories dl dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#single-products .post-categories dl dd ul {
  display: flex;
  align-items: center;
  height: 3.2vw;
  color: #777;
}
#single-products .post-categories dl dd ul li {
  font-size: 2.4vw;
  line-height: 1;
}
#single-products .post-categories dl dd ul li:before {
  content: "";
  display: inline-block;
  margin: 0 0.8vw 0 1.3333333333vw;
  color: #333333;
  width: 0.9333333333vw;
  height: 1.4666666667vw;
  background: url(../img/common/arrow-right-bk@2x.png) left center no-repeat;
  background-size: contain;
}
#single-products .post-categories dl dd ul li a {
  border-bottom: 0.1333333333vw solid #777;
  padding-bottom: 0.1333333333vw;
  font-weight: normal;
  text-decoration: none;
  color: #777;
}
#single-products .outline {
  margin-top: 8vw;
}
#single-products .outline h4 {
  font-size: 6.4vw;
  line-height: 1.3125;
}
#single-products .outline .detail {
  margin-top: 2.6666666667vw;
}
#single-products .outline .detail h5 {
  font-size: 3.7333333333vw;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1333333333vw;
  text-align: left;
  color: #0b80c6;
  background-color: #fff;
  background-image: none;
  padding: 0;
}
#single-products .outline .detail .left .outlinetext {
  margin-top: 3.3333333333vw;
  text-align: center;
}
#single-products .outline .detail .left .outlinetext p {
  font-size: 3.7333333333vw;
  line-height: 1.3571428571;
  font-weight: 500;
  text-align: left;
  color: #333;
}
#single-products .outline .detail .left .outlinetext p + p {
  margin-top: 1em;
}
#single-products .outline .detail .left .outlinetext .outletlink {
  margin-top: 5.3333333333vw;
}
#single-products .outline .detail .right {
  margin-top: 8.4vw;
}
#single-products .outline .detail .right .img {
  border: solid 0.1333333333vw #ccc;
  background-color: #fff;
}
#single-products .outline .detail .right .catalog {
  background-color: #eee;
  margin-top: 5.3333333333vw;
  padding: 3.7333333333vw;
}
#single-products .outline .detail .right .catalog h6 {
  font-size: 3.7333333333vw;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.224vw;
  text-align: left;
  color: #333;
  padding-left: 0;
}
#single-products .outline .detail .right .catalog h6::before {
  display: none;
}
#single-products .outline .detail .right .catalog dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2vw;
}
#single-products .outline .detail .right .catalog dl dt {
  width: 100%;
  font-size: 4.2666666667vw;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.256vw;
  text-align: left;
  color: #333;
}
#single-products .outline .detail .right .catalog dl dd {
  width: 40.6666666667vw;
  margin-left: 2.4vw;
  margin-top: 4vw;
}
#single-products .outline .detail .right .catalog dl dd:nth-of-type(2n+1) {
  margin-left: 0;
}
#single-products .outline .detail .right .catalog dl dd a {
  font-size: 3.7333333333vw;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0b80c6;
  height: 8vw;
  color: #fff;
  text-decoration: none;
}
#single-products .outline .detail .right .catalog dl dd a::before {
  content: "";
  display: block;
  background: url(../img/common/icon-dl.png) center center no-repeat;
  background-size: contain;
  width: 4vw;
  height: 3.7333333333vw;
  margin-right: 1.8666666667vw;
}
#single-products .toc {
  padding: 3.2vw 2.6666666667vw;
  border: solid 0.1333333333vw #ccc;
  background-color: #fff;
  margin-top: 10.6666666667vw;
}
#single-products .toc h5 {
  font-size: 4.5333333333vw;
  line-height: 1;
  font-family: "Gantari", sans-serif;
  font-weight: bold;
  text-align: left;
  color: #333;
  background: url(../img/common/icon-toc.png) left center no-repeat;
  background-size: 5.3333333333vw auto;
  padding: 0;
  padding-left: 7.4666666667vw;
  min-height: 5.0666666667vw;
  margin: 0;
}
#single-products .toc ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.8vw;
}
#single-products .toc ul li {
  width: 42.6666666667vw;
  padding-right: 2.6666666667vw;
}
#single-products .toc ul li::before {
  display: none;
}
#single-products .toc ul li:nth-of-type(n + 3) {
  margin-top: 3.7333333333vw;
}
#single-products .toc ul li a {
  font-size: 3.7333333333vw;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  color: #333;
  text-decoration: none;
  position: relative;
  padding-left: 4vw;
  display: block;
}
#single-products .toc ul li a::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  background: url(../img/common/icon-triangle.png) center center no-repeat;
  background-size: contain;
  width: 2.4vw;
  height: 2.6666666667vw;
  margin-right: 1.3333333333vw;
}
#single-products ul li {
  font-size: 3.7333333333vw;
  line-height: 1.3571428571;
}
#single-products ul li::before {
  content: "・";
}
#single-products h5 {
  font-size: 3.7333333333vw;
  line-height: 1.3571428571;
  font-weight: 500;
  text-align: left;
  color: #fff;
  background-image: linear-gradient(to right, #041a2e, #000);
  padding: 2vw;
  margin-bottom: 2.6666666667vw;
}
#single-products h6 {
  font-size: 4.2666666667vw;
  line-height: 1;
  font-weight: bold;
  color: #0b80c6;
  position: relative;
  padding-left: 5.3333333333vw;
  margin-bottom: 2.6666666667vw;
}
#single-products h6::before {
  content: "";
  display: block;
  width: 4vw;
  height: 0.8vw;
  background-color: #0b80c6;
  position: absolute;
  top: 0.5em;
  left: 0;
}
#single-products table {
  width: 100%;
  table-layout: fixed;
}
#single-products table thead tr th {
  padding: 0.6666666667vw;
  border: solid 0.2666666667vw #fff;
  background-color: #8ca8b9;
  font-size: 1.8666666667vw;
  line-height: 1.0714285714;
  font-weight: normal;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  padding: 1.3333333333vw;
}
#single-products table tbody tr {
  background-color: #eee;
}
#single-products table tbody tr:nth-of-type(even) {
  background-color: #e3e5e6;
}
#single-products table tbody tr th {
  padding: 0.6666666667vw;
  border: solid 0.2666666667vw #fff;
  background-color: #8ca8b9;
  font-size: 1.8666666667vw;
  line-height: 1.0714285714;
  font-weight: normal;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  width: 30%;
  padding: 1.3333333333vw;
}
#single-products table tbody tr td {
  font-size: 1.8666666667vw;
  line-height: 1.7142857143;
  border: solid 0.2666666667vw #fff;
  text-align: center;
  color: #666;
  padding: 1.3333333333vw;
}
#single-products .feature {
  margin-top: 10.6666666667vw;
}
#single-products .feature h5 {
  margin-bottom: 2.6666666667vw;
}
#single-products .freehtml .halfs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
#single-products .freehtml .halfs figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: solid 0.1333333333vw #ccc;
  padding: 1.3333333333vw;
  width: 70.6666666667vw;
  min-height: 47.6vw;
}
#single-products .freehtml .halfs figure + figure {
  margin-top: 3.2vw;
}
#single-products .freehtml .halfs figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#single-products .freehtml .halfs figure figcaption {
  margin-top: 1.3333333333vw;
}
#single-products .freehtml .triple {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
#single-products .freehtml .triple figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: solid 0.1333333333vw #ccc;
  padding: 1.3333333333vw 1.3333333333vw 2vw;
  width: 44vw;
  margin-left: 4vw;
}
#single-products .freehtml .triple figure:nth-of-type(2n+1) {
  margin-left: 0;
}
#single-products .freehtml .triple figure:nth-of-type(n + 3) {
  margin-top: 4vw;
}
#single-products .freehtml .triple figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#single-products .freehtml .triple figure figcaption {
  margin-top: 1.3333333333vw;
}
#single-products .freehtml table + p {
  margin-top: 1em;
  font-size: 2.4vw;
  line-height: 1.3333333333;
}
#single-products .freehtml01 {
  margin-top: 4.8vw;
}
#single-products .spec {
  margin-top: 8vw;
}
#single-products .spec h5 {
  margin-bottom: 3.3333333333vw;
}
#single-products .spec .scroll {
  overflow: scroll;
  display: block;
  width: auto;
  overflow: auto;
  white-space: nowrap;
}
#single-products .spec .scroll table {
  width: 100%;
  table-layout: auto;
  margin-top: 1.8666666667vw;
}
#single-products .specification {
  display: none;
  margin-top: 8vw;
}
#single-products .specification h5 {
  margin-bottom: 3.3333333333vw;
}
#single-products .machinespecification {
  margin-top: 8vw;
}
#single-products .machinespecification h5 {
  margin-bottom: 3.3333333333vw;
}
#single-products .machinespecification .halfs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
#single-products .machinespecification .halfs figure {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 0.1333333333vw #ccc;
  width: 70.6666666667vw;
  min-height: 47.6vw;
}
#single-products .machinespecification .halfs figure + figure {
  margin-top: 3.2vw;
}
#single-products .machinespecification .halfs figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#single-products .machinespecification .triple {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
#single-products .machinespecification .triple figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: solid 0.1333333333vw #ccc;
  padding: 1.3333333333vw 1.3333333333vw 2vw;
  width: 44vw;
  margin-left: 4vw;
}
#single-products .machinespecification .triple figure:nth-of-type(2n+1) {
  margin-left: 0;
}
#single-products .machinespecification .triple figure:nth-of-type(n + 3) {
  margin-top: 4vw;
}
#single-products .machinespecification .triple figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#single-products .machinespecification .triple figure figcaption {
  margin-top: 1.3333333333vw;
}
#single-products .note {
  margin-top: 8vw;
}
#single-products .freehtml02 {
  margin-top: 2.6666666667vw;
}
#single-products .option {
  margin-top: 6.6666666667vw;
}
#single-products .option h5 {
  margin-bottom: 3.3333333333vw;
}
#single-products .freehtml03 {
  margin-top: 2.6666666667vw;
}
#single-products .app {
  margin-top: 8vw;
  border-top: solid 0.2666666667vw #ccc;
  padding-top: 5.3333333333vw;
}
#single-products .app ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4vw;
}
#single-products .app ul li {
  list-style: none;
  margin-left: 2.6666666667vw;
}
#single-products .app ul li:before {
  display: none;
}
#single-products .app ul li:nth-of-type(2n+1) {
  margin-left: 0;
}
#single-products .app ul li:nth-of-type(n+3) {
  margin-top: 2.6666666667vw;
}
#single-products .app ul li span,
#single-products .app ul li a {
  width: 44.6666666667vw;
  height: 8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.8vw;
  border: solid 0.2666666667vw #0b80c6;
  background-color: #fff;
  font-size: 3.2vw;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #0b80c6;
  text-decoration: none;
}
#single-products #productOption {
  margin-top: 8vw;
}
#single-products #productOption ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5.3333333333vw;
  padding-bottom: 2.6666666667vw;
}
#single-products #productOption ul li {
  margin-left: 5.3333333333vw;
}
#single-products #productOption ul li:nth-of-type(2n+1) {
  margin-left: 0;
}
#single-products #productOption ul li:nth-of-type(n+3) {
  margin-top: 5.3333333333vw;
}
#single-products #productOption ul li::before {
  display: none;
}
#single-products #productOption ul li a {
  text-decoration: none;
}
#single-products #productOption ul li .img {
  width: 41.6vw;
  height: 29.7333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#single-products #productOption ul li .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#single-products #productOption ul li p {
  font-size: 3.7333333333vw;
  line-height: 1.1428571429;
  font-weight: 500;
  text-align: center;
  color: #333;
}
#single-products .form {
  margin-top: 5.3333333333vw;
}
#single-products .form h5 {
  margin-bottom: 0;
}
#single-products .form .webform-wrap {
  padding: 4vw;
}
#single-products .form .webform-wrap p {
  font-size: 3.7333333333vw;
  line-height: 1.2857142857;
  font-weight: 500;
}
#single-products #mrc_webform .mrc_webform table tbody tr[data-qno="3"] {
  margin-top: 3.3333333333vw;
}
#single-products #mrc_webform .mrc_webform table tbody tr[data-qno="3"] td {
  display: block;
  text-align: center;
}
#single-products #mrc_webform .mrc_webform table tbody tr[data-qno="3"] td .mrc_webform_q {
  font-weight: normal;
  font-size: 3.7333333333vw;
  line-height: 2.0714285714;
  letter-spacing: 0.3733333333vw;
}
#single-products #mrc_webform .mrc_webform table tbody tr[data-qno="3"] td .mrc_webform_q a {
  text-decoration: none;
  border-bottom: 0.2666666667vw solid #126ecb;
  padding-bottom: 0.8vw;
}
#single-products #mrc_webform .mrc_webform table tbody tr[data-qno="3"] td .mrc_webform_a {
  font-weight: bold;
  font-size: 3.7333333333vw;
  line-height: 1;
}

/**
会社概要
*/
/**
製品案内
*/
#page-products .hx01 {
  font-size: 5.3333333333vw;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2666666667vw;
  font-weight: bold;
  display: flex;
  flex-direction: column;
}
#page-products .hx01:before {
  margin: auto;
  text-align: center;
  top: 0;
  position: relative;
  color: #777777;
  font-size: 3.2vw;
  font-family: "Gantari", sans-serif;
  font-weight: 500;
  margin-bottom: 2vw;
}
#page-products .hx01:after {
  content: "";
  display: block;
  width: 8vw;
  height: 0.8vw;
  background-color: #0b80c6;
  margin: 4vw auto 0;
}
#page-products #search-manufacturere {
  background-color: #fff;
  background: url(../img/products/bg-manufacturer-sp.png) center top no-repeat;
  background-size: cover;
}
#page-products #search-manufacturere .inner {
  padding-top: 8vw;
  padding-bottom: 13.3333333333vw;
}
#page-products #search-manufacturere .inner h3 {
  color: #fff;
}
#page-products #search-manufacturere .inner .boxes {
  display: flex;
  flex-wrap: wrap;
  width: 92vw;
  margin: 6.6666666667vw auto 0;
}
#page-products #search-manufacturere .inner .boxes .box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44vw;
  height: 18vw;
  margin-left: 4vw;
}
#page-products #search-manufacturere .inner .boxes .box:nth-of-type(2n+1) {
  margin-left: 0;
}
#page-products #search-manufacturere .inner .boxes .box:nth-of-type(n+3) {
  margin-top: 4vw;
}
#page-products #search-manufacturere .inner .boxes .box a {
  display: flex;
  width: 100%;
}
#page-products #search-manufacturere .inner .boxes .box a img {
  width: 100%;
}
#page-products #search-manufacturere .inner .boxes .box a span {
  display: none;
}
#page-products #search-category {
  background-image: url(../img/top/bg-category.jpg), linear-gradient(to right, #041a2e, #000);
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto;
  margin-top: 6vw;
}
#page-products #search-category .inner {
  margin: 0 auto;
  padding-top: 8vw;
  padding-bottom: 12.6666666667vw;
}
#page-products #search-category .inner h3 {
  color: #fff;
}
#page-products #search-category .inner h4 {
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 4.5333333333vw;
  line-height: 1;
}
#page-products #search-category .inner h4::before {
  margin: 0;
  font-size: 3.2vw;
  line-height: 1;
  margin-bottom: 1.3333333333vw;
}
#page-products #search-category .inner h4::after {
  display: none;
}
#page-products #search-category .inner .categories {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 8vw;
}
#page-products #search-category .inner .categories .category {
  border-left: 0.8vw solid #0b80c6;
  padding-left: 4.6666666667vw;
  padding-top: 1.2vw;
  padding-bottom: 1.2vw;
  margin-left: 4vw;
}
#page-products #search-category .inner .categories .category + .category {
  margin-top: 10.6666666667vw;
}
#page-products #search-category .inner h5 {
  margin-top: 8vw;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 3.7333333333vw;
  line-height: 1;
}
#page-products #search-category .inner h5:before {
  content: "";
  display: block;
  width: 1.0666666667vw;
  height: 0.2666666667vw;
  background-color: #fff;
  margin-right: 0.9333333333vw;
}
#page-products #search-category .inner .boxes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.3333333333vw;
}
#page-products #search-category .inner .boxes .box {
  width: 38vw;
  text-decoration: none;
}
#page-products #search-category .inner .boxes .box:nth-of-type(2n+0) {
  margin-left: 4vw;
}
#page-products #search-category .inner .boxes .box:nth-of-type(n + 3) {
  margin-top: 4vw;
}
#page-products #search-category .inner .boxes .box .img img {
  width: 100%;
}
#page-products #search-category .inner .boxes .box .title {
  color: #fff;
  font-size: 3.7333333333vw;
  line-height: 1.2142857143;
  margin-top: 2vw;
  text-align: center;
}
#page-products #search-category .inner .boxes + h5 {
  margin-top: 10.6666666667vw;
}
#page-products #search-application {
  background-color: #fff;
}
#page-products #search-application .inner {
  width: 92vw;
  margin: 0 auto;
  padding-top: 8vw;
  padding-bottom: 13.3333333333vw;
}
#page-products #search-application .inner .boxes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8vw;
}
#page-products #search-application .inner .boxes .box {
  width: 44vw;
  position: relative;
}
#page-products #search-application .inner .boxes .box:nth-of-type(2n) {
  margin-left: 4vw;
}
#page-products #search-application .inner .boxes .box:nth-of-type(n + 3) {
  margin-top: 4vw;
}
#page-products #search-application .inner .boxes .box .img {
  width: 100%;
}
#page-products #search-application .inner .boxes .box .img img {
  width: 100%;
}
#page-products #search-application .inner .boxes .box .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 3.7333333333vw;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  letter-spacing: 0.152vw;
}
#page-products #search-application .inner .boxes .box .title .en {
  font-size: 2.4vw;
  line-height: 1.1111111111;
  font-family: "Gantari", sans-serif;
  font-weight: 500;
  margin-top: 2.6666666667vw;
  letter-spacing: 0vw;
  height: 3.3333333333vw;
  display: flex;
}
#page-products #search-application .inner .boxes .box .title:after {
  content: "";
  display: block;
  background: url(../img/common/arrow-long.svg) center center no-repeat;
  background-size: contain;
  width: 22.1333333333vw;
  height: 1.4666666667vw;
  margin-top: 2vw;
}
#page-products #search-wavelength {
  background: url(../img/products/bg-wavelength-sp.png) center top no-repeat;
  background-size: cover;
}
#page-products #search-wavelength .inner {
  width: 92vw;
  margin: 0 auto;
  padding-top: 8vw;
  padding-bottom: 12.6666666667vw;
}
#page-products #search-wavelength .boxes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8vw;
}
#page-products #search-wavelength .boxes .box + .box {
  margin-top: 10.6666666667vw;
}
#page-products #search-wavelength .boxes .box .img {
  width: 100%;
}
#page-products #search-wavelength .boxes .box .link {
  margin-top: 7.3333333333vw;
}
#page-products #search-wavelength .boxes .box .link ul {
  display: flex;
  justify-content: space-around;
}
#page-products #search-wavelength .boxes .box .link ul li:nth-of-type(1) a::before {
  background-image: url(../img/products/arrow01@2x.png);
}
#page-products #search-wavelength .boxes .box .link ul li:nth-of-type(2) a::before {
  background-image: url(../img/products/arrow02@2x.png);
}
#page-products #search-wavelength .boxes .box .link ul li:nth-of-type(3) a::before {
  background-image: url(../img/products/arrow03@2x.png);
}
#page-products #search-wavelength .boxes .box .link ul li:nth-of-type(4) a::before {
  background-image: url(../img/products/arrow04@2x.png);
}
#page-products #search-wavelength .boxes .box .link ul li:nth-of-type(5) a::before {
  background-image: url(../img/products/arrow05@2x.png);
}
#page-products #search-wavelength .boxes .box .link ul li:nth-of-type(6) a::before {
  background-image: url(../img/products/arrow06@2x.png);
}
#page-products #search-wavelength .boxes .box .link ul li a {
  position: relative;
  display: block;
  font-size: 3.3333333333vw;
  line-height: 1.36;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #333333;
  border-bottom: 0.1333333333vw solid #333333;
  padding-bottom: 0.6666666667vw;
  text-decoration: none;
  text-align: center;
}
#page-products #search-wavelength .boxes .box .link ul li a::before {
  content: "";
  display: block;
  width: 2vw;
  height: 1.4666666667vw;
  background: url(../img/products/arrow01@2x.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -3.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
}
#page-products #search-wavelength .boxes .box:nth-of-type(2) .img {
  width: 38.6666666667vw;
}
#page-products #search-wavelength .boxes .box:nth-of-type(2) .link ul li a::before {
  background-image: url(../img/products/arrow07@2x.png);
}
#page-products #search-outlet {
  background-color: #eeeeee;
}
#page-products #search-outlet .inner {
  width: 92vw;
  margin: 0 auto;
  padding-top: 8vw;
  padding-bottom: 10.6666666667vw;
}
#page-products #search-outlet p {
  font-size: 3.7333333333vw;
  line-height: 1.3571428571;
  font-weight: 500;
  margin-top: 6.6666666667vw;
  text-align: left;
  letter-spacing: 0.3733333333vw;
}
#page-products #search-outlet .link {
  display: flex;
  justify-content: center;
  margin-top: 6.6666666667vw;
}
#page-products #search-outlet .link a {
  display: flex;
  width: 92vw;
  height: 13.3333333333vw;
  justify-content: center;
  align-items: center;
  border: 0.1333333333vw solid #333333;
  color: #333333;
  text-decoration: none;
  font-size: 3.7333333333vw;
  font-weight: bold;
  background: url(../img/common/arrow-right-bk@2x.png) right 3.8666666667vw center no-repeat;
  background-size: 2.1333333333vw auto;
}

#page-products-maker {
  padding: 13.3333333333vw 0 16vw;
  position: relative;
}
#page-products-maker .inner {
  width: 92vw;
  margin: 0 auto;
}
#page-products-maker h3 {
  font-size: 3.7333333333vw;
  line-height: 1.3571428571;
  font-weight: 500;
  text-align: left;
  color: #fff;
  background-image: linear-gradient(to right, #041a2e, #000);
  padding: 2vw;
}
#page-products-maker h3 + .main-content {
  margin-top: 4vw;
}
#page-products-maker .detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4vw;
}
#page-products-maker .detail .logo {
  width: 82.6666666667vw;
}
#page-products-maker .detail .logo .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82.6666666667vw;
  height: 44.6666666667vw;
  border: 0.2666666667vw solid #ccc;
}
#page-products-maker .detail .logo .link {
  margin-top: 4vw;
}
#page-products-maker .detail .logo .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  height: 11.2vw;
  text-decoration: none;
  color: #0b80c6;
  font-size: 3.2vw;
  line-height: 1;
  font-weight: 500;
}
#page-products-maker .detail .logo .link a::before {
  content: "";
  display: block;
  width: 4vw;
  height: 4vw;
  background: url(../img/common/icon-window.png) center center no-repeat;
  background-size: contain;
  margin-right: 1.3333333333vw;
}
#page-products-maker .detail .text {
  width: 90.6666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1.3571428571;
  font-weight: 500;
  margin-top: 6.4vw;
}
#page-products-maker .detail .freearea {
  width: 100%;
  margin-top: 11.8666666667vw;
}
#page-products-maker .detail .freearea iframe {
  margin: 1.3333333333vw 0;
  max-width: 100%;
}
#page-products-maker .main-content {
  margin-top: 11.3333333333vw;
}
#page-products-maker .main-content h3 {
  display: none;
}
#page-products-maker .main-content .categoryOutline {
  display: none;
}
#page-products-maker .main-content #to_all_products .link {
  display: flex;
  justify-content: center;
  padding-top: 8vw;
}
#page-products-maker .main-content #to_all_products .link a {
  font-size: 3.2vw;
  line-height: 1.5833333333;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10.6666666667vw;
  border-radius: 0.4vw;
  border: solid 0.2666666667vw #ccc;
  background-color: #fff;
  padding: 0 2.6666666667vw;
}
#page-products-maker .note {
  margin-top: 10.6666666667vw;
}