@charset "UTF-8";
/*============================================================


  business.css


============================================================*/
/*========================================
  top
========================================*/
/*  header
=====================*/
@media (max-width: 480px) and (orientation: portrait) {
  #business-top #header-top-category .list-digest > li:nth-of-type(3) {
    width: 100%;
  }
}


/*  potencial
=====================*/
#business-top #content-potential .index-tab {
  padding-bottom: 0;
}

#business-top #content-potential .index-tab .block-hero {
  padding-top: 48rem;
}

#business-top #content-potential .index-tab .block-hero .block-headline {
  height: 50%;
}

#business-top #content-potential .index-tab .block-hero .block-headline .block-letter {
  bottom: 3.2rem;
}

#business-top #content-potential .index-tab .block-hero .block-headline .block-letter .number-circle {
  font-size: 72%;
  background-color: rgba(255,255,255,0.2);
}

#business-top #content-potential .index-tab .block-hero .block-headline .block-letter .number-circle > span {
  color: #fff;
}

#business-top #content-potential .index-tab .list-content .block-letter {
  top: 50%;
}

#business-top #content-potential .index-tab .list-content .text-catch {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-top: 0;
}

#business-top #content-potential .index-tab .nav-tab {
  margin-top: -10rem;
}

#business-top #content-potential .index-tab .nav-tab > ul {
  width: 100%;
}

#business-top #content-potential .index-tab .nav-tab > ul > li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#business-top #content-potential .index-tab .nav-tab > ul > li a {
  width: 100%;
  height: 10rem;
  line-height: 10rem;
  padding: 0;
}

@media (max-width: 480px) and (orientation: portrait) {
  #business-top #content-potential {
    border-top: 1px solid #fff;
  }

  #business-top #content-potential .index-tab .block-hero {
    padding-top: 24rem;
  }

  #business-top #content-potential .index-tab .block-hero .block-headline .block-letter {
    bottom: 1.6rem;
  }

  #business-top #content-potential .index-tab .list-content .text-catch {
    font-size: 1.4rem;
    margin-top: 0;
  }

  #business-top #content-potential .index-tab .nav-tab {
    margin-top: -4rem;
  }

  #business-top #content-potential .index-tab .nav-tab > ul {
    padding-top: 0;
  }

  #business-top #content-potential .index-tab .nav-tab > ul > li {
    display: table;
    width: calc(100% / 3);
    height: 4rem;
  }

  #business-top #content-potential .index-tab .nav-tab > ul > li a {
    display: table-cell;
    width: 100%;
    height: 100%;
    font-size: 1.1rem;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
    padding: 0 1rem;
  }
}



/*  technicalsupport
=====================*/
#business-top #content-technicalsupport .block-feature > dd {
  margin: 12rem 0;
}

@media (max-width: 480px) and (orientation: portrait) {
  #business-top #content-technicalsupport .block-feature > dd {
    margin: 4rem 0 2.4rem;
  }
}


/*  totalsupport
=====================*/
#business-top #content-totalsupport .block-feature .fig-system {
  width: 58rem;
  margin: 2.4rem auto 6.4rem;
}

@media (max-width: 480px) and (orientation: portrait) {
  #business-top #content-totalsupport .block-feature .fig-system {
    width: calc(100% - 3.2rem);
    margin: 4rem auto 3.2rem;
  }
}


/*  style
=====================*/
#business-top #content-style .text-catch-sytle-2 {
  letter-spacing: 2;
}

#business-top #content-style .text-catch-sytle-2 > span {
  color: inherit;
  font-weight: 300;
  vertical-align: 0.1rem;
}

@media (max-width: 480px) and (orientation: portrait) {
  #business-top #content-style .text-catch-sytle-2 {
    line-height: 1.4;
    margin-top: 1.6rem;
  }

  #business-top #content-style .text-catch-sytle-2 > span {
    display: block;
  }
}





/*========================================
  procurement
========================================*/
/*  potential
=====================*/
#business-procurement #content-potential .list-potential .title-index {
  padding-top: 0.8rem;
}

#business-procurement #content-potential .list-potential .text-catch {
  line-height: 1.5;
  margin-top: 1.4rem;
}

@media (max-width: 480px) and (orientation: portrait) {
  #business-procurement #content-potential .list-potential .text-catch {
    line-height: 1.5;
    margin-top: 1.2rem;
  }
}




/*========================================
  total support
========================================*/
/*  total delivery system
=====================*/
#business-totalsupport #content-totaldeliverysystem .fig-system {
  width: 60rem;
  margin: 0 auto
}

@media (max-width: 480px) and (orientation: portrait) {
  #business-totalsupport #content-totaldeliverysystem .fig-system {
    width: calc(100% - 3.2rem);
    margin: 1rem auto;
  }
}




/*========================================
  technical support
========================================*/
/*  flow
=====================*/
#business-technicalsupport #content-flow .fig-flow {
  margin-top: 2.4rem;
  margin-bottom: 4rem;
}

#business-technicalsupport #content-flow .fig-flow .list-flow .flow-detail > p {
  min-height: 8rem;
}

#business-technicalsupport #content-flow .merit .list-merit {
  width: 100%;
  text-align: center;
  padding: 0 2.4rem 4rem;
  overflow: hidden;
}

#business-technicalsupport #content-flow .merit .list-merit > li {
  width: 50%;
  float: left;
  text-align: center;
}

#business-technicalsupport #content-flow .merit .list-merit > li > dl {
  display: inline-table;
  width: 96%;
}

#business-technicalsupport #content-flow .merit .list-merit > li > dl > dt,
#business-technicalsupport #content-flow .merit .list-merit > li > dl > dd {
  display: table-cell;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-align: center;
  vertical-align: middle;
  padding: 1rem 0.4rem;
}

#business-technicalsupport #content-flow .merit .list-merit > li > dl > dt {
  display: table-cell;
  width: 25%;
  color: #fff;
  font-size: 1.2rem;
  background-color: #25265a;
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem;
}

#business-technicalsupport #content-flow .merit .list-merit > li > dl > dd {
  width: 75%;
  color: #000;
  font-size: 1.4rem;
  background-color: #f8f8f8;
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
}

@media (max-width: 480px) and (orientation: portrait) {
  #business-technicalsupport #content-flow .fig-flow {
    margin-bottom: 2.4rem;
  }

  #business-technicalsupport #content-flow .fig-flow .list-flow .flow-detail > p {
    min-height: 4rem;
  }

  #business-technicalsupport #content-flow .merit .list-merit {
    padding: 0;
  }

  #business-technicalsupport #content-flow .merit .list-merit > li {
    width: 100%;
    float: none;
  }

  #business-technicalsupport #content-flow .merit .list-merit > li + li {
    margin-top: 0.6rem;
  } 

  #business-technicalsupport #content-flow .merit .list-merit > li > dl {
    width: 100%;
  }

  #business-technicalsupport #content-flow .merit .list-merit > li > dl > dt,
  #business-technicalsupport #content-flow .merit .list-merit > li > dl > dd {
    letter-spacing: 0.04em;
    padding: 1rem 0.4rem;
  }

  #business-technicalsupport #content-flow .merit .list-merit > li > dl > dt {
    width: 20%;
    color: #fff;
    font-size: 1rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  #business-technicalsupport #content-flow .merit .list-merit > li > dl > dd {
    width: 80%;
    color: #000;
    font-size: 1.1rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

}


/*  achievement
=====================*/
#business-technicalsupport #content-achievement {
  text-align: center;
}

#business-technicalsupport #content-achievement .number-data {
  padding-top: 2.4rem;
  padding-bottom: 1.6rem;
}

#business-technicalsupport #content-achievement .fig-chart {
  width: 100%;
  margin-bottom: 4rem;
}

#business-technicalsupport #content-achievement .fig-chart figcaption {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 100;
  letter-spacing: 0.04em;
  text-align: right;
}

@media (max-width: 480px) and (orientation: portrait) {
  #business-technicalsupport #content-achievement .number-data {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  #business-technicalsupport #content-achievement .fig-chart {
    margin-bottom: 0;
  }
}




/*========================================
  expert support renewal
========================================*/
/*  intro
=====================*/
#business-expertsupport-renewal #content-head .block-figure {
  width: 100%;
  text-align: center;
  margin-top: 5.6rem;
}

#business-expertsupport-renewal #content-head .fig-field {
  display: inline-block;
  position: relative;
}

#business-expertsupport-renewal #content-head .fig-field::after {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 1px;
  background-color: rgba(37,38,90, 0.4);
  vertical-align: middle;
  margin: auto 0;
  position: absolute;
  left: 48rem;
  top: 0;
  bottom: 0;
}

#business-expertsupport-renewal #content-head .fig-field > dt,
#business-expertsupport-renewal #content-head .fig-field > dd {
  display: inline-table;
  text-align: center;
  vertical-align: middle;
}

#business-expertsupport-renewal #content-head .fig-field > dt {
  width: 48rem;
  height: 28rem;
  border-radius: 14rem;
  border: 1px solid rgba(37,38,90, 1);
}

#business-expertsupport-renewal #content-head .fig-field > dt > strong {
  display: table-cell;
  color: #25265a;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  vertical-align: middle;
}

#business-expertsupport-renewal #content-head .fig-field > dd {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  border: 1px solid rgba(37,38,90, 0.4);
  margin-left: 4rem;
}

#business-expertsupport-renewal #content-head .fig-field > dd > ul {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 1.6rem;
}

#business-expertsupport-renewal #content-head .fig-field > dd > ul::after {
  content: "…etc";
  color: #25265a;
  font-size: 1rem;
  font-weight: 400;
}

#business-expertsupport-renewal #content-head .fig-field > dd > ul > li {
  color: #25265a;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

@media (max-width: 480px) and (orientation: portrait) {
  #business-expertsupport-renewal #content-head .block-figure {
    margin-top: 3.2rem;
    margin-bottom: 2.4rem;
  }

  #business-expertsupport-renewal #content-head .fig-field::after {
    width: 1px;
    height: 2rem;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  #business-expertsupport-renewal #content-head .fig-field > dt,
  #business-expertsupport-renewal #content-head .fig-field > dd {
    display: table;
  }

  #business-expertsupport-renewal #content-head .fig-field > dt {
    width: 100%;
    height: 12rem;
    border-radius: 6rem;
  }

  #business-expertsupport-renewal #content-head .fig-field > dt > strong {
    font-size: 1.5rem;
    line-height: 1.6;
  }

  #business-expertsupport-renewal #content-head .fig-field > dd {
    width: 100%;
    height: 12rem;
    border-radius: 6rem;
    margin-left: 0;
    margin-top: 2rem;
  }

  #business-expertsupport-renewal #content-head .fig-field > dd > ul {
    padding: 0 4rem;
  }

  #business-expertsupport-renewal #content-head .fig-field > dd > ul > li {
    display: inline-block;
  }

  #business-expertsupport-renewal #content-head .fig-field > dd > ul > li:not(:last-of-type)::after {
    content: "、";
    display: inline;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
  }
}



/*  flow
=====================*/
#business-expertsupport-renewal #content-flow .list-flow {
  background-color: #f8f8f8;
}

#business-expertsupport-renewal #content-flow .list-flow .block-letter {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-indent: 0;
  padding: 1.6rem 1.6rem 2rem 3.6rem;
  position: relative;
}

#business-expertsupport-renewal #content-flow .list-flow .block-letter > span {
  color: inherit;
  font-size: 80%;
  font-weight: inherit;
  letter-spacing: inherit;
}

#business-expertsupport-renewal #content-flow .list-flow .block-letter .number-circle {
  font-size: 108%;
  position: absolute;
  left: 1.6rem;
  top: 1.8rem;
}

@media (max-width: 480px) and (orientation: portrait) {
  #business-expertsupport-renewal #content-flow .list-flow .block-letter {
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 0.8rem 0.2rem 1.6rem 2.4rem;
  }

  #business-expertsupport-renewal #content-flow .list-flow .block-letter .number-circle {
    font-size: 100%;
    left: 0.8rem;
    top: 1rem;
  }
}


/*  system
=====================*/
#business-expertsupport-renewal #content-renewal-construction .fig-system > li {
  padding-left: 4rem;
  padding-right: 4rem;
}

#business-expertsupport-renewal #content-system .fig-system dt {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}


@media (max-width: 480px) and (orientation: portrait) {
  #business-expertsupport-renewal #content-renewal-construction .fig-system > li {
    border-top: 1px solid #ddd;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  #business-expertsupport-renewal #content-renewal-construction .fig-system > li + li {
    margin-top: 4rem;
  }

  #business-expertsupport-renewal #content-system .fig-system dt {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

}




/*========================================
  kanzai net
========================================*/
#business-kanzainet .fig-system {
  width: 50%;
  margin: 0 auto;
}

#business-kanzainet #content-hours {
  text-align: center;
}

#business-kanzainet #content-fit {
  text-align: center;
}

#business-kanzainet #content-fit .list-fit {
  width: 100%;
  background-color: #f8f8f8;
}

#business-kanzainet #content-fit .list-fit > li {
  text-align: center;
  padding: 4rem 0;
}

#business-kanzainet #content-fit .list-fit .icon-fit {
  display: inline-block;
  width: 34%;
  margin-bottom: 3.2rem;
}

#business-kanzainet #content-fit .list-fit .text-fit {
  color: #25265a;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

@media (max-width: 480px) and (orientation: portrait) {
  #business-kanzainet .fig-system {
    width: 100%;
    width: calc(100% - 3.2rem);
  }

  #business-kanzainet #content-fit .list-fit > li {
    padding: 3.2rem 0;
  }

  #business-kanzainet #content-fit .list-fit .icon-fit {
    margin-bottom: 1.6rem;
  }

  #business-kanzainet #content-fit .list-fit .text-fit {
    font-size: 1.2rem;
    line-height: 1.7;
  }

  #business-kanzainet #content-hours .text-notes {
    margin-top: 2.4rem;
  }
}




/*========================================
  kanzai net guide
========================================*/
/*  joining
=====================*/
#business-kanzainet-guide #content-joining .list-step .block-detail {
  margin-top: 4rem;
  margin-bottom: 2.4rem;
}

#business-kanzainet-guide #content-joining .list-step .block-detail .block-figure {
  display: inline-block;
  width: 36%;
  vertical-align: middle;
  text-align: center;
}

#business-kanzainet-guide #content-joining .list-step .block-detail .block-figure figure {
  display: inline-block;
  position: relative;
}

#business-kanzainet-guide #content-joining .list-step .block-detail .block-figure figure.fig-joining-format {
  width: 50%;
}

#business-kanzainet-guide #content-joining .list-step .block-detail .block-figure figure.fig-joining-card {
  width: 32%;
}

#business-kanzainet-guide #content-joining .list-step .block-detail .block-figure figure.fig-joining-point {
  width: 56%;
}

#business-kanzainet-guide #content-joining .list-step .block-detail .block-figure figure figcaption {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-top: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1rem;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
}

#business-kanzainet-guide #content-joining .list-step .block-detail .block-description {
  display: inline-table;
  width: 64%;
  text-align: left;
  vertical-align: middle;
  background-color: #f4f6fd;
  border-radius: 1px;
  position: relative;
}

#business-kanzainet-guide #content-joining .list-step .block-detail .block-description::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8rem 1.6rem 0.8rem 0;
  border-color: transparent #f4f6fd transparent transparent;
  margin: auto 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

#business-kanzainet-guide #content-joining .list-step .block-detail .block-description .block-letter {
  display: table-cell;
  width: 72%;
  color: #25265a;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 2;
  vertical-align: middle;
  padding: 1.6rem 4rem;
}

#business-kanzainet-guide #content-joining .list-step .block-detail .block-description .block-image {
  display: table-cell;
  width: 28%;
  vertical-align: middle;
  padding: 2rem;
}

#business-kanzainet-guide #content-joining .list-step .block-detail .block-description .list-input {
  width: 100%;
  padding: 1.6rem 4rem;
}

#business-kanzainet-guide #content-joining .list-step .block-detail .block-description .list-input > li {
  display: inline-block;
  width: calc(100% / 3);
  color: #25265a;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.4;
  vertical-align: top;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

#business-kanzainet-guide #content-joining .list-step .point dt > span {
  color: #25265a;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.5;
  border: 2px solid #25265a;
  background-color: #fff;
}

@media (max-width: 480px) and (orientation: portrait) {
  #business-kanzainet-guide #content-joining .list-step .block-detail {
    margin-top: 2rem;
    margin-bottom: 1.6rem;
  }

  #business-kanzainet-guide #content-joining .list-step .block-detail .block-figure {
    width: 100%;
  }

  #business-kanzainet-guide #content-joining .list-step .block-detail .block-figure figure figcaption {
    margin-top: 1rem;
    position: static;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }

  #business-kanzainet-guide #content-joining .list-step .block-detail .block-description {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 2.4rem;
    padding: 0.8rem 1.6rem;
  }

  #business-kanzainet-guide #content-joining .list-step .block-detail .block-description::after {
    border-width: 0 0.8rem 1.6rem 0.8rem;
    border-color: transparent transparent #f4f6fd transparent;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  #business-kanzainet-guide #content-joining .list-step .block-detail .block-description .block-letter {
    display: block;
    width: 100%;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
    text-align: left;
    padding: 0;
  }

  #business-kanzainet-guide #content-joining .list-step .block-detail .block-description .block-image {
    display: inline-block;
    width: 40%;
    padding: 0.8rem;
  }

  #business-kanzainet-guide #content-joining .list-step .block-detail .block-description .list-input {
    padding: 0;
  }

  #business-kanzainet-guide #content-joining .list-step .block-detail .block-description .list-input > li {
    width: 100%;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    line-height: 1.3;
    text-align: left;
    margin-top: 0.24rem;
    margin-bottom: 0.24rem;
  }

  #business-kanzainet-guide #content-joining .list-step .point dt > span {
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    line-height: 1.3;
  }
}



/*  flow
=====================*/
#business-kanzainet-guide #content-flow .list-step .block-title {
  display: inline-table;
  width: 36%;
  height: 10rem;
}

#business-kanzainet-guide #content-flow .list-step .block-title > h2 {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: left; 
  vertical-align: middle;
}

#business-kanzainet-guide #content-flow .list-step .block-detail {
  display: inline-block;
  width: 64%;
  float: right;
}

#business-kanzainet-guide #content-flow .list-step .block-detail .list-flow {
  width: 100%;
}

#business-kanzainet-guide #content-flow .list-step .block-detail .list-flow > li {
  padding-top: 2.4rem;
  padding-bottom: 3.2rem;
}

#business-kanzainet-guide #content-flow .list-step .block-detail .list-flow > li + li {
  border-top: 1px solid #eee;
}

#business-kanzainet-guide #content-flow .list-step .block-detail .list-flow dt {
  font-size: 2.4rem;
  font-weight: 400;
  margin-right: 1rem;
  top: 0;
}

#business-kanzainet-guide #content-flow .list-step .block-detail .list-flow dd.block-letter {
  display: inline;
  vertical-align: middle;
}

#business-kanzainet-guide #content-flow .list-step .block-detail .list-flow dd.block-letter span {
  color: inherit;
  font-size: 80%;
  font-weight: inherit;
  letter-spacing: inherit;
}

#business-kanzainet-guide #content-flow .list-step .block-detail .list-flow dd.block-image {
  margin-top: 2.4rem;
}

#business-kanzainet-guide #content-flow .list-step .block-detail .list-flow dd.block-image figure ul {
  width: 80%;
  overflow: hidden;
}

#business-kanzainet-guide #content-flow .list-step .block-detail .list-flow dd.block-image figure ul > li {
  width: calc(100% / 3);
  padding-right: 2rem;
  float: left;
}

.edge #business-kanzainet-guide #content-flow .list-step .block-detail .list-flow dd.block-image figure ul > li {
  width: 33.333%;
}

#business-kanzainet-guide #content-flow .list-step .block-detail .list-flow dd.block-image figure figcaption {
  display: block;
  color: #25265a;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin-top: 2.4rem;
}

@media (max-width: 480px) and (orientation: portrait) {
  #business-kanzainet-guide #content-flow .list-step .block-title {
    width: 100%;
    height: 5rem;
    margin-top: 0.4rem;
  }

  #business-kanzainet-guide #content-flow .list-step .block-detail {
    width: 100%;
    float: none;
  }

  #business-kanzainet-guide #content-flow .list-step .block-detail .list-flow > li {
    padding-top: 1.6rem;
    padding-bottom: 2.4rem;
  }

  #business-kanzainet-guide #content-flow .list-step .block-detail .list-flow dt {
    font-size: 1.6rem;
    margin-right: 0.4rem;
  }

  #business-kanzainet-guide #content-flow .list-step .block-detail .list-flow dd.block-image {
    margin-top: 1.6rem;
  }

  #business-kanzainet-guide #content-flow .list-step .block-detail .list-flow dd.block-image figure ul {
    width: 100%;
  }

  #business-kanzainet-guide #content-flow .list-step .block-detail .list-flow dd.block-image figure ul > li {
    padding-right: 0.8rem;
  }

  #business-kanzainet-guide #content-flow .list-step .block-detail .list-flow dd.block-image figure figcaption {
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin-top: 1rem;
  }
}
/*========================================
  tech lab
========================================*/
#business-techlab #content-unit .block-letter,
#business-techlab #content-automatic .block-letter,
#business-techlab #content-sustainable .block-letter {
  margin-bottom: 4rem;
}
#business-techlab #content-unit .block-image .column-col2,
#business-techlab #content-automatic .block-image .column-col2,
#business-techlab #content-sustainable .block-image .column-col2 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
#business-techlab #content-unit .block-image .column-col2 > *,
#business-techlab #content-automatic .block-image .column-col2 > *,
#business-techlab #content-sustainable .block-image .column-col2 > * {
  width: calc(50% - 1.2rem);
}
@media (max-width: 480px) and (orientation: portrait) {
  #business-techlab #content-unit .block-letter,
  #business-techlab #content-automatic .block-letter,
  #business-techlab #content-sustainable .block-letter {
    margin-bottom: 2rem;
  }
  #business-techlab #content-unit .block-image .column-col2,
  #business-techlab #content-automatic .block-image .column-col2,
  #business-techlab #content-sustainable .block-image .column-col2 {
    gap: 1rem;
  }
  #business-techlab #content-unit .block-image .column-col2 > *,
  #business-techlab #content-automatic .block-image .column-col2 > *,
  #business-techlab #content-sustainable .block-image .column-col2 > * {
    width: 100%;
  }
}

/*  about
=====================*/
#business-techlab figure.about {
  width: 78.6rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6rem;
}
@media (max-width: 480px) and (orientation: portrait) {
  #business-techlab figure.about {
    width: 100%;
    margin-bottom: 3rem;
  }
}