@charset "utf-8";

.ecobox1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ecobox1 ul li:first-child {
    width: 80%;
}
.ecobox1 ul li:last-child {
    width: 15%;
}
.ecobox1 ul li:last-child img {
    width: 100%;
}

.ecobox1 h2 {
    font-family: "Marcellus", sans-serif;
    font-size: 2em;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0.5em;
}

.ecobox1 h3 {
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.5;
}

.ecobox2 {
    margin-bottom: -4em;
}
.ecobox2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.ecobox2 ul li {
    width: 47%;
    margin-bottom: 4em;
}
.ecobox2 ul li img {
    width: 100%;
}


@media screen and (max-width: 1024px) {
.cntadj1 {
    padding-top: 4em;
}



}


@media screen and (max-width: 599px) {
.cntadj1 {
    padding-top: 3em;
}

.ecobox1 ul li:first-child {
    width: 60%;
}
.ecobox1 ul li:last-child {
    width: 35%;
}

.ecobox1 h3 {
    font-size: 1.32em;
}

.ecobox2 ul li {
    width: 100%;
}


}

