@charset "UTF-8";
/* Scss Document */
/*------------------------------------------*/
.pagetitle_strengthening_alignment {
  background: url(/smart-manufacturing/sp/shared/images/strengthening_alignment/pagetitle_bg.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_strengthening_alignment {
    margin: 0 -16px 20px;
    min-height: 125px;
    height: 125px;
    padding: 16px 16px;
  }
}

.pagetitle_strengthening_alignment > div span {
  font-size: 1rem;
  line-height: 1;
  margin: 0 0 15px;
  display: block;
}

@media screen and (max-width: 767px) {
  .pagetitle_strengthening_alignment > div span {
    font-size: 0.75rem;
    line-height: 1.4;
    margin: 0 0 10px;
  }
}

.pagetitle_strengthening_alignment > div h1 {
  /*font-size:2.5rem;*/
  font-size: 40px;
  line-height: calc(50/40);
  font-weight: 900;
  display: block;
}

.pagetitle_strengthening_alignment > div h1.small {
  /*font-size:2.125rem;*/
  font-size: 34px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .pagetitle_strengthening_alignment > div h1 {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .pagetitle_strengthening_alignment > div h1.small {
    font-size: 1.125rem;
  }
}

/*------------------------------------------*/
.strengthening_alignment_tabs {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .strengthening_alignment_tabs {
    margin: 0 -16px 20px;
  }
}

.strengthening_alignment_tab {
  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: 52px;
  color: #1F9AC2;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(26 / 20);
  text-align: center;
  padding: 8px 16px;
  border: 2px solid #1F9AC2;
  cursor: pointer;
}

.strengthening_alignment_tab.active {
  background-color: #1F9AC2;
  color: #fff;
  cursor: auto;
  position: relative;
}

.strengthening_alignment_tab.active:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #1F9AC2 transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .strengthening_alignment_tab {
    min-height: auto;
    font-size: 15px;
    line-height: calc(20 / 15);
  }
  .strengthening_alignment_tab.active:after {
    display: none;
  }
}

/*------------------------------------------*/
.strengthening_alignment_content__heading {
  font-size: 28px;
  font-weight: 700;
  line-height: calc(43 / 28);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .strengthening_alignment_content__heading {
    font-size: 17px;
    line-height: calc(26 / 17);
  }
}

.strengthening_alignment_content__text {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(22 / 14);
  text-align: center;
  margin: 10px 0 0;
}

@media screen and (max-width: 767px) {
  .strengthening_alignment_content__text {
    font-size: 11px;
    line-height: calc(17 / 11);
  }
}

.strengthening_alignment_content__image {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .strengthening_alignment_content__image {
    margin-top: 10px;
  }
}

.strengthening_alignment_content__wrapper {
  background-color: #D2EBF3;
  padding: 28px 18px 36px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .strengthening_alignment_content__wrapper {
    padding: 20px 12px;
    margin-top: 20px;
  }
}

.strengthening_alignment_content__item {
  font-size: 15px;
  font-weight: 500;
  line-height: calc(23 / 15);
  padding-left: 18px;
  position: relative;
}

.strengthening_alignment_content__item:before {
  content: "■";
  color: #1F9AC2;
  font-size: 12px;
  line-height: calc(23 / 12);
  position: absolute;
  top: 0;
  left: 0;
}

.strengthening_alignment_content__item:not(:first-of-type) {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .strengthening_alignment_content__item {
    font-size: 12px;
    line-height: calc(17 / 12);
    padding-left: 14px;
  }
  .strengthening_alignment_content__item:before {
    font-size: 10px;
    line-height: calc(17 / 10);
  }
}

/*------------------------------------------*/
.strengthening_alignment_usecase__table {
  font-size: 14px;
  line-height: calc(22 / 14);
  border-right: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
}

.strengthening_alignment_usecase__table th {
  background-color: #f2f2f2;
  white-space: nowrap;
  padding: 5px 10px;
  border-top: 1px solid #CFCFCF;
  border-left: 1px solid #CFCFCF;
}

.strengthening_alignment_usecase__table td {
  padding: 5px 10px;
  border-top: 1px solid #CFCFCF;
  border-left: 1px solid #CFCFCF;
}

@media screen and (max-width: 767px) {
  .strengthening_alignment_usecase__table th {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    text-align: center;
  }
}

.strengthening_alignment_usecase__image {
  margin-top: 25px;
}

/*------------------------------------------*/
#mainarea #strengthening_alignment_cta {
  background-color: #333;
  padding: 30px 36px 40px;
  margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
  #mainarea #strengthening_alignment_cta {
    padding: 20px 18px 30px;
    margin: 20px 0 0;
  }
}

.strengthening_alignment_cta__heading {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: calc(44 / 30);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .strengthening_alignment_cta__heading {
    font-size: 17px;
    line-height: calc(17 / 11);
  }
}

.strengthening_alignment_cta__text {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: calc(21 / 15);
  margin: 10px 0 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .strengthening_alignment_cta__text {
    font-size: 12px;
    line-height: calc(17 / 12);
  }
}

.strengthening_alignment_cta__button_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 10px 18px;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .strengthening_alignment_cta__button_wrapper {
    -ms-grid-columns: none;
        grid-template-columns: none;
    margin-top: 22px;
  }
}

.strengthening_alignment_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) {
  .strengthening_alignment_cta__button {
    min-height: 68px;
  }
}

.strengthening_alignment_cta__button--contact {
  font-size: 24px;
  line-height: calc(32 / 24);
}

.strengthening_alignment_cta__button--contact span {
  padding-left: 54px;
  position: relative;
}

.strengthening_alignment_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) {
  .strengthening_alignment_cta__button--contact {
    font-size: 21px;
    line-height: calc(30 / 21);
  }
  .strengthening_alignment_cta__button--contact span {
    padding-left: 46px;
  }
  .strengthening_alignment_cta__button--contact span:before {
    width: 30px;
    height: 20px;
  }
}

.strengthening_alignment_cta__button--download {
  font-size: 16px;
  line-height: calc(22 / 16);
}

.strengthening_alignment_cta__button--download span {
  padding-left: 40px;
  position: relative;
}

.strengthening_alignment_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) {
  .strengthening_alignment_cta__button--download {
    font-size: 21px;
    line-height: calc(30 / 21);
  }
  .strengthening_alignment_cta__button--download span {
    font-size: 14px;
    line-height: calc(18 / 14);
    padding-left: 30px;
  }
  .strengthening_alignment_cta__button--download span:before {
    width: 24px;
    height: 30px;
  }
}

.strengthening_alignment_usecase__common_button {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .strengthening_alignment_usecase__common_button {
    min-width: 100%;
    margin-top: 40px;
  }
}

/*------------------------------------------*/
#strengthening_alignment_cases ul.block {
  padding-top: 20px;
  clear: both;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-right: 1px;
}

@media screen and (max-width: 767px) {
  #strengthening_alignment_cases ul.block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
  }
}

#strengthening_alignment_cases ul.block li.blocks {
  width: 234px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-left: -1px;
  margin-top: -1px;
}

@media screen and (max-width: 767px) {
  #strengthening_alignment_cases ul.block li.blocks {
    width: 100%;
    position: inherit;
    height: 100%;
    margin-left: 0;
  }
}

#strengthening_alignment_cases ul.block li.blocks .inner {
  padding: 16px 16px 96px;
  width: 180px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #strengthening_alignment_cases ul.block li.blocks .inner {
    width: calc(100% - 20px);
    padding: 16px;
  }
}

#strengthening_alignment_cases ul.block li.blocks .img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: -6px -16px 0;
}

#strengthening_alignment_cases ul.block li.blocks .img img {
  width: 100%;
}

#strengthening_alignment_cases ul.block li.blocks .title {
  margin-top: 6px;
  font-size: 1rem;
  font-weight: 600;
}

#strengthening_alignment_cases ul.block li.blocks em {
  margin-top: 4px;
}

#strengthening_alignment_cases ul.block li.blocks em.label {
  display: inline-block;
  background: #eee !important;
  color: #333 !important;
}

#strengthening_alignment_cases ul.block li.blocks .txt {
  margin-top: 16px;
}

#strengthening_alignment_cases ul.block li.blocks .btn {
  position: absolute;
  bottom: 24px;
  width: 187px;
}

@media screen and (max-width: 767px) {
  #strengthening_alignment_cases ul.block li.blocks .btn {
    position: inherit;
    bottom: auto;
    width: 100%;
    margin-top: 24px;
  }
}

.strengthening_alignment_cases__common_button {
  min-width: 350px;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .strengthening_alignment_cases__common_button {
    min-width: 260px;
    margin-top: 40px;
  }
}

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/