body.business header {
    background: #0093c8;
}

/** smartphone **/
@media screen and (max-width: 767px) {
	aside.eyecatch .inner ul.business_category {
		width: 100%;
		margin:130px 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: 300px;
	  background: #e8f2d9 url("/images/car/header_image.jpg") center center no-repeat;
		background-size: cover;
	}
	.environment .main .body .heading_paragraph {
    margin: 0 30px;
}
aside.eyecatch .inner {
  padding-top: 50px;
		position: relative;
}
.main {

    margin: 0 0;
}
.main .body {
    padding: 2vw;
  background: #e3f6ff;
}
	
.eyecatch .inner .catch {
    position: absolute;
    right: 20px;
    width: 50vw;
}
.environment .main .body {
    background: #e3f6ff;
}
body.business .sidebar h3.local_nav_heading {
    margin: 0px 0px 0px 0;
    padding: 50px 0 0;
    background: url(../images/development/common/sidebar_heading_image.png) no-repeat;
    background-position: left bottom;
    background-size: contain;
    font-weight: bold;
    text-align: left;
    text-indent: 150px;
}

.business.index .business_index_wrapper {
  padding-bottom: 20px;
  background: #F7FAEE;
  border-top: 10px solid #00A39B;
	margin: 10px;
  box-shadow: 0 0 5px 5px rgba(127, 127, 127, 0.2);
}

.business.index .business_index_wrapper .business_index_header {
  padding: 30px 30px 0;
}

.business.index .business_index_wrapper .business_index_header h3 {
  margin-top: -65px;
  margin-bottom: 0;
  padding: 75px 0 40px;
background: none;
  border: none;
	background-size: 10% auto;
  font-size: 200%;
  color: #333;
}

.business.index .business_index_wrapper .business_index_header h3 .subheading {
  font-size: 60%;
}

.business.index .business_index_wrapper .business_item {
  min-height: 260px;
  margin: 10px;
  background: #fff;
  padding: 0 30px 10px;
}

.business.index .business_index_wrapper .business_item h4 {
  height: 80px;
  margin: 0 -30px 20px;
  padding: 0;
  border-bottom: 1px solid #ccc;
  line-height: 3;font-size: 120%;
	position: relative;
}

.business.index .business_index_wrapper .business_item h4 .item_num {
  display: block;
  float: left;
  width: 50px;
  height: 80px;
  margin-right: 30px;
  background: #00A39B;
}

.business.index .business_index_wrapper .business_item h4 a.goto_detail {
  display: block;
  width: 140px;
  padding: 25px 15px 0 0;
  line-height: 1;
	position: absolute;
	right: 0;
	bottom: 0;
}
.business.index .business_index_wrapper .business_item p .item_image {
	float: right;
	margin-left: 1em;
	width: 40%;
	height: auto;
}

.business.index .business_index_wrapper .business_item img.item_image {
	float: right;
}
.environment .main .body .figure_wrapper {
  margin: 20px auto;
}

.environment .main .body .figure_wrapper figure {
  margin: 0 20px;
}
.environment .main .body .figure_wrapper figure img {
	width: 100%;
	height: auto;

	
}
.environment .main .body .attention, .environment .main .body .container_box_point {
  color: #EA5504;
  font-weight: bold;
  background: #fff;
  box-shadow: 0 0 5px rgba(63, 63, 63, 0.5);
  border-radius: 10px;
  padding: 10px;
  margin: 30px 0;
}

.environment .main .body .container_box_point {
  color: #333;
  font-weight: normal;
  padding: 10px 20px;
  margin: 15px 0 5px;
}

.environment .main .body ul.container_box_fee {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.environment .main .body ul.container_box_fee li {
  width: 60%;
  min-width: 200px;
  margin: 0 auto 30px;
  padding: 20px 0;
  position: relative;
  text-align: center;
  border-radius: 5px;
  background: #fff;
}

.environment .main .body ul.container_box_fee li:before {
	content: "\f0fe";
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 150%;
	color: #5cc88d;
	line-height: 35px;
	margin: auto;
}

.environment .main .body ul.container_box_fee li:first-child:before {
  content: none;
}

.environment .main .body ul.container_box_fee li.current {
  background: #ff9b02;
  color: #fff;
  box-shadow: 0 0 10px rgba(63, 63, 63, 0.5);
}

.environment .main .body ul.container_box_fee li.single {
  line-height: 35px;
}

.environment .main .body .contact_tel {
    margin: 20px;
    padding: 10px 5px 7px;
    background: #fff;
    text-align: center;
    line-height: 1;
}
.environment .main .body .contact_tel img {
	max-width: 100%;
	height: auto;
}
.main .body .bodytop {
    margin: 50px 0 -20px;
    padding: 20px 0 ;
    border-top: 1px solid #399ecf;
    text-align: center;
}
.environment .main .body .working_image {
  background: #fff;
  margin: 1.5em 0 3em;
  padding: 20px 10px;
  border-top: 5px solid #399ecf;
  border-bottom: 5px solid #399ecf;
}
.environment .main .body .working_image.flex {
	display: flex;align-items: flex-end;
	justify-content:space-around;
}

.environment .main .body .working_image figure {
	margin: 0 10px;
    display: block;
    width: 57%;
    text-align: left;
}

.environment .main .body .working_image img{
    width: 100%;
    height: auto;
    max-width: 575px;
    margin: auto;
    display: block;
}



.environment .main .body.waste h4 {
  position: relative;
  padding-left: 30px;
  color: #399ecf;
}

.environment .main .body.waste h4:before {
  content: "\f138";
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #399ecf;
}

.environment .main .body.waste h4 .subheading {
  font-size: 80%;
}
.body h3 {
	padding: 0 0 7px 1.15em;
	border-bottom: 1px dotted #ccc;
	background-image: url("/images/common/double_arrow_blue.png");
	background-repeat: no-repeat;
	background-size: 0.75em 1.15em;
	font-size: 175%;
	color: #399ecf;
}
.car .car_wrapper.flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 2vw;
    margin-bottom: 1em;
}

.car .car_wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
}

.car .car_wrapper figure {
    width: 100%;
    margin: 0 1vw 0;
    padding: 0;
    text-align: center;
	}

}

/** 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;
		position: relative;
}
.eyecatch .inner .catch {
		position: absolute;
	right:65px;
}

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%;
}
aside.eyecatch .inner ul.business_category li a {
	position: relative;
}
aside.eyecatch .inner ul.business_category li a.on::after {
	position: absolute;
	content: "";width: 0;
	height: 0;
	border: 15px solid transparent;
    border-top: 15px solid #f8b614;
    bottom: -24px;
	margin: auto;
	left: 0;
	right: 0;
}


.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: 38%;
  min-height: 380px;
}
.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: 0 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%;
  height: auto;
  margin: 0 auto;
}

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

.environment aside.eyecatch {
    height: 300px;
    background: #D6ECE9 url(/images/car/header_image.jpg) -180px center no-repeat;
}
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;
}
.main {

    margin: 0 0;
}
.main .body {
    padding: 50px 50px;
  background: #e3f6ff;
}

.business.index .business_index_wrapper {
    padding-bottom: 20px;
    background: #F7FAEE;
    border-top: 10px solid #00A39B;
    box-shadow: 0 0 5px 5px rgba(127, 127, 127, 0.2);
}
.business.index .business_index_wrapper {
  padding-bottom: 20px;
  background: #F7FAEE;
  border-top: 10px solid #00A39B;
  box-shadow: 0 0 5px 5px rgba(127, 127, 127, 0.2);
}

.business.index .business_index_wrapper .business_index_header {
  padding: 30px 30px 0;
}

.business.index .business_index_wrapper .business_index_header h3 {
  margin-top: -65px;
  margin-bottom: 0;
  padding: 75px 0 40px;
  background: url("../images/common/abstract/bussiness_image.png") right center no-repeat;
  border: none;
  font-size: 200%;
  color: #333;
}

.business.index .business_index_wrapper .business_index_header h3 .subheading {
  font-size: 60%;
}

.business.index .business_index_wrapper .business_item {
  min-height: 260px;
  margin: 10px;
  background: #fff;
  padding: 0 30px 10px;
}
.business.index .business_index_wrapper .business_item p .item_image {
  float: right;
	margin-left: 20px;
}

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

.business.index .business_index_wrapper .business_item h4 .item_num {
  display: block;
  float: left;
  width: 50px;
  height: 80px;
  margin-right: 30px;
  background: #00A39B;
}

.business.index .business_index_wrapper .business_item h4 a.goto_detail {
  display: block;
  float: right;
  width: 140px;
  padding: 25px 15px 0 0;
  line-height: 1;
}

.business.index .business_index_wrapper .business_item img.item_image {
  float: right;
}
.environment header {
  background: #0093c8;
}

.environment aside.eyecatch {
  height: 300px;
  background: #D6ECE9 url("../images/car/header_image.jpg") center center no-repeat;
	background-size: cover;
}


.environment .main .body h3 {
  background-image: url("/images/common/double_arrow_blue.png");
  color: #399ecf;
}

.environment .main .body h3 ~ h3 {
  margin-top: 2em;
}

.environment .main .body .heading_paragraph {
  margin: 0 30px;
}

.environment .main .body .figure_wrapper {
  width: 630px;
  margin: 20px auto;
}

.environment .main .body .figure_wrapper figure {
  float: left;
  margin: 0 20px;
}

.environment .main .body .business_item_other {
  width: 300px;
  margin: 20px 10px;
  padding: 20px;
  float: left;
  border: 1px solid #ccc;
  background: #fff;
}

.environment .main .body .business_item_other h4 {
  color: #399ecf;
  height: 50px;
  border-left: 5px solid #399ecf;
  border-bottom: none;
  padding-left: 10px;
}

.environment .main .body .business_item_other h4 .subheading {
  font-size: 80%;
}

.environment .main .body .business_item_other h4.single_line {
  padding: 15px 0 0 10px;
  height: 42px;
}

.environment .main .body .business_item_other p {
  min-height: 120px;
}

.environment .main .body .business_item_other img {
  width: 300px;
  height: auto;
  margin-top: 15px;
}

.environment .main .body .working_image {
  background: #fff;
  margin: 1.5em 0 3em;
  padding: 20px 10px;
  border-top: 5px solid #399ecf;
  border-bottom: 5px solid #399ecf;
}
.environment .main .body .working_image.flex {
	display: flex;
	justify-content:space-around;
}

.environment .main .body .working_image figure {
	margin: 0 10px;
    text-align: left;
}

.environment .main .body .working_image img{
    width: 100%;
    height: auto;
    max-width: 575px;
    margin: auto;
    display: block;
}

.environment .main .body .working_image figure:nth-child(2) {
}

.environment .main .body.waste h4 {
  position: relative;
  padding-left: 30px;
  color: #399ecf;
}

.environment .main .body.waste h4:before {
  content: "\f138";
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #399ecf;
}

.environment .main .body.waste h4 .subheading {
  font-size: 80%;
}

.environment .main .body .attention, .environment .main .body .container_box_point {
  color: #EA5504;
  font-weight: bold;
  background: #fff;
  box-shadow: 0 0 5px rgba(63, 63, 63, 0.5);
  border-radius: 10px;
  padding: 10px;
  margin: 30px 0;
}

.environment .main .body .container_box_point {
  color: #333;
  font-weight: normal;
  padding: 10px 20px;
  margin: 15px 0 5px;
}

.environment .main .body ul.container_box_fee {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.environment .main .body ul.container_box_fee li {
  width: 60%;
  min-width: 200px;
  margin: 0 auto 30px;
  padding: 20px 0;
  position: relative;
  text-align: center;
  border-radius: 5px;
  background: #fff;
}

.environment .main .body ul.container_box_fee li:before {
	content: "\f0fe";
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 150%;
	color: #5cc88d;
	line-height: 35px;
	margin: auto;
}

.environment .main .body ul.container_box_fee li:first-child:before {
  content: none;
}

.environment .main .body ul.container_box_fee li.current {
  background: #ff9b02;
  color: #fff;
  box-shadow: 0 0 10px rgba(63, 63, 63, 0.5);
}

.environment .main .body ul.container_box_fee li.single {
  line-height: 35px;
}

.environment .main .body .contact_tel {
  margin: 20px;
  padding: 10px 0 7px;
  background: #fff;
  text-align: center;
  line-height: 1;
  /*        img {
          margin-top: 15px;
        }*/
}

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: 0px 0px 0px 0;
    padding: 50px 0 0;
    background: url(../images/development/common/sidebar_heading_image.png) no-repeat;
    background-position: left bottom;
    background-size: contain;
    font-weight: bold;
    text-align: left;
    text-indent: 20vw;
}

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

body.business .sidebar ul.local_nav li {
  margin:  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: #f5b416;
  margin: 0 0 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;
}
	body.business .business_footer {
	margin: 140px auto 0;
  background: #D0FCE3;
}

body.business .business_footer ul {
	  margin: 0 auto 0;
	  padding: 0 0 10px;
	  list-style: none;display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
	width: 100%;
	max-width: 900px;
}

body.business .business_footer ul li {
	margin: -100px 0 0;
	padding: 0 0;
	text-align: center;
	position: relative;
	height: 250px;
	flex-grow: 1;
}
body.business .business_footer ul li.goto_ecoworks {
	flex-grow: 2;
}
body.business .business_footer ul li a {
	width: 95%;
	margin: auto;
	height: 100%;	position: relative;	display: block;
	text-align: center;
}
body.business .business_footer ul li a>img {
	width: 90%;

	margin: auto;
	height: auto;
	left: 0;
	right: 0;
	display: block;position: absolute;	bottom: 2em;

}
body.business .business_footer ul li .balloon {
	position: absolute;  margin: auto;
	left: 0;
	right: 0;
	height: auto;
}
	
body.business .business_footer ul li .balloon img{
	width: 20vw;
	max-width: 100%;
	height: auto;
}
body.business .business_footer ul li.goto_ecoworks .balloon img{
	width: 20vw;
	max-width: 50%;
	height: auto;
}
	
body.business .business_footer ul li .caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	padding-top: 5px;
	font-weight: bold;
	text-align: center;
}
body.business .business_footer ul li .caption small {
	display: none;
}


body.business .business_footer ul li a:link, body.business .business_footer ul li a:visited {
  color: #333;
}
.main .body .bodytop {
    margin: 50px -50px -20px;
    padding: 20px 0 0;
    border-top: 1px solid #399ecf;
    text-align: center;
}
 .body h3 {
    padding: 0 0 7px 1.15em;
    border-bottom: 1px dotted #ccc;
    background: url(../images/common/double_arrow.png) no-repeat;
    background-size: 0.75em 1.15em;
    font-size: 175%;
}

.car .car_wrapper.flex {
	display: flex;justify-content: space-around;flex-wrap: nowrap;
  background: #fff;
  border-radius: 10px;
  padding: 30px 10px;
  margin-bottom: 1em;
}

.car .car_wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
	text-align: center;
	margin: auto;
}

.car .car_wrapper figure {
	width: 100%;
  margin: 0 10px 0;
  padding: 0;
  text-align: center;
}



}

/** PC ***/
@media screen and (min-width: 1080px)  {
	
.eyecatch .inner {
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
		position: relative;
}
.eyecatch .inner .catch {
		position: absolute;
	right:65px;
}
.business aside.eyecatch .inner ul.business_category {
  margin: 130px 0 0 330px;
}

.business aside.eyecatch .inner ul.business_category li {
  padding: 0 5px;
  border: none;
}
aside.eyecatch .inner ul.business_category li a {
	position: relative;
}
aside.eyecatch .inner ul.business_category li a.on::after {
	position: absolute;
	content: "";width: 0;
	height: 0;
	border: 15px solid transparent;
    border-top: 15px solid #f8b614;
    bottom: -24px;
	margin: auto;
	left: 0;
	right: 0;
}
.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;
}
.main {
    width: 1080px;
    margin: 15px auto 0;
}
.main .body {
    float: right;
    width: 830px;
    padding: 50px 50px;
    background: #F7FAEE;
}	
.environment header {
  background: #0093c8;
}

.environment aside.eyecatch {
  height: 300px;
  background: #D6ECE9 url("/images/car/header_image.jpg") center center no-repeat;
}

.environment .main .body {
  background: #e3f6ff;
}

.environment .main .body h3 {
  background-image: url("../images/common/double_arrow_blue.png");
  color: #399ecf;
}

.environment .main .body h3 ~ h3 {
  margin-top: 2em;
}

.environment .main .body .heading_paragraph {
  margin: 0 30px;
}

.environment .main .body .figure_wrapper {
  width: 630px;
  margin: 20px auto;
}

.environment .main .body .figure_wrapper figure {
  float: left;
  margin: 0 20px;
}


.environment .main .body .contact_tel {
  margin: 20px;
  padding: 10px 0 7px;
  background: #fff;
  text-align: center;
  line-height: 1;
}
.main .body .bodytop {
  margin: 50px -50px -20px;
  padding: 20px 0 0;
  border-top: 1px solid #399ecf;
  text-align: center;
}
 .body h3 {
    padding: 0 0 7px 1.15em;
    border-bottom: 1px dotted #ccc;
    background: url(../images/common/double_arrow.png) no-repeat;
    background-size: 0.75em 1.15em;
    font-size: 175%;
}
.pagetop {
    width: 950px;
    margin: 0 auto;
    padding-top: 20px;
    background: url(/images/development/common/footer_copy.png) no-repeat;
}	
.car aside.eyecatch {
  height: 300px;
  background: #D6ECE9 url("../images/car/header_image.jpg") center center no-repeat;
}

.car .car_wrapper.flex {
	display: flex;justify-content: space-around;flex-wrap: nowrap;  background: #fff;
  border-radius: 10px;
  padding: 30px 10px;
  margin-bottom: 1em;
}

.car .car_wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
	text-align: center;
	margin: auto;
}

.car .car_wrapper figure {
	width: 100%;
  margin: 0 10px 0;
  padding: 0;
  text-align: center;
}

}