@charset "UTF-8";
/* CSS Document */

/*---------------------------/business/biomass/-----*/

.pages #contents {
padding-bottom: 0;
}

#introSec {

}
.introInr {
width: 90%;
max-width: 1500px;
margin: 0 auto;
display: flex;
justify-content: space-between;
padding-bottom: 60px;
}
.introCatch {
width: 50%;
}
.introCatch h2 {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.447;
    font-weight: normal;
}
.introCatch h2 small {
    font-size: 18px;
    font-size: 1.8rem;
    color: #aaa;
    display: block;
    margin-top: 20px;
    font-family: "Roboto", sans-serif;
}
.introInfo {
width: 50%;
}

#middleSec {
padding: 80px 0;
}

.msInr {
width: 90%;
max-width: 1500px;
margin: 0 auto;
}

#bottomSec {
background: #ebebe7;
padding: 80px 0;
}

#bottomSec .bsInr {
background: #ffffff;
padding: 70px 73px 88px;
box-shadow: 0px 2px 3.54px 2.46px rgba(0, 0, 0, 0.07);
margin-bottom: 60px;
box-sizing: border-box;
width: 90%;
max-width: 1500px;
margin: 0 auto 60px;
}

#bottomSec .bsHead {
    font-weight: 400;
    font-size: 34px;
    font-size: 3.4rem;
    padding-bottom: 20px;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 40px;
}

#bottomSec .bsCatch {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.63;
    margin-bottom: 14px;
    color: #259944;
    font-weight: 400;
}

#bottomSec .txt {
margin-bottom: 40px;
}

.grayHead {
background: #eeeeee;
text-align: center;
padding: 20px 0;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: 30px;
}
.chartBox {
padding-bottom: 80px;
}
.chartBox .main {
width: 427px;
position: relative;
margin: 0 auto 160px;
z-index: 2;
}

.chartBox .main:after {
content: "";
background: #000;
width: 2px;
height: 80px;
position: absolute;
bottom: -80px;
  left: 50%;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
  z-index: 1;
}

.chartBox .main p {
position: absolute;
bottom: -10px;
  left: 50%;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 3;
}
.chartBox .main p span {
background: #333;
color: #fff;
font-size: 18px;
font-size: 1.8rem;
padding: 10px 20px;
border-radius: 50px;
}

.chartBox ul {
width: 100%;
display: flex;
justify-content: space-between;

}

.chartBox ul li {
width: 19%;
max-width: 220px;
position: relative;
}

.chartBox ul li p {
position: absolute;
bottom: -10px;
  left: 50%;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
  width: 100%;
  text-align: center;
    z-index: 3;
}

.chartBox ul li span {
background: #333;
color: #fff;
font-size: 18px;
font-size: 1.8rem;
padding: 10px 20px;
border-radius: 50px;
}

.chartBox ul li:before {
content: "";
background: #000;
width: 2px;
height: 80px;
position: absolute;
top: -80px;
  left: 50%;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
}

.chartBox ul {
position: relative;
}

.chartBox ul:before {
content: "";
background: #000;
width: 81.5%;
height: 2px;
position: absolute;
top: -80px;
  left: 50%;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
}
.chipList {
margin-bottom: 40px;
}
.chipList ul {
display: flex;
justify-content:flex-start;
flex-wrap: wrap;
}

.chipList ul li {
width: 32%;
margin-right: 2%;
margin-bottom: 30px;
}

.chipList ul li:nth-child(3){
margin-right: 0;
}

.chipList ul li {
display: flex;
justify-content: space-between;
align-items: center;
}

.chipList ul li .chipImg {
width: 39%;
max-width: 175px;
}

.chipList ul li dl {
width: 58%;
}

.chipList ul li dl dt {
    margin-bottom: 15px;
    padding-left: 16px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 400;
    position: relative;
}
.chipList ul li dl dt:before {
    content: '';
    background: #d5d5d5;
    width: 6px;
    height: 21px;
    position: absolute;
    left: 3px;
    top: 0;
}

.chipList ul li dl dd {
font-size: 14px;
font-size: 1.4rem;
line-height: 1.5;
}
.qualityList {
padding-top: 30px;
}
.qualityList ul {
display: flex;
justify-content: space-between;
}

.qualityList ul li {
width: 19%;
max-width: 220px;
}

.qualityList ul li dl dt {
    margin-bottom: 15px;
    padding-left: 16px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 400;
    position: relative;
}

.qualityList ul li dl dt:before {
    content: '';
    background: #d5d5d5;
    width: 6px;
    height: 21px;
    position: absolute;
    left: 3px;
    top: 0;
}

.qualityList ul li dl dd {
line-height: 1.5;
}

.qualityImg {
margin-bottom: 20px;
}

.imgList {
display: flex;
justify-content: space-between;
}

.imgList li:first-child {
width: 54.5%;
}
.imgList li:last-child {
width: 44.8%;
}

.scrollTxt {
display: none;
}

/* for PC resize
-------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1500px) {
.chartBox ul:before {
    width: 83%;
}
}

@media only screen and (max-width: 1440px) {
#bottomSec .bsInr {
    padding: 60px 40px;
}
}
@media only screen and (max-width: 1430px) {
.introCatch h2 {
font-size: 30px;
}
}


@media only screen and (max-width: 1366px) {
.chipList ul li {
    width: 48%;
    margin-right: 4%;
}

.chipList ul li:nth-child(even) {
margin-right: 0;
}

.chipList ul li:nth-child(3){
    margin-right: 4%;
}
.chipList ul li dl {
    width: 60%;
}
.chipList ul li .chipImg {
    width: 38%;
}
.qualityList ul li {
    width: 17%;
}
.qualityList ul li dl dd {
font-size: 14px;
font-size: 1.4rem;
}
}


@media only screen and (max-width: 1200px) {
.introCatch h2 {
    font-size: 28px;
    font-size: 2.8rem;
}
.introCatch h2 small {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 15px;
}

.chartBox .main p span {
font-size: 16px;
font-size: 1.6rem;
padding: 5px 20px;
}
.chartBox ul li span {
font-size: 16px;
font-size: 1.6rem;
padding: 5px 20px;
}
}

@media only screen and (max-width: 1024px) {
.introInr {
display: block;
}
.introCatch {
    width: 100%;
    margin-bottom: 40px;
}
.introInfo {
    width: 100%;
}
.msImg {
overflow-x: scroll;
overflow-y: hidden;
}

.msImg img {
width: 1500px;
}

.qualityBox {
overflow-x: scroll;
overflow-y: hidden;
}

.qualityList {
width: 1100px;
}
.scrollTxt {
display: block;
margin-bottom: 10px;
}

.scrollTxt span {
background: #eee;
border-radius: 50px;
padding: 5px 15px;
font-size: 12px;
font-size: 1.2rem;
display: inline-block;
}
#bottomSec .bsHead {
font-size: 28px;
font-size: 2.8rem;
}


}



/* for SP
-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 900px) {
.chartBox {
    padding-bottom: 40px;
}
.chartBox .main {
width: 80%;
margin: 0 auto 80px;
}

.chartBox ul {
flex-wrap: wrap;
background: #d3ebda;
padding: 20px 15px;
box-sizing: border-box;
border-radius: 10px;
}
.chartBox ul li {
width: 48%;
margin-bottom: 30px;
box-sizing: border-box;
max-width: 48%;
}
.chartBox ul li:before {
display: none;
}
.chartBox ul:before {
display: none;
}
.chartBox ul li span {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 10px;
}
}

@media only screen and (max-width: 480px) {

.introCatch h2 {
    font-size: 23px;
    font-size: 2.3rem;
}
.introCatch h2 small {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 5px;
}
.introCatch {
    margin-bottom: 30px;
}

.introInr {
    padding-bottom: 50px;
}


#middleSec {
    padding: 40px 0;
}
.msImg img {
    width: 1000px;
}
#bottomSec {
    padding: 50px 0;
}
#bottomSec .bsInr {
    padding: 20px;
    margin-bottom: 30px;
}

#bottomSec .bsHead {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
    line-height: 1.3;
    padding-bottom: 10px;
}

#bottomSec .bsCatch {
    font-size: 18px;
    margin-bottom: 15px;
}
.grayHead {
font-size: 1.6rem;
font-size: 16px;
padding: 10px 0;
line-height: 1.3;
}


.chipList ul li {
width: 100%;
}
.chipList ul li dl dd {
    font-size: 12px;
    font-size: 1.2rem;
}
.chipList ul li dl dt {
   font-size: 18px;
    font-size: 1.8rem;
}
.chipList ul li .chipImg {
    width: 32%;
}
.chipList ul li dl {
    width: 64%;
}
.chipList ul li:last-child{
margin-bottom: 0;
}
.qualityList {
    width: 800px;
}
.qualityList ul li dl dt {
   font-size: 18px;
    font-size: 1.8rem;
}
.qualityList ul li dl dd {
    font-size: 12px;
    font-size: 1.2rem;
}
.imgList {
display: block;
}
.imgList li:first-child {
    width: 100%;
    margin-bottom: 4px;
}
.imgList li:last-child {
    width: 100%;
}
}

