@charset "utf-8";

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

.block_mb {
  margin-bottom: 60px;
}

/*companyTable*/


.companyTable table {
  width: 100%;
}

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

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

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

/*==================================================
$社長あいさつ
==================================================*/
.greeting_box .inner .txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.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 {
  font-size: 24px;
}

.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%;
}

/*==================================================
$沿革
==================================================*/
.history_box .companyTable table tr th {
  width: 22%;
}
.companyTable .right_txt {
  text-align: right;
  margin-bottom: 10px;
}

/*==================================================
$事業所一覧
==================================================*/

.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: 24px;
  font-size: 24px;
  font-weight: bold;
  background: url(/assets/images/icon_circlue_gr_01.png) no-repeat left center;
  padding: 0 0 0 25px;
	position: relative;
}

.gr_circle_ttl::before {
	display: inline-block;
	content: "";
	width: 18px;
	height: 18px;
	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: 7px;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}

.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;
}

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

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

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

.officeDetailwrap .detailBtn li a {
  background: #fff;
  display: block;
  padding: 7px 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: 17px;
}

.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;
}

.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 {
  width: 50%;
}
.activity_box .cont p {
  line-height: 1.714;
  padding: 0;
}
.activity_box .cont p span {
  color: #009269;
}
.activity_box .cont .title {
  font-size: 24px;
  line-height: 1.116;
  color: #000;
  padding: 4px 0 10px 30px;
  position: relative;
}
.activity_box .thumbnail {
  width: 45%;
}
.activity_box .thumbnail ul {
  overflow: hidden;
  padding-bottom: 10px;
}
.activity_box .thumbnail ul li {
  width: 220px;
  float: left;
  margin-left: 10px;
  padding-bottom: 10px;
}
.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: 28px;
    margin-bottom: 20px;
}
.activity_box .lev3 {
	margin-bottom: 30px
}

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

/*==================================================
$健康経営の取組
==================================================*/
.pageLead02 .figR {
    float: right;
    margin: 0 0 20px 30px;
    margin-top: 0;
}
