	body header {
	  background: #0093c8;
	}

/** smartphone **/
@media screen and (max-width: 767px) {
	aside.eyecatch .inner ul.business_category {
		width: 100%;
		margin: 30px auto 0;
		display: flex;
		flex-direction: row;flex-wrap: wrap;
		 justify-content: space-around;
	}

	aside.eyecatch .inner ul.business_category li {
	  padding: 0 5px;
	  border: none;
		width: 45%;    text-align: center;
	}
	aside.eyecatch .inner ul.business_category li a{
		display: inline-block;
		margin: auto;
		max-width: 100%;text-align: center;
	}
	aside.eyecatch .inner ul.business_category li a img{
		max-width: 100%;
	}
	aside.eyecatch {
	  height: 200px;
	  background: #e8f2d9 url("../images/development/abstract/header_image.jpg") center center no-repeat;
	}
.body {
  float: none;
  margin: 0 10px;
  padding: 0;
  background: none;
}

.body .general_customer {
  float: left;
  width: 100%;
  margin-top: -50px;
  background: #e3f6ff;
  border-top: 10px solid #0093c8;
  box-shadow: 0 0 5px 5px rgba(127, 127, 127, 0.2);
}

.body .general_customer .customer_header {
  padding: 10px;
}

.body .general_customer .customer_header h3 {
	margin-top: -50px;
	padding: 55px 0 15px;
	border: none;
	max-width: 100%;
}
.body .general_customer .customer_header h3 img{
	max-width: 100%;
}

.body .general_customer .customer_header .contact_tel img {
  width: 400px;
}

.body .general_customer .business_item {
	position: relative;
  margin: 10px auto 30px;
  background: #fff;
  padding: 0 0 10px;
  width: 90%;
  min-height: 350px;
}
.body .general_customer .business_item>div {
	margin: 0 10px;
}
.body .general_customer .business_item.kaihatsu .item_img{
display: block; position: absolute; top: -20px; right: 20px;   max-width: 40%;
	}
.body .general_customer .business_item.kankyo .item_img{
	display: block; position: absolute; top: -20px; right: 20px;   max-width: 40%;
}
.body .general_customer .business_item.environment .item_img{
	display: block; position: absolute; top: -30px; right: 20px; width: 250px;    max-width: 70%;
}
.body .general_customer .business_item.icd .item_img{
	display: block; position: absolute; top: -50px; right: 20px; width: 100px;max-width: 24%;
}
.body .general_customer .business_item.hd .item_img{
display: block; position: absolute; top: -60px; right: 20px;   max-width: 40%;
	}

.body .general_customer .business_item h4 {
  height: 80px;
  margin: 0 0 20px;
  padding: 0;
  border-bottom: 1px solid #ccc;
  color: #333;
}

.body .general_customer .business_item h4 .item_num {
  display: block;
  float: left;
  width: 50px;
  height: 80px;
  background: #0093c8;
}

.body .general_customer .business_item h4 .general_cat_01 {
  float: left;
  display: block;
  height: 80px;
  margin-left: 30px;
  padding-left: 130px;
  line-height: 80px;
  background: #fff url("../images/common/abstract/abstract_general_cat_01.png") 0 25px no-repeat;
}

.body .general_customer .business_item h4 .general_cat_normal {
  float: left;
  display: block;
  height: 80px;
  margin-left: 30px;
  line-height: 80px;
  background: #fff url("../images/common/abstract/abstract_general_cat_01.png") 0 25px no-repeat;
  background: none;
  padding-left: 0;
}

.body .general_customer .business_item h4:before {
  content: '';
}

.body .goto_detail {
  margin: 30px 0 0;
  text-align: right;
}

.body .btn_contact {
  margin: 15px 0 0;
  padding: 20px 0 15px;
  border-top: 1px solid #ccc;
}

.body .btn_contact img {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto;
}

}

/** Tablet **/
@media screen and (min-width: 768px) and (max-width: 1079px) {
	.flex{
		width: 100%;
		display: flex;
		flex-direction: row;flex-wrap: wrap;
		 justify-content: space-around;
	}
	
aside.eyecatch .inner {
  padding-top: 50px;
}

aside.eyecatch .inner h2 {
  text-align: center;
}

aside.eyecatch .inner ul.business_category {
	width: 100%;
	margin: 30px auto 0;
	display: flex;
	flex-direction: row;
	 justify-content: space-around;
}

aside.eyecatch .inner ul.business_category li {
  padding: 0 5px;
  border: none;
}
aside.eyecatch .inner ul.business_category li a img{
	max-width: 100%;
}

.body {
  float: none;
  margin: 0 10px;
  padding: 0;
  background: none;

}

.body .general_customer {

  width: 100%;
	max-width: 1000px;
	margin: auto;
  margin-top: -50px;
  background: #e3f6ff;
  border-top: 10px solid #0093c8;
  box-shadow: 0 0 5px 5px rgba(127, 127, 127, 0.2);
}

.body .general_customer .customer_header {
  padding: 30px;
}

.body .general_customer .customer_header h3 {
  margin-top: -50px;
  padding: 55px 0 15px;
  border: none;
	max-width: 100%;
}

.body .general_customer .customer_header .contact_tel img {
  width: 400px;
}

.body .general_customer .business_item {
  margin: 10px;	position: relative;

  background: #fff;
  padding: 0 30px 10px;
  width: 46%;
  min-height: 380px;
}
.body .general_customer .business_item.last {
  margin: 10px;	position: relative;
  background: #fff;
  padding: 0 30px 10px;
  width: calc(100% - 40px);
  min-height: 300px;
}
.body .general_customer .business_item.hd .item_img{
display: block; position: absolute; top: -20px; right: 20px;
	}
.body .general_customer .business_item.kaihatsu .item_img{
display: block; position: absolute; top: -20px; right: 20px;
	}
.body .general_customer .business_item.kankyo .item_img{
	display: block; position: absolute; top: -20px; right: 20px;
}
.body .general_customer .business_item.environment .item_img{
	display: block; position: absolute; top: -30px; right: 20px; width: 250px;
}
.body .general_customer .business_item.icd .item_img{
	display: block; position: absolute; top: -50px; right: 20px; width: 100px;max-width: 24%;
}
.body .general_customer .business_item .bottom_cont {
	position: absolute;
	bottom: 0;
	margin: auto ;
	padding: 0 10px;
	left: 0;
	right: 0;
}

.body .general_customer .business_item h4 {
  height: 80px;
  margin: 0 -30px 20px;
  padding: 0;
  border-bottom: 1px solid #ccc;
  color: #333;
	position: relative;
}

.body .general_customer .business_item h4 .item_num {
  display: block;
  float: left;
  width: 50px;
  height: 80px;
  background: #0093c8;
}

.body .general_customer .business_item h4 .general_cat_01 {
  float: left;
  display: block;
  height: 80px;
  margin-left: 30px;
  padding-left: 130px;
  line-height: 80px;
  background: #fff url("../images/common/abstract/abstract_general_cat_01.png") 0 25px no-repeat;
}

.body .general_customer .business_item h4 .general_cat_normal {

	display: block;
	position: absolute;
	left: 60px;
	margin: auto;
	top: 0;
	bottom: 0;
	height: 2em;

	background: none;
}

.body .general_customer .business_item h4 .general_cat_normal small {
  display: block;
}

.body .general_customer .business_item h4:before {
  content: '';
}

.body .goto_detail {
  margin: 30px 0 0;
  text-align: right;
}

.body .btn_contact {
  margin: 15px -30px 0;
  padding: 20px 0 15px;
  border-top: 1px solid #ccc;
}

.body .btn_contact img {
  display: block;
  width: 80%;
	max-width: 471px;
  height: auto;
  margin: 0 auto;
}
	body.business {
  /**
 * ヘッダー
 */
  /**
 * アイキャッチ
 */
  /**
 * 本文
 */
  /**
 * ページトップ
 */
  /**
 * 事業紹介ページ用：サイドバー
 */
  /**
 * 事業紹介ページ用：フッター
 */
}

body.business header {
  padding: 25px 0 0;
  background: #0093c8;
}

body.business .eyecatch {
  height: 220px;
  background: #e8f2d9 url("../images/development/abstract/header_image.jpg") center center no-repeat;
  background-position: 50% 20%;
}

body.business .eyecatch_inner ul {
  width: 800px;
  margin: 0 auto;
  padding: 100px 0 0;
  list-style: none;
}

body.business .eyecatch_inner ul li {
  float: left;
  margin: 0;
  padding: 0 5px;
}

body.business .customer_wrapper {
  width: 1040px;
  margin: -30px auto 0;
  background: #F7FAEE;
  border-top: 10px solid #00A39B;
  box-shadow: 0 0 5px 5px rgba(127, 127, 127, 0.2);
}

body.business .customer_header {
  padding: 30px;
}

body.business .customer_header h3 {
  margin-top: -50px;
  padding: 55px 0 15px;
  background: url("../images/common/abstract/general_image.png") right center no-repeat;
  border: none;
}

body.business .customer_header .contact_tel img {
  width: 400px;
}


body.business .business_item .branch_dev, body.business .business_item .branch_env, body.business .business_item .branch_ecoworks, body.business .business_item .branch_icd {
  display: block;
  position: absolute;
  right: 20px;
}

body.business .business_item .branch_dev, body.business .business_item .branch_env {
  top: -20px;
}

body.business .business_item .branch_ecoworks {
  width: 250px;
  top: -30px;
}

body.business .business_item .branch_icd {
  width: 100px;
  top: -50px;
}

body.business .business_item h4 {
  height: 80px;
  margin: 0 0 20px;
  padding: 0;
  border-bottom: 1px solid #ccc;
  font-size: 125%;
}

body.business .business_item .item_num {
  display: block;
  float: left;
  width: 50px;
  height: 80px;
  background: #0093c8;
}

body.business .business_item .item_header {
  display: block;
  float: left;
  height: 80px;
  margin-left: 30px;
  line-height: 80px;
  color: #00A39B;
}

body.business .business_item .icd_full {
  font-size: 85%;
}

body.business .business_item .item_body {
  min-height: 160px;
  padding: 10px 25px;
}

body.business .business_item .item_body h5 {
  font-size: 115%;
  font-weight: bold;
}

body.business .business_item .branch_image {
  float: right;
}

body.business .business_item .branch_detail {
  clear: both;
  margin: 0 20px;
  text-align: right;
}

body.business .business_item .branch_address {
  margin: 0 20px 10px;
}

body.business .business_item .btn_contact {
  margin: 5px 0 10px;
  padding: 20px 25px 15px;
  border-top: 1px solid #ccc;
  text-align: center;
}

body.business .business_item .tel {
  width: 400px;
  height: auto;
}
.pagetop {
	clear: both;
    padding-top: 75px;
    text-align: center;
    background: none;
}
body.business .sidebar h3.local_nav_heading {
  margin: -50px -60px 20px 0;
  padding: 200px 0 0;
  background: url("../images/development/common/sidebar_heading_image.png") no-repeat;
  background-size: 260px auto;
  font-weight: bold;
  text-align: center;
  text-indent: -20px;
}

body.business .sidebar ul.local_nav {
  margin: 0;
  list-style: none;
}

body.business .sidebar ul.local_nav li {
  margin: 0 -40px 0 0;
  background: #ccc;
  border-top: 1px solid #fff;
  text-align: center;
}

body.business .sidebar ul.local_nav li.current {
  padding: 0;
  border-bottom: none;
}

body.business .sidebar ul.local_nav li a {
  display: block;
  padding: 10px;
}

body.business .sidebar ul.local_nav li a:link, body.business .sidebar ul.local_nav li a:visited {
  color: #666;
}

body.business .sidebar ul.local_nav li .current_heading {
  display: block;
  background: url("../images/development/common/sidebar_current_bg.png") right center no-repeat;
  margin: 0 -20px 0 0;
  padding: 12px 15px 9px 15px;
  font-weight: bold;
  text-indent: -20px;
}

body.business .sidebar ul.local_nav li ul {
  margin: 0;
  list-style: none;
}

body.business .sidebar ul.local_nav li ul a {
  display: inline;
  padding: 0;
}

body.business .sidebar ul.local_nav li ul li {
  position: relative;
  margin: 0;
  padding: 12px 15px 9px 32px;
  background: #fff;
  text-align: left;
}

body.business .sidebar ul.local_nav li ul li:before {
  content: "\f138";
  position: absolute;
  left: 1em;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #5cc88d;
}

body.business .sidebar ul.local_nav li ul li:last-child {
  padding-bottom: 5px;
}

body.business .sidebar ul.local_nav li ul li ul {
  margin: 5px 0 0;
}

body.business .sidebar ul.local_nav li ul li ul li {
  padding-left: 15px;
}

body.business .sidebar ul.local_nav li ul li ul li:before {
  content: "\f054";
  left: 0;
  color: #ffae78;
}


	
}

/** PC ***/
@media screen and (min-width: 1080px)  {
aside.eyecatch {
  height: 200px;
  background: #D6ECE9 url("../images/development/abstract/header_image.jpg") 50% 20% no-repeat;
}

aside.eyecatch .inner {
  padding-top: 50px;
}

aside.eyecatch .inner h2 {
  text-align: center;
}

aside.eyecatch .inner ul.business_category {
  width: 870px;
  margin: 30px auto 0;
}

aside.eyecatch .inner ul.business_category li {
  padding: 0 5px;
  border: none;
}

.body {
  float: none;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  background: none;
}

.body .general_customer {
  float: left;
  width: 1000px;
  margin-top: -50px;
  background: #e3f6ff;
  border-top: 10px solid #0093c8;
  box-shadow: 0 0 5px 5px rgba(127, 127, 127, 0.2);
}

.body .general_customer .customer_header {
  padding: 30px;
}

.body .general_customer .customer_header h3 {
  margin-top: -50px;
  padding: 55px 0 15px;
  border: none;
}

.body .general_customer .customer_header .contact_tel img {
  width: 400px;
}

.body .general_customer .business_item {
  margin: 10px;	position: relative;
  background: #fff;
  padding: 0 30px 10px;
  width: 480px;
  height: 400px;
}
.body .general_customer .business_item.last {
  margin: 10px;	position: relative;
  background: #fff;
  padding: 0 30px 10px;
  width: 980px;
  height: 300px;
}
.body .general_customer .business_item.kaihatsu .item_img{
display: block; position: absolute; top: -20px; right: 20px;
	}
.body .general_customer .business_item.kankyo .item_img{
	display: block; position: absolute; top: -20px; right: 20px;
}
.body .general_customer .business_item.environment .item_img{
	display: block; position: absolute; top: -30px; right: 20px; width: 250px;
}
.body .general_customer .business_item.icd .item_img{
	display: block; position: absolute; top: -50px; right: 20px; width: 100px;
}
.body .general_customer .business_item.hd .item_img{
display: block; position: absolute; top: -20px; right: 20px;
	}

.body .general_customer .business_item .bottom_cont {
	position: absolute;
	bottom: 0;
	margin: auto ;
	padding: 0 10px;
	left: 0;
	right: 0;
}

.body .general_customer .business_item h4 {
  height: 80px;
  margin: 0 -30px 20px;
  padding: 0;
  border-bottom: 1px solid #ccc;
  color: #333;
}

.body .general_customer .business_item h4 .item_num {
  display: block;
  float: left;
  width: 50px;
  height: 80px;
  background: #0093c8;
}

.body .general_customer .business_item h4 .general_cat_01 {
  float: left;
  display: block;
  height: 80px;
  margin-left: 30px;
  padding-left: 130px;
  line-height: 80px;
  background: #fff url("../images/common/abstract/abstract_general_cat_01.png") 0 25px no-repeat;
}

.body .general_customer .business_item h4 .general_cat_normal {
  float: left;
  display: block;
  height: 80px;
  margin-left: 30px;
  line-height: 80px;
  background: #fff url("../images/common/abstract/abstract_general_cat_01.png") 0 25px no-repeat;
  background: none;
  padding-left: 0;
}

.body .general_customer .business_item h4:before {
  content: '';
}

.body .goto_detail {
  margin: 30px 0 0;
  text-align: right;
}

.body .btn_contact {
  margin: 15px -30px 0;
  padding: 20px 0 15px;
  border-top: 1px solid #ccc;
}

.body .btn_contact img {
  display: block;
  width: 400px;
  height: auto;
  margin: 0 auto;
}
body.business {
  /**
 * ヘッダー
 */
  /**
 * アイキャッチ
 */
  /**
 * 本文
 */
  /**
 * ページトップ
 */
  /**
 * 事業紹介ページ用：サイドバー
 */
  /**
 * 事業紹介ページ用：フッター
 */
}

body.business header {
  padding: 25px 0 14px;
  background: #0093c8;
}

body.business .eyecatch {
  height: 220px;
  background: #e8f2d9 url("../images/development/abstract/header_image.jpg") center center no-repeat;
  background-position: 50% 20%;
}

body.business .eyecatch_inner ul {
  width: 800px;
  margin: 0 auto;
  padding: 100px 0 0;
  list-style: none;
}

body.business .eyecatch_inner ul li {
  float: left;
  margin: 0;
  padding: 0 5px;
}

body.business .customer_wrapper {
  width: 1040px;
  margin: -30px auto 0;
  background: #F7FAEE;
  border-top: 10px solid #00A39B;
  box-shadow: 0 0 5px 5px rgba(127, 127, 127, 0.2);
}

body.business .customer_header {
  padding: 30px;
}

body.business .customer_header h3 {
  margin-top: -50px;
  padding: 55px 0 15px;
  background: url("../images/common/abstract/general_image.png") right center no-repeat;
  border: none;
}

body.business .customer_header .contact_tel img {
  width: 400px;
}

body.business .business_item {
  position: relative;
  float: left;
  width: 480px;
  margin: 20px;
  background: #fff;
}

body.business .business_item .branch_dev, body.business .business_item .branch_env, body.business .business_item .branch_ecoworks, body.business .business_item .branch_icd {
  display: block;
  position: absolute;
  right: 20px;
}

body.business .business_item .branch_dev, body.business .business_item .branch_env {
  top: -20px;
}

body.business .business_item .branch_ecoworks {
  width: 250px;
  top: -30px;
}

body.business .business_item .branch_icd {
  width: 100px;
  top: -50px;
}

body.business .business_item h4 {
  height: 80px;
  margin: 0 0 20px;
  padding: 0;
  border-bottom: 1px solid #ccc;
  font-size: 150%;
}

body.business .business_item .item_num {
  display: block;
  float: left;
  width: 50px;
  height: 80px;
  background: #0093c8;
}

body.business .business_item .item_header {
  display: block;
  float: left;
  height: 80px;
  margin-left: 30px;
  line-height: 80px;
  color: #00A39B;
}

body.business .business_item .icd_full {
  font-size: 85%;
}

body.business .business_item .item_body {
  min-height: 160px;
  padding: 10px 25px;
}

body.business .business_item .item_body h5 {
  font-size: 115%;
  font-weight: bold;
}

body.business .business_item .branch_image {
  float: right;
}

body.business .business_item .branch_detail {
  clear: both;
  margin: 0 20px;
  text-align: right;
}

body.business .business_item .branch_address {
  margin: 0 20px 10px;
}

body.business .business_item .btn_contact {
  margin: 5px 0 10px;
  padding: 20px 25px 15px;
  border-top: 1px solid #ccc;
  text-align: center;
}

body.business .business_item .tel {
  width: 400px;
  height: auto;
}
.pagetop {
    width: 950px;
    margin: 0 auto;
    padding-top: 75px;
    background: url(../images/common/footer/footer_copy.png) no-repeat;
}
.business .pagetop {
    padding-top: 20px;
    background: url(../images/development/common/footer_copy.png) no-repeat;
}
body.business .sidebar h3.local_nav_heading {
  margin: -50px -60px 20px 0;
  padding: 200px 0 0;
  background: url("../images/development/common/sidebar_heading_image.png") no-repeat;
  background-size: 260px auto;
  font-weight: bold;
  text-align: center;
  text-indent: -20px;
}

body.business .sidebar ul.local_nav {
  margin: 0;
  list-style: none;
}

body.business .sidebar ul.local_nav li {
  margin: 0 -40px 0 0;
  background: #ccc;
  border-top: 1px solid #fff;
  text-align: center;
}

body.business .sidebar ul.local_nav li.current {
  padding: 0;
  border-bottom: none;
}

body.business .sidebar ul.local_nav li a {
  display: block;
  padding: 10px;
}

body.business .sidebar ul.local_nav li a:link, body.business .sidebar ul.local_nav li a:visited {
  color: #666;
}

body.business .sidebar ul.local_nav li .current_heading {
  display: block;
  background: url("../images/development/common/sidebar_current_bg.png") right center no-repeat;
  margin: 0 -20px 0 0;
  padding: 12px 15px 9px 15px;
  font-weight: bold;
  text-indent: -20px;
}

body.business .sidebar ul.local_nav li ul {
  margin: 0;
  list-style: none;
}

body.business .sidebar ul.local_nav li ul a {
  display: inline;
  padding: 0;
}

body.business .sidebar ul.local_nav li ul li {
  position: relative;
  margin: 0;
  padding: 12px 15px 9px 32px;
  background: #fff;
  text-align: left;
}

body.business .sidebar ul.local_nav li ul li:before {
  content: "\f138";
  position: absolute;
  left: 1em;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #5cc88d;
}

body.business .sidebar ul.local_nav li ul li:last-child {
  padding-bottom: 5px;
}

body.business .sidebar ul.local_nav li ul li ul {
  margin: 5px 0 0;
}

body.business .sidebar ul.local_nav li ul li ul li {
  padding-left: 15px;
}

body.business .sidebar ul.local_nav li ul li ul li:before {
  content: "\f054";
  left: 0;
  color: #ffae78;
}


	
	
}