@charset "UTF-8";
/* Scss Document */
/*------------------------------------------*/
.pagetitle_cost_solution {
  background: url(/smart-manufacturing/sp/shared/images/cost_solution/pagetitle_bg.jpg) no-repeat center center/cover;
  min-height: 180px;
  height: 180px;
  color: #fff;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 23px;
  box-sizing: border-box;
  margin: 0 0 20px; }
  @media screen and (max-width: 767px) {
    .pagetitle_cost_solution {
      margin: 0 -16px 20px;
      min-height: 125px;
      height: 125px;
      padding: 16px 16px; } }
  .pagetitle_cost_solution > div span {
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 15px;
    display: block; }
    @media screen and (max-width: 767px) {
      .pagetitle_cost_solution > div span {
        font-size: 0.75rem;
        line-height: 1.4;
        margin: 0 0 10px; } }
  .pagetitle_cost_solution > div h1 {
    /*font-size:2.5rem;*/
    font-size: 40px;
    line-height: calc(50/40);
    font-weight: 900;
    display: block; }
    .pagetitle_cost_solution > div h1.small {
      /*font-size:2.125rem;*/
      font-size: 34px;
      line-height: 1.3; }
    @media screen and (max-width: 767px) {
      .pagetitle_cost_solution > div h1 {
        font-size: 1.25rem;
        line-height: 1.3; }
        .pagetitle_cost_solution > div h1.small {
          font-size: 1.125rem; } }

/*------------------------------------------*/
.cost_solution_tabs {
  margin-bottom: 35px; }
  @media screen and (max-width: 767px) {
    .cost_solution_tabs {
      margin: 0 -16px 20px; } }

.cost_solution_tab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  color: #489E70;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(26 / 20);
  text-align: center;
  padding: 8px 16px;
  border: 2px solid #489E70;
  cursor: pointer; }
  .cost_solution_tab.active {
    background-color: #489E70;
    color: #fff;
    cursor: auto;
    position: relative; }
    .cost_solution_tab.active:after {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 10px 0 10px;
      border-color: #489E70 transparent transparent transparent;
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%); }
  @media screen and (max-width: 767px) {
    .cost_solution_tab {
      min-height: auto;
      font-size: 15px;
      line-height: calc(20 / 15); }
      .cost_solution_tab.active:after {
        display: none; } }

/*------------------------------------------*/
.cost_solution_content__heading {
  font-size: 28px;
  font-weight: 700;
  line-height: calc(43 / 28);
  text-align: center; }
  @media screen and (max-width: 767px) {
    .cost_solution_content__heading {
      font-size: 17px;
      line-height: calc(26 / 17); } }

.cost_solution_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) {
    .cost_solution_content__text {
      font-size: 11px;
      line-height: calc(17 / 11); } }

.cost_solution_content__image {
  margin-top: 20px; }
  .cost_solution_content__image img {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .cost_solution_content__image {
      margin-top: 10px; } }

.cost_solution_content__wrapper {
  background-color: #DAECE2;
  padding: 28px 18px 36px;
  margin-top: 15px; }
  @media screen and (max-width: 767px) {
    .cost_solution_content__wrapper {
      padding: 20px 12px;
      margin-top: 20px; } }

.cost_solution_content__item {
  font-size: 15px;
  font-weight: 500;
  line-height: calc(23 / 15);
  padding-left: 18px;
  position: relative; }
  .cost_solution_content__item:before {
    content: "■";
    color: #489E70;
    font-size: 12px;
    line-height: calc(23 / 12);
    position: absolute;
    top: 0;
    left: 0; }
  .cost_solution_content__item:not(:first-of-type) {
    margin-top: 1em; }
  @media screen and (max-width: 767px) {
    .cost_solution_content__item {
      font-size: 12px;
      line-height: calc(17 / 12);
      padding-left: 14px; }
      .cost_solution_content__item:before {
        font-size: 10px;
        line-height: calc(17 / 10); } }

/*------------------------------------------*/
.cost_solution_usecase__table {
  font-size: 14px;
  line-height: calc(22 / 14);
  border-right: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF; }
  .cost_solution_usecase__table th {
    background-color: #f2f2f2;
    white-space: nowrap;
    padding: 5px 10px;
    border-top: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF; }
  .cost_solution_usecase__table td {
    padding: 5px 10px;
    border-top: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF; }
  @media screen and (max-width: 767px) {
    .cost_solution_usecase__table th {
      writing-mode: vertical-rl;
      letter-spacing: 0.5em;
      text-indent: 0.5em;
      text-align: center; } }

.cost_solution_usecase__image {
  margin-top: 25px; }

/*------------------------------------------*/
#mainarea #cost_solution_cta {
  background-color: #333;
  padding: 30px 36px 40px;
  margin: 40px 0 0; }
  @media screen and (max-width: 767px) {
    #mainarea #cost_solution_cta {
      padding: 20px 18px 30px;
      margin: 20px 0 0; } }

.cost_solution_cta__heading {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: calc(44 / 30);
  text-align: center; }
  @media screen and (max-width: 767px) {
    .cost_solution_cta__heading {
      font-size: 17px;
      line-height: calc(17 / 11); } }

.cost_solution_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) {
    .cost_solution_cta__text {
      font-size: 12px;
      line-height: calc(17 / 12); } }

.cost_solution_cta__button_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 18px;
  margin-top: 25px; }
  @media screen and (max-width: 767px) {
    .cost_solution_cta__button_wrapper {
      grid-template-columns: none;
      margin-top: 22px; } }

.cost_solution_cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  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;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .cost_solution_cta__button {
      min-height: 68px; } }

.cost_solution_cta__button--contact {
  font-size: 24px;
  line-height: calc(32 / 24); }
  .cost_solution_cta__button--contact span {
    padding-left: 54px;
    position: relative; }
    .cost_solution_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%;
      transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .cost_solution_cta__button--contact {
      font-size: 21px;
      line-height: calc(30 / 21); }
      .cost_solution_cta__button--contact span {
        padding-left: 46px; }
        .cost_solution_cta__button--contact span:before {
          width: 30px;
          height: 20px; } }

.cost_solution_cta__button--download {
  font-size: 16px;
  line-height: calc(22 / 16); }
  .cost_solution_cta__button--download span {
    padding-left: 40px;
    position: relative; }
    .cost_solution_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%;
      transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .cost_solution_cta__button--download {
      font-size: 21px;
      line-height: calc(30 / 21); }
      .cost_solution_cta__button--download span {
        font-size: 14px;
        line-height: calc(18 / 14);
        padding-left: 30px; }
        .cost_solution_cta__button--download span:before {
          width: 24px;
          height: 30px; } }

.cost_solution_usecase__common_button {
  margin-top: 60px; }
  @media screen and (max-width: 767px) {
    .cost_solution_usecase__common_button {
      min-width: 100%;
      margin-top: 40px; } }

/*------------------------------------------*/
#cost_solution_cases ul.block {
  padding-top: 20px;
  clear: both;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin-right: 1px; }
  @media screen and (max-width: 767px) {
    #cost_solution_cases ul.block {
      flex-direction: column;
      margin-right: 0; } }
  #cost_solution_cases ul.block li.blocks {
    width: 33.3%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    position: relative;
    margin-left: -1px;
    margin-top: -1px; }
    @media screen and (max-width: 767px) {
      #cost_solution_cases ul.block li.blocks {
        width: 100%;
        position: inherit;
        height: 100%;
        margin-left: 0; } }
    #cost_solution_cases ul.block li.blocks .inner {
      padding: 16px 16px 96px;
      width: 100%;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        #cost_solution_cases ul.block li.blocks .inner {
          width: calc(100% - 20px);
          padding: 16px; } }
    #cost_solution_cases ul.block li.blocks .img {
      box-sizing: border-box;
      margin: -6px -16px 0; }
      #cost_solution_cases ul.block li.blocks .img img {
        width: 100%; }
    #cost_solution_cases ul.block li.blocks .title {
      margin-top: 6px;
      font-size: 1rem;
      font-weight: 600; }
    #cost_solution_cases ul.block li.blocks em {
      margin-top: 4px; }
      #cost_solution_cases ul.block li.blocks em.label {
        display: inline-block;
        background: #eee !important;
        color: #333 !important; }
    #cost_solution_cases ul.block li.blocks .txt {
      margin-top: 16px; }
    #cost_solution_cases ul.block li.blocks .btn {
      position: absolute;
      bottom: 24px;
      width: calc(100% - 32px); }
      @media screen and (max-width: 767px) {
        #cost_solution_cases ul.block li.blocks .btn {
          position: inherit;
          bottom: auto;
          width: 100%;
          margin-top: 24px; } }

.cost_solution_cases__common_button {
  padding: 6px 32px 6px 12px;
  margin-top: 60px; }
  .cost_solution_cases__common_button:after {
    right: 10px; }
  @media screen and (max-width: 767px) {
    .cost_solution_cases__common_button {
      min-width: 100%;
      margin-top: 40px; } }

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
