body.company header {
  background: #00A39B;
}

/** smartphone **/
@media screen and (max-width: 767px) {


body.company .eyecatch {
	height: 180px;
	background: #e8f2d9 url("../images/company/header_image.png") center center no-repeat;
	background-size: cover;

}

body.company .eyecatch_inner {
  padding-top: 80px;
}

body.company .eyecatch_inner h2 {
  font-size: 225%;
  color: #666;
  text-align: center;
}

body.company .eyecatch_inner ul {
  display: none;
}



body.company .main {
  margin: 0;
}

body.company .body {
  padding: 2%;
  background: #F7FAEE;
margin: 0 ;
}

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

body.company .body h4 {
  margin-bottom: 0.5em;
  padding: 0 0 7px;
  border-bottom: 1px dotted #ccc;
  font-size: 150%;
}

body.company .body h4.disc {
  position: relative;
  padding: 0 0 0 25px;
  border: none;
}

body.company .body h4.disc:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #5cc88d;
  content: "\f111";
  left: 0;
  top: 0.1em;
  font-size: 90%;
}

body.company .colored_bg {
  padding: 25px;
  margin: 2.5em 0 1.5em;
  background: #fff;
  border-radius: 10px;
}

body.company .bodytop {
  margin: 50px -50px -20px;
  padding: 20px 0 0;
  border-top: 1px solid #399ecf;
  text-align: center;
}
.contact_flex{
	margin: auto;
	display: flex;justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;

	
}
.main .body .contact_division_wrapper {
  width: 90%;
  border: 1px solid #ccc;
  margin: 2em auto;
  padding: 0;
  background: #fff;
}

.main .body .contact_division_wrapper h4 {
  margin: 0;
  padding: 15px 0 12px 45px;
  position: relative;
  background: #e3f6ff;
  font-size: 125%;
}

.main .body .contact_division_wrapper h4:before {
  content: "\f152";
  position: absolute;
  left: 15px;
	margin: auto;
	top: 0;  
	bottom: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 110%;
 	height: 20px; color: #999;
}

.main .body .contact_division_wrapper p {
  margin: 15px;
  padding: 5px 0 3px;
}
.main .body .contact_division_wrapper p.tel {
  margin: 15px;
  padding: 5px 15px 3px;
  font-size: 135%;
  font-weight: bold;
  border-radius: 10px;
  background: #64bbaa;
  color: #fff;
  letter-spacing: 3px;
  text-align: center;
}

.main .body .contact_division_wrapper p.tel a{
display: block;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.main .body .contact_division_wrapper p.fax {
  margin: 15px;
  padding: 5px 15px 3px;
  font-size: 135%;
  font-weight: bold;
  border-radius: 10px;
  background: #8aa3d4;
  color: #fff;
  letter-spacing: 3px;
  text-align: center;
}


}

/** Tablet **/
@media screen and (min-width: 768px) and (max-width: 1079px) {

.header_menu ul li a {
    border-top: 1px solid #fff;
}

body.company .eyecatch {
  height: 180px;
  background: #e8f2d9 url("../images/company/header_image.png") center center no-repeat;
}

body.company .eyecatch_inner {
  padding-top: 80px;
	margin: 0 20px;
}

body.company .eyecatch_inner h2 {
  font-size: 225%;
  color: #666;
}

body.company .eyecatch_inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.company .eyecatch_inner ul li {
  float: left;
  margin: 0;
  padding: 2px 20px 1px;
  border-right: 1px solid #999;
}

body.company .eyecatch_inner ul li:first-child {
  border-left: 1px solid #999;
}


body.company .main {
  margin: 0 0;
}

body.company .body {
  padding: 50px 50px;
  background: #F7FAEE;
}

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

body.company .body h4 {
  margin-bottom: 0.5em;
  padding: 0 0 7px;
  border-bottom: 1px dotted #ccc;
  font-size: 150%;
}

body.company .body h4.disc {
  position: relative;
  padding: 0 0 0 25px;
  border: none;
}

body.company .body h4.disc:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #5cc88d;
  content: "\f111";
  left: 0;
  top: 0.1em;
  font-size: 90%;
}

body.company .colored_bg {
  padding: 25px;
  margin: 2.5em 0 1.5em;
  background: #fff;
  border-radius: 10px;
}

body.company .bodytop {
  margin: 50px -50px -20px;
  padding: 20px 0 0;
  border-top: 1px solid #399ecf;
  text-align: center;
}

body.company .strong_wrapper {
  padding: 20px 30px;
  background: url("../images/common/body_upper_alpha_bg.png") top center no-repeat, url("../images/common/body_lower_alpha_bg.png") bottom center no-repeat;
  background-size: 800px;
}

body.company .strong_wrapper .inner {
  background: #fff;
  padding: 30px;
  width: 607px;
}

body.company .pagetop {
clear: both;
    padding-top: 75px;
    text-align: center;
    background: none;
}
.contact_flex{
	margin: auto;
	display: flex;justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;

	
}
.main .body .contact_division_wrapper {
  width: 46%;
  border: 1px solid #ccc;
  margin: 2em auto;
  padding: 0;
  background: #fff;
  min-height: 260px;
	position: relative;
}

.main .body .contact_division_wrapper h4 {
  margin: 0;
  padding: 15px 0 12px 45px;
  position: relative;
  background: #e3f6ff;
  font-size: 125%;}

.main .body .contact_division_wrapper h4:before {
  content: "\f152";
  position: absolute;
  left: 15px;
	margin: auto;
	top: 0em;  
	bottom: 0em;
	height: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 110%;
  color: #999;
}

.main .body .contact_division_wrapper p {
  margin: 15px;
  padding: 5px 0 3px;
}
.main .body .contact_division_wrapper p.tel {
	  position: absolute;
	bottom: 3em;left: 0;right: 0;
	margin: 15px auto;
  padding: 0;
  font-size: 135%;
  font-weight: bold;
  border-radius: 10px;
  background: #64bbaa;
  color: #fff;
  letter-spacing: 3px;
  text-align: center;
	width: 90%;
	height: 2.5em;
	line-height: 2.5em;
}

.main .body .contact_division_wrapper p.fax {
	  position: absolute;
	bottom: .5em;left: 0;right: 0;
  margin: 15px auto 0;
  padding: 0;
  font-size: 135%;
  font-weight: bold;
  border-radius: 10px;
  background: #8aa3d4;
  color: #fff;
  letter-spacing: 3px;
  text-align: center;
	width: 90%;
	height: 2.5em;
	line-height: 2.5em;
}


}

/** PC ***/
@media screen and (min-width: 1080px)  {


body.company .eyecatch {
  height: 180px;
  background: #e8f2d9 url("../images/company/header_image.png") center center no-repeat;
}

body.company .eyecatch_inner {
  padding-top: 80px;
  padding-left: 20px;
}

body.company .eyecatch_inner h2 {
  font-size: 225%;
  color: #666;
}

body.company .eyecatch_inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.company .eyecatch_inner ul li {
  float: left;
  margin: 0;
  padding: 2px 20px 1px;
  border-right: 1px solid #999;
}

body.company .eyecatch_inner ul li:first-child {
  border-left: 1px solid #999;
}



body.company .ecoworks {
  margin: 20px 0;
}


body.company .main {
  width: 1080px;
  margin: 15px auto 0;
}

body.company .body {
  float: right;
  width: 830px;
  padding: 50px 50px;
  background: #F7FAEE;
}

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

body.company .body h4 {
  margin-bottom: 0.5em;
  padding: 0 0 7px;
  border-bottom: 1px dotted #ccc;
  font-size: 150%;
}

body.company .body h4.disc {
  position: relative;
  padding: 0 0 0 25px;
  border: none;
}

body.company .body h4.disc:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #5cc88d;
  content: "\f111";
  left: 0;
  top: 0.1em;
  font-size: 90%;
}


body.company .strong_wrapper .inner {
  background: #fff;
  padding: 30px;
  width: 607px;
}

body.company .pagetop {
  width: 950px;
  margin: 0 auto;
  padding-top: 75px;
  background: url("../images/common/footer/footer_copy.png") no-repeat;
}
	
.contact_flex{
	display: flex;
	flex-wrap: wrap;
}
.main .body .contact_division_wrapper {
  width: 46%;
  height: 260px;
  border: 1px solid #ccc;
  margin: 2em auto;
  padding: 0;
  background: #fff;
	position: relative;
}

.main .body .contact_division_wrapper h4 {
    margin: 0;
    padding: 0 0 0 45px;
    position: relative;
    background: #e3f6ff;
    font-size: 125%;
    line-height: 3em;
}

.main .body .contact_division_wrapper h4:before {
  content: "\f152";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 110%;
  color: #999;
	height: 1em;
}

.main .body .contact_division_wrapper p {
	width: 90%;	margin:15px auto 0;
	padding: 0;
}
.main .body .contact_division_wrapper p.tel {
	position: absolute;
	bottom: 3.5em;left: 0;right: 0;
	margin:15px auto 0;
	padding: 0;
	font-size: 135%;
	font-weight: bold;
	border-radius: 10px;
	background: #64bbaa;
	color: #fff;
	letter-spacing: 3px;
	text-align: center;
	width: 90%;
	height: 2.5em;
	line-height: 2.5em;
}

.main .body .contact_division_wrapper p.fax {
	position: absolute;
	bottom: .5em;left: 0;right: 0;
	margin: 15px auto 0;
	padding: 0;
	font-size: 135%;
	font-weight: bold;
	border-radius: 10px;
	background: #8aa3d4;
	color: #fff;
	letter-spacing: 3px;
	text-align: center;
	width: 90%;
	height: 2.5em;
	line-height: 2.5em;
}
}