@charset "utf-8";

.greeting_box .inner .txt {}

.greeting_box .inner .txt .headline {
  margin-bottom: 30px;
}

.greeting_box .inner .txt p {
  display: inline;
}

.greeting_box .inner .txt p strong {
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
}

.greeting_box .inner .txt p span {
  max-width: 300px;
  width: 50%;
  margin: 0 0 0 auto;
  display: block;
}

.greeting_box .inner .txt>span {
  width: 40%;
  float: right;
}

/*==================================================
$共通
==================================================*/
.headline {
  margin-bottom: 30px;
}

.block_mb {
  margin-bottom: 60px;
}

/*companyTable*/
.companyTable table {
  width: 100%;
  margin: auto;
}

.companyTable table a {
  text-decoration: underline;
}

.companyTable table tr th, .companyTable table tr td {
  border: solid 1px #d1d1d1;
  padding: 10px;
  vertical-align: middle;
}

.companyTable table tr th {
  background: #f2f2f2;
  text-align: center;
}

.lev2executives {
  font-size: 16px;
}

.slideTable {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

.companyTable table.executives2 {
  width: 880px;
}

.companyTable table.executives3 tr th {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: none;
}

.companyTable table.executives3 tr td {
  display: block;
  border: none;
  width: 100%;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
}

.companyTable table.executives3 tr td:first-child {
  width: 100%;
  white-space: nowrap;
  padding-top: 5px;
}

.companyTable table.executives3 tr td:last-child {
  border-bottom: solid 1px #d1d1d1;
  padding-bottom: 5px;
}

.gr_circle_ttl {
	position: relative;
}

.gr_circle_ttl::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  vertical-align: top;
  border-radius: 20px;
  background-color: #7EBE27;
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
}

.gr_circle_ttl::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  vertical-align: top;
  border-radius: 20px;
  background-color: #ffffff;
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
}

/*==================================================
$社長あいさつ
==================================================*/
.greeting_box .inner .txt {

}

.greeting_box .inner .txt p {
  width: 65%;
  order: 1;
}

.greeting_box .inner .txt p strong {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.greeting_box .inner .txt p span {
  max-width: 300px;
  width: 50%;
  margin: 0 0 0 auto;
  display: block;
}

.greeting_box .inner .txt>span {
  width: 30%;
  order: 2;
}

/*==================================================
$役員顧問一覧
==================================================*/
.lev2executives {
}

.executives2 tr td:first-child {
  width: 12%;
}

.executives2 tr td:nth-child(2) {
  width: 14%;
}

.executives2 tr td:nth-child(3) {
  width: 40%;
}

.executives3 tr td:first-child {
  width: 30%;
}

.executives3 {
  border: solid 1px #d1d1d1;
  border-bottom: none;
}

/*==================================================
$沿革
==================================================*/
.history_box .companyTable table tr th {
  width: 28%;
}

.companyTable .right_txt {
  text-align: right;
  margin-bottom: 5px;
}

/*==================================================
$事業所一覧
==================================================*/
.office_box h3.ttl {
  font-size: 28px;
}

.officeDetailwrap {
  background: #f2f2f2;
  padding: 30px;
  margin-bottom: 20px;
}

.officeDetailwrap .officeName {
  border-bottom: solid 1px #d6d6d6;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.officeDetailwrap .officeName h2 {
  float: left;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 0 25px;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}

.office_box .map_float_r {
  float: right;
}

.officeDetailwrap .officeInfo p {
  line-height: 1.714;
  font-size: 14px;
  padding: 0;
}

.officeDetailwrap .officeInfo a {
  text-decoration: underline;
}

.officeDetailwrap .officeInfo p .fax {
  padding-left: 40px;
}

.officeDetailwrap .officeInfo .subName {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.officeDetailwrap .officeInfo+.officeInfo {
  padding-top: 20px;
  margin-top: 20px;
  border-top: dotted 1px #d8d8d8;
}

.officeDetailwrap .detailBtn {
  padding-bottom: 0;
}

.officeDetailwrap .detailBtn li {
  float: left;
  text-align: center;
  padding: 0;
}

.officeDetailwrap .detailBtn li a {
  background: #fff;
  display: block;
  padding: 5px 0;
  text-decoration: none;
  position: relative;
}

.officeDetailwrap .detailBtn li a::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 10px;
  /* Safari用 */
  top: 13px;
}

.officeDetailwrap .detailBtn li a:hover {
  text-decoration: underline;
}

.officeDetailwrap .detailBtn li a span {
  padding-left: 19px;
}

.officeDetailwrap .detailBtn .more {
  width: 130px;
  border: solid 2px #009d74;
  margin-right: 10px;
}

.officeDetailwrap .detailBtn .more a {
  color: #009d74;
}

.officeDetailwrap .detailBtn .more a::before {
  border-top: solid 2px #009d74;
  border-right: solid 2px #009d74;
}

.officeDetailwrap .detailBtn .map {
  width: 90px;
  border: solid 2px #d1d1d1;
}

.officeDetailwrap .detailBtn .map a {
  color: #848484;
}

.officeDetailwrap .detailBtn .map a::before {
  border-top: solid 2px #848484;
  border-right: solid 2px #848484;
}

.officeDetailwrap .detailBtnClear {
  overflow: hidden;
  margin-bottom: 5px;
}

/*==================================================
$企業理念
==================================================*/
.philosophy_img {
  display: block;
  margin: 0 auto 60px;
}

/*==================================================
$社会貢献活動
==================================================*/
.activityWrap {
  border-top: solid 1px #d6d6d6;
  padding-top: 20px;
  margin-top: 15px;
}

.activity_box .cont {margin-bottom: 30px;}

.activity_box .cont p {
  line-height: 1.714;
  padding: 0;
}

.activity_box .cont p span {
  color: #009269;
}

.activity_box .cont .title {
  font-size: 18px;
  line-height: 1.116;
  color: #000;
  padding: 4px 0 10px 30px;
  position: relative;
}

.activity_box .thumbnail {
}

.activity_box .thumbnail ul {
  overflow: hidden;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.activity_box .thumbnail ul li {
  width: 48%;
  padding-bottom: 3%;
}

.activity_box .thumbnail ul li img {
  width: 100%;
  height: auto;
}

.activityList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.activity_box h3.title {
  color: #7ebe27;
  font-size: 18px;
  margin-bottom: 15px;
}

.activity_box .lev3 {
  margin-bottom: 30px
}

/*==================================================
$社会貢献活動
==================================================*/
.environmentList {
  border-bottom: solid 1px #d7d7d7;
  padding: 20px 0;
}

/*==================================================
$健康経営の取組
==================================================*/
.proof_box .companyTable table tr th {
 width: 20%;
}

.pageLead02 .figR {
  margin: 0 0 20px 30px;
  margin-top: 0;
}
.csr_activity_box .companyTable table tr th {
  width: 25%;
}
