@charset "utf-8";

.lineup .pageTitle h1 {
	background-image: url(../../img/lineup/icon_title01.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 36px auto;
	padding: 5px 0 5px 56px;
}

/*-------------------------------------
	sec1
---------------------------------------*/
.sec1{
	padding-bottom: 110px;
	background-image: url(../../img/lineup/ecoro/sec1_img01.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.sec1 h2{
	font-weight: normal;
	text-align: center;
	padding: 10px 0;
}
.sec1 h2 span{
	font-size: 18px;
}
.sec1_main{
	position: relative;
	background-image: url(../../img/lineup/ecoro/sec1_tit.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 18% 0;
}
.sec1_tit_text{
	position: absolute;
	left: 50%;
	top: 125px;
}
.sec1 h3{
	font-size: 26px;
	font-weight: normal;
	padding: 80px 0 55px;
	line-height: 1.8;
	letter-spacing: 3px;
}
.sec1_text{
	font-size:14px;
	margin: 0 auto;
	line-height: 2.0;
}

/*-------------------------------------
	sec2
---------------------------------------*/
.sec2{
	background-image: url(../../img/lineup/ecoro/sec2_img01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 30% 0 0;
}

.sec2_box01{
	background: url(../../img/lineup/ecoro/sec2_img02.jpg) no-repeat top right;
	margin: 0 auto;
	padding-right: 40%;
	max-width: 900px;
	font-size: 14px;
	line-height: 2.0;
}
.sec2_box01 h3{
	font-size: 18px;
	margin-bottom: 25px;
	font-weight: normal;
}
.sec2_box02{
	margin: 60px auto;
}
.sec2_box02 ul{
	display: flex;
	justify-content: space-between;
}
.sec2_box02 ul li{
	border: 20px solid #669900;
}

@media screen and (max-width:1312px) {
}

/*---------------------------------------------------------
 All SP & Tablet 
 ---------------------------------------------------------*/
@media screen and (max-width:959px) {
}

/*---------------------------------------------------------
 All SP 
---------------------------------------------------------*/
@media screen and (max-width: 639px) {
.lineup .pageTitle h1 {
	background-position: left 0.45em;
	background-size: 24px auto;
	padding: 5px 0 5px 34px;
}

/*-------------------------------------
	sec1
---------------------------------------*/
.sec1{
	padding-bottom: 20%;
	background-size: 50% auto;
}
.sec1 h2 span{
	font-size: 14px;
}
.sec1_main{
	min-height: 150px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sec1 h3{
	font-size: 21px;
	padding: 35px 0 25px;
	line-height: 1.4;
	text-align: left;
}
.sec1_text{
	font-size:12px;
	text-align: left;
}

/*-------------------------------------
	sec2
---------------------------------------*/
.sec2{
	background-image: url(../../img/lineup/ecoro/sec2_img01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 30% 0 0;
}

.sec2_box01{
	background-position: center top;
	padding: 180px 0 0 0;
	font-size: 12px;
}
.sec2_box01 h3{
	font-size: 14px;
	margin-bottom: 15px;
}
.sec2_box02{
	margin: 25px auto;
}
.sec2_box02 ul{
	flex-wrap: wrap;
  justify-content: center;
}
.sec2_box02 ul li{
	border: 10px solid #669900;
	margin: 2%;
	width: 29%;
	max-width: 129px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
}