/*top_about
--------------------------------------------------------*/
#top_about {
  padding: 100px 0;
}

.box_title_aboutus {
  display: flex;
  margin: 0 auto 40px;
  align-items: center;
  justify-content: center;
}

.title_aboutus {
  background: #fff;
  border: 2px solid #dde8eb;
  font-size: 1.6rem;
  color: #5F9EAF;
  padding: 10px 30px;
  text-align: center;
  box-shadow: 10px 10px 0 #DDE8EB;
  line-height: 1.4;
  letter-spacing: .18rem;
}

.title_aboutus_en {
  color: #666;
  font-size: 1rem;
  font-weight: 300;
  font-style: italic;
  letter-spacing: .14rem;
}

.bg_about_top {
  background: url(../img/img_top_about.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 300px;
  width: 100%;
  margin-bottom: 40px;
}

.container_profile {
  text-align: center;
  flex-direction: column;
}

.heading_aboutus {
  font-size: 1.4rem;
  color: #5F9EAF;
  letter-spacing: .14rem;
  margin-bottom: 16px;
}

.txt_aboutus  {
  margin-bottom: 10px;
}

.txt_aboutus_last  {
  margin-bottom: 40px;
}

.table_information {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #666;
  width: 700px;
  margin: 0 auto 40px;
}

.row_info {
  display: flex;
  width: 100%;
}

.info_cafegory {
  text-align: right;
  background: #DDE8EB;
  padding: 12px 20px;
  flex: 1;
}

.info_content {
  text-align: left;
  background: #FAFAFA;
  padding: 12px 20px;
  flex: 3;
}

/*@media (max-width: 992px)
--------------------------------------------------------*/

@media (max-width: 992px) {
  /*top_about
  --------------------------------------------------------*/
  #top_about {
    padding: 70px 0 40px;
    overflow: hidden;
  }

  .box_title_aboutus {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .title_aboutus {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0 0 15px;
    padding: 8px 20px;
  }

  .title_aboutus_en {
    font-size: .8rem;
  }

  .heading_aboutus {
    font-size: 1.2rem;
  }

  .conteiner_about_image {
    width: 100%;
    flex-direction: column;
    max-width: inherit;
  }

  .bg_about_top {
    background: url(../img/img_top_about.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: inherit;
    height: 140px;
    margin-bottom: 20px;
  }

  .table_information {
    width: inherit;
    margin: 0 auto;
  }

  .row_info {
    display: block;
  }

  .row_bottom {
    margin-bottom: 20px;
  }

  .info_cafegory {
    width: 100%;
    padding: 2px 0;
    text-align: center;
  }

  .info_content {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }


}