@charset "UTF-8";
#company {
  /*history*/
  /*message*/
  /*brand*/
  /*plants*/
  /*CSR index*/
  /*CSR message*/
  /*CSR activity*/
  /*CSR environment*/
  /*CSR health*/
  /*news_contents*/
}
#company .sp_only {
  display: none;
}
#company .contentsbox img {
  max-width: 100%;
  height: auto;
}
#company .mt20 {
  margin-top: 20px;
}
#company .mt40 {
  margin-top: 40px;
}
#company .mt70 {
  margin-top: 70px;
}
#company .mt100 {
  margin-top: 100px;
}
#company .mb45 {
  margin-bottom: 45px;
}
#company .bld {
  font-weight: bold;
}
#company .right {
  text-align: right;
}
#company .btn_area {
  padding-top: 20px;
}
#company .btn.more {
  color: #fff;
  background-color: #004098;
}
#company .btn.more:before {
  background: url(/img/common/ico_arrow_r_wh.svg) no-repeat center center;
}
#company .dia {
  margin-bottom: 23px;
}
#company .dia:before {
  content: "◆";
  padding-right: 5px;
}
#company .textbox p.date {
  font-weight: bold;
  margin-bottom: 20px;
}
#company .textbox a {
  text-decoration: underline;
}
#company .textbox ol.number_list {
  counter-reset: number;
  list-style: none;
  margin: 0;
  padding: 0;
}
#company .textbox ol.number_list li {
  margin-bottom: 5px;
  text-indent: -1.6em;
  padding-left: 1.6em;
}
#company .textbox ol.number_list li:before {
  counter-increment: number;
  content: counter(number) ".";
  margin-right: 10px;
}
#company table {
  border-collapse: collapse;
  border-spacing: 0;
}
#company table th {
  text-align: center;
  width: 210px !important;
}
#company table td {
  text-align: left;
  padding: 5px 35px;
}
#company table td:last-child {
  width: auto;
}
#company .length_table .w20 {
  width: 20px !important;
}
#company .length_table .w40 {
  width: inherit!important;
}
#company .flxbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#company .flxbox .w50 {
  width: 45%;
}
#company .history_table .history {
  display: table;
  width: 100%;
}
#company .history_table .history:last-of-type dd {
  border-bottom: none;
}
#company .history_table .history dt, #company .history_table .history dd {
  display: table-cell;
  padding: 10px 0;
}
#company .history_table .history dt {
  font-weight: bold;
  width: 65px;
}
#company .history_table .history dd {
  border-bottom: 1px solid #e8e6e7;
}
#company .message_txt {
  width: 64%;
  padding-right: 45px;
}
#company .message_img {
  width: 42%;
}
#company .sign {
  margin-top: 20px;
}
#company h4.pointtitle.mb45 {
  margin-bottom: 45px !important;
}
#company .brand_message {
  text-align: center;
}
#company .brand_message .vision {
  font-size: 18px;
  line-height: 2em;
}
#company #base .column_img {
  width: 32%;
}
#company #base .column_img img {
  width: 100%;
}
#company #map_canvas_01,
#company #map_canvas_02,
#company #map_canvas_03 {
  width: 100%;
  height: 300px;
}
#company .number_list2 li {
  padding: 0 0 0 1.3em;
  text-indent: -1.3em;
}
#company #csr_message {
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#company #csr_message .message_txt ul {
  margin: 20px 0;
}
#company #csr_message .message_img {
  text-align: right;
}
#company .csr_news {
  margin-top: 70px;
}
#company .csr_news li {
  width: 100%;
}
#company .environment_box .column_text {
  width: 70%;
}
#company .environment_box .column_img {
  width: 30%;
}
#company .item_list_2clumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#company .item_list_2clumn li {
  width: 48%;
  margin-bottom: 40px;
}
#company .item_list_2clumn .item_list_name {
  margin-top: 10px;
}
#company #news_contents h6 {
  color: #004098;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
#company #news_contents .flx_img {
  width: 100%;
  margin-left: 95px;
}
#company #news_contents .flx_img img {
  border: none;
}
#company .plants_table th {
  width: 140px !important;
}
