@charset "UTF-8";
main {
  padding-top: 160px;
  width: 1080px;
  margin: 0 auto 35px;
}

header {
  border-bottom: 1px solid #ccc;
}

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

#breadcrumb {
  color: #777777;
  padding-top: 8px;
}
#breadcrumb .breadcrumb-lists {
  display: flex;
}
#breadcrumb .breadcrumb-lists li.breadcrumb-home::before {
  display: none;
}
#breadcrumb .breadcrumb-lists li:before {
  content: "";
  display: inline-block;
  margin: 0 6px 0 10px;
  font-size: 14px;
  line-height: 1.2857142857;
  color: #333333;
  width: 7px;
  height: 11px;
  background: url(../img/common/arrow-right-bk@2x.png) left center no-repeat;
  background-size: contain;
}
#breadcrumb .breadcrumb-lists li strong {
  border-bottom: 1px solid #777;
  padding-bottom: 4px;
  font-weight: normal;
}
#breadcrumb .breadcrumb-lists li a {
  text-decoration: none;
  color: #777777;
}

#single-products {
  margin-top: 35px;
  padding-bottom: 35px;
}
#single-products h3 {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  color: #0b80c6;
  background-color: #d1d8dd;
  padding: 8px 10px;
}
#single-products .post-categories {
  margin-top: 18px;
}
#single-products .post-categories dl {
  font-size: 12px;
  line-height: 1;
  display: flex;
}
#single-products .post-categories dl + dl {
  margin-top: 6px;
}
#single-products .post-categories dl dt {
  width: 98px;
  height: 24px;
  background: url(../img/common/bg-category.png) center center no-repeat;
  background-size: contain;
  color: #333;
  display: flex;
  align-items: center;
  padding-left: 8px;
}
#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: 24px;
  color: #777;
}
#single-products .post-categories dl dd ul li:before {
  content: "";
  display: inline-block;
  margin: 0 6px 0 10px;
  font-size: 14px;
  line-height: 1.2857142857;
  color: #333333;
  width: 7px;
  height: 11px;
  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: 1px solid #777;
  padding-bottom: 3px;
  font-weight: normal;
  text-decoration: none;
  color: #777;
}
#single-products .outline {
  margin-top: 25px;
}
#single-products .outline h4 {
  font-size: 38px;
  line-height: 1;
}
#single-products .outline .detail {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
#single-products .outline .detail h5 {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left;
  color: #0b80c6;
  background-color: #fff;
  background-image: none;
  padding: 0;
}
#single-products .outline .detail .left {
  width: 660px;
}
#single-products .outline .detail .left .outlinetext {
  margin-top: 19px;
}
#single-products .outline .detail .left .outlinetext p {
  font-size: 14px;
  line-height: 1.7142857143;
  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: 40px;
}
#single-products .outline .detail .right {
  width: 380px;
}
#single-products .outline .detail .right .img {
  border: solid 1px #ccc;
  background-color: #fff;
}
#single-products .outline .detail .right .catalog {
  background-color: #eee;
  margin-top: 10px;
  padding: 14px;
}
#single-products .outline .detail .right .catalog h6 {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.84px;
  text-align: left;
  color: #333;
  padding: 0;
}
#single-products .outline .detail .right .catalog h6::before {
  display: none;
}
#single-products .outline .detail .right .catalog dl {
  display: flex;
  flex-wrap: wrap;
}
#single-products .outline .detail .right .catalog dl dt {
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.96px;
  text-align: left;
  color: #333;
}
#single-products .outline .detail .right .catalog dl dd {
  width: 165px;
  margin-left: 18px;
  margin-top: 14px;
}
#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: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0b80c6;
  height: 40px;
  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: 14px;
  height: 14px;
  margin-right: 8px;
}
#single-products .toc {
  padding: 17px 18px;
  border: solid 1px #ccc;
  background-color: #fff;
  margin-top: 65px;
}
#single-products .toc h5 {
  font-size: 20px;
  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: 19px auto;
  padding: 0;
  padding-left: 29px;
  margin: 0;
}
#single-products .toc ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
#single-products .toc ul li {
  width: 260px;
}
#single-products .toc ul li::before {
  display: none;
}
#single-products .toc ul li a {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: bold;
  text-align: left;
  color: #333;
  text-decoration: none;
}
#single-products .toc ul li a::before {
  content: "";
  display: inline-block;
  background: url(../img/common/icon-triangle.png) center center no-repeat;
  width: 11px;
  height: 12px;
  margin-right: 5px;
}
#single-products ul li {
  font-size: 14px;
  line-height: 1.7142857143;
}
#single-products ul li::before {
  content: "・";
}
#single-products h5 {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 500;
  text-align: left;
  color: #fff;
  background-image: linear-gradient(to right, #041a2e, #000);
  height: 36px;
  padding: 9px 0 11px 9px;
  display: flex;
  align-items: center;
}
#single-products h6 {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: bold;
  color: #0b80c6;
  position: relative;
  padding-left: 24px;
}
#single-products h6::before {
  content: "";
  display: block;
  width: 14px;
  height: 4px;
  background-color: #0b80c6;
  position: absolute;
  top: 10px;
  left: 0;
}
#single-products table {
  width: 100%;
  table-layout: fixed;
}
#single-products table thead tr th {
  padding: 5px;
  border: solid 1px #fff;
  background-color: #8ca8b9;
  font-size: 14px;
  line-height: 1.0714285714;
  font-weight: normal;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  padding: 10px;
}
#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: 5px;
  border: solid 1px #fff;
  background-color: #8ca8b9;
  font-size: 14px;
  line-height: 1.0714285714;
  font-weight: normal;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  width: 30%;
  padding: 10px;
}
#single-products table tbody tr td {
  font-size: 14px;
  line-height: 1.7142857143;
  border: solid 1px #fff;
  text-align: center;
  color: #666;
  padding: 10px;
}
#single-products .feature {
  margin-top: 60px;
}
#single-products .feature h5 {
  margin-bottom: 16px;
}
#single-products .freehtml .halfs {
  display: flex;
  flex-wrap: wrap;
  width: 890px;
  margin: 0 auto;
}
#single-products .freehtml .halfs figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: solid 1px #ccc;
  padding: 10px;
  width: 435px;
  min-height: 293px;
  margin-left: 20px;
}
#single-products .freehtml .halfs figure:nth-of-type(2n+1) {
  margin-left: 0;
}
#single-products .freehtml .halfs figure:nth-of-type(n + 3) {
  margin-top: 20px;
}
#single-products .freehtml .halfs figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#single-products .freehtml .halfs figure figcaption {
  margin-top: 10px;
}
#single-products .freehtml .triple {
  display: flex;
  flex-wrap: wrap;
  width: 1080px;
  margin: 0 auto;
}
#single-products .freehtml .triple figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: solid 1px #ccc;
  padding: 10px 10px 15px;
  width: 346px;
  margin-left: 20px;
}
#single-products .freehtml .triple figure:nth-of-type(3n+1) {
  margin-left: 0;
}
#single-products .freehtml .triple figure:nth-of-type(n + 4) {
  margin-top: 20px;
}
#single-products .freehtml .triple figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#single-products .freehtml .triple figure figcaption {
  margin-top: 10px;
}
#single-products .freehtml table + p {
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.7142857143;
}
#single-products .freehtml01 {
  margin-top: 20px;
}
#single-products .spec {
  margin-top: 50px;
}
#single-products .spec h5 {
  margin-bottom: 16px;
}
#single-products .spec h6 {
  margin-bottom: 10px;
}
#single-products .spec .scroll table {
  margin-top: 14px;
}
#single-products .specification {
  display: none;
  margin-top: 50px;
}
#single-products .specification h5 {
  margin-bottom: 16px;
}
#single-products .machinespecification {
  margin-top: 50px;
}
#single-products .machinespecification h5 {
  margin-bottom: 16px;
}
#single-products .machinespecification .halfs {
  display: flex;
  flex-wrap: wrap;
  width: 890px;
  margin: 0 auto;
}
#single-products .machinespecification .halfs figure {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #ccc;
  width: 435px;
  min-height: 293px;
  margin-left: 20px;
}
#single-products .machinespecification .halfs figure:nth-of-type(2n+1) {
  margin-left: 0;
}
#single-products .machinespecification .halfs figure:nth-of-type(n + 3) {
  margin-top: 20px;
}
#single-products .machinespecification .triple {
  display: flex;
  flex-wrap: wrap;
  width: 1080px;
  margin: 0 auto;
}
#single-products .machinespecification .triple figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: solid 1px #ccc;
  padding: 10px 10px 15px;
  width: 346px;
  margin-left: 20px;
}
#single-products .machinespecification .triple figure:nth-of-type(3n+1) {
  margin-left: 0;
}
#single-products .machinespecification .triple figure:nth-of-type(n + 4) {
  margin-top: 20px;
}
#single-products .machinespecification .triple figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#single-products .machinespecification .triple figure figcaption {
  margin-top: 10px;
}
#single-products .note {
  margin-top: 60px;
}
#single-products .freehtml02 {
  margin-top: 20px;
}
#single-products .option {
  margin-top: 50px;
}
#single-products .option h5 {
  margin-bottom: 16px;
}
#single-products .freehtml03 {
  margin-top: 20px;
}
#single-products .app {
  margin-top: 48px;
  border-top: solid 1px #ccc;
  padding-top: 28px;
}
#single-products .app ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
}
#single-products .app ul li {
  list-style: none;
  margin-left: 10px;
}
#single-products .app ul li:before {
  display: none;
}
#single-products .app ul li:nth-of-type(4n+1) {
  margin-left: 0;
}
#single-products .app ul li:nth-of-type(n+5) {
  margin-top: 10px;
}
#single-products .app ul li span,
#single-products .app ul li a {
  width: 260px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: solid 1px #0b80c6;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: bold;
  line-height: 1.71;
  text-align: center;
  color: #0b80c6;
  text-decoration: none;
}
#single-products #productOption {
  margin-top: 40px;
}
#single-products #productOption ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
#single-products #productOption ul li + li {
  margin-left: 23px;
}
#single-products #productOption ul li::before {
  display: none;
}
#single-products #productOption ul li a {
  text-decoration: none;
}
#single-products #productOption ul li .img {
  width: 160px;
  height: 114px;
  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: 14px;
  line-height: 1.7142857143;
  font-weight: 500;
  text-align: center;
  color: #333;
}
#single-products .form {
  margin-top: 50px;
}
#single-products .form .webform-wrap {
  padding: 25px 20px;
}
#single-products .form .webform-wrap p {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 500;
}
#single-products #mrc_webform .mrc_webform table tbody tr[data-qno="3"] {
  margin-top: 25px;
}
#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: 14px;
  line-height: 1.7142857143;
}
#single-products #mrc_webform .mrc_webform table tbody tr[data-qno="3"] td .mrc_webform_q a {
  text-decoration: none;
  border-bottom: 1px solid #126ecb;
  padding-bottom: 4px;
}
#single-products #mrc_webform .mrc_webform table tbody tr[data-qno="3"] td .mrc_webform_a {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}

/**
会社概要
*/
/**
製品案内
*/
#page-products .hx01 {
  font-size: 34px;
  line-height: 1;
  letter-spacing: 2px;
  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: 20px;
  font-family: "Gantari", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}
#page-products .hx01:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #0b80c6;
  margin: 30px auto 0;
}
#page-products #search-manufacturere {
  background: url(../img/products/bg-manufacturer.png) center top no-repeat;
  background-size: cover;
}
#page-products #search-manufacturere .inner {
  padding-top: 60px;
  padding-bottom: 80px;
}
#page-products #search-manufacturere .inner h3 {
  color: #fff;
}
#page-products #search-manufacturere .inner .boxes {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto;
  width: 1040px;
}
#page-products #search-manufacturere .inner .boxes .box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 196px;
  height: 80px;
  margin-left: 15px;
}
#page-products #search-manufacturere .inner .boxes .box:nth-of-type(5n+1) {
  margin-left: 0;
}
#page-products #search-manufacturere .inner .boxes .box:nth-of-type(n+6) {
  margin-top: 15px;
}
#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: 70px;
}
#page-products #search-category .inner {
  width: 1140px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 80px;
}
#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: 30px;
  line-height: 1;
}
#page-products #search-category .inner h4::before {
  margin: 0;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
}
#page-products #search-category .inner h4::after {
  display: none;
}
#page-products #search-category .inner .categories {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 60px;
}
#page-products #search-category .inner .categories .category {
  border-left: 3px solid #0b80c6;
  padding-left: 32px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-left: 60px;
}
#page-products #search-category .inner .categories .category + .category {
  margin-top: 40px;
}
#page-products #search-category .inner h5 {
  margin-top: 35px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 25px;
  line-height: 1;
}
#page-products #search-category .inner h5:before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  margin-right: 7px;
}
#page-products #search-category .inner .boxes {
  display: flex;
  margin-top: 16px;
}
#page-products #search-category .inner .boxes .box {
  width: 140px;
  text-decoration: none;
}
#page-products #search-category .inner .boxes .box + .box {
  margin-left: 20px;
}
#page-products #search-category .inner .boxes .box .img img {
  width: 100%;
}
#page-products #search-category .inner .boxes .box .title {
  color: #fff;
  font-size: 14px;
  line-height: 1.1428571429;
  margin-top: 15px;
  text-align: center;
}
#page-products #search-application {
  background-color: #fff;
}
#page-products #search-application .inner {
  width: 1080px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 100px;
}
#page-products #search-application .inner .boxes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
#page-products #search-application .inner .boxes .box {
  width: 200px;
  position: relative;
}
#page-products #search-application .inner .boxes .box + .box {
  margin-left: 20px;
}
#page-products #search-application .inner .boxes .box:nth-of-type(5n+1) {
  margin-left: 0;
}
#page-products #search-application .inner .boxes .box:nth-last-of-type(-n+5) {
  margin-top: 20px;
}
#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: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  letter-spacing: 1.14px;
}
#page-products #search-application .inner .boxes .box .title .en {
  font-size: 12px;
  line-height: 1.3333333333;
  font-family: "Gantari", sans-serif;
  font-weight: 500;
  margin-top: 12px;
  letter-spacing: 0px;
  height: 25px;
  display: flex;
  align-items: center;
}
#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: 100px;
  height: 8px;
  margin-top: 3px;
}
#page-products #search-application .inner .boxes .box:nth-of-type(1) .title {
  font-size: 18px;
  line-height: 1.1111111111;
  letter-spacing: 0.5px;
}
#page-products #search-application .inner .boxes .box:nth-of-type(3) .title {
  font-size: 18px;
  line-height: 1.1111111111;
}
#page-products #search-application .inner .boxes .box:nth-of-type(7) .title {
  font-size: 19px;
  line-height: 1.0526315789;
  letter-spacing: 0;
}
#page-products #search-application .inner .boxes .box:nth-of-type(8) .title {
  font-size: 17px;
  line-height: 1.1764705882;
  letter-spacing: 0;
}
#page-products #search-application .inner .boxes .box:nth-of-type(9) .title {
  font-size: 19px;
  line-height: 1.0526315789;
}
#page-products #search-application .inner .boxes .box:nth-of-type(9) .en {
  font-size: 11px;
  line-height: 1.4545454545;
}
#page-products #search-wavelength {
  background: url(../img/products/bg-wavelength.png) center top no-repeat;
  background-size: cover;
}
#page-products #search-wavelength .inner {
  width: 1080px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 85px;
}
#page-products #search-wavelength .boxes {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
#page-products #search-wavelength .boxes .box + .box {
  margin-left: 42px;
}
#page-products #search-wavelength .boxes .box .link {
  margin-top: 55px;
}
#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.png);
}
#page-products #search-wavelength .boxes .box .link ul li:nth-of-type(2) a::before {
  background-image: url(../img/products/arrow02.png);
}
#page-products #search-wavelength .boxes .box .link ul li:nth-of-type(3) a::before {
  background-image: url(../img/products/arrow03.png);
}
#page-products #search-wavelength .boxes .box .link ul li:nth-of-type(4) a::before {
  background-image: url(../img/products/arrow04.png);
}
#page-products #search-wavelength .boxes .box .link ul li:nth-of-type(5) a::before {
  background-image: url(../img/products/arrow05.png);
}
#page-products #search-wavelength .boxes .box .link ul li:nth-of-type(6) a::before {
  background-image: url(../img/products/arrow06.png);
}
#page-products #search-wavelength .boxes .box .link ul li a {
  position: relative;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #333333;
  padding-bottom: 5px;
  text-decoration: none;
}
#page-products #search-wavelength .boxes .box .link ul li a::before {
  content: "";
  display: block;
  width: 15px;
  height: 11px;
  background: url(../img/products/arrow01.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
#page-products #search-wavelength .boxes .box:nth-of-type(2) .link ul li a::before {
  background-image: url(../img/products/arrow07.png);
}
#page-products #search-outlet {
  background-color: #eeeeee;
}
#page-products #search-outlet .inner {
  width: 1080px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 80px;
}
#page-products #search-outlet p {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 50px;
}
#page-products #search-outlet .link {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
#page-products #search-outlet .link a {
  display: flex;
  width: 440px;
  height: 60px;
  justify-content: center;
  align-items: center;
  border: 1px solid #333333;
  color: #333333;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  background: url(../img/common/arrow-right-bk@2x.png) right 20px center no-repeat;
  background-size: 7px auto;
}

#page-products-maker {
  padding: 100px 0 120px;
  position: relative;
}
#page-products-maker .inner {
  width: 1080px;
  margin: 0 auto;
}
#page-products-maker h3 {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 500;
  text-align: left;
  color: #fff;
  background-image: linear-gradient(to right, #041a2e, #000);
  height: 36px;
  padding: 9px 0 11px 9px;
  display: flex;
  align-items: center;
}
#page-products-maker h3 + .main-content {
  margin-top: 20px;
}
#page-products-maker .detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
#page-products-maker .detail .logo {
  width: 370px;
}
#page-products-maker .detail .logo .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 370px;
  height: 200px;
  border: 1px solid #ccc;
}
#page-products-maker .detail .logo .link {
  margin-top: 20px;
}
#page-products-maker .detail .logo .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  height: 50px;
  text-decoration: none;
  color: #0b80c6;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
#page-products-maker .detail .logo .link a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/common/icon-window.png) center center no-repeat;
  background-size: contain;
  margin-right: 6px;
}
#page-products-maker .detail .text {
  width: 680px;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 500;
}
#page-products-maker .detail .freearea {
  width: 100%;
  margin-top: 60px;
}
#page-products-maker .detail .freearea iframe {
  margin: 10px;
}
#page-products-maker .main-content {
  margin-top: 85px;
}
#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: 30px;
}
#page-products-maker .main-content #to_all_products .link a {
  font-size: 14px;
  line-height: 1.7142857143;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 3px;
  border: solid 1px #ccc;
  background-color: #fff;
  padding: 0 20px;
}
#page-products-maker .note {
  margin-top: 60px;
}