@charset "UTF-8";
/* コンテンツ */

#title section span:nth-child(1) {
    background-image: url("../img/title_bg.webp");
}

.sub_box {
    margin-bottom: 5em;
}
.sub_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.sub_box ul li:first-child {
    margin-right: 5em;
    text-align: center;
    line-height: 1.5;
}
.sub_box ul li:first-child h3 {
    font-size: 2.4em;
}

.sub_box ul li:first-child h6 {
    height: 12px;
    line-height: 0;
    margin-top: 1em;
}
.sub_box ul li:first-child h6 img {
    height: 100%;
}

.sub_box ul li:last-child {
    text-align: left;
    line-height: 1.7;
}
.sub_box ul li:last-child h4 {
    font-size: 1.4em;
    font-weight: 500;
    margin-bottom: 0.3em;
}

.tx2 {
    font-size: 1.32em;
    line-height: 1.5;
    font-weight: 500;
}

.eco_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.7;
}
.eco_box ul li:first-child {
    width: 50%;
}
.eco_box ul li:last-child {
    width: 45%;
}
.eco_box ul li img {
    width: 100%;
}
.eco_box h5 {
    background-color: #9fa0a0;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    line-height: 3em;
    font-weight: 500;
}

@media screen and (max-width: 960px) {
.sub_box {
    margin-bottom: 3em;
}
.sub_box ul {
    flex-direction: column;
}
.sub_box ul li:first-child {
    margin-right: 0;
    margin-bottom: 2em;
}
.sub_box ul li:first-child h3 {
    font-size: 2.2em;
}
.sub_box ul li:last-child h4 {
    font-size: 1.32em;
}

.eco_box ul li:first-child {
    width: 100%;
    margin-bottom: 3em;
}
.eco_box ul li:last-child {
    width: 100%;
    text-align: center;
}
.eco_box ul li img {
    width: 80%;
}
.eco_box h5 {
    font-size: 1.4em;
    line-height: 3em;
}

}

@media screen and (max-width: 520px) {
.sub_box ul li:first-child h3 {
    font-size: 2.0em;
}
.sub_box ul li:last-child h4 {
    font-size: 1.24em;
}

.tx2 {
    font-size: 1.24em;
}

.eco_box ul li img {
    width: 100%;
}
.eco_box h5 {
    font-size: 1.16em;
}

}
