@charset "utf-8";
/* CSS Document */
@media screen and (max-width : 480px){
 html,
 body {
 overflow-x: hidden;
 overflow-y: scroll;
 -webkit-overflow-scrolling: touch;
 }
}
body {
	-webkit-text-size-adjust: 100%;
	line-height: 1.8em;
	font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */ 'Helvetica Neue',            /* Macの欧文 (OS X 10.10以前) */ 'Segoe UI',                  /* Windowsの欧文 */ 'Hiragino Kaku Gothic ProN', /* Macのヒラギノ */ Meiryo,                      /* Windowsのメイリオ */ sans-serif;
	color: #736357;
	font-size:16px;	

}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}


h1{
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	font-weight:normal;
	font-size:9px;
	text-align:right;}
a {
color:#D61F1E;
text-decoration:none;
}
a:link {
color:#D61F1E;
text-decoration:none;
}
a:visited {
color:#D61F1E;
text-decoration:none;
}
a:hover {
color:#D61F1E;
text-decoration:underline;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.sp_only {
	display:none;
}

.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}

.text_br{
	display:none;
}

@media screen and (max-width: 768px) {
h1{display:none;}
}
/* ヘッダー画像
---------------------------------------------------------------------------------------------------------------------------------------*/
header .pc {
	height: 0;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top: 40.5%;
	background: url('../img/top/header.jpg') 0 0 no-repeat;
	background-size: cover;
	margin-top: 90px;}
header .sp {
	display:none;
}

@media screen and (max-width: 768px) {
header .pc {
	display:none;
}
header .sp {
	display:block;
	width: 100%;
	margin-top:60px;
	background-color: #F8F2EA;

}
header .sp img {
	width: 100%;
	height: auto;
}
}

/* お問合せ・お申込みボタン（PC非表示）
---------------------------------------------------------------------------------------------------------------------------------------*/
.sp_btn {
	display: none;
}
@media screen and (max-width: 768px) {
.sp_btn {
	display:block;
}
.sp_btn_item {
	float: left;
	width: 50%;
	padding: 10px;
}
.sp_btn_item img {
	width: 100%;
}
}

/* コンテンツ
---------------------------------------------------------------------------------------------------------------------------------------*/
article {
	width: 100%;
}
article.white {
	background-color: #FFF;
}
article.beige {
	background-color: #F8F2EA;
}

section {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 768px) {

section {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}


}

/* 00 エコルの想い
---------------------------------------------------------------------------------------------------------------------------------------*/
article.contents_00 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.contents_00 .box01 {
	float: left;
	width: 30%;
	height:480px;
	text-align:center;
}
.contents_00 .box01 img{
	width:90%;
}

.contents_00 .box02 {
	float: left;
	width: 70%;
	height: 560px;
	padding-left:8em;
	padding-right:0px;
}



@media screen and (max-width: 768px) {
article.contents_00 section {
	width: 100%;
}
.contents_00 .box01 {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	height: auto;
	margin-bottom:50px;
}

.contents_00 .box01 img{
	width:300px;
}

.contents_00 .box02 {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	height: auto;
	padding-left:20px;
	padding-right:20px;
}


}
@media screen and (max-width: 425px) {
article.contents_00 section {
	width: 100%;
}
.contents_00 .box01 {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	height: auto;
	margin-bottom:30px;}

.contents_00 .box01 img{
	width:230px;
}

.contents_00 .box02 {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

}


/* 01 取り組みについて
---------------------------------------------------------------------------------------------------------------------------------------*/
article.contents_01 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.contents_01 .box01 {
	float: right;
	width: 30%;
	height: 300px;
	text-align:center
}
.contents_01 .box01 img{
	width:90%
}

.contents_01 .box02 {
	float: right;
	width: 70%;
	height: 300px;
	padding-left:0px;
	padding-right:8em;
}

.contents_01 .box02 dl{
    width:100%;
	margin-left:auto;
	margin-right:auto;
}
 
.contents_01 .box02 dl dt{
    clear:left;
    float:left;
    margin:0;
    padding:6px 0 6px 0;
    width:140px;
    line-height:1.2em;
}
 
.contents_01 .box02 dl dd{
    margin:0;
    padding:6px 0 6px 140px;
    line-height:1.2em;
}

.contents_01 .box02 h3{
	font-size:19px;
	font-weight:bold;
}

.contents_01 .box03 {
	width: 100%;
	height: 400px;
	float:left;
	margin-top:50px;
}

.contents_01 .box03 .link{
	width:33.3%;
	float:left;
	font-size:14px;
	line-height:1.5em;}

.contents_01 .box03 .link h3{
	text-align:center;
	padding:0px 1em;
	margin-bottom:15px;}

.contents_01 .box03 .link img{
	display:block;
	width:294px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;}

.contents_01 .box03 .link p{
	padding:0px 2em;}

@media screen and (max-width: 768px) {
	
.text_br{
	display: inline;
}

article.contents_01 section {
	width: 100%;
}

.contents_01 .box01 {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	height: auto;
	clear:right;
	margin-bottom:50px;
}

.contents_01 .box01 img{width:300px;}

.contents_01 .box02 {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	height: auto;
	clear:left;
	padding-left:20px;
	padding-right:20px;
}

.contents_01 .box03 .link img{
	width:80%;}

}

@media screen and (max-width: 425px) {
article.contents_01 section {
	width: 100%;
}
.contents_01 .box01 {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	height: auto;
	margin-bottom:30px;}

.contents_01 .box01 img{
	width:230px;
}
.contents_01 .box02 h3{
	text-align:center;
}
.contents_01 .box03 {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	height: auto;}


.contents_01 .box03 .link{
	width:100%;
	float:left;
	margin-bottom:60px;}

.contents_01 .box03 .link:last-child{
	margin-bottom:0px;}


}

/* 02 会社概要
---------------------------------------------------------------------------------------------------------------------------------------*/
article.contents_02 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.contents_02 .box01 {
	float: left;
	width: 30%;
	height:800px;
	text-align:center;
}
.contents_02 .box01 img{
	width:90%;
}

.contents_02 .box02 {
	float: left;
	width: 70%;
	height: 900px;
	padding-left:8em;
	padding-right:0px;
}

.contents_02 .box02 table{
	width:100%;
	margin-bottom:30px;

}

.contents_02 .box02 iframe{
	width:100%;
	height:410px;}

.contents_02 .box02 table th{
	width:120px;}

.contents_02 .box02 table th,.contents_02 .box table td{
	padding:3px;}

@media screen and (max-width: 768px) {
article.contents_02 section {
	width: 100%;
}
.contents_02 .box01 {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	height: auto;
	margin-bottom:50px;
}

.contents_02 .box01 img{
	width:300px;
}

.contents_02 .box02 {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	height: auto;
	padding-left:20px;
	padding-right:20px;
}


}
@media screen and (max-width: 425px) {
article.contents_02 section {
	width: 100%;
}
.contents_02 .box01 {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	height: auto;
	margin-bottom:50px;
}

.contents_02 .box01 img{
	width:230px;
}

.contents_02.box02 {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

.contents_02 .box02 table th{
	width:120px;}

.contents_02 .box02 table th,.contents_02 .box table td{
	padding:8px 1px;}

}


/* 03 お問合せ
---------------------------------------------------------------------------------------------------------------------------------------*/
article.contents_03 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.contents_03 .box01 {
	float: right;
	width: 30%;
	height: 600px;
	text-align:center
}
.contents_03 .box01 img{
	width:90%;
}

.contents_03 .box02 {
	float: right;
	width: 70%;
	height: 600px;
	padding-left:0px;
	padding-right:8em;
}

.contents_03 .box02 dl{
    width:100%;
	margin-left:auto;
	margin-right:auto;
}
 
.contents_03 .box02 dl dt{
    clear:left;
    float:left;
    margin:0;
    padding:6px 0 6px 0;
    width:140px;
    line-height:1.2em;
}
 
.contents_03 .box02 dl dd{
    margin:0;
    padding:6px 0 6px 140px;
    line-height:1.2em;
}

.contents_03 .box02 h3{
	font-size:19px;
	font-weight:bold;
}


.contents_03 .box03 {
	width: 100%;
	height: auto;
	float:left;
}

.contents_03 .box03 h3{
	font-size:19px;
	font-weight:bold;
}


.contents_03 .box03 h4{
	font-size:14px;
	font-weight:bold;}

.contents_03 .box03 p{
	width:100%;
	font-size:12px;}


.contents_03 .box03 ul{
	font-size:12px;
	margin-left:15px;}
	
.contents_03 .box03 ul li{
	list-style:disc;}


@media screen and (max-width: 768px) {
article.contents_03 section {
	width: 100%;
}

.contents_03 .box01 {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	height: auto;
	clear:right;
	margin-bottom:50px;
}

.contents_03 .box01 img{width:300px;}

.contents_03 .box02 {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	height: auto;
	clear:left;
	padding-left:20px;
	padding-right:20px;
}

.contents_03 .box03 {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	height: auto;
	clear:left;
	padding-left:20px;
	padding-right:20px;
}

}

@media screen and (max-width: 425px) {
article.contents_03 section {
	width: 100%;
}
.contents_03 .box01 {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	height: auto;
	margin-bottom:30px;}

.contents_03 .box01 img{
	width:230px;
}
.contents_03 .box02 h3{
	text-align:center;
}
.contents_03 .box03 {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	height: auto;}




}


/* 04 thanks
---------------------------------------------------------------------------------------------------------------------------------------*/
article.contents_04 {
	margin-top:90px;
	padding-top: 200px;
	padding-bottom: 420px;
}
.contents_04 .box01 h3{
	text-align:center;
	font-size:23px;
}

.contents_04 .box01 p{
	text-align:center;}

@media screen and (max-width: 425px) {
	article.contents_04 {
	margin-top:60px;
	padding-top: 70px;
	padding-bottom: 70px;
}

.contents_04 .box01 p{
	text-align:left;
	padding-left:15px;
	padding-right:15px;}

}



/* フッター
---------------------------------------------------------------------------------------------------------------------------------------*/
footer {
	padding-top:30px;
	padding-bottom:15px;
	background-color: #FAAF3B;
	text-align:center;
}
#footer_wrap {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

#footer_wrap a {
	text-decoration: none;
	color: #FFF;
}

#footer_wrap a:hover {
	text-decoration: none;
	color:#6F9A30;
}


#footer_wrap ul {

 display:inline;
 padding-left:5px;
 border-left:1px solid #FFFFFF;
 }
 
#footer_wrap li {
 display:inline;
 padding-left:5px;
 padding-right:10px;
 border-right:1px solid #FFFFFF;
 }


#footer_wrap #copyright{
	margin-top:50px;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	line-height:12px;
}


@media screen and (max-width: 768px) {
#footer_wrap {
	width: 100%;
}

#footer_wrap #copyright {
	float: none;
	width: 100%;
	text-align: center;
}
}
@media screen and (max-width: 480px) {
#footer_wrap {
	width: 100%;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
}

#footer_wrap ul {
margin: 0; 
padding: 0; 
list-style-type: none; 
 border-left:none;
 }
#footer_wrap li {
  display: list-item;  /* 縦に並べる */
  list-style-type: none;
  text-transform: uppercase;
   border:none;
 }
 
#footer_wrap #copyright{
	margin-top:20px;

}
}

/* Scroll To Top
---------------------------------------------------------------------------------------------------------------------------------------*/
#scrolltotop {
	z-index: 999999;
	visibility: hidden;
	opacity: 0.2;
	position: fixed;
	bottom: 60px;
	right: 5px;
	padding: 8px 10px 5px;
	line-height: normal;
}
#scrolltotop.visible {
	visibility: visible;
	opacity: 0.5;
}
#scrolltotop.visible {
	transition: all .8s ease-in-out;
}
#scrolltotop:hover {
	opacity: 1;
}
#scrolltotop img{
	width:80px;
}
@media screen and (max-width: 480px) {
#scrolltotop {
	bottom: 20px;
}
#scrolltotop img{
	width:60px;
}
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
