/*------------------------------------------------------------
  corporates
------------------------------------------------------------*/
.corporates.es .number:before {
  font-family: 'OpenSans_Light', sans-serif;
}
.corporates.es .text-portal {
  font-size: 1.5rem;
  color: #2e6194;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .corporates.es .text-portal {
    font-size: 2.2rem;
  }
}
/*------------------------------------------------------------
  about
------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .about.es .conts p {
    font-size: 1.8rem;
    line-height: 2.4;
    letter-spacing: -0.01em;
  }
}


/*------------------------------------------------------------
  office
------------------------------------------------------------*/
#office .smallTitle h3 {
  font-family: 'OpenSans', sans-serif;
  width: 100px;
}

@media only screen and (max-width: 767px) {

  #office .title2-sp {
    font-size: 1.6rem;
    letter-spacing: -0.01em;
  }
  #office .table1 {
    font-size: 1.4rem;
  }
  #office .text1 {
    font-size: 1.4rem;
  }
  #office .text-table p {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  #office .link-item.link-item li a {
    font-size: 1.6rem;
    letter-spacing: -0.03em;
  }
  #office .table1-office tr td:last-child {
    padding-left: 20px;
  }
  #office .table1 {
    font-size: 1.8rem;
    letter-spacing: -0.01em;
  }
  #office .text-table p {
    font-size: 1.8rem;
  }
  #office .text1 {
    font-size: 1.8rem;
  }

}

/*------------------------------------------------------------
  history
------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  #history .history1-content .list1 td, .history1-content .listSpec td {
    width: 82%;
  }
  #history .intro {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: -0.01em;
  }
  #history .text1 {
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    line-height: 1.4;
  }
  #history .text2 {
    font-size: 1.2rem;
  }
  #history .history1-content .list1 td.onlyBlock {
    width: 100%;
  }
  #history .history1-content .list1 sup.c-font {
    font-size: 1.0rem;
  }
}
@media only screen and (min-width: 768px) {
  #history .history1-content .list1 span {
    font-weight: 600;
  }
  #history .history1-content .list1 th, .history1-content .listSpec th {
    width: 110px;
  }

  #history .history1-content .list1 td, .history1-content .listSpec td {
    width: 850px;
  }
  #history .intro {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  #history .text1 {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  #history .intro.introB {
    width: calc(100% - 230px);
  }

  #history .text2 {
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
  #history .history1-content .list1 span.italic {
    font-weight: normal;
    font-style: italic;
  }
  #history .history1-content .list1 sup.c-font {
    font-weight: normal;
    font-size: 1.2rem;
  }
}
/*------------------------------------------------------------
  certification
------------------------------------------------------------*/
#certification .table1 th.table1__title {
  background: #46525f;
  width: 100%;
  color: #fff;
  padding: 5px 0;
  font-weight: normal;
  text-align: center;  
}
#certification .table1 .c-bold {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #certification .table1 {
    font-size: 1.4rem;
  }
  #certification .table1 tr td:last-child {
    padding-left: 10px;
  }
  #certification .certification-info {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  #certification .table1 {
    font-size: 1.8rem;
    letter-spacing: -0.01em;
  }

  #certification .certification-info {
      font-size: 1.5rem;
      line-height: 1.5;
  }
  #certification .table1 th.table1__title {
    background: #46525f;
    width: 100%;
    color: #fff;
    padding: 5px 0;
    font-weight: normal;
    text-align: center;  
  }
  #certification .table1 tr.table1__dots {
    border-top: none;
    border-bottom: none;
  }
  #certification .table1 tr.table1__dots_bottom {
    border-bottom: none;
  }

  #certification .table1 tr td:last-child {
    width: 760px;
  }
}
/*------------------------------------------------------------
  greeting
------------------------------------------------------------*/
#greeting .text-greeting p {
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 767px) {
  #greeting .greeting2 {
    line-height: 1.6 !important;
  }
  #greeting .text-greeting p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media only screen and (min-width: 768px) {
  #greeting .greeting2 {
    line-height: 30px !important;
  }
  #greeting .text-greeting p {
    line-height: 2.4;
    font-size: 1.8rem;
  }
}
/*------------------------------------------------------------
  overview
------------------------------------------------------------*/
#overview .text-overview {
  letter-spacing: -0.01em;
}
#overview .table1 {
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 767px) {
  #overview .text-overview {
    font-size: 1.4rem;
    line-height: 2;
  }
  #overview .table1 {
      font-size: 1.4rem;
      line-height: 2;
  }
  #overview .table1 tr td:last-child {
      padding-left: 10px;
  }
  #overview .text-overview figure figcaption {
      font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px) {
  #overview .text-overview {
    font-size: 1.8rem;
    line-height: 2.4;
  }
}