@charset "utf-8";

/*----------------------------------------
    .company_section
----------------------------------------*/
#contents .company_section {
  background: url(/company/img/bg-company_sp.jpg) no-repeat center top;
  background-size: cover;
  height: auto;
  margin: 10px 0 30px 0;
  padding: 20px 0 10px 0;
}
#contents .company_section .text {
  font-size: 12px;
  width: 100%;
  line-height: 1.6;
  margin-top: 50%;
}
#contents .info_section {
  padding-bottom: 30px;
}
#contents .info_section .twice_column {
  width: 48%;
}
#contents .info_section .twice_column:first-child {
  margin-right: 4%;
}
#contents .info_section .twice_column .part_title {
  font-size: 14px;
  margin-bottom: 10px;
}
#contents .info_section .twice_column .figure {
  margin-bottom: 10px;
}
#contents .info_section .twice_column .text {
  font-size: 12px;
  line-height: 1.6;
}
