@charset "UTF-8";
/* Scss Document */
/*------------------------------------------*/
.pagetitle_products {
  background: url(/smart-manufacturing/sp/shared/images/products/pagetitle_bg_business.jpg) no-repeat center center/cover;
  min-height: 180px;
  height: 180px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .pagetitle_products {
    margin: 0 -16px 20px;
    min-height: 125px;
    height: 125px;
    padding: 16px 16px;
    background-image: url(/smart-manufacturing/sp/shared/images/products/pagetitle_bg_business_sp.jpg);
  }
}
.pagetitle_products > div span {
  font-size: 1rem;
  line-height: 1;
  margin: 0 0 15px;
  display: block;
}
@media screen and (max-width: 767px) {
  .pagetitle_products > div span {
    font-size: 0.75rem;
    line-height: 1.4;
    margin: 0 0 10px;
  }
}
.pagetitle_products > div h1 {
  /*font-size:2.5rem;*/
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  display: block;
}
.pagetitle_products > div h1.small {
  /*font-size:2.125rem;*/
  font-size: 34px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .pagetitle_products > div h1 {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .pagetitle_products > div h1.small {
    font-size: 1.125rem;
  }
}

.business .pagetitle_products, .solutionmap .pagetitle_products {
  background: url(/smart-manufacturing/sp/shared/images/products/pagetitle_bg_business.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .business .pagetitle_products, .solutionmap .pagetitle_products {
    background-image: url(/smart-manufacturing/sp/shared/images/products/pagetitle_bg_business_sp.jpg);
  }
}

/*------------------------------------------*/
#sort .business {
  background: #fafafa;
  padding: 19px 24px 24px;
}
@media screen and (max-width: 767px) {
  #sort .business {
    padding: 10px 15px 15px;
  }
}
#sort .business ul {
  overflow: hidden;
}
#sort .business ul li {
  width: 50%;
  float: left;
  margin: 5px 0;
}
@media screen and (max-width: 767px) {
  #sort .business ul li {
    float: none;
    width: auto;
  }
}
#sort .business ul li label {
  display: block;
  text-indent: -25px;
  padding-left: 25px;
}
#sort .business ul li input {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
#sort .business ul:first-child {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#sort .business .note {
  text-align: right;
  margin: 10px 0 0 0;
}
#sort .solutionmap {
  background: url(../images/products/solutionmap_bg.png);
  width: 703px;
  height: 648px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sort .solutionmap {
    background: none;
    width: auto;
    height: auto;
  }
}
#sort .solutionmap > div {
  position: absolute;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #sort .solutionmap > div {
    position: static;
    padding: 15px !important;
    width: auto !important;
    height: auto !important;
    overflow: hidden;
    margin: 0 0 10px !important;
  }
}
#sort .solutionmap > div.management {
  width: 616px;
  height: 165px;
  left: 63px;
  top: 26px;
  background: #ebf5f0;
}
#sort .solutionmap > div.management h3 {
  color: #3e9f6e;
}
#sort .solutionmap > div.management ul li span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3e9f6e), color-stop(51%, #388f63), to(#3e9f6e));
  background: linear-gradient(to bottom, #3e9f6e 50%, #388f63 51%, #3e9f6e 100%);
}
#sort .solutionmap > div.management ul li input:checked + span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #175938), color-stop(51%, #155032), to(#175938));
  background: linear-gradient(to bottom, #175938 50%, #155032 51%, #175938 100%);
}
#sort .solutionmap > div.smart {
  width: 397px;
  height: 212px;
  left: 63px;
  top: 199px;
  background: #e6f5f9;
  padding-top: 2px;
}
#sort .solutionmap > div.smart h3 {
  color: #0799c4;
  float: left;
  width: 180px;
  margin-top: 8px;
}
#sort .solutionmap > div.smart ul li span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #0799c4), color-stop(51%, #0689b0), to(#0799c4));
  background: linear-gradient(to bottom, #0799c4 50%, #0689b0 51%, #0799c4 100%);
}
#sort .solutionmap > div.smart ul li input:checked + span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #02526a), color-stop(51%, #024a5f), to(#02526a));
  background: linear-gradient(to bottom, #02526a 50%, #024a5f 51%, #02526a 100%);
}
#sort .solutionmap > div.service {
  width: 211px;
  height: 384px;
  left: 468px;
  top: 199px;
  background: #faf1eb;
}
#sort .solutionmap > div.service h3 {
  color: #d2783f;
}
#sort .solutionmap > div.service ul li span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #d2783f), color-stop(51%, #bd6c39), to(#d2783f));
  background: linear-gradient(to bottom, #d2783f 50%, #bd6c39 51%, #d2783f 100%);
}
#sort .solutionmap > div.service ul li input:checked + span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #5b2706), color-stop(51%, #522305), to(#5b2706));
  background: linear-gradient(to bottom, #5b2706 50%, #522305 51%, #5b2706 100%);
}
#sort .solutionmap > div.global {
  width: 397px;
  height: 164px;
  left: 63px;
  top: 419px;
  background: #f2eef4;
}
#sort .solutionmap > div.global h3 {
  color: #7f5690;
}
#sort .solutionmap > div.global ul li span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #7f5690), color-stop(51%, #724d81), to(#7f5690));
  background: linear-gradient(to bottom, #7f5690 50%, #724d81 51%, #7f5690 100%);
}
#sort .solutionmap > div.global ul li input:checked + span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #442352), color-stop(51%, #3d1f4a), to(#442352));
  background: linear-gradient(to bottom, #442352 50%, #3d1f4a 51%, #442352 100%);
}
#sort .solutionmap > div h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0 16px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  #sort .solutionmap > div h3 {
    line-height: 1.3;
    margin: 0 !important;
    float: none !important;
    width: auto !important;
  }
}
#sort .solutionmap > div ul {
  padding: 0 0 0 7px;
}
@media screen and (max-width: 767px) {
  #sort .solutionmap > div ul {
    padding: 0;
  }
}
#sort .solutionmap > div ul li {
  float: left;
  margin: 9px 0 0 9px;
}
@media screen and (max-width: 767px) {
  #sort .solutionmap > div ul li {
    width: calc((100% - 9px) / 2);
  }
  #sort .solutionmap > div ul li:nth-of-type(2n + 1) {
    clear: both;
    margin-left: 0 !important;
  }
}
#sort .solutionmap > div ul li label {
  overflow: hidden;
  display: block;
}
#sort .solutionmap > div ul li label input {
  position: absolute;
  left: -999em;
}
#sort .solutionmap > div ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8rem;
  line-height: 1.4;
  padding: 0 10px;
  height: 40px;
  width: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #sort .solutionmap > div ul li span {
    width: auto;
    height: 56px;
  }
}

@media screen and (min-width: 768px) {
  #result .table .th:first-child {
    width: 30%;
  }
  #result .table .th:last-child {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  #result .table .td:nth-of-type(1):before {
    content: "ソリューション";
  }
  #result .table .td:nth-of-type(2):before {
    content: "概要説明";
  }
}

/*------------------------------------------*/
figure.border {
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
figure.border p {
  padding: 24px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  figure.border p {
    padding: 10px;
    margin: 0;
  }
}

#btn_area_first .btn_area .common_btn.more {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #btn_area_first .btn_area .common_btn.more {
    margin-bottom: 8px;
  }
}
#btn_area_first ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #btn_area_first ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #btn_area_first ul li {
    margin-bottom: 8px;
  }
}
#btn_area_first ul li a.common_btn {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #e95527), color-stop(51%, #d24d23), to(#e95527));
  background: linear-gradient(#e95527 50%, #d24d23 51%, #e95527 100%);
  font-size: 0.75rem;
  text-align: left;
  width: 163px;
  height: 56px;
  margin: 0 auto 16px;
  padding: 0 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#btn_area_first ul li a.common_btn.smartfactory_btn {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #0799c4), color-stop(51%, #0689b0), to(#0799c4));
  background: linear-gradient(to bottom, #0799c4 50%, #0689b0 51%, #0799c4 100%);
}
#btn_area_first ul li a.common_btn.global_btn {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #7f5690), color-stop(51%, #724d81), to(#7f5690));
  background: linear-gradient(to bottom, #7f5690 50%, #724d81 51%, #7f5690 100%);
}
#btn_area_first ul li a.common_btn.servitization_btn {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #d2783f), color-stop(51%, #bd6c39), to(#d2783f));
  background: linear-gradient(to bottom, #d2783f 50%, #bd6c39 51%, #d2783f 100%);
}
#btn_area_first ul li a.common_btn.administration_btn {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3e9f6e), color-stop(51%, #388f63), to(#3e9f6e));
  background: linear-gradient(to bottom, #3e9f6e 50%, #388f63 51%, #3e9f6e 100%);
}
@media screen and (max-width: 767px) {
  #btn_area_first ul li a.common_btn {
    margin: 8px auto 0;
    width: 100%;
    height: 56px;
  }
  #btn_area_first ul li a.common_btn:first-child {
    margin-top: 0;
  }
}
#btn_area_first ul li a.common_btn::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  background: url(/smart-manufacturing/sp/shared/images/arrow_wh_dn.svg) no-repeat center center/12px 7px;
}
#btn_area_first ul li a.common_btn .btn_inner {
  width: 80%;
}
.solution_frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .solution_frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.solution_frame h4 a:hover {
  text-decoration: none;
}
.solution_frame h4 a span:hover {
  opacity: 0.7;
}
.solution_frame > .smartfactory {
  margin-top: 20px;
  width: 342px;
  background: #e6f5f9;
}
@media screen and (max-width: 767px) {
  .solution_frame > .smartfactory {
    width: 100%;
    margin-top: 10px;
  }
}
.solution_frame > .smartfactory h4 {
  background: #0799c4;
}
.solution_frame > .smartfactory span {
  padding: 8px 16px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  display: block;
}
.solution_frame > .smartfactory span.maru {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: #0799c4;
  background: #fff;
  float: left;
  padding: 2px;
  margin: 8px 8px 0 16px;
}
@media screen and (max-width: 767px) {
  .solution_frame > .smartfactory span.maru {
    margin: 6px 8px 0 16px;
  }
}
.solution_frame > .smartfactory .txt_area .txt_inner {
  padding: 16px;
  font-size: 0.8125rem;
  line-height: 21px;
}
.solution_frame > .smartfactory .img_area {
  display: block;
  margin: 0 auto;
  width: 106px;
  height: 26px;
}
.solution_frame > .global {
  margin-top: 20px;
  width: 342px;
  background: #f2eef4;
}
@media screen and (max-width: 767px) {
  .solution_frame > .global {
    width: 100%;
    margin-top: 10px;
  }
}
.solution_frame > .global h4 {
  background: #7f5690;
}
.solution_frame > .global span {
  padding: 8px 16px;
  color: #fff;
  font-weight: bold;
  display: block;
  font-size: 95%;
}
@media screen and (max-width: 767px) {
  .solution_frame > .global span {
    font-size: 1rem;
  }
}
.solution_frame > .global span.maru {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: #7f5690;
  background: #fff;
  float: left;
  padding: 2px;
  margin: 8px 8px 0 16px;
  font-size: 100%;
}
@media screen and (max-width: 767px) {
  .solution_frame > .global span.maru {
    margin: 6px 8px 0 16px;
  }
}
.solution_frame > .global .txt_area .txt_inner {
  padding: 16px;
  font-size: 0.8125rem;
  line-height: 21px;
}
.solution_frame > .global .img_area {
  display: block;
  margin: 0 auto;
  width: 106px;
  height: 26px;
}
.solution_frame > .servitization {
  margin-top: 20px;
  width: 342px;
  background: #faf1eb;
}
@media screen and (max-width: 767px) {
  .solution_frame > .servitization {
    width: 100%;
    margin-top: 10px;
  }
}
.solution_frame > .servitization h4 {
  background: #d2783f;
}
.solution_frame > .servitization span {
  padding: 8px 16px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  display: block;
}
.solution_frame > .servitization span.maru {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: #d2783f;
  background: #fff;
  float: left;
  padding: 2px;
  margin: 8px 8px 0 16px;
}
@media screen and (max-width: 767px) {
  .solution_frame > .servitization span.maru {
    margin: 6px 8px 0 16px;
  }
}
.solution_frame > .servitization .txt_area .txt_inner {
  padding: 16px;
  font-size: 0.8125rem;
  line-height: 21px;
}
.solution_frame > .servitization .img_area {
  display: block;
  margin: 0 auto;
  width: 106px;
  height: 26px;
}
.solution_frame > .administration {
  margin-top: 20px;
  width: 342px;
  background: #ebf5f0;
}
@media screen and (max-width: 767px) {
  .solution_frame > .administration {
    width: 100%;
    margin-top: 10px;
  }
}
.solution_frame > .administration h4 {
  background: #3e9f6e;
}
.solution_frame > .administration span {
  padding: 8px 16px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  display: block;
}
.solution_frame > .administration span.maru {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: #3e9f6e;
  background: #fff;
  float: left;
  padding: 2px;
  margin: 8px 8px 0 16px;
}
@media screen and (max-width: 767px) {
  .solution_frame > .administration span.maru {
    margin: 6px 8px 0 16px;
  }
}
.solution_frame > .administration .txt_area .txt_inner {
  padding: 16px;
  font-size: 0.8125rem;
  line-height: 21px;
}
.solution_frame > .administration .img_area {
  display: block;
  margin: 0 auto;
  width: 106px;
  height: 26px;
}

#btn_area .btn_frame ul.more_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #btn_area .btn_frame ul.more_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #btn_area .btn_frame ul.more_btn li {
    margin-bottom: 8px;
  }
}
#btn_area .btn_frame ul.more_btn li a.common_btn {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #e95527), color-stop(51%, #d24d23), to(#e95527));
  background: linear-gradient(#e95527 50%, #d24d23 51%, #e95527 100%);
  font-size: 0.75rem;
  text-align: left;
  width: 163px;
  height: 56px;
  margin: 0 auto 16px;
  padding: 0 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #btn_area .btn_frame ul.more_btn li a.common_btn {
    margin: 8px auto 0;
    width: 100%;
    height: 56px;
  }
  #btn_area .btn_frame ul.more_btn li a.common_btn:first-child {
    margin-top: 0;
  }
}
#btn_area .btn_frame ul.more_btn li a.common_btn.smartfactory_btn {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #0799c4), color-stop(51%, #0689b0), to(#0799c4));
  background: linear-gradient(to bottom, #0799c4 50%, #0689b0 51%, #0799c4 100%);
}
#btn_area .btn_frame ul.more_btn li a.common_btn.global_btn {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #7f5690), color-stop(51%, #724d81), to(#7f5690));
  background: linear-gradient(to bottom, #7f5690 50%, #724d81 51%, #7f5690 100%);
}
#btn_area .btn_frame ul.more_btn li a.common_btn.servitization_btn {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #d2783f), color-stop(51%, #bd6c39), to(#d2783f));
  background: linear-gradient(to bottom, #d2783f 50%, #bd6c39 51%, #d2783f 100%);
}
#btn_area .btn_frame ul.more_btn li a.common_btn.administration_btn {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3e9f6e), color-stop(51%, #388f63), to(#3e9f6e));
  background: linear-gradient(to bottom, #3e9f6e 50%, #388f63 51%, #3e9f6e 100%);
}
#btn_area .btn_frame ul.more_btn li a.common_btn::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  background: url(/smart-manufacturing/sp/shared/images/arrow_wh_dn.svg) no-repeat center center/12px 7px;
}
#btn_area .btn_frame ul.more_btn li a.common_btn .btn_inner {
  width: 80%;
}
#btn_area .btn_frame ul.link_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #btn_area .btn_frame ul.link_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#btn_area .btn_frame ul.link_btn li a {
  width: 342px;
}
@media screen and (max-width: 767px) {
  #btn_area .btn_frame ul.link_btn li a {
    width: 100%;
    margin: 0 auto 8px;
    padding: 0 15px 0 60px;
    position: relative;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    line-height: 1.3;
  }
}
#btn_area .btn_frame ul.link_btn li a:before {
  content: "";
  width: 30px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #btn_area .btn_frame ul.link_btn li a:before {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -30px;
  }
}
#btn_area .btn_frame ul.link_btn li a.business:before {
  background: url(/smart-manufacturing/sp/shared/images/ico_bag.svg) no-repeat center center/contain;
}
#btn_area .btn_frame ul.link_btn li a.map:before {
  background: url(/smart-manufacturing/sp/shared/images/ico_map.svg) no-repeat center center/contain;
}

/*------------------------------------------*/
.product_list .table .tr {
  display: table-row;
}
@media screen and (max-width: 767px) {
  .product_list .table .tr {
    display: block;
    margin: 0 0 10px;
    border-top: 1px solid #ccc;
  }
}
.product_list .table .tr .th {
  background: #eee;
  color: #333;
}
@media screen and (min-width: 768px) {
  .product_list .table .tr .th:first-child {
    width: 30%;
  }
  .product_list .table .tr .th:last-child {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .product_list .table .tr .td:nth-of-type(1):before {
    content: "対応ソリューション";
    background: #eee;
    color: #333;
  }
  .product_list .table .tr .td:nth-of-type(2):before {
    content: "概要";
    background: #eee;
    color: #333;
  }
}

/*------------------------------------------*/
.product_list {
  margin: 0 0 24px;
}
.product_list .first > li {
  margin: 0 0 16px;
}
.product_list .second {
  display: none;
  margin-bottom: -1px;
}
@media screen and (max-width: 767px) {
  .product_list .second {
    margin-bottom: 0;
  }
}
.product_list h4 {
  font-size: 1rem;
  font-weight: bold;
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff;
  height: 56px;
  padding: 0 16px;
  margin: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 1px;
}
@media screen and (max-width: 767px) {
  .product_list h4 {
    margin-bottom: 8px;
    margin-top: 0;
    font-size: 0.875rem;
  }
}
.product_list h4 .arrow {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: url(/smart-manufacturing/sp/shared/images/arrow_wh_dn.svg) no-repeat;
  background-position: right 16px top 50%;
  background-size: 16px 10px;
}
.product_list h4.active .arrow {
  background-image: url(/smart-manufacturing/sp/shared/images/arrow_wh_up.svg);
}

.hw_line3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .hw_line3 {
    font-size: 1rem;
  }
}

/*------------------------------------------*/
#solutionmap .solutionmap {
  background: url(../images/products/solutionmap_bg.png);
  background-repeat: no-repeat;
  width: 703px;
  height: 668px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #solutionmap .solutionmap {
    background: none;
    width: auto;
    height: auto;
  }
}
#solutionmap .solutionmap > div {
  position: absolute;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #solutionmap .solutionmap > div {
    position: static;
    padding: 15px !important;
    width: auto !important;
    height: auto !important;
    overflow: hidden;
    margin: 0 0 10px !important;
  }
}
#solutionmap .solutionmap > div.management {
  width: 616px;
  height: 165px;
  left: 63px;
  top: 26px;
  background: #ebf5f0;
}
#solutionmap .solutionmap > div.management h3 {
  color: #3e9f6e;
}
#solutionmap .solutionmap > div.management ul li a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3e9f6e), color-stop(51%, #388f63), to(#3e9f6e));
  background: linear-gradient(to bottom, #3e9f6e 50%, #388f63 51%, #3e9f6e 100%);
}
#solutionmap .solutionmap > div.smart {
  width: 397px;
  height: 212px;
  left: 63px;
  top: 199px;
  background: #e6f5f9;
  padding-top: 2px;
}
#solutionmap .solutionmap > div.smart h3 {
  color: #0799c4;
  float: left;
  width: 180px;
  margin-top: 8px;
}
#solutionmap .solutionmap > div.smart ul li a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #0799c4), color-stop(51%, #0689b0), to(#0799c4));
  background: linear-gradient(to bottom, #0799c4 50%, #0689b0 51%, #0799c4 100%);
}
#solutionmap .solutionmap > div.service {
  width: 211px;
  height: 384px;
  left: 468px;
  top: 199px;
  background: #faf1eb;
}
#solutionmap .solutionmap > div.service h3 {
  color: #d2783f;
}
#solutionmap .solutionmap > div.service ul li a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #d2783f), color-stop(51%, #bd6c39), to(#d2783f));
  background: linear-gradient(to bottom, #d2783f 50%, #bd6c39 51%, #d2783f 100%);
}
#solutionmap .solutionmap > div.global {
  width: 397px;
  height: 164px;
  left: 63px;
  top: 419px;
  background: #f2eef4;
}
#solutionmap .solutionmap > div.global h3 {
  color: #7f5690;
}
#solutionmap .solutionmap > div.global ul li a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #7f5690), color-stop(51%, #724d81), to(#7f5690));
  background: linear-gradient(to bottom, #7f5690 50%, #724d81 51%, #7f5690 100%);
}
#solutionmap .solutionmap > div h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0 16px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  #solutionmap .solutionmap > div h3 {
    line-height: 1.3;
    margin: 0 !important;
    float: none !important;
    width: auto !important;
  }
}
#solutionmap .solutionmap > div ul {
  padding: 0 0 0 7px;
}
@media screen and (max-width: 767px) {
  #solutionmap .solutionmap > div ul {
    padding: 0;
  }
}
#solutionmap .solutionmap > div ul li {
  float: left;
  margin: 9px 0 0 9px;
}
@media screen and (max-width: 767px) {
  #solutionmap .solutionmap > div ul li {
    width: calc((100% - 9px) / 2);
  }
  #solutionmap .solutionmap > div ul li:nth-of-type(2n + 1) {
    clear: both;
    margin-left: 0 !important;
  }
}
#solutionmap .solutionmap > div ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8rem;
  line-height: 1.4;
  padding: 0 10px;
  height: 40px;
  width: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #solutionmap .solutionmap > div ul li a {
    width: auto;
    height: 56px;
  }
}

.solutionmap__image {
  position: relative;
}
.solutionmap__image img {
  width: 100%;
}

.solutionmap__button {
  display: inline-block;
  width: 106px;
  position: absolute;
}
.solutionmap__button img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .solutionmap__button {
    width: 15.4666666667vw;
  }
}
@media screen and (max-width: 320px) {
  .solutionmap__button {
    width: 49px;
  }
}

.solutionmap__button--1 {
  top: 166px;
  right: 29px;
}
@media screen and (max-width: 767px) {
  .solutionmap__button--1 {
    top: 20.5333333333vw;
    right: 4vw;
  }
}
@media screen and (max-width: 320px) {
  .solutionmap__button--1 {
    top: 66px;
    right: 13px;
  }
}

.solutionmap__button--2 {
  top: 404px;
  right: 249px;
}
@media screen and (max-width: 767px) {
  .solutionmap__button--2 {
    top: 52.5333333333vw;
    right: 33.0666666667vw;
  }
}
@media screen and (max-width: 320px) {
  .solutionmap__button--2 {
    top: 168px;
    right: 106px;
  }
}

.solutionmap__button--3 {
  top: 576px;
  right: 249px;
}
@media screen and (max-width: 767px) {
  .solutionmap__button--3 {
    top: 74.4vw;
    right: 33.0666666667vw;
  }
}
@media screen and (max-width: 320px) {
  .solutionmap__button--3 {
    top: 238px;
    right: 106px;
  }
}

.solutionmap__button--4 {
  top: 576px;
  right: 29px;
}
@media screen and (max-width: 767px) {
  .solutionmap__button--4 {
    top: 74.4vw;
    right: 4vw;
  }
}
@media screen and (max-width: 320px) {
  .solutionmap__button--4 {
    top: 238px;
    right: 13px;
  }
}

.solutionmap__box {
  padding: 30px 15px;
  border: 3px solid #ccc;
  margin-top: 30px;
}
.solutionmap__box p {
  text-align: center;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .solutionmap__box {
    padding: 20px 15px;
    margin-top: 20px;
  }
  .solutionmap__box p {
    text-align: left;
  }
}

.solutionmap__common_button {
  min-width: 300px;
}
@media screen and (max-width: 767px) {
  .solutionmap__common_button {
    min-width: 100%;
  }
}

/*------------------------------------------*/
#smartfactory_list h4 {
  background: #0799c4 !important;
}

#global_list h4 {
  background: #7f5690 !important;
}

#servitization_list h4 {
  background: #d2783f !important;
}

#administration_list h4 {
  background: #3e9f6e !important;
}

/*------------------------------------------*/
.attention {
  background: #C40200;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .attention {
    font-size: 1rem;
    padding: 8px;
  }
}

/*------------------------------------------*/
#mainarea #products_problem {
  margin: 0;
}

.products_problem__banner {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .products_problem__banner {
    margin-top: 20px !important;
  }
}

.products_problem__lists {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .products_problem__lists {
    margin-top: 30px !important;
  }
}

.products_problem__list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 96px;
  position: relative;
}
.products_problem__list:not(:first-of-type) {
  margin-top: 20px;
}
.products_problem__list:nth-of-type(1) {
  background-color: #D2EBF3;
}
.products_problem__list:nth-of-type(1) .products_problem__heading {
  background-color: #1F9AC2;
}
.products_problem__list:nth-of-type(1) .products_problem__item:before {
  color: #1F9AC2;
}
.products_problem__list:nth-of-type(2) {
  background-color: #E5DEE8;
}
.products_problem__list:nth-of-type(2) .products_problem__heading {
  background-color: #7D598E;
}
.products_problem__list:nth-of-type(2) .products_problem__item:before {
  color: #7D598E;
}
.products_problem__list:nth-of-type(3) {
  background-color: #FAE5D5;
}
.products_problem__list:nth-of-type(3) .products_problem__heading {
  background-color: #E57F30;
}
.products_problem__list:nth-of-type(3) .products_problem__item:before {
  color: #E57F30;
}
.products_problem__list:nth-of-type(4) {
  background-color: #DAECE2;
}
.products_problem__list:nth-of-type(4) .products_problem__heading {
  background-color: #489E70;
}
.products_problem__list:nth-of-type(4) .products_problem__item:before {
  color: #489E70;
}
@media screen and (max-width: 767px) {
  .products_problem__list {
    padding: 0 0 86px;
  }
}

.products_problem__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .products_problem__heading {
    min-height: 62px;
    font-size: 15px;
    padding: 10px 20px;
  }
}

.products_problem__items {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 25px 25px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .products_problem__items {
    padding: 15px 15px 0;
  }
}

.products_problem__item {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5333333333;
  padding-left: 18px;
  position: relative;
}
.products_problem__item:before {
  content: "■";
  font-size: 12px;
  line-height: 1.9166666667;
  position: absolute;
  left: 0;
}
.products_problem__item:not(:first-of-type) {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .products_problem__item {
    font-size: 12px;
    line-height: 1.4166666667;
    padding-left: 14px;
  }
  .products_problem__item:before {
    content: "■";
    font-size: 10px;
    line-height: 1.7;
    position: absolute;
    left: 0;
  }
  .products_problem__item:not(:first-of-type) {
    margin-top: 12px;
  }
}

.products_problem__common_button {
  min-width: 300px;
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .products_problem__common_button {
    min-width: calc(100% - 30px);
    bottom: 20px;
  }
}

/*------------------------------------------*/
.products_hw {
  font-size: 2.25rem;
  line-height: 40px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  margin: 50px 0 30px;
}
@media screen and (max-width: 767px) {
  .products_hw {
    font-size: 1.25rem;
    line-height: 30px;
    margin: 40px 0 25px;
  }
}
.products_hw.WH {
  color: #fff;
}
.products_hw span {
  font-size: 0.875rem;
  line-height: 14px;
  display: block;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
  .products_hw span {
    font-size: 0.625rem;
    margin: 10px 0 0 0;
  }
}
.products_hw span.RD {
  color: #c40200;
}
.products_hw span.YL {
  color: #fff000;
}

/*------------------------------------------*/
#mainarea #products_cta {
  background-color: #333;
  padding: 30px 36px 40px;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  #mainarea #products_cta {
    padding: 20px 18px 30px;
    margin: 20px 0 0;
  }
}

.products_cta__heading {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4666666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .products_cta__heading {
    font-size: 17px;
    line-height: 1.5454545455;
  }
}

.products_cta__text {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  margin: 10px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .products_cta__text {
    font-size: 12px;
    line-height: 1.4166666667;
  }
}

.products_cta__button_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 18px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .products_cta__button_wrapper {
    grid-template-columns: none;
    margin-top: 22px;
  }
}

.products_cta__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #c30100), color-stop(51%, #B10100));
  background: linear-gradient(to bottom, #c30100 50%, #B10100 51%);
  padding: 15px 10px;
  color: #fff !important;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .products_cta__button {
    min-height: 68px;
  }
}

.products_cta__button--contact {
  font-size: 24px;
  line-height: 1.3333333333;
}
.products_cta__button--contact span {
  padding-left: 54px;
  position: relative;
}
.products_cta__button--contact span:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 24px;
  background: center/contain no-repeat url(/smart-manufacturing/sp/shared/images/ico_contact.svg);
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .products_cta__button--contact {
    font-size: 21px;
    line-height: 1.4285714286;
  }
  .products_cta__button--contact span {
    padding-left: 46px;
  }
  .products_cta__button--contact span:before {
    width: 30px;
    height: 20px;
  }
}

.products_cta__button--download {
  font-size: 16px;
  line-height: 1.375;
}
.products_cta__button--download span {
  padding-left: 40px;
  position: relative;
}
.products_cta__button--download span:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 35px;
  background: center/contain no-repeat url(/smart-manufacturing/sp/shared/images/ico_document.svg);
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .products_cta__button--download {
    font-size: 21px;
    line-height: 1.4285714286;
  }
  .products_cta__button--download span {
    font-size: 14px;
    line-height: 1.2857142857;
    padding-left: 30px;
  }
  .products_cta__button--download span:before {
    width: 24px;
    height: 30px;
  }
}

/*------------------------------------------*/
#read .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 24px;
}
#read .btn_area .common_btn {
  font-size: 0.8125rem;
  text-align: left;
  width: calc(25% - 6px);
  height: 72px;
  margin: 0 0 16px;
  padding: 0 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#read .btn_area .common_btn.anchor {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #e95527), color-stop(51%, #d24d23), to(#e95527));
  background: linear-gradient(#e95527 50%, #d24d23 51%, #e95527 100%);
}
#read .btn_area .common_btn .btn_inner {
  width: 80%;
}

@media screen and (max-width: 767px) {
  #read .btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #read .btn_area .common_btn {
    margin: 8px auto 0;
    width: 90%;
    height: 56px;
  }
  #read .btn_area .common_btn:first-child {
    margin-top: 0;
  }
}
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/