@charset "UTF-8";
:root {
    --fontBaseSize: 16;
}
* {
    box-sizing: border-box;
}
.ecoBox {
    margin-block-start: 26px;
}
.__fontBold {
    font-weight: bold;
}
div#eco_contentBox h2{
    margin-bottom: 0;
    margin-block-end: 12px!important;
}

.ecoGreenTitle_type1 {
    padding: 7px 10px 5px 10px;
    font-weight: 600;
    line-height: 1;
    color: #FFFFFF;
    background-color: #71bf4b;
    border-radius: 4px;
    margin-bottom: 16px;
    font-size: calc(1rem * 26 / var(--fontBaseSize));
}

.eco_TitleTextBox dt {
    font-size: calc(1rem * 28 / var(--fontBaseSize));
    font-weight: bold;
    line-height: 1.5;
    color: #71bf4b;
    text-indent: -1em;
    padding-inline-start: 1em;
}
.eco_TitleTextBox dd {
    position: relative;
    line-height: 1.8;
    padding-inline-start: 1em;
}
.imgWrapSetting1 {
    display: block;
    position: absolute;
    top: -28px;
    right: 0;
    @media (width <= 960px) {
        position: static;
        margin-inline: auto;
        width: 100%;
        height: auto;
    }
}
.imgWrapSetting2 {
    display: block;
    position: absolute;
    top: -48px;
    right: -15px;
    @media (width <= 960px) {
        position: static;
        margin-inline: auto;
        width: 100%;
        height: auto;
    }
}
.ecoBox > .eco_TitleTextBox:not(:first-child) {
    margin-block-start: 12px;
}

.eco_TitleTextBox.__addSquare dt:before {
    content: "■";
    margin-inline-end: 3px;
}


/* 最後のまとめ */
.eco_summary.typeD.eco66exc {
    margin-block-start: 48px;
    grid-template-columns: auto 1fr;
    column-gap: 22px;
    padding: 30px 20px 30px 20px;
    @media (width <= 960px) {
        column-gap: 10px;
        padding: 20px 10px 20px 10px;
    }
}
.imgWrapSetting3 {
    display: block;
    position: absolute;
    top: -70px;
    right: -15px;
    @media (width <= 960px) {
        display: none;
    }
}
.eco_summary.typeD.eco66exc .chara_img img {
    width: 100px;
}
.eco_summary.typeD.eco66exc .chara_text {
    width: 100%;
    position: relative;
}
.eco_summary.typeD.eco66exc .chara_text {
    font-weight: 700;
    font-size: calc(1rem * 40 / var(--fontBaseSize));
    letter-spacing: -1px;
    @media (width <= 960px) {
        font-size: calc(1rem * 28 / var(--fontBaseSize));
    }
}