/** img global definitios **/
.full-width {
  width: 100% !important;
}

.w50 {
  width: 50% !important;
}
.w75 {
  width: 75% !important;
}
.w80 {
  width: 80% !important;
}

.wauto {
  width: auto !important;
}

.wfc {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

/** end img global definitions **/

/** padding definitions **/
.pv48 {
  padding: 0 48px !important;
}

.pvd48 {
  padding: 0 48px !important;
}

.pb13 {
  padding-bottom: 13px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb18 {
  padding-bottom: 18px !important;
}

.pb13 {
  padding-bottom: 13px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb52 {
  padding-bottom: 52px !important;
}

.pb64 {
  padding-bottom: 64px !important;
}

.pb72 {
  padding-bottom: 72px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr48 {
  padding-right: 48px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl10 {
  padding-left: 10px !important;
}
/** end padding definitions **/

/** margin definitions **/
.mauto {
  margin: auto !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb13 {
  margin-bottom: 13px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb18 {
  margin-bottom: 18px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb28 {
  margin-bottom: 28px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb36 {
  margin-bottom: 36px !important;
}

.mb38 {
  margin-bottom: 38px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb42 {
  margin-bottom: 42px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb56 {
  margin-bottom: 56px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb62 {
  margin-bottom: 62px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb72 {
  margin-bottom: 72px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb92 {
  margin-bottom: 92px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mt16 {
  margin-top: 16px !important;
}

p.sm {
  font-size: 14px !important;
}
/** end margin definitions **/

.main_container {
  width: 100% !important;
  margin: 0 !important;
}

/* #contents > h1:nth-child(1) {
  display: none;
} */

/* #contents .hide {
  display: none;
} */

.c_wrapper .full-blue-border {
  border: 1px solid #0056B9;
}

.c_wrapper table {
  border-collapse: collapse;
}

.c_wrapper table th, td {
  font-size: 16px;
}
.single-post .c_wrapper table th, td {
  font-size: unset!important;
}

.c_wrapper table td .sm {
  font-size: 14px;
}

.c_wrapper table th.border-right {
  border-right: 1px solid #333333;
}

.container {
  width: 100% !important;
  overflow: hidden;
}

.container .c_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1040px;
  margin: 0 auto;
  font-size: 116%;
  /* opacity: 0; */
}

.container .c_wrapper.touch_bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.container.ai-fs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.container.ai-fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dflex-jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-half .flex-item {
  width: 48%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flex .flex.ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-sb {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-md-4 .flex-item {
  width: 300px;
}

.flex-md-4 .flex-item:not(:nth-child(3n + 3)) {
  margin-right: 40px;
}

.flex-item .flex-item-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.flex-item .flex-item-content {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-align: justify;
}

.flex-item .flex-cta {
  background: #0056B9;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  border: none;
  padding: 12px 0;
  width: 100%;
}

.flex-cta img {
  vertical-align: baseline;
}

.flex-industry img {
  width: 47.7%;
}

.flex-content-right .content-right {
  margin-left: 32px;
}

.flex-content-right .content-right a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.flex-content-right .content-right p {
  margin-bottom: 10px;
}

.flex-content-right img {
  width: 45%;
}

#robot_case_study {
  padding: 40px 24px;
  border: 2px solid #0056B9;
}

#robot_case_study p {
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  color: #0056B9;
  margin-bottom: 24px;
}

#robot_case_study h2 {
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  color: #0056B9;
  margin-bottom: 24px;
  border: none;
  padding: 0;
}

#robot_case_study button {
  width: 80%;
}

#robot_case_study .wrapper {
  width: 100%;
  margin: auto;
  text-align: center;
}

#guidance_banner {
  width: 100%;
  margin-bottom: 100px;
}

#guidance_banner .wrapper {
  border: 2px solid #0056B9;
  padding: 40px 24px;
}

#guidance_banner p {
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  color: #0056B9;
  margin-bottom: 38px;
  font-weight: 600;
}

#guidance_banner .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#guidance_banner .flex button {
  margin: 0 20px;
  width:auto;
}

.main-content {
  width: 70%;
  margin-left: auto;
}

.full-main-content {
  width: 100%;
  margin: 0;
}

.content h1 {
  padding: 0;
}

#banner {
  background: #0056B9;
  width: 100%;
  margin: 0 auto 56px;
  z-index: 10;
  /* max-width: 1280px; */
}

#banner.hide {
  display: none;
}

#banner.show {
  display: block;
}

#banner.no-margin {
  margin: 0 auto;
}

#banner h1 {
  color: #ffffff;
  text-align: center;
  padding: 33px 0;
  font-size: 32px;
  line-height: 54px;
  font-weight: 600;
  margin-bottom: 0;
}

.content-block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.content-section.has-border-bottom {
  border-bottom: 1px solid #DBDBDB;
}

.content-section .title {
  font-size: 24px;
  font-weight: 600;
  color: #0056B9;
  line-height: 36px;
  padding: 0;
  border: none;
}

.content-section .title-header {
  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;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  color: #0056B9;
  border: none;
  padding: 0;
}

.content-section .title-header::after {
  content: "";
  height: 1px;
  background: #0056B9;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 20px;
}

.content-section .title-sm {
  font-size: 20px;
  font-weight: 600;
  color: #0056B9;
  line-height: 34px;
  padding: 0;
  border: none;
}

.content-section h3 {
  font-size: 16px;
  color: #0056B9;
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.content-section h3.has-border {
  border: 1px solid #0056B9;
  padding: 10px;
}

.content-section h4.border {
  font-size: 16px;
  color: #0056B9;
  border: none;
  padding: 0;
  margin-bottom: 0;
  border: 1px solid #0056B9;
  padding: 10px;
}

.content-section h4 {
  font-size: 16px;
  color: #333333;
  border: none;
  padding: 0;
}

.flex-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 83px;
}

.flex-history.last {
  padding-bottom: 0;
}

.history-year ul::before {
  content: '';
  height: 2px;
  width: 96px;
  background: #0056B9;
  display: block;
  margin-bottom: 16px;
}

.history-year ul li {
  list-style-type: none;
  font-size: 24px;
  color: #0056B9;
  line-height: 38px;
  font-weight: 600;
}

.history-content {
  width: 73%;
  font-size: 16px;
  line-height: 27px;
}

.history-content .text-block-title {
  padding-bottom: 25px;
}

.history-content img {
  width: 50%;
}

.history-content .text-block {
  text-align: justify;
}

.history-content .text-block.has-bottom {
  padding-bottom: 40px;
}

.content-section .flex-landing-history img {
  width: 50% !important;
}

.content-section .flex-landing-history .content {
  width: 44% !important;
}

.content-section .flex-landing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content-section .flex-landing img {
  width: 42%;
  height: 100%;
}

.content-section .flex-landing .content {
  width: 50%;
  text-align: justify;
}

button:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

button,.cta {
  background: #0056B9;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  width: 100%;
  border: none;
  padding: 12px 25px;
}

button,.cta img {
  vertical-align: baseline;
}

.flex-jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-md {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-sm .flex-item {
  width: 30%;
}

.flex-half .flex-item a {
  text-decoration: none;
}

.flex-half .flex-item a img {
  vertical-align: baseline;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.flex-md .flex-item {
  width: 47%;
  word-break: break-word;
}

.flex-md .flex-item-title {
  padding: 20px 0;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.flex-md .flex-item-text {
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 21px;
}

#learn_more {
  width: 100vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding: 43px calc((100vw - 100%) / 2) 64px;
  background-color: #EFEFEF;
  color: #F9F8F7;
  margin-bottom: 100px;
}

#learn_more.no-margin {
  margin-bottom: 0;
}

#learn_more .flex.last .flex-item {
  margin-bottom: 0;
}

#learn_more h1 span img {
  vertical-align: bottom;
}

#learn_more h1 span {
  margin-right: 10px;
}

#learn_more h1 {
  margin-bottom: 24px;
  padding: 0;
}

#learn_more .heading span img {
  vertical-align: bottom;
}

#learn_more .heading span {
  margin-right: 10px;
}

#learn_more .heading {
  padding: 0;
  margin-bottom: 24px;
  font-size: 150%;
  line-height: 1.4;
  font-weight: bold;
  color: #005bac;
  border: none;
}

.motor-type-table img {
  margin-top: 23px;
}

#learn_more .flex-jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#learn_more .flex-jc-fs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#learn_more .flex-jc-fs .flex-item {
  margin-right: 28px;
}

#learn_more .flex .flex-item {
  width: 32%;
  color: #333333;
  word-break: break-word;
  -ms-word-break: break-all;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 28px;
  /* display: flex;
  flex-flow: column; */
}

#learn_more .flex .flex-item .flex-item-content {
  padding: 30px 20px;
}

#learn_more a {
  text-decoration: none;
  color: #333333;
}

#learn_more .flex .flex-item .title {
  font-size: 18px;
  line-height: 24px;
  /* flex: 1; */
  padding-bottom: 20px;
  margin-bottom: 0;
  padding-left: 0;
  border: none;
  font-weight: 600;
  padding-top: 0;
  color: #333333;
}

#learn_more .flex .flex-item .desc {
  /* padding-bottom: 33px; */
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

#learn_more .flex .flex-item .inner {
  text-align: right;
}

#learn_more .flex .flex-item .inner button {
  padding: 12px 0;
  width: 70%;
}

#learn_more .flex .flex-item .inner button:hover {
  cursor: pointer;
}
/** end swiper **/

/** tabs **/

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.tab:first-child {
  border-top-left-radius: 8px;
}

.tab:last-child {
  border-top-right-radius: 8px;
}

.tabs .tab {
  display: table-cell;
  width: 50%;
  text-align: center;
  white-space: break-spaces;
  background: #EFEFEF;
  font-size: 16px;
  line-height: 21px;
  color: #999999;
  padding: 14px 0;
  margin: 2px;
}

[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: block;
}

.active[data-tab-target] {
  background: #177CE6;
  color: #ffffff;
}

/** end tabs **/

/** Carousel **/

.carousel .carousel-header {
  padding: 20px 0;
  text-align: center;
  background: #0056B9;
  color: #ffffff;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  margin: 0;
}

.carousel .carousel-container-wrapper {
  position: relative;
}

.carousel .carousel-content {
  position: relative;
  background: #F2F5F8;
  /* padding: 24px 54px; */
}

.carousel .swiper-slide {
  margin-top: 24px;
  margin-bottom: 42px;
  height: auto;
}

.carousel-control {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.carousel-control.left > .carousel-control-wrapper {
  border-radius: 0 4px 4px 0;
  left: 0;
}

.carousel-control.right > .carousel-control-wrapper {
  border-radius: 4px 0 0 4px;
  right: 0;
}

.carousel-control-wrapper {
  position: relative;
  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;
  background: #177CE6;
  padding: 18px 0;
  width: 32px !important;
  width: auto;
  height: auto;
  margin: 0;
  top: 45% !important;
}

.carousel-control-wrapper:focus {
  outline: none;
}

.carousel-control-wrapper.swiper-button-disabled {
  pointer-events: all !important;
}

.carousel-control.left {
  left: 0;
}

.carousel-control.right {
  right: 0;
  transform:translate3D(0,0,0);
}

.carousel-control .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
}

.carousel-control .arrow-left {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 10px solid #ffffff;
}

.carousel-control .arrow-right {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10px solid #ffffff;
}

.carousel .carousel-item-wrapper:last-child {
  margin-right: calc(100% - (100% / 3));
}

.carousel .carousel-items:hover {
  cursor: pointer;
}

.carousel .carousel-paginations {
  text-align: center;
  padding: 5px;
}

.carousel .carousel-pagination {
  display: inline-block;
  background: #DBDBDB;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}

.carousel .carousel-pagination.active {
  background: #0056B9;
}

.carousel .carousel-item-wrapper {
  word-break: break-word;
  background: #ffffff;
  border-radius: 8px;
}

.carousel .carousel-item-wrapper a {
  text-decoration: none;
}

.carousel .carousel-item-wrapper .carousel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 16px;
}
.carousel .carousel-item-wrapper .carousel-item:after {
  content:">> 詳しく見る";
  font-size:80%;
  position:relative;
  display:block;
  text-align:right;
  padding:2px 5px;
  margin:5px 0 0 0;
}
.carousel .carousel-item-wrapper .carousel-item img {
  max-height: 144px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.carousel .carousel-item-wrapper a:hover {
  color: #0056B9;
}

.carousel .carousel-item-wrapper p:not(.desc) {
  color: #0056B9;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 20px;
}

.carousel .carousel-item-wrapper h3 {
  color: #0056B9;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 20px;
}

.carousel .carousel-item-wrapper p.desc {
  margin-top: 16px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333333;
  /* text-align: justify; */
  /* max-height: 100px; */
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
}

/** end carousel **/

/** accordion **/
.accordions .accordion .accordion-indicator {
  width: 12px;
  height: 12px;
  padding-right: 10px;
}

.accordions .accordion .accordion-indicator {
  width: 12px;
  height: 12px;
}

.accordions .accordion input[name='accordion-panel'] {
  display: none;
}

.accordions .accordion label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.accordions .accordion label span {
  display: block;
  margin-left: 10px;
  line-height: 20px;
  font-weight: 400;
}

.accordions .accordion label span.has-dash::before {
  content: '-';
  margin-right: 10px;
}

.accordions .accordion.no-content label .icons {
  display: none !important;
}

.accordions .accordion.no-content label:hover:before {
  cursor: unset;
}

.accordions .accordion.no-content input:checked + label::before {
  background: transparent;
}

.accordions .accordion .accordion-content {
  overflow: hidden;
  height: 0;
}

.accordions .accordion input[name='accordion-panel']:checked ~ .accordion-content {
  height: 100%;
}

.accordions .accordion label .icons {
  display: grid;
  display: -ms-grid;
}

.accordions label .icons img {
  max-width: 12px;
  grid-row: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  /* transition: visibility 0s 0.2s, opacity 0.1s linear; */
}

.accordions .accordion label .icons img:hover {
  cursor: pointer;
}

.accordions .accordion label .icon-open {
  visibility: hidden;
  opacity: 0;
}

.accordions .accordion input[name='accordion-panel']:checked ~ label .icon-open {
  visibility: visible;
  opacity: 1;
}

.accordions .accordion input[name='accordion-panel']:checked ~ label .icon-close {
  visibility: hidden;
  opacity: 0;
}
/** end accordion **/

#learn ul li {
  list-style-type: none;
}

#learn ul li a {
  text-decoration: none;
}

#learn .accordion {
  font-size: 20px;
  line-height: 32px;
}

#learn .accordion.has-border-bottom {
  border-bottom: 1px solid #DBDBDB;
}

#learn .accordion label {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#learn .accordion label:hover {
  cursor: pointer;
}

#learn .accordion label h2 {
  padding: 0;
  border: none;
}

#learn .accordion label span {
  margin: 0;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #2256B9;
}

#learn .accordions .accordion .accordion-content {
  height: 100%;
  /* padding: 26px 0 8px 0; */
}

#learn .accordions .accordion input[name='accordion-panel']:checked ~ .accordion-content {
  padding: 26px 0 8px 0;
}

#learn .accordion .content-block .title {
  font-size: 16px;
  line-height: 28px;
  color: #0056B9;
  padding-bottom: 10px;
  padding-left: 0;
  margin-bottom: 16px;
  border-bottom: 1px solid #707070;
  border-left: none;
}

#learn .accordion img.text-below {
  margin-bottom: 20px;
}

#learn .accordion .content-block iframe {
  height: 330px;
}


/************* mechatronic ************/
.i3_main_wrapper {
  /* position: relative; */
  /* background: #177CE6; */
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding-bottom: 56px;
}

#i3_main {
  /* background-image: url(../img/mechatronic/i3_main.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 270px); */
  /* width: 1280px; */
  margin: 0 auto;
}

#i3_main img {
  width: 100vw;
}

.content-block.cause-analysis .dflex img {
  width: 48%;
  height: 100%;
}

#mechatronic-contact {
  width: 100%;
  border: 2px solid #0056B9;
  text-align: center;
  margin: 80px 0;
  padding: 28px 0;
  display: none;
}

#mechatronic-contact .heading {
  font-size: 150%;
  font-weight: 600;
  line-height: 34px;
  color: #0056B9;
}

#mechatronic-contact .heading span {
  margin-right: 10px;
}

#mechatronic-contact h1 span {
  margin-right: 10px;
}

#mechatronic-contact b {
  font-size: 16px;
  line-height: 24px;
}

#mechatronic-contact p {
  font-size: 16px;
  line-height: 24px;
}

.content-block .content-title {
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  color: #0056B9;
}

.content-block .kpi .content-title {
  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;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  color: #0056B9;
}

.content-block a {
  font-size: 16px;
}

.content-block .kpi a {
  text-decoration: none;
}

.content-block .kpi.production .content-title {
  color: #177CE6;
}

.content-block .kpi.quality .content-title {
  color: #BE9000;
}

.content-block .kpi.maintenance .content-title {
  color: #548234;
}

.kpi.production .content-title::after {
  background: #177CE6;
}

.content-block .kpi.quality .content-title::after {
  background: #BE9000;
}

.content-block .kpi.maintenance .content-title::after {
  background: #548234;
}

.content-block .content-title::after {
  content: "";
  height: 1px;
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 10px;
}

/** content block product-based **/
#product-based {
  padding-top: 12px;
}

#product-based a {
  text-decoration: none;
  color: #333333;
}

.content-block .product-based {
  padding: 10px;
  border: 1px solid #0056B9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

.content-block .product-based.last {
  margin-bottom: 0;
}

.content-block .product-based img {
  width: 43%;
}

.content-block .product-based .content {
  width: 53%;
}

.content-block .product-based .content b {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.content-block .product-based .content ul {
  margin-top: 10px;
}

.content-block .product-based .content ul li {
  list-style-type: none;
  font-size: 14px;
  line-height: 24px;
}

.content-block .product-based .content ul li::before {
  content: "-";
  margin-right: 5px;
}
/** end content block product-based **/

/** content block kpi **/
.content-block .kpi {
  background-color: #F2F5F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
}

.content-block .kpi .content-item {
  position: relative;
  background: #ffffff;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.content-block .kpi .content-item:after {
  content:">> 詳しく見る";
  font-size:80%;
  position:relative;
  display:block;
  text-align:right;
  padding:2px 5px;
}
.content-block .kpi .content-item .badge {
  position: absolute;
  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;
  top: 0;
  left: 0;
  padding: 5px 15px;
  border-top-left-radius: 8px;
}

.content-block .kpi .content-item .badge img {
  width: 14px;
}

.content-block .kpi.production .content-item .badge {
  background: #177CE6;
}

.content-block .kpi.quality .content-item .badge {
  background: #BE9000;
}

.content-block .kpi.maintenance .content-item .badge {
  background: #548234;
}

.content-block .kpi .content-item .badge span {
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  padding-left: 3px;
  font-weight: 600;
}

.content-block .kpi .content-item .content-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* max-height: 130px; */
}

.content-block .kpi .content-item.last {
  margin-bottom: 0;
}

.content-block .kpi .content-item img {
  width: 35%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}

.content-block .kpi .content-item .content-item-img {
  max-width: 43%;
  background-size: cover;
  background-position: center center;
}

.content-block .kpi .content-item .content-item-img img {
  opacity: 0;
}

.content-block .kpi .indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}

.content-block .kpi.production .indicator {
  background: #177CE6;
  border: 1px solid #177CE6;
}

.content-block .kpi.quality .indicator {
  background: #BE9000;
  border: 1px solid #BE9000;
}

.content-block .kpi.maintenance .indicator {
  background: #548234;
  border: 1px solid #548234;
}

.content-block .kpi .indicator span {
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  padding: 8px 0;
  letter-spacing: 5px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
}

.content-block .kpi .content-item .content-item-data {
  width: 62%;
  color: #333333;
}

.content-block .kpi .content-item .content-item-title {
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 16px;
  margin: 0;
}

.content-block .kpi .content-item .content-item-data .content-item-desc {
  word-break: break-word;
  font-size: 14px;
  line-height: 24px;
}

.content-block .kpi .indicator img {
  display: block;
  margin: 0 auto;
}

.content-block .kpi .content {
  width: 85%;
}

.content-block .kpi .content .block-content {
  padding-bottom: 32px;
}

.content-block .kpi .content .block-content a {
  text-decoration: none;
}

.content-block .kpi .content .block-content.last {
  padding-bottom: 0;
}
/** end content block kpi **/

#iot-ai {
  width: 100vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding: 40px calc((100vw - 100%) / 2) 64px;
  background-color: #EFEFEF;
  color: #F9F8F7;
}

#iot-ai h1 span img {
  vertical-align: bottom;
}

#iot-ai h1 span {
  margin-right: 10px;
}

#iot-ai h1 {
  margin-bottom: 25px;
  padding: 0;
}

#iot-ai .heading span img {
  vertical-align: bottom;
}

#iot-ai .heading span {
  margin-right: 10px;
}

#iot-ai .heading {
  padding: 0;
  margin-bottom: 24px;
  font-size: 150%;
  line-height: 1.4;
  font-weight: bold;
  color: #005bac;
  border: none;
}

#iot-ai .iot-ai-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#iot-ai .iot-ai-item {
  border-radius: 8px;
  width: 28%;
  background-color: #ffffff;
  color: #333333;
  padding: 16px;
}

#iot-ai .iot-ai-item a {
  text-decoration: none;
  color: #333333;
}
#iot-ai .iot-ai-item a:after{
  content:">> 詳しく見る";
  font-size:80%;
  position:relative;
  display:block;
  text-align:right;
  padding:2px 5px;
  color:#005bac;
}
#learn_more a:after{
  content:">> 詳しく見る";
  font-size:80%;
  position:relative;
  display:block;
  text-align:right;
  padding:2px 5px;
  margin:-10px 20px 0 0;
  color:#005bac;
}
#iot-ai .iot-ai-item h3 {
  padding: 0;
  margin: 0;
  border: none;
  font-weight: normal;
  color: rgb(0,91,172);
  font-size: inherit;
}

/* #i3_concept {
  display: flex;
  justify-content: center;
} */

#i3_concept video {
  max-width: 100%;
  /* width: 73%; */
}

/** tabs **/
.tab:first-child {
  border-top-left-radius: 8px;
}

.tab:last-child {
  border-top-right-radius: 8px;
}

.tabs .tab {
  display: table-cell;
  width: 50%;
  text-align: center;
  white-space: break-spaces;
  background: #EFEFEF;
  font-size: 16px;
  line-height: 21px;
  padding: 14px 0;
  margin: 2px;
}

[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: block;
}

.active.production[data-tab-target] {
  background: #177CE6;
}

.active.quality[data-tab-target] {
  background: #BE9000;
}

.active.maintenance[data-tab-target] {
  background: #548234;
}

.active[data-tab-target] {
  color: #ffffff !important;
}

.kpi-simulation .tab .icon_set .icon_plain {
  display: none;
}

.active[data-tab-target] > .icon_set .icon_plain {
  display: block;
}

.active[data-tab-target] > .icon_set .icon_color {
  display: none;
}

.kpi-simulation .tab.production {
  color: #177CE6;
}

.kpi-simulation .tab.quality {
  color: #BE9000;
}

.kpi-simulation .tab.maintenance {
  color: #548234;
}

.kpi-simulation .tab {
  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;
}

.kpi-simulation .tab:hover {
  cursor: pointer;
}

.kpi-simulation .tab .icon_set {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kpi-simulation .tab .icon_set img {
  grid-column: 1;
  grid-row: 1;
}

.kpi-simulation .tab img {
  width: 100%;
}

.kpi-simulation .tab span {
  margin-left: 3px;
  font-size: 20px;
  font-weight: 600;
}

.kpi-simulation .tab-panels .content-wrapper {
  background-color: #F2F5F8;
  padding: 0 32px;
}

.kpi-simulation .tab-panels .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 32px;
}

.kpi-simulation .tab-panels .block-content {
  width: 48%;
  /* padding-bottom: 64px; */
}

.kpi-simulation .tab-panels .block-content a {
  text-decoration: none;
}

.kpi-simulation .tab-panels .block-content .content-item {
  position: relative;
}
.kpi-simulation .tab-panels .block-content .content-item .content-item-data:after{
  content:">> 詳しく見る";
  font-size:80%;
  position:relative;
  display:block;
  text-align:right;
  padding:2px 5px;
  color:#005bac;
}
.kpi-simulation .tab-panels .block-content .content-item .content-item-data:after:hover{
  color:#53a3eb;
}
.kpi-simulation .tab-panels .block-content .content-item .badge {
  position: absolute;
  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;
  top: 0;
  left: 0;
  padding: 5px 15px;
  border-top-left-radius: 8px;
}

.kpi-simulation .tab-panels .block-content .content-item .badge img {
  max-width: 16px;
}

.kpi-simulation .tab-panels #production-kpi-tab .block-content .content-item .badge {
  background: #177CE6;
}

.kpi-simulation .tab-panels #quality-kpi-tab .block-content .content-item .badge {
  background: #BE9000;
}

.kpi-simulation .tab-panels #maintenance-kpi-tab .block-content .content-item .badge {
  background: #548234;
}

.kpi-simulation .tab-panels .block-content .content-item .badge span {
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  padding-left: 3px;
  font-weight: 600;
}

.kpi-simulation .tab-panels .content-wrapper .title-content {
  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;
  font-size: 16px;
  line-height: 27px;
  padding: 32px 0;
  font-weight: 600;
}

.kpi-simulation .tab-panels .content-wrapper .title-content

.kpi-simulation .tab-panels .block-content a {
  text-decoration: none;
}

.kpi-simulation .tab-panels #production-kpi-tab .content-wrapper .title-content {
  color: #177CE6;
}

.kpi-simulation .tab-panels #quality-kpi-tab .content-wrapper .title-content {
  color: #BE9000;
}

.kpi-simulation .tab-panels #maintenance-kpi-tab .content-wrapper .title-content {
  color: #548234;
}

.kpi-simulation .tab-panels .content-wrapper .title-content::after {
  content: "";
  height: 1px;
  /* width: 50%; */
  background: #177CE6;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 10px;
}

.kpi-simulation .tab-panels #production-kpi-tab .content-wrapper .title-content::after {
  background: #177CE6;
}

.kpi-simulation .tab-panels #quality-kpi-tab .content-wrapper .title-content::after {
  background: #BE9000;
}

.kpi-simulation .tab-panels #maintenance-kpi-tab .content-wrapper .title-content::after {
  background: #548234;
}

.kpi-simulation .tab-panels .block-content .content-item {
  padding: 10px;
  background: #ffffff;
  border-radius: 8px;
  color: #333333;
}

.kpi-simulation .tab-panels .block-content .content-item .item-content-title {
  padding: 16px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
}

.kpi-simulation .tab-panels .block-content .content-item p:not(.item-content-title) {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  word-break: break-word;
}
/************* end mechatronic ********/

/************* start inverter *********/
.inverter_main_wrapper {
  /* position: relative; */
  -ms-overflow-style: none;
  width: 100vw;
  overflow: scroll;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding-bottom: 56px;
}

#inverter_main {
  /* background-image: url(../img/inverter/inverter_main.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 270px); */
  /* width: 1280px; */
  margin: 0 auto;
}

#video-intro {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding: 43px calc((100vw - 100%) / 2) 64px;
  background-color: #F2F5F8;
  width: 100vw;
}

#video-intro .heading {
  color: #005bac;
  font-size: 150%;
  line-height: 1.4;
  font-weight: bold;
  padding: 0;
  border: none;
}

#video-intro h3 {
  padding: 0;
  border: none;
  color: #333333;
  font-size: 16px;
}

#video-intro .video p {
  padding: 0;
  border: none;
  color: #333333;
  font-size: 16px;
}

#video-intro p {
  color: #2256B9;
  font-size: 24px;
  font-weight: 600;
  line-height: 41px;
}

#video-intro .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#video-intro .video {
  width: 49%;
}

.tabs .tab-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tab-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tab-flex-item {
  width: 48%;
  height: 100%;
}

.tab-flex.ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tab-top {
  display: block;
}

.tab-bottom {
  display: block;
}

.tab-top:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: #177CE6;
}

.tab-bottom:before {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: #177CE6;
}

.tabs .tab-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  text-align: center;
  background: #EFEFEF;
  padding: 23px 0;
  color: #999999;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}

.tabs .tab-item:hover {
  cursor: pointer;
}

.tabs .tab-item.active {
  background: #177CE6;
  color: #ffffff;
}

.tabs .tab-item:first-child {
  margin-right: 2px;
}

.tabs .tab-item:last-child {
  margin-left: 2px;
}

.tab-top .tab-item:first-child {
  border-top-left-radius: 8px;
}

.tab-top .tab-item:last-child {
  border-top-right-radius: 8px;
}

.tab-bottom .tab-item:first-child {
  border-bottom-left-radius: 8px;
}

.tab-bottom .tab-item:last-child {
  border-bottom-right-radius: 8px;
}

.active[data-tab-target] {
  background: #177CE6;
  color: #ffffff;
}
/************* end inverter ***********/

/************* start robot ***********/
#robot-configuration ol {
  counter-reset: robot-counter;
}

#robot-configuration ol li {
  counter-increment: robot-counter;
}

#robot-configuration ol li::before {
  content: counter(robot-counter);
  border-radius: 50%;
  color: #333333;
  border: 1px solid #333333;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 400;
  margin-right: 15px;
  padding: 0 3px;
}

#lineup .flex-item .cta {
  padding: 10px 0;
  width: 100%;
}

#lineup .flex-item .cta:hover {
  cursor: pointer;
}

#lineup .flex-item .cta img {
  border: none;
  vertical-align: unset;
}

#lineup .flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 64px;
}

#lineup .flex-item img {
  /* flex: 1 1 auto; */
  border: 1px solid #DBDBDB;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  #lineup .flex-item img {
    max-height: 135px;
  }
}

#lineup .flex-item .lineup-content img {
  border: none;
}

#lineup .flex-item .lineup-content {
  padding: 20px 0;
  -webkit-box-flex: 2;
      -ms-flex: 2 1 auto;
          flex: 2 1 auto;
}

#lineup .flex-item .lineup-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

#lineup .flex-item .lineup-content h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #333;
}

#lineup .flex-item .lineup-content a {
  color: #0056B9;
}

#lineup .flex-item .lineup-content a:hover {
  cursor: pointer;
}
/************* end robot *************/

/** sp **/

@media screen and (min-width: 769px) and (max-width: 1036px) {
  #learn_more {
    margin: 0;
  }

  #iot-ai {
    margin: 0;
  }

  #inverter_main {
    margin: 0;
  }

  #i3_main {
    margin: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 990px) {
  .i3_main_wrapper {
    margin: 0;
  }

  .inverter_main_wrapper {
    margin: 0;
  }

  .container .c_wrapper {
    width: 990px;
  }
}

@media screen and (max-width:769px) {
  .inverter_main_wrapper {
    padding-bottom: 18px;
  }

  .content-block .kpi .content-item .content-item-wrapper {
    display: block;
    max-height: 100%;
  }

  .content-block .kpi .content-item .content-item-wrapper img {
    width: 100%;
    margin-bottom: 15px;
  }

  .content-block .kpi .content-item .content-item-img {
    max-width: 100%;
    margin-bottom: 15px;
    height: 100%;
  }

  .content-block .kpi .content-item .content-item-data {
    width: 100%;
  }

  #inverter_main {
    /* width: 1280px; */
    /* height: calc(100vh - 132px); */
  }

  .tab-flex {
    display: block;
  }

  .carousel .carousel-header {
    font-size: 16px;
  }

  .pvd48 {
    padding: 0;
  }

  #lineup .flex-item .cta {
    font-size: 10px;
  }

  #lineup .flex-item .cta img {
    max-width: 10px;
  }

  #lineup .flex-item {
    width: 45%;
  }

  .flex-half .flex-item {
    height: 100%;
  }

  .tab-flex-item {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
  }

  .flex-item .flex-cta {
    font-size: 10px;
  }

  .flex-item .flex-cta img {
    max-width: 10px;
    vertical-align: text-top;
  }

  #banner h1 {
    padding: 20px;
    font-size: 18px;
    line-height: 31px;
    text-align: left;
  }

  .container .c_wrapper {
    width: 94%;
    margin: 0 auto 20px;
  }

  .main-content {
    width: 100%;
    margin-bottom: 40px;
  }

  .dflex {
    display: block;
  }

  .flex-content-right img {
    width: 100%;
  }

  .flex-industry img {
    width: 100%;
    margin-bottom: 15px;
  }

  .flex-content-right .content-right {
    margin: 34px 0 0 0;
  }

  #guidance_banner {
    margin-bottom: 50px;
  }

  #guidance_banner .flex {
    display: block !important;
    text-align: center;
  }

  #guidance_banner .flex button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 16px 0;
    font-size: 10px;
  }

  #guidance_banner .flex button img {
    margin-left: 3px;
  }

  #learn_more {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }

  #iot-ai {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  #iot-ai h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #video-intro {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  #learn_more .heading {
    font-size: 110%;
  }

  #iot-ai .heading {
    font-size: 110%;
  }

  #learn_more .flex-jc-fs .flex-item {
    margin-right: 0;
  }

  #learn_more .flex {
    display: block !important;
  }

  #learn_more .flex .flex-item {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
  }

  #learn_more .flex.last .flex-item {
    margin-bottom: 28px;
  }

  #learn_more .flex.last .flex-item img {
    width: 100%;
  }

  #mechatronic-contact .heading {
    font-size: 110%;
  }
  /* #guidance_banner {
    margin-bottom: 40px;
  } */

  .content-section .flex-landing {
    display: block;
  }

  .content-section .flex-landing .content {
    width: 100%;
    margin-bottom: 32px;
  }

  .content-section .flex-landing img {
    width: 100%;
  }

  .content-section .flex-landing-history img {
    width: 100% !important;
  }

  .content-section .flex-landing-history .content {
    width: 100% !important;
  }

  .flex-history {
    display: block;
  }

  .history-content {
    width: 100%;
  }

  .history-content img {
    width: 100%;
  }

  .history-year ul::before {
    width: 100%;
  }

  .carousel .carousel-item-wrapper p:not(.desc) {
    font-size: 12px;
  }

  .carousel .carousel-item-wrapper h3 {
    font-size: 12px;
  }

  /*** mechatronic sp ***/

  #iot-ai .iot-ai-flex {
    display: block;
  }

  #iot-ai .iot-ai-item {
    width: auto;
    margin-bottom: 28px;
  }

  /* #i3_concept video {
    width: 100%;
  } */

  #i3_concept {
    display: block;
  }

  #i3_concept .flex-item {
    width: 100%;
  }

  #i3_concept .flex-item:first-child {
    margin-bottom: 38px;
  }

  .content-block .kpi {
    display: block;
  }

  .content-block .kpi .content {
    width: 100%;
    margin-top: 20px;
  }

  .content-block .kpi .indicator {
    text-align: center;
  }

  .content-block .kpi .indicator group {
    display: inline-block;
    width: 100%;
  }

  .content-block .kpi .indicator img {
    display: inline-block;
    vertical-align: sub;
  }

  .content-block .kpi .indicator span {
    display: inline-block;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }

  .content-block .content-title::after {
    width: auto;
  }

  .content-block .product-based img {
    width: 100%;
  }

  .content-block .product-based .content {
    width: 100%;
    margin-top: 10px;
  }

  #iot-ai {
    width: 100vw;
  }

  #iot-ai .iot-ai-item img {
    width: 100%;
  }

  .kpi-simulation .tab-panels .content-wrapper {
    padding: 0 12px;
  }

  .kpi-simulation .tab-panels .block-content .title-content::after {
    display: none;
  }

  /*** end mechatronic sp ***/
  
  /*** start inverter sp **/
  #video-intro .heading {
    font-size: 110%;
  }

  #video-intro .wrapper {
    display: block;
  }
  
  #video-intro .wrapper .video {
    width: 100%;
    margin-bottom: 25px;
  }

  .flex-md-4 .flex-item {
    width: 100%;
  }

  .flex-md-4 .flex-item:not(:nth-child(3n + 3)) {
    margin-right: 0;
  }

  .carousel .carousel-item-wrapper p:not(.desc) {
    font-size: 12px;
  }
  /** end inverter sp **/
}

/** end sp **/