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

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;
}

/**
会社概要
*/
#page-company {
  padding: 65px 0 0;
  position: relative;
}
#page-company .hx01 {
  font-size: 34px;
  letter-spacing: 2px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  margin: 0 0 70px;
}
#page-company .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-company .hx01:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #0b80c6;
  margin: 30px auto 0;
}
#page-company .main_img {
  width: 100%;
  height: 354px;
  background: url(../img/company/main_img.jpg) no-repeat;
  background-size: cover;
  margin: 0 0 40px;
}
#page-company #anchor {
  width: 810px;
  margin: 0 auto 88px;
  background: #f3f5f4;
}
#page-company #anchor ul {
  display: flex;
}
#page-company #anchor ul li {
  width: 33.3333333333%;
  text-align: center;
  position: relative;
  transition: 0.2s;
}
#page-company #anchor ul li a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 20px 0;
  position: relative;
  transition: none;
}
#page-company #anchor ul li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 44px;
  background: #ccc;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#page-company #anchor ul li:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 9px;
  background: url(../img/company/anchor_arrow.png) no-repeat;
  background-size: 100%;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}
#page-company #anchor ul li:first-child:before {
  display: none;
}
#page-company #anchor ul li:hover:after {
  opacity: 0.5;
}
#page-company #message {
  width: 1080px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
  line-height: 1.625;
  color: #333;
}
#page-company #message .text_box {
  width: 736px;
  padding: 0 0 0 20px;
}
#page-company #message .text_box .title {
  font-size: 24px;
  margin: 0 0 20px;
  font-weight: bold;
}
#page-company #message .text_box .text p {
  margin: 0 0 20px;
}
#page-company #message .img_box {
  width: 300px;
}
#page-company #message .img_box picture {
  margin: 0 0 18px;
}
#page-company #message .img_box .name_wrap {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: bold;
}
#page-company #message .img_box .name_wrap .job {
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.88;
}
#page-company #message .img_box .name_wrap .name {
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.13;
}
#page-company #about {
  position: relative;
  background-image: linear-gradient(to right, #041728, #000);
  padding: 54px 0;
}
#page-company #about .inner {
  width: 1040px;
  margin: 0 auto;
  position: relative;
}
#page-company #about .inner .hx01 {
  color: #fff;
}
#page-company #about .inner table tr,
#page-company #about .inner table .row,
#page-company #about .inner dl tr,
#page-company #about .inner dl .row {
  display: flex;
  margin-bottom: 2px;
}
#page-company #about .inner table tr th,
#page-company #about .inner table tr dt,
#page-company #about .inner table .row th,
#page-company #about .inner table .row dt,
#page-company #about .inner dl tr th,
#page-company #about .inner dl tr dt,
#page-company #about .inner dl .row th,
#page-company #about .inner dl .row dt {
  width: 268px;
  background: #385875;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
#page-company #about .inner table tr td,
#page-company #about .inner table tr dd,
#page-company #about .inner table .row td,
#page-company #about .inner table .row dd,
#page-company #about .inner dl tr td,
#page-company #about .inner dl tr dd,
#page-company #about .inner dl .row td,
#page-company #about .inner dl .row dd {
  width: 770px;
  background: #fff;
  border-left: 2px solid #000;
  color: #333;
  padding: 15px 23px;
  line-height: 1.6;
}
#page-company #about .inner table tr td a,
#page-company #about .inner table tr dd a,
#page-company #about .inner table .row td a,
#page-company #about .inner table .row dd a,
#page-company #about .inner dl tr td a,
#page-company #about .inner dl tr dd a,
#page-company #about .inner dl .row td a,
#page-company #about .inner dl .row dd a {
  color: #0b80c6;
}
#page-company #about .inner table tr .boxes,
#page-company #about .inner table .row .boxes,
#page-company #about .inner dl tr .boxes,
#page-company #about .inner dl .row .boxes {
  display: flex;
  gap: 2em;
}
#page-company #about .inner table tr .boxes .box,
#page-company #about .inner table .row .boxes .box,
#page-company #about .inner dl tr .boxes .box,
#page-company #about .inner dl .row .boxes .box {
  width: auto;
}
#page-company #about .inner table tr:last-child dd,
#page-company #about .inner table .row:last-child dd,
#page-company #about .inner dl tr:last-child dd,
#page-company #about .inner dl .row:last-child dd {
  display: flex;
}
#page-company #about:before {
  content: "";
  background: url(../img/company/about_bg_pc.png) no-repeat;
  background-size: 100%;
  width: 959px;
  height: 416px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#page-company #access {
  padding: 54px 0 74px;
}
#page-company #access .inner {
  width: 1080px;
  margin: 0 auto;
}
#page-company #access .method {
  width: 1020px;
  margin: -30px auto 80px;
  background: #385875;
  color: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#page-company #access .method .img_box {
  width: 376px;
}
#page-company #access .method .text_box {
  width: 584px;
}
#page-company #access .method .text_box .method_text {
  padding: 0 0 0 52px;
  position: relative;
}
#page-company #access .method .text_box .method_text .title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
#page-company #access .method .text_box .method_text p {
  font-size: 15px;
  line-height: 1.6;
}
#page-company #access .method .text_box .method_text p + p {
  margin: 12px 0 0;
}
#page-company #access .method .text_box .method_text:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
}
#page-company #access .method .text_box .method_text.train {
  padding: 0 0 26px 50px;
  border-bottom: 1px solid #fff;
  margin: 0 0 20px;
}
#page-company #access .method .text_box .method_text.train:before {
  background: url(../img/company/icon_train.png) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 41px;
  left: 10px;
}
#page-company #access .method .text_box .method_text.car:before {
  background: url(../img/company/icon_car.png) no-repeat;
  background-size: 100%;
  width: 40px;
  height: 31px;
  left: 0;
}
#page-company #philosophy {
  position: relative;
  padding: 54px 0 358px;
}
#page-company #philosophy .inner {
  width: 1080px;
  padding-top: 60px;
  margin: 0 auto;
}
#page-company #philosophy .inner .title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#page-company #philosophy .inner .title h3 {
  border-left: 3px solid #0b80c6;
  padding-left: 32px;
  width: 290px;
  flex-direction: row;
  display: block;
  text-align: left;
  letter-spacing: 2.88px;
  font-size: 48px;
  line-height: 1.4166666667;
}
#page-company #philosophy .inner .title h3::before {
  margin: 0;
  display: block;
  text-align: left;
  letter-spacing: 0;
  font-family: "Gantari", sans-serif;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1;
}
#page-company #philosophy .inner .title h3::after {
  display: none;
}
#page-company #philosophy .inner .title .description {
  width: 728px;
  font-size: 16px;
  line-height: 1.625;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
}
#page-company #philosophy .inner .title .description p + p {
  margin-top: 10px;
}
#page-company #philosophy .inner .boxes {
  width: 1040px;
  margin: 70px auto 0;
}
#page-company #philosophy .inner .boxes .box {
  background-color: #eeeeee;
  padding: 25px;
  margin: 0 0 50px;
  position: relative;
}
#page-company #philosophy .inner .boxes .box .no {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 120px;
  height: 86px;
  color: #fff;
  background-color: #0b80c6;
  font-weight: bold;
  font-size: 14px;
  font-family: "Gantari", sans-serif;
  position: absolute;
  top: -20px;
  left: 0;
}
#page-company #philosophy .inner .boxes .box .no span {
  font-size: 34px;
}
#page-company #philosophy .inner .boxes .box h4 {
  color: #0b80c6;
  font-weight: bold;
  margin: 0 0 0 140px;
  font-size: 38px;
  line-height: 1.2105263158;
}
#page-company #philosophy .inner .boxes .box .text {
  margin-top: 25px;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
}
#page-company #philosophy .inner .boxes .box .text .copy {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 22px;
  font-weight: bold;
}
#page-company #philosophy .inner .boxes .box .text ul {
  counter-reset: number 0;
}
#page-company #philosophy .inner .boxes .box .text ul li {
  position: relative;
  padding-left: 1em;
  line-height: 1.6;
  margin: 0 0 10px;
}
#page-company #philosophy .inner .boxes .box .text ul li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  left: 0;
}
#page-company #philosophy .inner .boxes .box:last-child {
  margin: 0;
}
#page-company #philosophy:before {
  content: "";
  background: url(../img/company/philosophy_bg_pc.png) no-repeat;
  background-size: 1062px auto;
  background-position: right bottom -117px;
  width: 100vw;
  height: 700px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/**
自社製品
*/
#page-workshop {
  padding: 65px 0 0;
  position: relative;
}
#page-workshop .main_img {
  width: 100%;
  height: 354px;
  background: url(../img/workshop/main_img.jpg) no-repeat;
  background-size: cover;
  margin: 0 0 40px;
}
#page-workshop .lead {
  font-size: 24px;
  line-height: 1.4166666667;
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px;
}
#page-workshop #feature {
  width: 1080px;
  padding-top: 60px;
  margin: 0 auto 70px;
}
#page-workshop #feature .title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#page-workshop #feature .title h3 {
  border-left: 3px solid #0b80c6;
  padding-left: 32px;
  width: 430px;
  flex-direction: row;
  display: block;
  text-align: left;
  letter-spacing: 2.88px;
  font-size: 48px;
  line-height: 1.4166666667;
}
#page-workshop #feature .title h3::before {
  margin: 0;
  display: block;
  text-align: left;
  letter-spacing: 0;
  font-family: "Gantari", sans-serif;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1;
  color: #777;
  font-weight: normal;
}
#page-workshop #feature .title h3::after {
  display: none;
}
#page-workshop #feature .title .description {
  width: 538px;
  font-size: 16px;
  line-height: 1.625;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
}
#page-workshop #feature .title .description .title {
  font-size: 24px;
  line-height: 1.1666666667;
  margin: 0 0 16px;
}
#page-workshop #feature .title .description p {
  text-align: justify;
}
#page-workshop #feature .title .description p + p {
  margin-top: 10px;
}
#page-workshop #feature .boxes {
  display: flex;
  margin-top: 70px;
}
#page-workshop #feature .boxes .box {
  background-color: #eee;
  padding-bottom: 40px;
  width: 340px;
}
#page-workshop #feature .boxes .box + .box {
  margin-left: 30px;
}
#page-workshop #feature .boxes .box .no {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 120px;
  height: 86px;
  color: #fff;
  margin: 0 auto;
  background-color: #0b80c6;
  font-weight: bold;
  font-size: 14px;
  font-family: "Gantari", sans-serif;
}
#page-workshop #feature .boxes .box .no span {
  font-size: 34px;
}
#page-workshop #feature .boxes .box h4 {
  color: #0b80c6;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  font-size: 30px;
  line-height: 1.4;
}
#page-workshop #feature .boxes .box .text {
  margin-top: 25px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.5;
}
#page-workshop #feature .boxes .box .text ul li {
  position: relative;
  padding-left: 1em;
}
#page-workshop #feature .boxes .box .text ul li::before {
  content: "ー";
  position: absolute;
  left: 0;
}
#page-workshop #example .inner {
  width: 1080px;
  margin: 0 auto;
}
#page-workshop #example .inner .hx01 {
  font-size: 34px;
  letter-spacing: 2px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  margin: 0 0 70px;
}
#page-workshop #example .inner .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-workshop #example .inner .hx01:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #0b80c6;
  margin: 30px auto 0;
}
#page-workshop #example .inner .items .item {
  margin: 0 0 80px;
}
#page-workshop #example .inner .items .item h4 {
  background-image: linear-gradient(to right, #041a2e 0%, #041a2e 45%, #000 51%, #000 100%);
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  height: 36px;
  display: flex;
  align-items: center;
  padding: 9px 0 11px 115px;
  margin-bottom: 35px;
  position: relative;
}
#page-workshop #example .inner .items .item h4:before {
  content: "PRODUCT \a EXAMPLE";
  background: #0b80c6;
  color: #fff;
  white-space: pre;
  text-align: justify;
  font-size: 14px;
  font-family: "Gantari", sans-serif;
  font-weight: bold;
  width: 100px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
#page-workshop #example .inner .items .item h4:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 0;
  position: absolute;
  left: 90px;
  bottom: 46px;
}
#page-workshop #example .inner .items .item .detail_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
#page-workshop #example .inner .items .item .detail_box .text {
  width: 540px;
  margin: 0 0 35px;
}
#page-workshop #example .inner .items .item .detail_box .text .request_area {
  margin: 0 0 30px;
}
#page-workshop #example .inner .items .item .detail_box .text .request_area .request_title {
  font-size: 18px;
  line-height: 1.3333333333;
  color: #0b80c6;
  font-weight: normal;
  padding: 0 0 0 42px;
  margin: 0 0 15px;
  position: relative;
}
#page-workshop #example .inner .items .item .detail_box .text .request_area .request_title:before {
  content: "";
  background: url(../img/workshop/icon_fukidashi.png) no-repeat;
  background-size: 100%;
  width: 38px;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
#page-workshop #example .inner .items .item .detail_box .text .request_area p {
  font-size: 14px;
  line-height: 1.7142857143;
}
#page-workshop #example .inner .items .item .detail_box .text .result_area {
  border: 1px solid #0b80c6;
  position: relative;
  padding: 25px 6px 20px 18px;
}
#page-workshop #example .inner .items .item .detail_box .text .result_area .result_title {
  font-size: 18px;
  line-height: 1.3333333333;
  color: #0b80c6;
  font-weight: normal;
  background: #fff;
  padding: 0 8px 0 28px;
  margin: 0 0 15px;
  position: absolute;
  top: -13px;
  left: 30px;
}
#page-workshop #example .inner .items .item .detail_box .text .result_area .result_title:before {
  content: "";
  background: url(../img/workshop/icon_check.png) no-repeat;
  background-size: 100%;
  width: 23px;
  height: 19px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
#page-workshop #example .inner .items .item .detail_box .text .result_area p {
  font-size: 14px;
  line-height: 1.7142857143;
}
#page-workshop #example .inner .items .item .detail_box .photo {
  width: 520px;
  margin: 0 0 35px;
}
#page-workshop #example .inner .items .item:nth-of-type(2) .detail_box {
  align-items: flex-start;
}
#page-workshop #example .inner .items .item ul {
  display: flex;
  justify-content: space-between;
}
#page-workshop #example .inner .items .item ul li {
  width: 340px;
  min-height: 210px;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#page-workshop #example .inner .items .item ul li .photo {
  margin: -20px 0 0;
}
#page-workshop #example .inner .items .item ul li p {
  font-size: 14px;
  font-weight: bold;
}

/**
カスタマーサポート
*/
#page-customer_support {
  padding: 65px 0 100px;
  position: relative;
}
#page-customer_support .main_img {
  width: 100%;
  height: 354px;
  background: url(../img/customer_support/main_img.jpg) no-repeat;
  background-size: cover;
  margin: 0 0 40px;
}
#page-customer_support .lead {
  width: 1040px;
  margin: 0 auto 70px;
}
#page-customer_support .lead .title {
  font-size: 24px;
  line-height: 1.4166666667;
  font-weight: bold;
  margin: 0 0 24px;
}
#page-customer_support .lead .text {
  font-size: 16px;
  line-height: 1.625;
}
#page-customer_support .lead .text p {
  margin: 0 0 22px;
}
#page-customer_support #flow .inner {
  width: 1080px;
  padding-top: 60px;
  margin: 0 auto 70px;
}
#page-customer_support #flow .inner .title {
  width: 100%;
}
#page-customer_support #flow .inner .title h3 {
  border-left: 3px solid #0b80c6;
  padding-left: 32px;
  flex-direction: row;
  display: block;
  text-align: left;
  letter-spacing: 2.88px;
  font-size: 48px;
  line-height: 1.4166666667;
}
#page-customer_support #flow .inner .title h3::before {
  margin: 0;
  display: block;
  text-align: left;
  letter-spacing: 0;
  font-family: "Gantari", sans-serif;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1;
  color: #777;
  font-weight: normal;
}
#page-customer_support #flow .inner .title h3::after {
  display: none;
}
#page-customer_support #flow .inner .boxes {
  margin-top: 70px;
}
#page-customer_support #flow .inner .boxes .box {
  background-color: #eee;
  padding: 15px 20px;
  margin: 0 0 90px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#page-customer_support #flow .inner .boxes .box .text_area {
  width: 690px;
  position: relative;
}
#page-customer_support #flow .inner .boxes .box .text_area .text_area_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page-customer_support #flow .inner .boxes .box .text_area .no {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 120px;
  height: 86px;
  color: #fff;
  margin: 0 auto;
  background-color: #0b80c6;
  font-weight: bold;
  font-size: 14px;
  font-family: "Gantari", sans-serif;
  position: relative;
  left: -20px;
}
#page-customer_support #flow .inner .boxes .box .text_area .no span {
  font-size: 34px;
}
#page-customer_support #flow .inner .boxes .box .text_area h4 {
  color: #0b80c6;
  font-weight: bold;
  width: 100%;
  font-size: 30px;
  line-height: 1.4;
}
#page-customer_support #flow .inner .boxes .box .text_area .text {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.625;
}
#page-customer_support #flow .inner .boxes .box .img_area {
  width: 320px;
}
#page-customer_support #flow .inner .boxes .box:after {
  content: "";
  background: url(../img/customer_support/arrow.png) no-repeat;
  background-size: 100%;
  width: 25px;
  height: 71px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -83px;
  margin: auto;
}
#page-customer_support #flow .inner .boxes .box:last-child:after {
  display: none;
}
#page-customer_support .message {
  text-align: center;
}
#page-customer_support .message p {
  font-size: 28px;
  line-height: 1.2142857143;
  color: #0b80c6;
  text-align: center;
  font-weight: bold;
  padding: 24px 0;
  border-top: 1px solid #0b80c6;
  border-bottom: 1px solid #0b80c6;
  display: inline-block;
}

/**
プネウムが選ばれる理由
*/
#page-choose {
  padding: 65px 0 100px;
  position: relative;
}
#page-choose .main_img {
  width: 100%;
  height: 354px;
  background: url(../img/choose/main_img.jpg) no-repeat;
  background-size: cover;
  margin: 0 0 40px;
}
#page-choose .lead {
  width: 1040px;
  margin: 0 auto 70px;
}
#page-choose .lead .title {
  font-size: 24px;
  line-height: 1.4166666667;
  font-weight: bold;
  margin: 0 0 24px;
}
#page-choose .lead .text {
  font-size: 16px;
  line-height: 1.625;
}
#page-choose .lead .text p {
  margin: 0 0 22px;
}
#page-choose .reason_list {
  width: 1080px;
  margin: 0 auto 70px;
}
#page-choose .reason_list .title {
  position: relative;
  margin: 0 0 34px;
}
#page-choose .reason_list .title .no {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 120px;
  height: 86px;
  color: #fff;
  margin: 0;
  background-color: #0b80c6;
  font-weight: bold;
  font-size: 14px;
  font-family: "Gantari", sans-serif;
  position: absolute;
  left: 0;
}
#page-choose .reason_list .title .no span {
  font-size: 34px;
}
#page-choose .reason_list .title h4 {
  color: #0b80c6;
  font-weight: bold;
  width: 100%;
  font-size: 30px;
  line-height: 1.2;
  padding: 20px 0 10px 140px;
  border-bottom: 1px solid #0b80c6;
}
#page-choose .reason_list .detail {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}
#page-choose .reason_list .detail .text_area {
  width: 608px;
  margin: 15px 0 0 20px;
}
#page-choose .reason_list .detail .text_area h5 {
  font-size: 24px;
  line-height: 1.4166666667;
  margin: 0 0 15px;
}
#page-choose .reason_list .detail .text_area .text {
  font-size: 16px;
  line-height: 1.625;
}
#page-choose .reason_list .detail .img_area {
  width: 420px;
}
#page-choose .reason_list .example_list {
  background: #eee;
  padding: 25px 20px;
}
#page-choose .reason_list .example_list .title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 24px;
  padding: 0 0 0 46px;
  position: relative;
}
#page-choose .reason_list .example_list .title:before {
  content: "";
  background: url(../img/choose/icon_example.png) no-repeat;
  background-size: 100%;
  width: 37px;
  height: 27px;
  position: absolute;
  left: 0;
}
#page-choose .reason_list .example_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-choose .reason_list .example_list ul li {
  margin: 0 0 20px;
}
#page-choose .reason_list .example_list ul li picture {
  display: block;
  margin: 0 0 10px;
}
#page-choose .reason_list .example_list ul li p {
  text-align: center;
  font-size: 14px;
  line-height: 1.2857142857;
}
#page-choose .reason_list .bk_area .bk_bg {
  background: #eee;
  padding: 30px 20px;
}
#page-choose .reason_list .bk_area .bk_title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 30px;
  position: relative;
}
#page-choose .reason_list .bk_area ul li {
  border-bottom: 1px solid #aaa;
}
#page-choose .reason_list .bk_area ul li a {
  display: block;
  text-decoration: none;
  padding: 15px 0;
}
#page-choose .reason_list .bk_area ul li a .date {
  font-size: 14px;
  line-height: 1.4285714286;
  color: #777;
  margin: 0 0 10px;
}
#page-choose .reason_list .bk_area ul li a .title {
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
}
#page-choose .reason_list .bk_area ul li:first-child {
  border-top: 1px solid #aaa;
}
#page-choose .reason_list .bk_area .bk_tec {
  margin: 0 0 40px;
}
#page-choose .reason_list .bk_area .bk_tec .bk_title {
  padding: 6px 0 0 36px;
}
#page-choose .reason_list .bk_area .bk_tec .bk_title:before {
  content: "";
  background: url(../img/choose/icon_tec.png) no-repeat;
  background-size: 100%;
  width: 31px;
  height: 33px;
  position: absolute;
  top: 0;
  left: 0;
}
#page-choose .reason_list .bk_area .bk_mail .bk_title {
  padding: 6px 0 0 36px;
}
#page-choose .reason_list .bk_area .bk_mail .bk_title:before {
  content: "";
  background: url(../img/choose/icon_mail.png) no-repeat;
  background-size: 100%;
  width: 32px;
  height: 33px;
  position: absolute;
  top: 0;
  left: 0;
}
#page-choose .reason_list#reason01 .example_list ul li {
  width: 245px;
}
#page-choose .reason_list#reason02 .example_list ul li {
  width: 335px;
  margin: 0;
}
#page-choose .reason_list#reason03 .title .no {
  top: 10px;
}
#page-choose .reason_list#reason03 .title h4 {
  padding: 0 0 10px 140px;
}
/**
採用情報
*/
#page-recruit {
  padding: 65px 0 100px;
  position: relative;
}
#page-recruit .main_img {
  width: 100%;
  height: 354px;
  background: url(../img/recruit/main_img.jpg) no-repeat;
  background-size: cover;
  margin: 0 0 80px;
}
#page-recruit #anchor ul {
  width: 870px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
}
#page-recruit #anchor ul li {
  width: 260px;
  height: 44px;
}
#page-recruit #anchor ul li a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #0b80c6;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: bold;
  border: 1px solid #0b80c6;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-recruit #anchor ul li a:before {
  content: "";
  display: inline-block;
  background: url(../img/recruit/icon_nav.png) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 21px;
  vertical-align: middle;
  margin: 0 8px 0 0;
}
#page-recruit .lead {
  width: 1080px;
  margin: 0 auto 70px;
}
#page-recruit .lead .title {
  width: 100%;
  margin: 0 0 37px;
}
#page-recruit .lead .title h3 {
  border-left: 3px solid #0b80c6;
  padding-left: 32px;
  flex-direction: row;
  display: block;
  text-align: left;
  letter-spacing: 2.88px;
  font-size: 48px;
  line-height: 1.4166666667;
}
#page-recruit .lead .title h3::before {
  margin: 0;
  display: block;
  text-align: left;
  letter-spacing: 0;
  font-family: "Gantari", sans-serif;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1;
  color: #777;
  font-weight: normal;
}
#page-recruit .lead .title h3::after {
  display: none;
}
#page-recruit .lead .text {
  font-size: 16px;
  line-height: 1.625;
}
#page-recruit .lead .text p {
  margin: 0 0 22px;
}
#page-recruit .description {
  margin: 0 0 80px;
}
#page-recruit .description .inner {
  width: 1080px;
  margin: 0 auto;
}
#page-recruit .description .inner h4 {
  background-image: linear-gradient(to right, #041a2e, #000);
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  height: 36px;
  display: flex;
  align-items: center;
  padding-left: 9px;
  margin-bottom: 35px;
}
#page-recruit .description .inner .box {
  margin: 0 0 44px;
}
#page-recruit .description .inner .box h5 {
  width: 100%;
  color: #333333;
  position: relative;
  font-size: 16px;
  margin-bottom: 30px;
  padding-left: 14px;
}
#page-recruit .description .inner .box h5:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 24px;
  background-color: #0b80c6;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#page-recruit .description .inner .box h5:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -12px;
  border-bottom: 1px solid #cccccc;
}
#page-recruit .description .inner .box h5 span {
  font-size: 15px;
  color: #fe0000;
  font-weight: 300;
  margin: 0 0 0 16px;
}
#page-recruit .description .inner .box .text {
  font-size: 16px;
  line-height: 1.625;
}
#page-recruit .description .inner .box .table {
  width: 1040px;
  margin: 0 auto;
}
#page-recruit .description .inner .box .table table tr,
#page-recruit .description .inner .box .table table .row,
#page-recruit .description .inner .box .table dl tr,
#page-recruit .description .inner .box .table dl .row {
  display: flex;
  border-bottom: 1px solid #fff;
}
#page-recruit .description .inner .box .table table tr th,
#page-recruit .description .inner .box .table table tr dt,
#page-recruit .description .inner .box .table table .row th,
#page-recruit .description .inner .box .table table .row dt,
#page-recruit .description .inner .box .table dl tr th,
#page-recruit .description .inner .box .table dl tr dt,
#page-recruit .description .inner .box .table dl .row th,
#page-recruit .description .inner .box .table dl .row dt {
  background: #ddd;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  padding: 15px;
  border-right: 1px solid #fff;
  width: 268px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-recruit .description .inner .box .table table tr td,
#page-recruit .description .inner .box .table table tr dd,
#page-recruit .description .inner .box .table table .row td,
#page-recruit .description .inner .box .table table .row dd,
#page-recruit .description .inner .box .table dl tr td,
#page-recruit .description .inner .box .table dl tr dd,
#page-recruit .description .inner .box .table dl .row td,
#page-recruit .description .inner .box .table dl .row dd {
  background: #f6f6f6;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
  padding: 15px 20px;
  width: 770px;
}
#page-recruit .description .inner .box .table table tr td ul li,
#page-recruit .description .inner .box .table table tr dd ul li,
#page-recruit .description .inner .box .table table .row td ul li,
#page-recruit .description .inner .box .table table .row dd ul li,
#page-recruit .description .inner .box .table dl tr td ul li,
#page-recruit .description .inner .box .table dl tr dd ul li,
#page-recruit .description .inner .box .table dl .row td ul li,
#page-recruit .description .inner .box .table dl .row dd ul li {
  position: relative;
  padding: 0 0 0 1em;
}
#page-recruit .description .inner .box .table table tr td ul li:before,
#page-recruit .description .inner .box .table table tr dd ul li:before,
#page-recruit .description .inner .box .table table .row td ul li:before,
#page-recruit .description .inner .box .table table .row dd ul li:before,
#page-recruit .description .inner .box .table dl tr td ul li:before,
#page-recruit .description .inner .box .table dl tr dd ul li:before,
#page-recruit .description .inner .box .table dl .row td ul li:before,
#page-recruit .description .inner .box .table dl .row dd ul li:before {
  content: "・";
  position: absolute;
  left: 0;
}
#page-recruit .description .inner .box .table table tr td p + p,
#page-recruit .description .inner .box .table table tr dd p + p,
#page-recruit .description .inner .box .table table .row td p + p,
#page-recruit .description .inner .box .table table .row dd p + p,
#page-recruit .description .inner .box .table dl tr td p + p,
#page-recruit .description .inner .box .table dl tr dd p + p,
#page-recruit .description .inner .box .table dl .row td p + p,
#page-recruit .description .inner .box .table dl .row dd p + p {
  margin: 10px 0 0;
}
#page-recruit .description .inner .box.half_box {
  display: flex;
  justify-content: space-between;
}
#page-recruit .description .inner .box.half_box .left_box {
  width: 420px;
}
#page-recruit .description .inner .box.half_box .left_box .profile_img {
  width: 280px;
  margin: 20px auto 0;
}
#page-recruit .description .inner .box.half_box .right_box {
  width: 620px;
  margin: 0 20px 0 0;
  position: relative;
  background: #f6f6f6;
  padding: 22px 10px 22px 26px;
}
#page-recruit .description .inner .box.half_box .right_box .profile_img {
  position: absolute;
  width: 280px;
  height: 187px;
  top: -20px;
  right: -20px;
}
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .right_title {
  color: #0b80c6;
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
}
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .right_title.division_title:before {
  content: "";
  background: url(../img/recruit/icon_profile.png) no-repeat;
  background-size: 100%;
  width: 26px;
  height: 31px;
  display: inline-block;
  margin: 0 10px 0 0;
}
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .right_title.flow_title:before {
  content: "";
  background: url(../img/recruit/icon_clock.png) no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 0 10px 0 0;
}
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .right_title:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 20px;
  background: #0b80c6;
  display: block;
  top: 4px;
  left: -26px;
}
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .division_text {
  margin-left: 20px;
}
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .division_area {
  margin: 0 0 30px;
  display: flex;
  align-items: center;
}
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow {
  position: relative;
  left: 24px;
  margin-top: 10px;
}
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow table tr,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow table .row,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow dl tr,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow dl .row {
  position: relative;
  display: block;
}
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow table tr th,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow table tr dt,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow table .row th,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow table .row dt,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow dl tr th,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow dl tr dt,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow dl .row th,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow dl .row dt {
  float: left;
  color: #0b80c6;
  font-size: 16px;
  line-height: 1.625;
  font-weight: bold;
  display: block;
}
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow table tr td,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow table tr dd,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow table .row td,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow table .row dd,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow dl tr td,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow dl tr dd,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow dl .row td,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow dl .row dd {
  display: block;
  padding: 0 0 0 55px;
}
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow table tr td strong,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow table tr dd strong,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow table .row td strong,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow table .row dd strong,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow dl tr td strong,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow dl tr dd strong,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow dl .row td strong,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow dl .row dd strong {
  font-size: 16px;
  line-height: 1.625;
}
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow table tr td p,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow table tr dd p,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow table .row td p,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow table .row dd p,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow dl tr td p,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow dl tr dd p,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow dl .row td p,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow dl .row dd p {
  font-size: 16px;
  line-height: 1.5;
}
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow table tr:before,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow table .row:before,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow dl tr:before,
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow dl .row:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #0b80c6;
  border-radius: 50%;
  position: absolute;
  left: -16px;
  top: 10px;
}
#page-recruit .description .inner .box.half_box .right_box .profile_wrap .flow_area .flow:before {
  content: "";
  width: 1px;
  height: calc(100% + 3px);
  background: #0b80c6;
  position: absolute;
  left: -12px;
  top: -10px;
}
#page-recruit .description#engineer .flow:before {
  height: calc(100% - 2em);
}
#page-recruit #chart {
  margin: 0 0 50px;
}
#page-recruit #chart .inner {
  width: 1080px;
  margin: 0 auto;
}
#page-recruit #chart .inner h4 {
  background-image: linear-gradient(to right, #041a2e, #000);
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  height: 36px;
  display: flex;
  align-items: center;
  padding-left: 9px;
  margin-bottom: 35px;
}
#page-recruit #chart .inner ol {
  display: flex;
  justify-content: space-between;
}
#page-recruit #chart .inner ol li {
  width: 240px;
  border: 1px solid #0b80c6;
  padding: 14px 20px;
  position: relative;
}
#page-recruit #chart .inner ol li .title {
  position: relative;
  margin: 0 0 15px;
}
#page-recruit #chart .inner ol li .title .no {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 58px;
  height: 24px;
  color: #fff;
  margin: 0;
  background-color: #0b80c6;
  font-weight: bold;
  font-size: 14px;
  font-family: "Gantari", sans-serif;
  position: absolute;
  left: -20px;
}
#page-recruit #chart .inner ol li .title h5 {
  text-align: center;
  color: #0b80c6;
  line-height: 24px;
}
#page-recruit #chart .inner ol li .text {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7142857143;
}
#page-recruit #chart .inner ol li .text a {
  color: #0b80c6;
}
#page-recruit #chart .inner ol li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 22px;
  border-color: transparent transparent transparent #0b80c6;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: -32px;
  margin: auto;
}
#page-recruit #chart .inner ol li:last-child:after {
  display: none;
}
#page-recruit #contact .inner {
  width: 1080px;
  margin: 0 auto;
  background: #f6f6f6;
  padding: 15px 20px 24px;
}
#page-recruit #contact .inner .title {
  color: #0b80c6;
  font-size: 18px;
  line-height: 2.4444444444;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
}
#page-recruit #contact .inner .text p {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
}

/**
メルマガ登録フォーム
*/
#page-mailmagazine {
  padding: 100px 0 120px;
  position: relative;
}
#page-mailmagazine .inner {
  width: 1080px;
  margin: 0 auto;
}
#page-mailmagazine 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;
  margin-bottom: 39px;
  display: flex;
  align-items: center;
}
#page-mailmagazine p {
  font-size: 14px;
  line-height: 1.7142857143;
  margin-bottom: 1em;
  text-align: center;
}
#page-mailmagazine p:last-of-type {
  margin-bottom: 0;
}
#page-mailmagazine a {
  color: #357fae;
}
#page-mailmagazine .form {
  width: 650px;
  margin: 50px auto 0;
  padding: 0 50px;
}
#page-mailmagazine .form h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 25px;
}
#page-mailmagazine .form table {
  width: 100%;
}
#page-mailmagazine .form table tr[data-qno="1"] {
  margin-top: 25px;
}
#page-mailmagazine .form table tr[data-qno="1"] td {
  display: block;
  text-align: center;
}
#page-mailmagazine .form table tr[data-qno="1"] td .mrc_webform_q {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.7142857143;
}
#page-mailmagazine .form table tr[data-qno="1"] td .mrc_webform_q a {
  text-decoration: none;
  border-bottom: 1px solid #126ecb;
  padding-bottom: 4px;
}
#page-mailmagazine .form table tr[data-qno="1"] td .mrc_webform_a {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
#page-mailmagazine .form table tr textarea {
  width: 100%;
}

#page-send .mailmagazine_send {
  width: 900px;
  margin: 0 auto;
  padding: 90px 0;
}
#page-send .mailmagazine_send h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 35px;
  font-weight: bold;
  line-height: 1.67;
}
#page-send .mailmagazine_send p {
  text-align: center;
  line-height: 1.67;
  color: #333;
  margin-bottom: 35px;
}
#page-send .mailmagazine_send .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #3b87ae;
  border: 0;
  color: #fff;
  cursor: pointer;
  width: 300px;
  height: 60px;
  margin: 40px auto 0;
  font-size: 18px;
}

/**
製品案内
*/
#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: cover;
  margin-top: 70px;
}
#page-products #search-category .inner {
  width: 1080px;
  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: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
}
#page-products #search-category .inner .categories .category + .category {
  margin-top: 40px;
}
#page-products #search-category .inner .categories .category:nth-of-type(2), #page-products #search-category .inner .categories .category:nth-of-type(4) {
  margin-right: 30px;
}
#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: 160px;
  text-decoration: none;
}
#page-products #search-category .inner .boxes .box + .box {
  margin-left: 10px;
}
#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-contact {
  padding: 100px 0 120px;
  position: relative;
}
#page-contact .inner {
  width: 1080px;
  margin: 0 auto;
}
#page-contact 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;
  margin-bottom: 39px;
  display: flex;
  align-items: center;
}
#page-contact p {
  font-size: 14px;
  line-height: 1.7142857143;
  margin-bottom: 1em;
  text-align: center;
}
#page-contact p:last-of-type {
  margin-bottom: 0;
}
#page-contact a {
  color: #357fae;
}
#page-contact .form {
  width: 880px;
  margin: 50px auto 0;
  padding: 0 50px;
}
#page-contact .form h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 25px;
}
#page-contact .form table {
  width: 100%;
}
#page-contact .form table tr[data-qno="2"] {
  margin-top: 25px;
}
#page-contact .form table tr[data-qno="2"] td {
  display: block;
  text-align: center;
}
#page-contact .form table tr[data-qno="2"] td .mrc_webform_q {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.7142857143;
}
#page-contact .form table tr[data-qno="2"] td .mrc_webform_q a {
  text-decoration: none;
  border-bottom: 1px solid #126ecb;
  padding-bottom: 4px;
}
#page-contact .form table tr[data-qno="2"] td .mrc_webform_a {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
#page-contact .form table tr textarea {
  width: 100%;
}
#page-contact .form .submit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-contact .form .submit [type=submit] {
  display: block;
  background: #3b87ae;
  border: 0;
  font-size: 18px;
  color: #fff;
  width: 300px;
  height: 60px;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}
#page-contact .form .submit [type=submit]:hover {
  opacity: 0.5;
}
#page-contact .form .submit [type=submit]:disabled {
  opacity: 1;
  background-color: #ccc;
  cursor: not-allowed;
}

#page-contact_send {
  background-color: rgb(255, 255, 255);
  padding: 170px 0 220px;
  position: relative;
}
#page-contact_send .inner {
  width: 900px;
  margin: 0 auto;
}
#page-contact_send h3 {
  font-size: 24px;
  line-height: 1.4166666667;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#page-contact_send p {
  font-size: 18px;
  line-height: 1.6666666667;
  text-align: center;
  margin-bottom: 40px;
}
#page-contact_send .link {
  display: flex;
  justify-content: center;
}
#page-contact_send .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 300px;
  height: 60px;
}

/**
404
*/
/**
プライバシーポリシー
*/
#page-privacy {
  padding: 65px 0 120px;
  position: relative;
}
#page-privacy .inner {
  width: 1040px;
  margin: 0 auto;
}
#page-privacy p {
  font-size: 16px;
  line-height: 1.625;
}
#page-privacy ol {
  border: solid 1px #ccc;
  padding: 40px 32px;
  margin-top: 40px;
}
#page-privacy ol li {
  list-style: decimal;
  margin-left: 1em;
  padding-left: 0.25em;
  font-size: 16px;
  line-height: 1.625;
}
#page-privacy ol li + li {
  margin-top: 15px;
}

/**
サイトポリシー
*/
#page-sitepolicy {
  background-color: rgb(255, 255, 255);
  padding: 90px 0 120px;
  position: relative;
}
#page-sitepolicy .inner {
  width: 1080px;
  margin: 0 auto;
}
#page-sitepolicy h3 {
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.3333333333;
  position: relative;
  background-color: #031433;
  color: #fff;
  padding: 17px 25px;
}
#page-sitepolicy h3:before {
  position: absolute;
  content: "";
  width: 5px;
  height: calc(100% - 17px);
  background-color: #fff;
  display: block;
  top: 8px;
  left: 10px;
}
#page-sitepolicy p {
  font-size: 18px;
  line-height: 1.6666666667;
  margin-bottom: 20px;
  color: #333;
}
#page-sitepolicy p:last-of-type {
  margin-bottom: 0;
}
#page-sitepolicy ol li,
#page-sitepolicy ul li {
  font-size: 18px;
  line-height: 1.6666666667;
}
#page-sitepolicy ul li:before {
  content: "・";
}
#page-sitepolicy ol li {
  list-style-type: decimal;
}

/**
リンク
*/
/**
サイトマップ
*/
#page-sitemap .inner {
  width: 1080px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 150px;
}
#page-sitemap h3 {
  background-image: linear-gradient(to right, #041a2e, #000);
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  height: 36px;
  display: flex;
  align-items: center;
  padding-left: 9px;
  margin-bottom: 35px;
}
#page-sitemap section + section {
  margin-top: 60px;
}
#page-sitemap .genres {
  display: flex;
  flex-wrap: wrap;
}
#page-sitemap .genres .genre.size-l {
  width: 100%;
}
#page-sitemap .genres .genre.size-m {
  width: 520px;
}
#page-sitemap .genres .genre.size-s {
  width: 250px;
  margin-left: 20px;
}
#page-sitemap .genres .genre + .genre {
  margin-top: 45px;
}
#page-sitemap .genres .genre h4 {
  width: 100%;
  color: #333333;
  position: relative;
  font-size: 16px;
  margin-bottom: 30px;
  padding-left: 14px;
}
#page-sitemap .genres .genre h4:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 24px;
  background-color: #0b80c6;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#page-sitemap .genres .genre h4:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -12px;
  border-bottom: 1px solid #cccccc;
}
#page-sitemap .categories {
  overflow: hidden;
}
#page-sitemap .categories .category {
  float: left;
  padding-bottom: 25px;
  width: 25%;
}
#page-sitemap .categories .category.wide {
  width: 50%;
}
#page-sitemap .categories .category h5 {
  font-size: 15px;
  color: #0b80c6;
  font-weight: bold;
  position: relative;
  padding-left: 26px;
  margin-bottom: 15px;
}
#page-sitemap .categories .category h5::before {
  content: "";
  display: block;
  width: 14px;
  height: 4px;
  background-color: #0b80c6;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#page-sitemap .categories .category h6 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
#page-sitemap .boxes {
  display: flex;
  width: 100%;
}
#page-sitemap .boxes .box {
  width: 50%;
}
#page-sitemap ul li + li {
  margin-top: 10px;
}
#page-sitemap ul li span,
#page-sitemap ul li a {
  text-decoration: none;
  font-size: 15px;
  line-height: 1.2;
  background: url(../img/common/arrow-right-bk@2x.png) left center no-repeat;
  background-size: 7px auto;
  padding-left: 15px;
  color: #333333;
}
#page-sitemap ul li ul {
  padding-top: 0.75em;
}
#page-sitemap ul li ul li {
  padding-left: 1.25em;
}

/**
coming_soon
*/
#page-coming_soon {
  background-color: rgb(255, 255, 255);
  padding: 220px 0 240px;
  position: relative;
}
#page-coming_soon .inner {
  width: 900px;
  margin: 0 auto;
}
#page-coming_soon h3 {
  font-size: 38px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
#page-coming_soon p {
  font-size: 18px;
  line-height: 1.67;
  text-align: center;
  color: #333333;
  margin-top: 30px;
}
#page-coming_soon .link a {
  width: 300px;
  height: 60px;
  margin: 40px auto 0;
  font-size: 18px;
}

/**
notfound
*/
#page-notfound-page {
  background-color: rgb(255, 255, 255);
  padding: 220px 0 240px;
  position: relative;
}
#page-notfound-page .inner {
  width: 900px;
  margin: 0 auto;
}
#page-notfound-page h3 {
  font-size: 38px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #000000;
  font-family: "Gantari", sans-serif;
}
#page-notfound-page p {
  font-size: 18px;
  line-height: 1.67;
  text-align: center;
  color: #333333;
  margin-top: 30px;
}
#page-notfound-page .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #3b87ae;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  width: 300px;
  height: 60px;
  margin: 40px auto 0;
  border-radius: 3px;
  background-color: #0b80c6;
}

/**
総合カタログ
*/
#page-catalog .inner {
  width: 1080px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 150px;
  text-align: center;
}

#page-catalog {
  padding: 100px 0 120px;
  position: relative;
}
#page-catalog .inner {
  width: 1080px;
  margin: 0 auto;
  padding: 0;
}
#page-catalog .box {
  width: 880px;
  margin: 0 auto;
  padding: 40px 60px 60px;
  border: solid 1px rgba(204, 204, 204, 0.59);
  background-color: #fff;
}
#page-catalog h3 {
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  color: #0b80c6;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/catalog/catalog-title-bg.png);
  background-size: contain;
  width: 100%;
  height: 70px;
  font-weight: bold;
}
#page-catalog p {
  font-size: 18px;
  line-height: 1.6666666667;
  text-align: left;
  margin-top: 25px;
}
#page-catalog p:last-of-type {
  margin-bottom: 0;
}
#page-catalog .img {
  width: 614px;
  margin: 35px auto 0;
}
#page-catalog a {
  color: #357fae;
}
#page-catalog .form {
  width: 550px;
  margin: 50px auto 0;
}
#page-catalog .form h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 25px;
}
#page-catalog .form table {
  width: 100%;
}
#page-catalog .form table tr[data-qno="1"] {
  margin-top: 25px;
}
#page-catalog .form table tr[data-qno="1"] td {
  display: block;
  text-align: center;
}
#page-catalog .form table tr[data-qno="1"] td .mrc_webform_q {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.7142857143;
}
#page-catalog .form table tr[data-qno="1"] td .mrc_webform_q a {
  text-decoration: none;
  border-bottom: 1px solid #126ecb;
  padding-bottom: 4px;
}
#page-catalog .form table tr[data-qno="1"] td .mrc_webform_a {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
#page-catalog .form table tr textarea {
  width: 100%;
}
#page-catalog .form .submit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-catalog .form .submit [type=submit] {
  display: block;
  background: #3b87ae;
  border: 0;
  font-size: 18px;
  color: #fff;
  width: 300px;
  height: 60px;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}
#page-catalog .form .submit [type=submit]:hover {
  opacity: 0.5;
}
#page-catalog .form .submit [type=submit]:disabled {
  opacity: 1;
  background-color: #ccc;
  cursor: not-allowed;
}
#page-catalog #mrc_webform .mrc_webform .mrc_webform_button {
  width: 100%;
}
#page-catalog #mrc_webform .mrc_webform .mrc_webform_button button.mrc_webform_apply {
  margin: 0 auto;
  width: 300px;
  height: 60px;
  border-radius: 10px;
  border: solid 1px #333;
  background-color: #041a2e !important;
  color: #fff !important;
}

#page-contact_send {
  background-color: rgb(255, 255, 255);
  padding: 170px 0 220px;
  position: relative;
}
#page-contact_send .inner {
  width: 900px;
  margin: 0 auto;
}
#page-contact_send h3 {
  font-size: 24px;
  line-height: 1.4166666667;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#page-contact_send p {
  font-size: 18px;
  line-height: 1.6666666667;
  text-align: center;
  margin-bottom: 40px;
}
#page-contact_send .link {
  display: flex;
  justify-content: center;
}
#page-contact_send .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 300px;
  height: 60px;
}

/**
アウトレット
*/
#page-outlet {
  padding: 100px 0 120px;
  position: relative;
}
#page-outlet .inner {
  width: 1080px;
  margin: 0 auto;
}
#page-outlet 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;
  margin-bottom: 39px;
  display: flex;
  align-items: center;
}
#page-outlet p {
  font-size: 14px;
  line-height: 1.7142857143;
  margin-bottom: 1em;
  text-align: center;
}
#page-outlet p:last-of-type {
  margin-bottom: 0;
}
#page-outlet a {
  color: #357fae;
}
#page-outlet h5 {
  clear: both;
  padding: 0 0 4px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.3333333333;
  color: #0b80c6;
  border-bottom: 1px solid #cccccc;
}
#page-outlet .form {
  margin-top: 50px;
}
#page-outlet .form .attention {
  margin: 30px;
}
#page-outlet .form .webform-wrap {
  padding: 0 50px;
  width: 880px;
  margin: 25px auto 0;
}
#page-outlet .form table {
  width: 100%;
}
#page-outlet .form table tr[data-qno="4"] {
  margin-bottom: 25px;
}
#page-outlet .form table tr[data-qno="4"] td {
  display: block;
  text-align: center;
}
#page-outlet .form table tr[data-qno="4"] td .mrc_webform_q {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.7142857143;
}
#page-outlet .form table tr[data-qno="4"] td .mrc_webform_q a {
  text-decoration: none;
  border-bottom: 1px solid #126ecb;
  padding-bottom: 4px;
}
#page-outlet .form table tr[data-qno="4"] td .mrc_webform_a {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
#page-outlet .form table tr textarea {
  width: 100%;
}
#page-outlet .form .submit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-outlet .form .submit [type=submit] {
  display: block;
  background: #3b87ae;
  border: 0;
  font-size: 18px;
  color: #fff;
  width: 300px;
  height: 60px;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}
#page-outlet .form .submit [type=submit]:hover {
  opacity: 0.5;
}
#page-outlet .form .submit [type=submit]:disabled {
  opacity: 1;
  background-color: #ccc;
  cursor: not-allowed;
}

/**
カテゴリページ
*/
#categoryPage {
  position: relative;
}
#categoryPage > h3 {
  clear: both;
  padding: 5px 10px 7px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.3333333333;
  background-image: linear-gradient(to right, #041a2e, #000);
  color: #fff;
}
#categoryPage > h3:first-of-type {
  margin-top: 0;
}
#categoryPage > h3 small {
  display: none;
}
#categoryPage > h4 {
  clear: both;
  padding: 5px 10px 7px;
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.3333333333;
  background-color: #e3e5e6;
  color: #0b80c6;
}
#categoryPage > h5 {
  clear: both;
  padding: 0 0 4px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.3333333333;
  color: #0b80c6;
  border-bottom: 1px solid #cccccc;
}
#categoryPage .categoryOutline h3 {
  clear: both;
  padding: 0 0 4px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.3333333333;
  color: #0b80c6;
  border-bottom: 1px solid #cccccc;
}
#categoryPage .categoryOutline .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
#categoryPage .categoryOutline .floatImgRight {
  float: left;
  max-width: 500px;
  margin-right: 20px;
}
#categoryPage .categoryOutline figcaption {
  text-align: center;
}
#categoryPage .categoryOutline p {
  font-size: 14px;
  line-height: 1.7142857143;
}
#categoryPage + #technicalNote {
  margin-top: 50px;
}

.products-children {
  width: 1080px;
  margin: 0 auto;
  padding: 100px 0 120px;
  position: relative;
  font-size: 14px;
  line-height: 1.2857142857;
}
.products-children #products h3 {
  clear: both;
  padding: 5px 10px 7px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-image: linear-gradient(to right, #041a2e, #000);
  color: #fff;
  font-size: 18px;
  line-height: 1.3333333333;
}
.products-children #products h3 small {
  display: none;
}
.products-children #products h3:first-of-type {
  margin-top: 0;
}
.products-children #products h4 {
  clear: both;
  padding: 5px 10px 7px;
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.3333333333;
  background-color: #e3e5e6;
  color: #0b80c6;
}
.products-children #products h5 {
  clear: both;
  padding: 0 0 4px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.3333333333;
  color: #0b80c6;
  border-bottom: 1px solid #cccccc;
}
.products-children #products h6 {
  clear: both;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 20px;
}
.products-children #products .half + .half {
  margin-top: 50px;
}
.products-children #products ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.products-children #products ul li {
  margin-left: 20px;
}
.products-children #products ul li:nth-of-type(5n + 1) {
  margin-left: 0;
}
.products-children #products ul li:nth-of-type(n + 6) {
  margin-top: 20px;
}
.products-children #products ul li a {
  display: block;
  font-size: 14px;
  line-height: 1.2857142857;
  text-decoration: none;
  width: 200px;
  height: 100%;
  border: 1px solid #ccc;
  padding: 14px 10px;
}
.products-children #products ul li .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 110px;
}
.products-children #products ul li .thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.products-children #products ul li .name,
.products-children #products ul li .cat_title {
  display: block;
  text-align: center;
  margin-top: 5px;
}